2023-12-18T03:33:31.236 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-18T03:33:31.236 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274 --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --owner scheduled_adking@teuthology --name adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi -- /home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274/orig.config.yaml 2023-12-18T03:33:31.272 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-18T03:33:31.344 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274 branch: wip-adk-testing-2023-12-17-1429 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: '7495274' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-12-17-1429 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: 7c08d8cc100424c780cddee2341c03c1c5e7543a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7c08d8cc100424c780cddee2341c03c1c5e7543a selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-12-17-1429 sha1: 7c08d8cc100424c780cddee2341c03c1c5e7543a owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 7602 sha1: 7c08d8cc100424c780cddee2341c03c1c5e7543a sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-12-17-1429 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_7c08d8cc100424c780cddee2341c03c1c5e7543a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 7c08d8cc100424c780cddee2341c03c1c5e7543a targets: smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGEqYjUiXLaCWSpEg1D895V7KmV+LE/ePbj1sMwfEXPh6jjxd9d27LL2MDYsZEhlKoV+46WyH92RYIMWXimEKQ8= smithi176.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVtwT8M36jxhva7+kb2TIvKGse+2FE1hI9hDr2Mav4yHlkgR1eIKzdEJtHB0eS9b8XbYufgq+DIlGyb9BDGvZY= 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: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-18_03:27:02 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 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-18T03:33:31.344 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_7c08d8cc100424c780cddee2341c03c1c5e7543a/qa; will attempt to use it 2023-12-18T03:33:31.344 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_7c08d8cc100424c780cddee2341c03c1c5e7543a/qa/tasks 2023-12-18T03:33:31.345 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-18T03:33:31.346 INFO:teuthology.task.internal:Checking packages... 2023-12-18T03:33:31.367 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7c08d8cc100424c780cddee2341c03c1c5e7543a' 2023-12-18T03:33:31.368 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-18T03:33:31.368 INFO:teuthology.packaging:ref: None 2023-12-18T03:33:31.368 INFO:teuthology.packaging:tag: None 2023-12-18T03:33:31.368 INFO:teuthology.packaging:branch: wip-adk-testing-2023-12-17-1429 2023-12-18T03:33:31.368 INFO:teuthology.packaging:sha1: 7c08d8cc100424c780cddee2341c03c1c5e7543a 2023-12-18T03:33:31.368 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-12-17-1429 2023-12-18T03:33:31.514 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-301.g7c08d8cc 2023-12-18T03:33:31.516 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-18T03:33:31.526 INFO:teuthology.task.internal:no buildpackages task found 2023-12-18T03:33:31.526 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-18T03:33:31.544 INFO:teuthology.task.internal:Saving configuration 2023-12-18T03:33:31.557 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-18T03:33:31.569 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T03:33:31.594 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274', '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-18 03:28:08.625730', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGEqYjUiXLaCWSpEg1D895V7KmV+LE/ePbj1sMwfEXPh6jjxd9d27LL2MDYsZEhlKoV+46WyH92RYIMWXimEKQ8='} 2023-12-18T03:33:31.617 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274', '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-18 03:28:08.627221', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVtwT8M36jxhva7+kb2TIvKGse+2FE1hI9hDr2Mav4yHlkgR1eIKzdEJtHB0eS9b8XbYufgq+DIlGyb9BDGvZY='} 2023-12-18T03:33:31.617 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-18T03:33:31.629 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-18T03:33:31.629 INFO:teuthology.task.internal:roles: ubuntu@smithi176.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-18T03:33:31.629 INFO:teuthology.run_tasks:Running task console_log... 2023-12-18T03:33:31.704 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa75168ae50>, signals=[15]) 2023-12-18T03:33:31.705 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-18T03:33:31.719 INFO:teuthology.task.internal:Opening connections... 2023-12-18T03:33:31.719 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2023-12-18T03:33:31.721 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T03:33:31.789 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi176.front.sepia.ceph.com 2023-12-18T03:33:31.790 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T03:33:31.856 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-18T03:33:31.868 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2023-12-18T03:33:31.890 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2023-12-18T03:33:31.890 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2023-12-18T03:33:31.950 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="CentOS Stream" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="8" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:ID="centos" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE="rhel fedora" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="8" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:PLATFORM_ID="platform:el8" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:ANSI_COLOR="0;31" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://centos.org/" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-18T03:33:31.951 INFO:teuthology.orchestra.run.smithi160.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-18T03:33:31.952 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2023-12-18T03:33:31.979 DEBUG:teuthology.orchestra.run.smithi176:> uname -m 2023-12-18T03:33:32.002 INFO:teuthology.orchestra.run.smithi176.stdout:x86_64 2023-12-18T03:33:32.002 DEBUG:teuthology.orchestra.run.smithi176:> cat /etc/os-release 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:NAME="CentOS Stream" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION="8" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:ID="centos" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:ID_LIKE="rhel fedora" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION_ID="8" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:PLATFORM_ID="platform:el8" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:ANSI_COLOR="0;31" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:HOME_URL="https://centos.org/" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-18T03:33:32.064 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-18T03:33:32.065 INFO:teuthology.lock.ops:Updating smithi176.front.sepia.ceph.com on lock server 2023-12-18T03:33:32.088 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-18T03:33:32.099 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-18T03:33:32.112 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-18T03:33:32.112 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2023-12-18T03:33:32.114 DEBUG:teuthology.orchestra.run.smithi176:> test '!' -e /home/ubuntu/cephtest 2023-12-18T03:33:32.135 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-18T03:33:32.146 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-18T03:33:32.146 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2023-12-18T03:33:32.174 DEBUG:teuthology.orchestra.run.smithi176:> test -z $(ls -A /var/lib/ceph) 2023-12-18T03:33:32.206 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-18T03:33:32.266 INFO:teuthology.run_tasks:Running task kernel... 2023-12-18T03:33:32.285 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-18T03:33:32.285 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-18T03:33:32.285 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-18T03:33:32.286 DEBUG:teuthology.orchestra.run.smithi176:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-18T03:33:32.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T03:33:32.306 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2023-12-18T03:33:32.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T03:33:32.307 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2023-12-18T03:33:32.366 INFO:teuthology.orchestra.run.smithi176.stdout:4.18.0-489.el8.x86_64 2023-12-18T03:33:32.367 INFO:teuthology.task.kernel:Running kernel on smithi176: 4.18.0-489.el8.x86_64 2023-12-18T03:33:32.367 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum install -y kernel 2023-12-18T03:33:32.369 INFO:teuthology.orchestra.run.smithi160.stdout:4.18.0-489.el8.x86_64 2023-12-18T03:33:32.369 INFO:teuthology.task.kernel:Running kernel on smithi160: 4.18.0-489.el8.x86_64 2023-12-18T03:33:32.369 DEBUG:teuthology.orchestra.run.smithi160:> sudo yum install -y kernel 2023-12-18T03:33:35.744 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - AppStream 38 MB/s | 35 MB 00:00 2023-12-18T03:33:36.028 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - AppStream 33 MB/s | 35 MB 00:01 2023-12-18T03:33:48.010 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - BaseOS 9.4 MB/s | 56 MB 00:05 2023-12-18T03:33:48.527 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - BaseOS 9.0 MB/s | 56 MB 00:06 2023-12-18T03:33:56.284 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - Extras 83 kB/s | 18 kB 00:00 2023-12-18T03:33:56.852 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - Extras 51 kB/s | 18 kB 00:00 2023-12-18T03:33:57.027 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2023-12-18T03:33:57.328 INFO:teuthology.orchestra.run.smithi176.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-18T03:33:57.436 INFO:teuthology.orchestra.run.smithi160.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-12-18T03:33:57.729 INFO:teuthology.orchestra.run.smithi160.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-18T03:33:58.705 INFO:teuthology.orchestra.run.smithi160.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-18T03:33:59.079 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-18T03:34:02.538 INFO:teuthology.orchestra.run.smithi160.stdout:lab-extras 429 kB/s | 24 kB 00:00 2023-12-18T03:34:02.995 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 508 kB/s | 24 kB 00:00 2023-12-18T03:34:06.263 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-18T03:34:06.263 INFO:teuthology.orchestra.run.smithi160.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-18T03:34:06.555 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2023-12-18T03:34:06.555 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-18T03:34:06.555 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2023-12-18T03:34:06.556 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-18T03:34:06.556 INFO:teuthology.orchestra.run.smithi160.stdout:Installing: 2023-12-18T03:34:06.556 INFO:teuthology.orchestra.run.smithi160.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-18T03:34:06.556 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2023-12-18T03:34:06.556 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-18T03:34:06.556 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-18T03:34:06.556 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:34:06.556 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2023-12-18T03:34:06.556 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-18T03:34:06.556 INFO:teuthology.orchestra.run.smithi160.stdout:Install 3 Packages 2023-12-18T03:34:06.556 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:34:06.557 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 90 M 2023-12-18T03:34:06.557 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 96 M 2023-12-18T03:34:06.557 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2023-12-18T03:34:06.661 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-18T03:34:06.662 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-18T03:34:06.962 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout: kernel x86_64 4.18.0-527.el8 baseos 10 M 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-core x86_64 4.18.0-527.el8 baseos 43 M 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules x86_64 4.18.0-527.el8 baseos 36 M 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout:Install 3 Packages 2023-12-18T03:34:06.963 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:34:06.964 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 90 M 2023-12-18T03:34:06.964 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 96 M 2023-12-18T03:34:06.964 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2023-12-18T03:34:07.373 INFO:teuthology.orchestra.run.smithi160.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 16 MB/s | 10 MB 00:00 2023-12-18T03:34:07.938 INFO:teuthology.orchestra.run.smithi176.stdout:(1/3): kernel-4.18.0-527.el8.x86_64.rpm 13 MB/s | 10 MB 00:00 2023-12-18T03:34:08.648 INFO:teuthology.orchestra.run.smithi160.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 19 MB/s | 36 MB 00:01 2023-12-18T03:34:08.905 INFO:teuthology.orchestra.run.smithi176.stdout:(2/3): kernel-modules-4.18.0-527.el8.x86_64.rpm 21 MB/s | 36 MB 00:01 2023-12-18T03:34:09.447 INFO:teuthology.orchestra.run.smithi176.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 19 MB/s | 43 MB 00:02 2023-12-18T03:34:09.448 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2023-12-18T03:34:09.448 INFO:teuthology.orchestra.run.smithi176.stdout:Total 36 MB/s | 90 MB 00:02 2023-12-18T03:34:09.540 INFO:teuthology.orchestra.run.smithi160.stdout:(3/3): kernel-core-4.18.0-527.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2023-12-18T03:34:09.540 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2023-12-18T03:34:09.540 INFO:teuthology.orchestra.run.smithi160.stdout:Total 30 MB/s | 90 MB 00:02 2023-12-18T03:34:10.127 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2023-12-18T03:34:10.218 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2023-12-18T03:34:10.539 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2023-12-18T03:34:10.540 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2023-12-18T03:34:10.632 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2023-12-18T03:34:10.632 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2023-12-18T03:34:11.779 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2023-12-18T03:34:11.797 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2023-12-18T03:34:11.867 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2023-12-18T03:34:11.887 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2023-12-18T03:34:14.589 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2023-12-18T03:34:14.654 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2023-12-18T03:34:15.091 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T03:34:15.202 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T03:34:18.631 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T03:34:18.794 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 1/3 2023-12-18T03:34:19.000 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T03:34:19.168 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T03:34:22.425 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T03:34:22.594 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 2/3 2023-12-18T03:34:22.696 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T03:34:22.864 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T03:34:44.642 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-18T03:34:44.666 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T03:34:44.872 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-core-4.18.0-527.el8.x86_64 3/3 2023-12-18T03:34:44.897 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T03:34:45.014 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T03:34:45.014 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-18T03:34:45.015 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-18T03:34:45.245 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: kernel-4.18.0-527.el8.x86_64 3/3 2023-12-18T03:34:45.246 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-4.18.0-527.el8.x86_64 1/3 2023-12-18T03:34:45.246 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-core-4.18.0-527.el8.x86_64 2/3 2023-12-18T03:34:45.791 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T03:34:45.792 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:34:45.792 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2023-12-18T03:34:45.792 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-18T03:34:45.792 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-18T03:34:45.792 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:34:45.792 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-12-18T03:34:45.966 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T03:34:46.052 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : kernel-modules-4.18.0-527.el8.x86_64 3/3 2023-12-18T03:34:46.052 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:34:46.053 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2023-12-18T03:34:46.053 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-4.18.0-527.el8.x86_64 kernel-core-4.18.0-527.el8.x86_64 2023-12-18T03:34:46.053 INFO:teuthology.orchestra.run.smithi160.stdout: kernel-modules-4.18.0-527.el8.x86_64 2023-12-18T03:34:46.053 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:34:46.053 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2023-12-18T03:34:46.180 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T03:34:46.180 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T03:34:46.180 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-527.el8.x86_64 2023-12-18T03:34:46.181 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-18T03:34:46.181 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-18T03:34:46.182 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-18T03:34:46.182 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi176.front.sepia.ceph.com, path=None, version=distro) 2023-12-18T03:34:46.182 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T03:34:46.223 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T03:34:46.391 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T03:34:46.391 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T03:34:46.391 DEBUG:teuthology.orchestra.run.smithi176:> sudo rpm -qi grub2-tools 2023-12-18T03:34:46.426 INFO:teuthology.orchestra.run.smithi176.stdout:Name : grub2-tools 2023-12-18T03:34:46.426 INFO:teuthology.orchestra.run.smithi176.stdout:Epoch : 1 2023-12-18T03:34:46.426 INFO:teuthology.orchestra.run.smithi176.stdout:Version : 2.02 2023-12-18T03:34:46.426 INFO:teuthology.orchestra.run.smithi176.stdout:Release : 129.el8 2023-12-18T03:34:46.426 INFO:teuthology.orchestra.run.smithi176.stdout:Architecture: x86_64 2023-12-18T03:34:46.427 INFO:teuthology.orchestra.run.smithi176.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-18T03:34:46.427 INFO:teuthology.orchestra.run.smithi176.stdout:Group : System Environment/Base 2023-12-18T03:34:46.427 INFO:teuthology.orchestra.run.smithi176.stdout:Size : 9265586 2023-12-18T03:34:46.427 INFO:teuthology.orchestra.run.smithi176.stdout:License : GPLv3+ 2023-12-18T03:34:46.427 INFO:teuthology.orchestra.run.smithi176.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-18T03:34:46.427 INFO:teuthology.orchestra.run.smithi176.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-18T03:34:46.427 INFO:teuthology.orchestra.run.smithi176.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-18T03:34:46.427 INFO:teuthology.orchestra.run.smithi176.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-18T03:34:46.427 INFO:teuthology.orchestra.run.smithi176.stdout:Relocations : (not relocatable) 2023-12-18T03:34:46.428 INFO:teuthology.orchestra.run.smithi176.stdout:Packager : CentOS BuildSystem 2023-12-18T03:34:46.428 INFO:teuthology.orchestra.run.smithi176.stdout:Vendor : CentOS 2023-12-18T03:34:46.428 INFO:teuthology.orchestra.run.smithi176.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-18T03:34:46.428 INFO:teuthology.orchestra.run.smithi176.stdout:Summary : Support tools for GRUB. 2023-12-18T03:34:46.428 INFO:teuthology.orchestra.run.smithi176.stdout:Description : 2023-12-18T03:34:46.428 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:34:46.428 INFO:teuthology.orchestra.run.smithi176.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-18T03:34:46.429 INFO:teuthology.orchestra.run.smithi176.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-18T03:34:46.429 INFO:teuthology.orchestra.run.smithi176.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-18T03:34:46.429 INFO:teuthology.orchestra.run.smithi176.stdout:hardware devices. 2023-12-18T03:34:46.429 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:34:46.429 INFO:teuthology.orchestra.run.smithi176.stdout:This subpackage provides tools for support of all platforms. 2023-12-18T03:34:46.430 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-18T03:34:46.430 INFO:teuthology.task.kernel:Updating grub on smithi176 to boot 4.18.0-527.el8.x86_64 2023-12-18T03:34:46.431 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-18T03:34:46.443 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T03:34:46.444 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T03:34:46.444 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-527.el8.x86_64 2023-12-18T03:34:46.444 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-18T03:34:46.444 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-18T03:34:46.444 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-18T03:34:46.444 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi160.front.sepia.ceph.com, path=None, version=distro) 2023-12-18T03:34:46.444 DEBUG:teuthology.orchestra.run.smithi160:> rpm -q kernel | sort -rV | head -n 1 2023-12-18T03:34:46.653 INFO:teuthology.orchestra.run.smithi160.stdout:kernel-4.18.0-527.el8.x86_64 2023-12-18T03:34:46.654 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-527.el8.x86_64 2023-12-18T03:34:46.654 DEBUG:teuthology.orchestra.run.smithi160:> sudo rpm -qi grub2-tools 2023-12-18T03:34:46.688 INFO:teuthology.orchestra.run.smithi160.stdout:Name : grub2-tools 2023-12-18T03:34:46.688 INFO:teuthology.orchestra.run.smithi160.stdout:Epoch : 1 2023-12-18T03:34:46.688 INFO:teuthology.orchestra.run.smithi160.stdout:Version : 2.02 2023-12-18T03:34:46.688 INFO:teuthology.orchestra.run.smithi160.stdout:Release : 129.el8 2023-12-18T03:34:46.688 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: x86_64 2023-12-18T03:34:46.688 INFO:teuthology.orchestra.run.smithi160.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-18T03:34:46.688 INFO:teuthology.orchestra.run.smithi160.stdout:Group : System Environment/Base 2023-12-18T03:34:46.689 INFO:teuthology.orchestra.run.smithi160.stdout:Size : 9265586 2023-12-18T03:34:46.689 INFO:teuthology.orchestra.run.smithi160.stdout:License : GPLv3+ 2023-12-18T03:34:46.689 INFO:teuthology.orchestra.run.smithi160.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-18T03:34:46.689 INFO:teuthology.orchestra.run.smithi160.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-18T03:34:46.689 INFO:teuthology.orchestra.run.smithi160.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-18T03:34:46.689 INFO:teuthology.orchestra.run.smithi160.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-18T03:34:46.689 INFO:teuthology.orchestra.run.smithi160.stdout:Relocations : (not relocatable) 2023-12-18T03:34:46.689 INFO:teuthology.orchestra.run.smithi160.stdout:Packager : CentOS BuildSystem 2023-12-18T03:34:46.689 INFO:teuthology.orchestra.run.smithi160.stdout:Vendor : CentOS 2023-12-18T03:34:46.689 INFO:teuthology.orchestra.run.smithi160.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-18T03:34:46.690 INFO:teuthology.orchestra.run.smithi160.stdout:Summary : Support tools for GRUB. 2023-12-18T03:34:46.690 INFO:teuthology.orchestra.run.smithi160.stdout:Description : 2023-12-18T03:34:46.690 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:34:46.690 INFO:teuthology.orchestra.run.smithi160.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-18T03:34:46.690 INFO:teuthology.orchestra.run.smithi160.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-18T03:34:46.690 INFO:teuthology.orchestra.run.smithi160.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-18T03:34:46.690 INFO:teuthology.orchestra.run.smithi160.stdout:hardware devices. 2023-12-18T03:34:46.690 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:34:46.690 INFO:teuthology.orchestra.run.smithi160.stdout:This subpackage provides tools for support of all platforms. 2023-12-18T03:34:46.691 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-18T03:34:46.691 INFO:teuthology.task.kernel:Updating grub on smithi160 to boot 4.18.0-527.el8.x86_64 2023-12-18T03:34:46.691 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-18T03:34:47.867 INFO:teuthology.orchestra.run.smithi176.stderr:Generating grub configuration file ... 2023-12-18T03:34:48.471 INFO:teuthology.orchestra.run.smithi160.stderr:Generating grub configuration file ... 2023-12-18T03:34:50.350 INFO:teuthology.orchestra.run.smithi176.stderr:done 2023-12-18T03:34:50.352 DEBUG:teuthology.orchestra.run.smithi176:> mktemp 2023-12-18T03:34:50.391 INFO:teuthology.orchestra.run.smithi176.stdout:/tmp/tmp.5e9i3MicKy 2023-12-18T03:34:50.391 DEBUG:teuthology.orchestra.run.smithi176:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5e9i3MicKy 2023-12-18T03:34:50.464 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 0666 /tmp/tmp.5e9i3MicKy 2023-12-18T03:34:50.614 DEBUG:teuthology.orchestra.remote:smithi176:/tmp/tmp.5e9i3MicKy is 6KB 2023-12-18T03:34:50.658 INFO:teuthology.orchestra.run.smithi160.stderr:done 2023-12-18T03:34:50.659 DEBUG:teuthology.orchestra.run.smithi160:> mktemp 2023-12-18T03:34:50.663 DEBUG:teuthology.orchestra.run.smithi176:> rm -fr /tmp/tmp.5e9i3MicKy 2023-12-18T03:34:50.680 DEBUG:teuthology.orchestra.run.smithi176:> sudo /bin/ls /boot/loader/entries || true 2023-12-18T03:34:50.685 INFO:teuthology.orchestra.run.smithi160.stdout:/tmp/tmp.I67Nk5bPOg 2023-12-18T03:34:50.685 DEBUG:teuthology.orchestra.run.smithi160:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.I67Nk5bPOg 2023-12-18T03:34:50.751 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-18T03:34:50.751 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-18T03:34:50.751 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-18T03:34:50.751 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-18T03:34:50.752 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-18T03:34:50.788 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0666 /tmp/tmp.I67Nk5bPOg 2023-12-18T03:34:50.886 DEBUG:teuthology.orchestra.run.smithi176:> sudo shutdown -r now 2023-12-18T03:34:50.894 DEBUG:teuthology.orchestra.remote:smithi160:/tmp/tmp.I67Nk5bPOg is 6KB 2023-12-18T03:34:50.943 DEBUG:teuthology.orchestra.run.smithi160:> rm -fr /tmp/tmp.I67Nk5bPOg 2023-12-18T03:34:50.961 DEBUG:teuthology.orchestra.run.smithi160:> sudo /bin/ls /boot/loader/entries || true 2023-12-18T03:34:51.041 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-18T03:34:51.041 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-18T03:34:51.041 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-18T03:34:51.041 INFO:teuthology.orchestra.run.smithi160.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64.conf 2023-12-18T03:34:51.042 DEBUG:teuthology.orchestra.run.smithi160:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-527.el8.x86_64 2023-12-18T03:34:51.205 DEBUG:teuthology.orchestra.run.smithi160:> sudo shutdown -r now 2023-12-18T03:35:20.897 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-18T03:35:20.898 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-18T03:35:20.898 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T03:35:21.209 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-18T03:35:21.209 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-18T03:35:21.210 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T03:35:39.283 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.176 2023-12-18T03:35:39.537 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2023-12-18T03:35:48.295 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-18T03:35:48.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T03:35:48.539 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-18T03:35:48.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T03:35:51.349 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.176 2023-12-18T03:35:51.601 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2023-12-18T03:36:03.358 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-18T03:36:03.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T03:36:03.602 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-18T03:36:03.603 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T03:36:35.356 DEBUG:teuthology.orchestra.run.smithi176:> true 2023-12-18T03:36:36.105 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-18T03:36:36.105 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-527.el8.x86_64"... 2023-12-18T03:36:36.105 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2023-12-18T03:36:36.573 INFO:teuthology.orchestra.run.smithi176.stdout:4.18.0-527.el8.x86_64 2023-12-18T03:36:36.574 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-527.el8.x86_64 vs 4.18.0-527.el8.x86_64 2023-12-18T03:36:36.574 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-18T03:36:36.574 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-18T03:36:37.574 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-18T03:36:37.575 DEBUG:teuthology.orchestra.run.smithi176:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-18T03:36:37.776 INFO:teuthology.orchestra.run.smithi176.stdout:ttyS1 2023-12-18T03:36:37.795 DEBUG:teuthology.parallel:result is None 2023-12-18T03:37:03.605 DEBUG:teuthology.orchestra.remote:timed out 2023-12-18T03:37:18.606 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-18T03:37:18.607 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T03:37:19.002 DEBUG:teuthology.orchestra.run.smithi160:> true 2023-12-18T03:37:19.315 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-18T03:37:19.316 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-527.el8.x86_64"... 2023-12-18T03:37:19.316 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2023-12-18T03:37:19.335 INFO:teuthology.orchestra.run.smithi160.stdout:4.18.0-527.el8.x86_64 2023-12-18T03:37:19.335 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-527.el8.x86_64 vs 4.18.0-527.el8.x86_64 2023-12-18T03:37:19.335 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-18T03:37:19.335 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-18T03:37:20.336 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-18T03:37:20.336 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-18T03:37:20.416 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2023-12-18T03:37:20.435 DEBUG:teuthology.parallel:result is None 2023-12-18T03:37:20.436 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-18T03:37:20.443 INFO:teuthology.task.internal:Creating test directory... 2023-12-18T03:37:20.443 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-18T03:37:20.445 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-18T03:37:20.468 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-18T03:37:20.479 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-18T03:37:20.494 INFO:teuthology.task.internal:Creating archive directory... 2023-12-18T03:37:20.494 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-18T03:37:20.506 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-18T03:37:20.544 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-18T03:37:20.555 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-18T03:37:20.555 DEBUG:teuthology.orchestra.run.smithi160:> 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-18T03:37:20.578 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-18T03:37:20.613 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T03:37:20.623 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T03:37:20.628 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T03:37:20.639 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-18T03:37:20.640 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-18T03:37:20.652 INFO:teuthology.task.internal:Configuring sudo... 2023-12-18T03:37:20.652 DEBUG:teuthology.orchestra.run.smithi160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-18T03:37:20.667 DEBUG:teuthology.orchestra.run.smithi176:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-18T03:37:20.696 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-18T03:37:20.709 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-18T03:37:20.710 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-18T03:37:20.738 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-18T03:37:20.756 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T03:37:20.842 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T03:37:20.893 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T03:37:20.975 DEBUG:teuthology.orchestra.run.smithi160:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T03:37:21.020 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-18T03:37:21.020 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-18T03:37:21.086 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T03:37:21.130 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-18T03:37:21.187 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T03:37:21.274 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-18T03:37:21.316 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-18T03:37:21.317 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-18T03:37:21.385 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2023-12-18T03:37:21.387 DEBUG:teuthology.orchestra.run.smithi176:> sudo service rsyslog restart 2023-12-18T03:37:21.442 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T03:37:21.489 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T03:37:21.892 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-18T03:37:21.901 INFO:teuthology.task.internal:Starting timer... 2023-12-18T03:37:21.901 INFO:teuthology.run_tasks:Running task pcp... 2023-12-18T03:37:21.918 INFO:teuthology.run_tasks:Running task selinux... 2023-12-18T03:37:21.934 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-18T03:37:21.935 DEBUG:teuthology.orchestra.run.smithi160:> sudo service auditd rotate 2023-12-18T03:37:22.087 INFO:teuthology.orchestra.run.smithi160.stdout:Rotating logs: 2023-12-18T03:37:22.088 DEBUG:teuthology.orchestra.run.smithi176:> sudo service auditd rotate 2023-12-18T03:37:22.170 INFO:teuthology.orchestra.run.smithi176.stdout:Rotating logs: 2023-12-18T03:37:22.172 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-18T03:37:22.172 DEBUG:teuthology.orchestra.run.smithi160:> /usr/sbin/getenforce 2023-12-18T03:37:22.198 INFO:teuthology.orchestra.run.smithi160.stdout:Permissive 2023-12-18T03:37:22.198 DEBUG:teuthology.orchestra.run.smithi176:> /usr/sbin/getenforce 2023-12-18T03:37:22.257 INFO:teuthology.orchestra.run.smithi176.stdout:Permissive 2023-12-18T03:37:22.257 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi160.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi176.front.sepia.ceph.com': 'permissive'} 2023-12-18T03:37:22.257 DEBUG:teuthology.orchestra.run.smithi160:> 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-18T03:37:22.284 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T03:37:22.285 DEBUG:teuthology.orchestra.run.smithi176:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-18T03:37:22.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T03:37:22.312 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-18T03:37:22.312 DEBUG:teuthology.orchestra.run.smithi160:> sudo /usr/sbin/setenforce permissive 2023-12-18T03:37:22.352 DEBUG:teuthology.orchestra.run.smithi176:> sudo /usr/sbin/setenforce permissive 2023-12-18T03:37:22.378 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-18T03:37:22.389 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-18T03:37:22.389 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-18T03:37:22.403 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-18T03:37:22.404 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi160.front.sepia.ceph.com,smithi176.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-18T03:44:32.420 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi160.front.sepia.ceph.com'), Remote(name='ubuntu@smithi176.front.sepia.ceph.com')] 2023-12-18T03:44:32.421 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-18T03:44:32.422 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T03:44:32.493 DEBUG:teuthology.orchestra.run.smithi160:> true 2023-12-18T03:44:32.561 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2023-12-18T03:44:32.561 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-18T03:44:32.561 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-18T03:44:32.628 DEBUG:teuthology.orchestra.run.smithi176:> true 2023-12-18T03:44:32.695 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-18T03:44:32.696 INFO:teuthology.run_tasks:Running task clock... 2023-12-18T03:44:32.706 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-18T03:44:32.706 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-18T03:44:32.707 DEBUG:teuthology.orchestra.run.smithi160:> 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-18T03:44:32.709 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-18T03:44:32.709 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T03:44:32.740 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-18T03:44:32.755 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-18T03:44:32.768 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-18T03:44:32.781 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-18T03:44:32.817 INFO:teuthology.orchestra.run.smithi160.stderr:sudo: ntpd: command not found 2023-12-18T03:44:32.828 INFO:teuthology.orchestra.run.smithi160.stdout:506 Cannot talk to daemon 2023-12-18T03:44:32.835 INFO:teuthology.orchestra.run.smithi176.stderr:sudo: ntpd: command not found 2023-12-18T03:44:32.841 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-18T03:44:32.847 INFO:teuthology.orchestra.run.smithi176.stdout:506 Cannot talk to daemon 2023-12-18T03:44:32.854 INFO:teuthology.orchestra.run.smithi160.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-18T03:44:32.860 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-18T03:44:32.874 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-18T03:44:32.922 INFO:teuthology.orchestra.run.smithi160.stderr:bash: ntpq: command not found 2023-12-18T03:44:32.925 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T03:44:32.925 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2023-12-18T03:44:32.925 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T03:44:32.925 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T03:44:32.925 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T03:44:32.926 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T03:44:32.938 INFO:teuthology.orchestra.run.smithi176.stderr:bash: ntpq: command not found 2023-12-18T03:44:32.941 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T03:44:32.942 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2023-12-18T03:44:32.942 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T03:44:32.942 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T03:44:32.942 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T03:44:32.942 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T03:44:32.943 INFO:teuthology.run_tasks:Running task pexec... 2023-12-18T03:44:32.953 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-18T03:44:32.953 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi160.front.sepia.ceph.com 2023-12-18T03:44:32.953 DEBUG:teuthology.orchestra.run.smithi160:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-18T03:44:32.954 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi176.front.sepia.ceph.com 2023-12-18T03:44:32.954 DEBUG:teuthology.orchestra.run.smithi176:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-18T03:44:33.849 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:33 ago on Mon 18 Dec 2023 03:43:00 AM UTC. 2023-12-18T03:44:33.860 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:32 ago on Mon 18 Dec 2023 03:43:01 AM UTC. 2023-12-18T03:44:35.968 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2023-12-18T03:44:35.969 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-18T03:44:35.969 INFO:teuthology.orchestra.run.smithi160.stdout: Package Architecture Version Repository Size 2023-12-18T03:44:35.969 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-18T03:44:35.969 INFO:teuthology.orchestra.run.smithi160.stdout:Resetting modules: 2023-12-18T03:44:35.969 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools 2023-12-18T03:44:35.969 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:44:35.970 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2023-12-18T03:44:35.970 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-18T03:44:35.970 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:44:36.032 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-12-18T03:44:36.033 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-18T03:44:36.033 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2023-12-18T03:44:36.033 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-18T03:44:36.033 INFO:teuthology.orchestra.run.smithi176.stdout:Resetting modules: 2023-12-18T03:44:36.033 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools 2023-12-18T03:44:36.033 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:44:36.033 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-12-18T03:44:36.034 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-18T03:44:36.034 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:44:36.232 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2023-12-18T03:44:36.283 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-12-18T03:44:37.173 INFO:teuthology.orchestra.run.smithi160.stdout:Last metadata expiration check: 0:01:37 ago on Mon 18 Dec 2023 03:43:00 AM UTC. 2023-12-18T03:44:37.235 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:36 ago on Mon 18 Dec 2023 03:43:01 AM UTC. 2023-12-18T03:44:39.301 INFO:teuthology.orchestra.run.smithi160.stdout:Dependencies resolved. 2023-12-18T03:44:39.360 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-12-18T03:44:39.487 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-18T03:44:39.487 INFO:teuthology.orchestra.run.smithi160.stdout: Package Arch Version Repository Size 2023-12-18T03:44:39.487 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-18T03:44:39.487 INFO:teuthology.orchestra.run.smithi160.stdout:Installing group/module packages: 2023-12-18T03:44:39.487 INFO:teuthology.orchestra.run.smithi160.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-18T03:44:39.487 INFO:teuthology.orchestra.run.smithi160.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-18T03:44:39.487 INFO:teuthology.orchestra.run.smithi160.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-18T03:44:39.488 INFO:teuthology.orchestra.run.smithi160.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-18T03:44:39.488 INFO:teuthology.orchestra.run.smithi160.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-18T03:44:39.488 INFO:teuthology.orchestra.run.smithi160.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-18T03:44:39.488 INFO:teuthology.orchestra.run.smithi160.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-18T03:44:39.488 INFO:teuthology.orchestra.run.smithi160.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-18T03:44:39.488 INFO:teuthology.orchestra.run.smithi160.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-18T03:44:39.488 INFO:teuthology.orchestra.run.smithi160.stdout:Installing dependencies: 2023-12-18T03:44:39.488 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-18T03:44:39.488 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-18T03:44:39.488 INFO:teuthology.orchestra.run.smithi160.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-18T03:44:39.488 INFO:teuthology.orchestra.run.smithi160.stdout:Installing weak dependencies: 2023-12-18T03:44:39.489 INFO:teuthology.orchestra.run.smithi160.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-18T03:44:39.489 INFO:teuthology.orchestra.run.smithi160.stdout:Installing module profiles: 2023-12-18T03:44:39.489 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools/common 2023-12-18T03:44:39.489 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:44:39.489 INFO:teuthology.orchestra.run.smithi160.stdout:Enabling module streams: 2023-12-18T03:44:39.489 INFO:teuthology.orchestra.run.smithi160.stdout: container-tools rhel8 2023-12-18T03:44:39.489 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:44:39.489 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction Summary 2023-12-18T03:44:39.489 INFO:teuthology.orchestra.run.smithi160.stdout:================================================================================ 2023-12-18T03:44:39.489 INFO:teuthology.orchestra.run.smithi160.stdout:Install 13 Packages 2023-12-18T03:44:39.490 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:44:39.490 INFO:teuthology.orchestra.run.smithi160.stdout:Total download size: 27 M 2023-12-18T03:44:39.490 INFO:teuthology.orchestra.run.smithi160.stdout:Installed size: 89 M 2023-12-18T03:44:39.490 INFO:teuthology.orchestra.run.smithi160.stdout:Downloading Packages: 2023-12-18T03:44:39.546 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-18T03:44:39.546 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2023-12-18T03:44:39.546 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-18T03:44:39.546 INFO:teuthology.orchestra.run.smithi176.stdout:Installing group/module packages: 2023-12-18T03:44:39.547 INFO:teuthology.orchestra.run.smithi176.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-18T03:44:39.547 INFO:teuthology.orchestra.run.smithi176.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-18T03:44:39.547 INFO:teuthology.orchestra.run.smithi176.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-18T03:44:39.547 INFO:teuthology.orchestra.run.smithi176.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-18T03:44:39.547 INFO:teuthology.orchestra.run.smithi176.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-18T03:44:39.547 INFO:teuthology.orchestra.run.smithi176.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-18T03:44:39.547 INFO:teuthology.orchestra.run.smithi176.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-18T03:44:39.547 INFO:teuthology.orchestra.run.smithi176.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-18T03:44:39.547 INFO:teuthology.orchestra.run.smithi176.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-18T03:44:39.548 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2023-12-18T03:44:39.548 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-18T03:44:39.548 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-18T03:44:39.548 INFO:teuthology.orchestra.run.smithi176.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-18T03:44:39.548 INFO:teuthology.orchestra.run.smithi176.stdout:Installing weak dependencies: 2023-12-18T03:44:39.548 INFO:teuthology.orchestra.run.smithi176.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-18T03:44:39.548 INFO:teuthology.orchestra.run.smithi176.stdout:Installing module profiles: 2023-12-18T03:44:39.548 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools/common 2023-12-18T03:44:39.548 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:44:39.548 INFO:teuthology.orchestra.run.smithi176.stdout:Enabling module streams: 2023-12-18T03:44:39.548 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools rhel8 2023-12-18T03:44:39.549 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:44:39.549 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-12-18T03:44:39.549 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-18T03:44:39.549 INFO:teuthology.orchestra.run.smithi176.stdout:Install 13 Packages 2023-12-18T03:44:39.549 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:44:39.550 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 27 M 2023-12-18T03:44:39.550 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 89 M 2023-12-18T03:44:39.550 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2023-12-18T03:44:39.851 INFO:teuthology.orchestra.run.smithi160.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.9 MB/s | 1.0 MB 00:00 2023-12-18T03:44:39.909 INFO:teuthology.orchestra.run.smithi160.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 3.2 MB/s | 750 kB 00:00 2023-12-18T03:44:39.913 INFO:teuthology.orchestra.run.smithi176.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.5 MB/s | 750 kB 00:00 2023-12-18T03:44:39.935 INFO:teuthology.orchestra.run.smithi160.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 453 kB/s | 38 kB 00:00 2023-12-18T03:44:39.947 INFO:teuthology.orchestra.run.smithi176.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.1 MB/s | 1.0 MB 00:00 2023-12-18T03:44:39.960 INFO:teuthology.orchestra.run.smithi160.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.6 MB/s | 241 kB 00:00 2023-12-18T03:44:39.964 INFO:teuthology.orchestra.run.smithi176.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 757 kB/s | 38 kB 00:00 2023-12-18T03:44:39.989 INFO:teuthology.orchestra.run.smithi176.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 5.6 MB/s | 241 kB 00:00 2023-12-18T03:44:40.010 INFO:teuthology.orchestra.run.smithi160.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2023-12-18T03:44:40.056 INFO:teuthology.orchestra.run.smithi176.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-12-18T03:44:40.069 INFO:teuthology.orchestra.run.smithi160.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 29 MB/s | 3.9 MB 00:00 2023-12-18T03:44:40.086 INFO:teuthology.orchestra.run.smithi160.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 329 kB/s | 25 kB 00:00 2023-12-18T03:44:40.111 INFO:teuthology.orchestra.run.smithi160.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2023-12-18T03:44:40.140 INFO:teuthology.orchestra.run.smithi176.stdout:(6/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 22 MB/s | 3.9 MB 00:00 2023-12-18T03:44:40.157 INFO:teuthology.orchestra.run.smithi176.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-12-18T03:44:40.182 INFO:teuthology.orchestra.run.smithi176.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2023-12-18T03:44:40.220 INFO:teuthology.orchestra.run.smithi160.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 18 MB/s | 9.6 MB 00:00 2023-12-18T03:44:40.283 INFO:teuthology.orchestra.run.smithi176.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 18 MB/s | 9.6 MB 00:00 2023-12-18T03:44:40.312 INFO:teuthology.orchestra.run.smithi160.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 13 MB/s | 2.5 MB 00:00 2023-12-18T03:44:40.338 INFO:teuthology.orchestra.run.smithi160.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 451 kB/s | 53 kB 00:00 2023-12-18T03:44:40.351 INFO:teuthology.orchestra.run.smithi176.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 15 MB/s | 2.5 MB 00:00 2023-12-18T03:44:40.362 INFO:teuthology.orchestra.run.smithi160.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 822 kB/s | 41 kB 00:00 2023-12-18T03:44:40.375 INFO:teuthology.orchestra.run.smithi176.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 573 kB/s | 53 kB 00:00 2023-12-18T03:44:40.391 INFO:teuthology.orchestra.run.smithi176.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 1.0 MB/s | 41 kB 00:00 2023-12-18T03:44:40.480 INFO:teuthology.orchestra.run.smithi160.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 21 MB/s | 8.1 MB 00:00 2023-12-18T03:44:40.480 INFO:teuthology.orchestra.run.smithi160.stdout:-------------------------------------------------------------------------------- 2023-12-18T03:44:40.480 INFO:teuthology.orchestra.run.smithi160.stdout:Total 27 MB/s | 27 MB 00:00 2023-12-18T03:44:40.508 INFO:teuthology.orchestra.run.smithi176.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 23 MB/s | 8.1 MB 00:00 2023-12-18T03:44:40.509 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2023-12-18T03:44:40.509 INFO:teuthology.orchestra.run.smithi176.stdout:Total 28 MB/s | 27 MB 00:00 2023-12-18T03:44:40.749 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction check 2023-12-18T03:44:40.770 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction check succeeded. 2023-12-18T03:44:40.770 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction test 2023-12-18T03:44:40.776 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2023-12-18T03:44:40.797 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2023-12-18T03:44:40.797 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2023-12-18T03:44:41.029 INFO:teuthology.orchestra.run.smithi160.stdout:Transaction test succeeded. 2023-12-18T03:44:41.032 INFO:teuthology.orchestra.run.smithi160.stdout:Running transaction 2023-12-18T03:44:41.055 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2023-12-18T03:44:41.058 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2023-12-18T03:44:41.737 INFO:teuthology.orchestra.run.smithi160.stdout: Preparing : 1/1 2023-12-18T03:44:41.785 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2023-12-18T03:44:41.964 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-18T03:44:42.036 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-18T03:44:42.135 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-18T03:44:42.246 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-18T03:44:42.342 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-18T03:44:42.473 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-18T03:44:42.553 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T03:44:42.705 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T03:44:43.099 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-18T03:44:43.269 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-18T03:44:44.069 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T03:44:44.295 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T03:44:44.325 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-18T03:44:44.498 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-18T03:44:44.514 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-18T03:44:44.725 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-18T03:44:44.798 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-18T03:44:44.976 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-18T03:44:45.205 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-18T03:44:45.383 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-18T03:44:46.120 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T03:44:46.306 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T03:44:46.334 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-18T03:44:46.536 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-18T03:44:46.551 INFO:teuthology.orchestra.run.smithi160.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T03:44:46.736 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T03:44:46.975 INFO:teuthology.orchestra.run.smithi160.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T03:44:46.976 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-18T03:44:47.156 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-18T03:44:47.156 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-18T03:44:47.156 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-18T03:44:47.156 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-18T03:44:47.156 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-18T03:44:47.156 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-18T03:44:47.156 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-18T03:44:47.156 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-18T03:44:47.156 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-18T03:44:47.157 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-18T03:44:47.157 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-18T03:44:47.157 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-18T03:44:47.157 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-18T03:44:47.802 INFO:teuthology.orchestra.run.smithi160.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-18T03:44:47.802 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:44:47.802 INFO:teuthology.orchestra.run.smithi160.stdout:Installed: 2023-12-18T03:44:47.802 INFO:teuthology.orchestra.run.smithi160.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:47.802 INFO:teuthology.orchestra.run.smithi160.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:44:47.803 INFO:teuthology.orchestra.run.smithi160.stdout:Complete! 2023-12-18T03:44:48.104 DEBUG:teuthology.parallel:result is None 2023-12-18T03:44:48.177 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-18T03:44:48.177 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:44:48.177 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2023-12-18T03:44:48.177 INFO:teuthology.orchestra.run.smithi176.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:48.177 INFO:teuthology.orchestra.run.smithi176.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:48.177 INFO:teuthology.orchestra.run.smithi176.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-18T03:44:48.177 INFO:teuthology.orchestra.run.smithi176.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-18T03:44:48.177 INFO:teuthology.orchestra.run.smithi176.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:48.177 INFO:teuthology.orchestra.run.smithi176.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:48.178 INFO:teuthology.orchestra.run.smithi176.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-18T03:44:48.178 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-18T03:44:48.178 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-18T03:44:48.178 INFO:teuthology.orchestra.run.smithi176.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:48.178 INFO:teuthology.orchestra.run.smithi176.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-18T03:44:48.178 INFO:teuthology.orchestra.run.smithi176.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-18T03:44:48.178 INFO:teuthology.orchestra.run.smithi176.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-18T03:44:48.178 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:44:48.178 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-12-18T03:44:48.418 DEBUG:teuthology.parallel:result is None 2023-12-18T03:44:48.418 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-18T03:44:48.496 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': '7c08d8cc100424c780cddee2341c03c1c5e7543a'} 2023-12-18T03:44:48.497 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-18T03:44:48.497 INFO:tasks.cephadm:Cluster fsid is cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:44:48.497 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-18T03:44:48.497 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-18T03:44:48.498 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi160': '172.21.15.160', 'mon.smithi176': '172.21.15.176'} 2023-12-18T03:44:48.498 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-18T03:44:48.498 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2023-12-18T03:44:48.526 DEBUG:teuthology.orchestra.run.smithi176:> sudo hostname $(hostname -s) 2023-12-18T03:44:48.553 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-18T03:44:48.554 DEBUG:teuthology.orchestra.run.smithi160:> 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-18T03:44:48.796 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 18 03:44 /home/ubuntu/cephtest/cephadm 2023-12-18T03:44:48.797 DEBUG:teuthology.orchestra.run.smithi176:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-18T03:44:49.066 INFO:teuthology.orchestra.run.smithi176.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 18 03:44 /home/ubuntu/cephtest/cephadm 2023-12-18T03:44:49.067 DEBUG:teuthology.orchestra.run.smithi160:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-18T03:44:49.087 DEBUG:teuthology.orchestra.run.smithi176:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-18T03:44:49.115 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-18T03:44:49.116 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-18T03:44:49.129 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-18T03:44:50.987 INFO:teuthology.orchestra.run.smithi160.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T03:44:51.014 INFO:teuthology.orchestra.run.smithi176.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T03:45:08.716 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:45:08.717 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-18T03:45:08.717 INFO:teuthology.orchestra.run.smithi160.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-18T03:45:08.717 INFO:teuthology.orchestra.run.smithi160.stdout: "repo_digests": [ 2023-12-18T03:45:08.717 INFO:teuthology.orchestra.run.smithi160.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-18T03:45:08.718 INFO:teuthology.orchestra.run.smithi160.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-18T03:45:08.718 INFO:teuthology.orchestra.run.smithi160.stdout: ] 2023-12-18T03:45:08.718 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:45:12.118 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2023-12-18T03:45:12.119 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-18T03:45:12.119 INFO:teuthology.orchestra.run.smithi176.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-18T03:45:12.119 INFO:teuthology.orchestra.run.smithi176.stdout: "repo_digests": [ 2023-12-18T03:45:12.119 INFO:teuthology.orchestra.run.smithi176.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-18T03:45:12.119 INFO:teuthology.orchestra.run.smithi176.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-18T03:45:12.119 INFO:teuthology.orchestra.run.smithi176.stdout: ] 2023-12-18T03:45:12.119 INFO:teuthology.orchestra.run.smithi176.stdout:} 2023-12-18T03:45:12.137 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /etc/ceph 2023-12-18T03:45:12.175 DEBUG:teuthology.orchestra.run.smithi176:> sudo mkdir -p /etc/ceph 2023-12-18T03:45:12.205 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 777 /etc/ceph 2023-12-18T03:45:12.246 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 777 /etc/ceph 2023-12-18T03:45:12.273 INFO:tasks.cephadm:Writing seed config... 2023-12-18T03:45:12.275 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-18T03:45:12.275 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-18T03:45:12.275 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-18T03:45:12.275 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-18T03:45:12.275 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-18T03:45:12.275 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-18T03:45:12.275 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-18T03:45:12.275 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-18T03:45:12.276 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-18T03:45:12.276 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-18T03:45:12.306 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 = cac96670-9d57-11ee-95a5-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-18T03:45:12.307 DEBUG:teuthology.orchestra.run.smithi160:mon.smithi160> sudo journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@mon.smithi160.service 2023-12-18T03:45:12.348 INFO:tasks.cephadm:Bootstrapping... 2023-12-18T03:45:12.349 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid cac96670-9d57-11ee-95a5-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.160 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-18T03:45:12.377 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:-- Logs begin at Mon 2023-12-18 03:36:22 UTC. -- 2023-12-18T03:45:12.546 INFO:teuthology.orchestra.run.smithi160.stderr:-------------------------------------------------------------------------------- 2023-12-18T03:45:12.546 INFO:teuthology.orchestra.run.smithi160.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'cac96670-9d57-11ee-95a5-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.160', '--skip-admin-label'] 2023-12-18T03:45:12.569 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: 4.6.1 2023-12-18T03:45:12.578 INFO:teuthology.orchestra.run.smithi160.stderr:Verifying podman|docker is present... 2023-12-18T03:45:12.597 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: 4.6.1 2023-12-18T03:45:12.612 INFO:teuthology.orchestra.run.smithi160.stderr:Verifying lvm2 is present... 2023-12-18T03:45:12.612 INFO:teuthology.orchestra.run.smithi160.stderr:Verifying time synchronization is in place... 2023-12-18T03:45:12.618 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-18T03:45:12.623 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: inactive 2023-12-18T03:45:12.629 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: enabled 2023-12-18T03:45:12.635 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: active 2023-12-18T03:45:12.635 INFO:teuthology.orchestra.run.smithi160.stderr:Unit chronyd.service is enabled and running 2023-12-18T03:45:12.635 INFO:teuthology.orchestra.run.smithi160.stderr:Repeating the final host check... 2023-12-18T03:45:12.655 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: 4.6.1 2023-12-18T03:45:12.664 INFO:teuthology.orchestra.run.smithi160.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-18T03:45:12.665 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl is present 2023-12-18T03:45:12.665 INFO:teuthology.orchestra.run.smithi160.stderr:lvcreate is present 2023-12-18T03:45:12.670 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-18T03:45:12.676 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: inactive 2023-12-18T03:45:12.681 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: enabled 2023-12-18T03:45:12.687 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: active 2023-12-18T03:45:12.688 INFO:teuthology.orchestra.run.smithi160.stderr:Unit chronyd.service is enabled and running 2023-12-18T03:45:12.688 INFO:teuthology.orchestra.run.smithi160.stderr:Host looks OK 2023-12-18T03:45:12.688 INFO:teuthology.orchestra.run.smithi160.stderr:Cluster fsid: cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:45:12.688 INFO:teuthology.orchestra.run.smithi160.stderr:Acquiring lock 140620571316352 on /run/cephadm/cac96670-9d57-11ee-95a5-87774f69a715.lock 2023-12-18T03:45:12.688 INFO:teuthology.orchestra.run.smithi160.stderr:Lock 140620571316352 acquired on /run/cephadm/cac96670-9d57-11ee-95a5-87774f69a715.lock 2023-12-18T03:45:12.688 INFO:teuthology.orchestra.run.smithi160.stderr:Verifying IP 172.21.15.160 port 3300 ... 2023-12-18T03:45:12.688 INFO:teuthology.orchestra.run.smithi160.stderr:Verifying IP 172.21.15.160 port 6789 ... 2023-12-18T03:45:12.689 INFO:teuthology.orchestra.run.smithi160.stderr:Base mon IP is 172.21.15.160, final addrv is [v2:172.21.15.160:3300,v1:172.21.15.160:6789] 2023-12-18T03:45:12.691 INFO:teuthology.orchestra.run.smithi160.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.160 metric 100 2023-12-18T03:45:12.691 INFO:teuthology.orchestra.run.smithi160.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.160 metric 100 2023-12-18T03:45:12.693 INFO:teuthology.orchestra.run.smithi160.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-18T03:45:12.694 INFO:teuthology.orchestra.run.smithi160.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-18T03:45:12.694 INFO:teuthology.orchestra.run.smithi160.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1691sec hoplimit 64 pref medium 2023-12-18T03:45:12.696 INFO:teuthology.orchestra.run.smithi160.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-18T03:45:12.696 INFO:teuthology.orchestra.run.smithi160.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-18T03:45:12.696 INFO:teuthology.orchestra.run.smithi160.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-18T03:45:12.696 INFO:teuthology.orchestra.run.smithi160.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-18T03:45:12.697 INFO:teuthology.orchestra.run.smithi160.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7f5b/64 scope link 2023-12-18T03:45:12.697 INFO:teuthology.orchestra.run.smithi160.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-18T03:45:12.697 INFO:teuthology.orchestra.run.smithi160.stderr:Mon IP `172.21.15.160` is in CIDR network `172.21.0.0/20` 2023-12-18T03:45:12.697 INFO:teuthology.orchestra.run.smithi160.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-18T03:45:12.698 INFO:teuthology.orchestra.run.smithi160.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-18T03:45:12.774 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-18T03:45:13.145 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: Getting image source signatures 2023-12-18T03:45:13.145 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-18T03:45:13.145 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-18T03:45:13.145 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-18T03:45:13.145 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-18T03:45:13.145 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-18T03:45:13.145 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-18T03:45:13.202 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: Writing manifest to image destination 2023-12-18T03:45:13.353 INFO:teuthology.orchestra.run.smithi160.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-18T03:45:13.693 INFO:teuthology.orchestra.run.smithi160.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-18T03:45:14.047 INFO:teuthology.orchestra.run.smithi160.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-18T03:45:14.047 INFO:teuthology.orchestra.run.smithi160.stderr:Extracting ceph user uid/gid from container image... 2023-12-18T03:45:14.322 INFO:teuthology.orchestra.run.smithi160.stderr:stat: 167 167 2023-12-18T03:45:14.653 INFO:teuthology.orchestra.run.smithi160.stderr:Creating initial keys... 2023-12-18T03:45:14.905 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph-authtool: AQBKwH9lCmTDNRAAfQV+D3d42lrkKS+gytzIJA== 2023-12-18T03:45:15.488 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph-authtool: AQBLwH9lb8DpHBAAIJZrGfe1JtOrCggv1FvVJQ== 2023-12-18T03:45:16.089 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph-authtool: AQBMwH9lZPETBRAAcpIl486tefBCIufsQ9GO1Q== 2023-12-18T03:45:16.447 INFO:teuthology.orchestra.run.smithi160.stderr:Creating initial monmap... 2023-12-18T03:45:16.715 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-18T03:45:16.715 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-18T03:45:16.715 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:45:16.715 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-18T03:45:17.057 INFO:teuthology.orchestra.run.smithi160.stderr:monmaptool for smithi160 [v2:172.21.15.160:3300,v1:172.21.15.160:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-18T03:45:17.057 INFO:teuthology.orchestra.run.smithi160.stderr:setting min_mon_release = octopus 2023-12-18T03:45:17.058 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/monmaptool: set fsid to cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:45:17.058 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-18T03:45:17.058 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-18T03:45:17.058 INFO:teuthology.orchestra.run.smithi160.stderr:Creating mon... 2023-12-18T03:45:17.738 INFO:teuthology.orchestra.run.smithi160.stderr:create mon.smithi160 on 2023-12-18T03:45:17.836 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-18T03:45:17.931 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-cac96670-9d57-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-cac96670-9d57-11ee-95a5-87774f69a715.target. 2023-12-18T03:45:17.931 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-cac96670-9d57-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-cac96670-9d57-11ee-95a5-87774f69a715.target. 2023-12-18T03:45:18.130 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: Failed to reset failed state of unit ceph-cac96670-9d57-11ee-95a5-87774f69a715@mon.smithi160.service: Unit ceph-cac96670-9d57-11ee-95a5-87774f69a715@mon.smithi160.service not loaded. 2023-12-18T03:45:18.136 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: Created symlink /etc/systemd/system/ceph-cac96670-9d57-11ee-95a5-87774f69a715.target.wants/ceph-cac96670-9d57-11ee-95a5-87774f69a715@mon.smithi160.service → /etc/systemd/system/ceph-cac96670-9d57-11ee-95a5-87774f69a715@.service. 2023-12-18T03:45:18.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:18 smithi160 systemd[1]: Starting Ceph mon.smithi160 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T03:45:18.634 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: disabled 2023-12-18T03:45:18.641 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: inactive 2023-12-18T03:45:18.642 INFO:teuthology.orchestra.run.smithi160.stderr:firewalld.service is not enabled 2023-12-18T03:45:18.642 INFO:teuthology.orchestra.run.smithi160.stderr:Not possible to enable service . firewalld.service is not available 2023-12-18T03:45:18.642 INFO:teuthology.orchestra.run.smithi160.stderr:Waiting for mon to start... 2023-12-18T03:45:18.643 INFO:teuthology.orchestra.run.smithi160.stderr:Waiting for mon... 2023-12-18T03:45:18.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:18 smithi160 bash[107219]: 932b57e69ba8cd98f2002611a422869c1fee0f6324eb7ea3aae6b2963195efff 2023-12-18T03:45:18.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:18 smithi160 systemd[1]: Started Ceph mon.smithi160 for cac96670-9d57-11ee-95a5-87774f69a715. 2023-12-18T03:45:18.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:18 smithi160 ceph-mon[107257]: mkfs cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:45:18.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:18 smithi160 ceph-mon[107257]: mon.smithi160 is new leader, mons smithi160 in quorum (ranks 0) 2023-12-18T03:45:19.124 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: cluster: 2023-12-18T03:45:19.124 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: id: cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:45:19.124 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: services: 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi160 (age 0.470726s) 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: data: 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: pgs: 2023-12-18T03:45:19.125 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:19.505 INFO:teuthology.orchestra.run.smithi160.stderr:mon is available 2023-12-18T03:45:19.505 INFO:teuthology.orchestra.run.smithi160.stderr:Assimilating anything we can from ceph.conf... 2023-12-18T03:45:19.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:19 smithi160 ceph-mon[107257]: mon.smithi160 is new leader, mons smithi160 in quorum (ranks 0) 2023-12-18T03:45:19.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:19 smithi160 ceph-mon[107257]: monmap e1: 1 mons at {smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} 2023-12-18T03:45:19.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:19 smithi160 ceph-mon[107257]: fsmap 2023-12-18T03:45:19.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:19 smithi160 ceph-mon[107257]: osdmap e1: 0 total, 0 up, 0 in 2023-12-18T03:45:19.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:19 smithi160 ceph-mon[107257]: mgrmap e1: no daemons active 2023-12-18T03:45:19.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:19 smithi160 ceph-mon[107257]: from='client.? 172.21.15.160:0/1472580632' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-18T03:45:19.912 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:19.912 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: [global] 2023-12-18T03:45:19.913 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: fsid = cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:45:19.913 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.160:3300,v1:172.21.15.160:6789] 2023-12-18T03:45:19.913 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-18T03:45:19.913 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-18T03:45:19.913 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-18T03:45:19.913 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-18T03:45:19.913 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:19.913 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: [mgr] 2023-12-18T03:45:19.913 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-18T03:45:19.914 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:19.914 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: [osd] 2023-12-18T03:45:19.914 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-18T03:45:19.914 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-18T03:45:20.268 INFO:teuthology.orchestra.run.smithi160.stderr:Generating new minimal ceph.conf... 2023-12-18T03:45:20.985 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:20 smithi160 ceph-mon[107257]: from='client.? 172.21.15.160:0/4229449641' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-18T03:45:20.985 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:20 smithi160 ceph-mon[107257]: from='client.? 172.21.15.160:0/4229449641' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-18T03:45:21.058 INFO:teuthology.orchestra.run.smithi160.stderr:Restarting the monitor... 2023-12-18T03:45:21.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:21 smithi160 systemd[1]: Stopping Ceph mon.smithi160 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T03:45:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:21 smithi160 bash[107562]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon.smithi160" found: no such container 2023-12-18T03:45:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:21 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon-smithi160[107234]: 2023-12-18T03:45:21.155+0000 7f4287181700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi160 -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-18T03:45:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:21 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon-smithi160[107234]: 2023-12-18T03:45:21.155+0000 7f4287181700 -1 mon.smithi160@0(leader) e1 *** Got Signal Terminated *** 2023-12-18T03:45:21.809 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:21 smithi160 bash[107575]: ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon-smithi160 2023-12-18T03:45:21.809 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:21 smithi160 bash[107614]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon.smithi160" found: no such container 2023-12-18T03:45:21.809 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:21 smithi160 systemd[1]: ceph-cac96670-9d57-11ee-95a5-87774f69a715@mon.smithi160.service: Succeeded. 2023-12-18T03:45:21.809 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:21 smithi160 systemd[1]: Stopped Ceph mon.smithi160 for cac96670-9d57-11ee-95a5-87774f69a715. 2023-12-18T03:45:21.809 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:21 smithi160 systemd[1]: Starting Ceph mon.smithi160 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T03:45:22.088 INFO:teuthology.orchestra.run.smithi160.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-18T03:45:22.299 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: set uid:gid to 167:167 (ceph:ceph) 2023-12-18T03:45:22.299 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-18T03:45:22.299 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: pidfile_write: ignore empty --pid-file 2023-12-18T03:45:22.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: load: jerasure load: lrc 2023-12-18T03:45:22.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: RocksDB version: 6.15.5 2023-12-18T03:45:22.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-18T03:45:22.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Compile date Apr 18 2022 2023-12-18T03:45:22.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: DB SUMMARY 2023-12-18T03:45:22.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: DB Session ID: XN0YVYUE74Y4F13MD29N 2023-12-18T03:45:22.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: CURRENT file: CURRENT 2023-12-18T03:45:22.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: IDENTITY file: IDENTITY 2023-12-18T03:45:22.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-18T03:45:22.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi160/store.db dir, Total Num: 1, files: 000008.sst 2023-12-18T03:45:22.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi160/store.db: 000010.log size: 80791 ; 2023-12-18T03:45:22.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.error_if_exists: 0 2023-12-18T03:45:22.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.create_if_missing: 0 2023-12-18T03:45:22.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.paranoid_checks: 1 2023-12-18T03:45:22.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-18T03:45:22.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.env: 0x56145cbae860 2023-12-18T03:45:22.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.fs: Posix File System 2023-12-18T03:45:22.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.info_log: 0x56145e911fa0 2023-12-18T03:45:22.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_file_opening_threads: 16 2023-12-18T03:45:22.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.statistics: (nil) 2023-12-18T03:45:22.301 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.use_fsync: 0 2023-12-18T03:45:22.302 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_log_file_size: 0 2023-12-18T03:45:22.302 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-18T03:45:22.302 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-18T03:45:22.302 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.keep_log_file_num: 1000 2023-12-18T03:45:22.302 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.recycle_log_file_num: 0 2023-12-18T03:45:22.302 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.allow_fallocate: 1 2023-12-18T03:45:22.302 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.allow_mmap_reads: 0 2023-12-18T03:45:22.302 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.allow_mmap_writes: 0 2023-12-18T03:45:22.302 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.use_direct_reads: 0 2023-12-18T03:45:22.302 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-18T03:45:22.302 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.create_missing_column_families: 0 2023-12-18T03:45:22.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.db_log_dir: 2023-12-18T03:45:22.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi160/store.db 2023-12-18T03:45:22.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-18T03:45:22.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-18T03:45:22.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-18T03:45:22.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-18T03:45:22.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-18T03:45:22.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-18T03:45:22.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.advise_random_on_open: 1 2023-12-18T03:45:22.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.db_write_buffer_size: 0 2023-12-18T03:45:22.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.write_buffer_manager: 0x56145ea022d0 2023-12-18T03:45:22.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-18T03:45:22.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-18T03:45:22.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-18T03:45:22.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-18T03:45:22.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.rate_limiter: (nil) 2023-12-18T03:45:22.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-18T03:45:22.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.wal_recovery_mode: 2 2023-12-18T03:45:22.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.enable_thread_tracking: 0 2023-12-18T03:45:22.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.enable_pipelined_write: 0 2023-12-18T03:45:22.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.unordered_write: 0 2023-12-18T03:45:22.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-18T03:45:22.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-18T03:45:22.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-18T03:45:22.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-18T03:45:22.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.row_cache: None 2023-12-18T03:45:22.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.wal_filter: None 2023-12-18T03:45:22.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-18T03:45:22.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.allow_ingest_behind: 0 2023-12-18T03:45:22.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.preserve_deletes: 0 2023-12-18T03:45:22.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.two_write_queues: 0 2023-12-18T03:45:22.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.manual_wal_flush: 0 2023-12-18T03:45:22.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.atomic_flush: 0 2023-12-18T03:45:22.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-18T03:45:22.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-18T03:45:22.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-18T03:45:22.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.log_readahead_size: 0 2023-12-18T03:45:22.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-18T03:45:22.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.best_efforts_recovery: 0 2023-12-18T03:45:22.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-18T03:45:22.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-18T03:45:22.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.allow_data_in_errors: 0 2023-12-18T03:45:22.307 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.db_host_id: __hostname__ 2023-12-18T03:45:22.307 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_background_jobs: 2 2023-12-18T03:45:22.307 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_background_compactions: -1 2023-12-18T03:45:22.307 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_subcompactions: 1 2023-12-18T03:45:22.307 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-18T03:45:22.307 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-18T03:45:22.307 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-18T03:45:22.307 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_total_wal_size: 0 2023-12-18T03:45:22.308 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-18T03:45:22.308 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-18T03:45:22.308 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-18T03:45:22.308 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-18T03:45:22.308 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_open_files: -1 2023-12-18T03:45:22.308 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.bytes_per_sync: 0 2023-12-18T03:45:22.308 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-18T03:45:22.308 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-18T03:45:22.308 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_readahead_size: 0 2023-12-18T03:45:22.308 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_background_flushes: -1 2023-12-18T03:45:22.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Compression algorithms supported: 2023-12-18T03:45:22.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-18T03:45:22.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: kZSTD supported: 0 2023-12-18T03:45:22.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: kXpressCompression supported: 0 2023-12-18T03:45:22.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: kLZ4HCCompression supported: 1 2023-12-18T03:45:22.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: kLZ4Compression supported: 1 2023-12-18T03:45:22.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: kBZip2Compression supported: 0 2023-12-18T03:45:22.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: kZlibCompression supported: 1 2023-12-18T03:45:22.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: kSnappyCompression supported: 1 2023-12-18T03:45:22.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-18T03:45:22.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi160/store.db/MANIFEST-000009 2023-12-18T03:45:22.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-18T03:45:22.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-18T03:45:22.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.merge_operator: 2023-12-18T03:45:22.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_filter: None 2023-12-18T03:45:22.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_filter_factory: None 2023-12-18T03:45:22.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.sst_partitioner_factory: None 2023-12-18T03:45:22.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-18T03:45:22.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-18T03:45:22.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56145e8ddd00) 2023-12-18T03:45:22.310 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: cache_index_and_filter_blocks: 1 2023-12-18T03:45:22.311 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-18T03:45:22.311 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-18T03:45:22.311 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: pin_top_level_index_and_filter: 1 2023-12-18T03:45:22.311 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: index_type: 0 2023-12-18T03:45:22.311 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: data_block_index_type: 0 2023-12-18T03:45:22.311 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: index_shortening: 1 2023-12-18T03:45:22.311 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-18T03:45:22.311 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: hash_index_allow_collision: 1 2023-12-18T03:45:22.311 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: checksum: 1 2023-12-18T03:45:22.311 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: no_block_cache: 0 2023-12-18T03:45:22.311 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_cache: 0x56145e948170 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_cache_name: BinnedLRUCache 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_cache_options: 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: capacity : 536870912 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: num_shard_bits : 4 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: strict_capacity_limit : 0 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: high_pri_pool_ratio: 0.000 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_cache_compressed: (nil) 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: persistent_cache: (nil) 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_size: 4096 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_size_deviation: 10 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_restart_interval: 16 2023-12-18T03:45:22.312 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: index_block_restart_interval: 1 2023-12-18T03:45:22.313 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: metadata_block_size: 4096 2023-12-18T03:45:22.313 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: partition_filters: 0 2023-12-18T03:45:22.313 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: use_delta_encoding: 1 2023-12-18T03:45:22.313 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-18T03:45:22.313 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: whole_key_filtering: 1 2023-12-18T03:45:22.313 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: verify_compression: 0 2023-12-18T03:45:22.313 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: read_amp_bytes_per_bit: 0 2023-12-18T03:45:22.313 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: format_version: 4 2023-12-18T03:45:22.313 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: enable_index_compression: 1 2023-12-18T03:45:22.313 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: block_align: 0 2023-12-18T03:45:22.313 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.write_buffer_size: 33554432 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_write_buffer_number: 2 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compression: NoCompression 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.bottommost_compression: Disabled 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.prefix_extractor: nullptr 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.num_levels: 7 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-18T03:45:22.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-18T03:45:22.315 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-18T03:45:22.315 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-18T03:45:22.315 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-18T03:45:22.315 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-18T03:45:22.315 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-18T03:45:22.315 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compression_opts.level: 32767 2023-12-18T03:45:22.315 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compression_opts.strategy: 0 2023-12-18T03:45:22.315 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-18T03:45:22.315 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-18T03:45:22.315 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-18T03:45:22.315 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compression_opts.enabled: false 2023-12-18T03:45:22.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-18T03:45:22.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-18T03:45:22.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-18T03:45:22.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.target_file_size_base: 67108864 2023-12-18T03:45:22.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-18T03:45:22.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-18T03:45:22.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-18T03:45:22.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-18T03:45:22.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-18T03:45:22.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-18T03:45:22.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-18T03:45:22.317 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-18T03:45:22.317 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-18T03:45:22.317 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-18T03:45:22.317 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-18T03:45:22.317 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-18T03:45:22.317 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-18T03:45:22.317 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.arena_block_size: 4194304 2023-12-18T03:45:22.317 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-18T03:45:22.317 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-18T03:45:22.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-18T03:45:22.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.disable_auto_compactions: 0 2023-12-18T03:45:22.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-18T03:45:22.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-18T03:45:22.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-18T03:45:22.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-18T03:45:22.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-18T03:45:22.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-18T03:45:22.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-18T03:45:22.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-18T03:45:22.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.table_properties_collectors: 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.inplace_update_support: 0 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.bloom_locality: 0 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.max_successive_merges: 0 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.paranoid_file_checks: 0 2023-12-18T03:45:22.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.force_consistency_checks: 1 2023-12-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.report_bg_io_stats: 0 2023-12-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.ttl: 2592000 2023-12-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.enable_blob_files: false 2023-12-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.min_blob_size: 0 2023-12-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.blob_file_size: 268435456 2023-12-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi160/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-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-18T03:45:22.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-18T03:45:22.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702871122031974, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-18T03:45:22.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-18T03:45:22.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: 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-18T03:45:22.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702871122032633, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77649, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75907, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 70363, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1702871122, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "aeb7e1b2-37e7-44ab-a9e7-592cb7d531e1", "db_session_id": "XN0YVYUE74Y4F13MD29N"}} 2023-12-18T03:45:22.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-18T03:45:22.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702871122032964, "job": 1, "event": "recovery_finished"} 2023-12-18T03:45:22.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi160/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-18T03:45:22.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x56145e92ea80 2023-12-18T03:45:22.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: DB pointer 0x56145e93e000 2023-12-18T03:45:22.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-18T03:45:22.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-18T03:45:22.322 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** DB Stats ** 2023-12-18T03:45:22.322 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T03:45:22.322 INFO:journalctl@ceph.mon.smithi160.smithi160.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-18T03:45:22.322 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-18T03:45:22.322 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T03:45:22.322 INFO:journalctl@ceph.mon.smithi160.smithi160.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-18T03:45:22.322 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-18T03:45:22.322 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T03:45:22.322 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2023-12-18T03:45:22.322 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** Compaction Stats [default] ** 2023-12-18T03:45:22.322 INFO:journalctl@ceph.mon.smithi160.smithi160.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-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 169.5 0.00 0.00 1 0.000 0 0 2023-12-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 169.5 0.00 0.00 1 0.000 0 0 2023-12-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.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 169.5 0.00 0.00 1 0.000 0 0 2023-12-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2023-12-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** Compaction Stats [default] ** 2023-12-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.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-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.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 169.5 0.00 0.00 1 0.000 0 0 2023-12-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T03:45:22.323 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Cumulative compaction: 0.00 GB write, 25.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Interval compaction: 0.00 GB write, 25.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.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-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2023-12-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2023-12-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** Compaction Stats [default] ** 2023-12-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.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-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T03:45:22.324 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 169.5 0.00 0.00 1 0.000 0 0 2023-12-18T03:45:22.325 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 169.5 0.00 0.00 1 0.000 0 0 2023-12-18T03:45:22.325 INFO:journalctl@ceph.mon.smithi160.smithi160.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-18T03:45:22.325 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2023-12-18T03:45:22.325 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** Compaction Stats [default] ** 2023-12-18T03:45:22.325 INFO:journalctl@ceph.mon.smithi160.smithi160.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-18T03:45:22.325 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T03:45:22.325 INFO:journalctl@ceph.mon.smithi160.smithi160.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 169.5 0.00 0.00 1 0.000 0 0 2023-12-18T03:45:22.325 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T03:45:22.325 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T03:45:22.325 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T03:45:22.325 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: Cumulative compaction: 0.00 GB write, 25.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.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-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.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-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2023-12-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: starting mon.smithi160 rank 0 at public addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] at bind addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi160 fsid cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: mon.smithi160@-1(???) e1 preinit fsid cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: mon.smithi160@-1(???).mds e1 new map 2023-12-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: mon.smithi160@-1(???).mds e1 print_map 2023-12-18T03:45:22.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: e1 2023-12-18T03:45:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-18T03:45:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.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-18T03:45:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: legacy client fscid: -1 2023-12-18T03:45:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: 2023-12-18T03:45:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout: No filesystems configured 2023-12-18T03:45:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: mon.smithi160@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-18T03:45:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: mon.smithi160@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T03:45:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: mon.smithi160@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T03:45:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: mon.smithi160@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T03:45:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: mon.smithi160@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-18T03:45:22.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 bash[107680]: 896b604548528f9ce67de6718e16c7710c2ffccb4e721957a91cb04e5d0f5181 2023-12-18T03:45:22.328 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 systemd[1]: Started Ceph mon.smithi160 for cac96670-9d57-11ee-95a5-87774f69a715. 2023-12-18T03:45:22.328 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: mon.smithi160 is new leader, mons smithi160 in quorum (ranks 0) 2023-12-18T03:45:22.328 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: monmap e1: 1 mons at {smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} 2023-12-18T03:45:22.328 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: fsmap 2023-12-18T03:45:22.328 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: osdmap e1: 0 total, 0 up, 0 in 2023-12-18T03:45:22.328 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:22 smithi160 ceph-mon[107718]: mgrmap e1: no daemons active 2023-12-18T03:45:23.032 INFO:teuthology.orchestra.run.smithi160.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-18T03:45:23.032 INFO:teuthology.orchestra.run.smithi160.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-18T03:45:23.032 INFO:teuthology.orchestra.run.smithi160.stderr:Creating mgr... 2023-12-18T03:45:23.032 INFO:teuthology.orchestra.run.smithi160.stderr:Verifying port 9283 ... 2023-12-18T03:45:23.152 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: Failed to reset failed state of unit ceph-cac96670-9d57-11ee-95a5-87774f69a715@mgr.smithi160.agnnin.service: Unit ceph-cac96670-9d57-11ee-95a5-87774f69a715@mgr.smithi160.agnnin.service not loaded. 2023-12-18T03:45:23.158 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: Created symlink /etc/systemd/system/ceph-cac96670-9d57-11ee-95a5-87774f69a715.target.wants/ceph-cac96670-9d57-11ee-95a5-87774f69a715@mgr.smithi160.agnnin.service → /etc/systemd/system/ceph-cac96670-9d57-11ee-95a5-87774f69a715@.service. 2023-12-18T03:45:23.592 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: disabled 2023-12-18T03:45:23.600 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: inactive 2023-12-18T03:45:23.601 INFO:teuthology.orchestra.run.smithi160.stderr:firewalld.service is not enabled 2023-12-18T03:45:23.601 INFO:teuthology.orchestra.run.smithi160.stderr:Not possible to enable service . firewalld.service is not available 2023-12-18T03:45:23.609 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: disabled 2023-12-18T03:45:23.617 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: inactive 2023-12-18T03:45:23.618 INFO:teuthology.orchestra.run.smithi160.stderr:firewalld.service is not enabled 2023-12-18T03:45:23.619 INFO:teuthology.orchestra.run.smithi160.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-18T03:45:23.619 INFO:teuthology.orchestra.run.smithi160.stderr:Waiting for mgr to start... 2023-12-18T03:45:23.619 INFO:teuthology.orchestra.run.smithi160.stderr:Waiting for mgr... 2023-12-18T03:45:23.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:23 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1211319642' entity='client.admin' 2023-12-18T03:45:24.100 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:24.100 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: { 2023-12-18T03:45:24.100 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "fsid": "cac96670-9d57-11ee-95a5-87774f69a715", 2023-12-18T03:45:24.100 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "health": { 2023-12-18T03:45:24.100 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T03:45:24.101 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T03:45:24.101 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T03:45:24.101 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:24.101 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T03:45:24.101 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T03:45:24.101 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 0 2023-12-18T03:45:24.101 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:24.101 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T03:45:24.101 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "smithi160" 2023-12-18T03:45:24.101 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:24.101 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-18T03:45:24.102 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T03:45:24.102 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:24.102 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T03:45:24.102 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T03:45:24.102 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:24.102 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T03:45:24.102 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:24.102 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T03:45:24.102 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T03:45:24.102 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T03:45:24.102 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T03:45:24.103 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T03:45:24.103 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T03:45:24.103 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:24.103 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T03:45:24.103 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T03:45:24.103 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T03:45:24.103 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T03:45:24.103 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T03:45:24.103 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T03:45:24.103 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T03:45:24.103 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "available": false, 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T03:45:24.104 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "iostat", 2023-12-18T03:45:24.105 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "nfs", 2023-12-18T03:45:24.105 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "restful" 2023-12-18T03:45:24.105 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:24.105 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "services": {} 2023-12-18T03:45:24.105 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:24.105 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T03:45:24.105 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:24.105 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "modified": "2023-12-18T03:45:18.655170+0000", 2023-12-18T03:45:24.105 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "services": {} 2023-12-18T03:45:24.105 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:24.105 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T03:45:24.106 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: } 2023-12-18T03:45:24.432 INFO:teuthology.orchestra.run.smithi160.stderr:mgr not available, waiting (1/15)... 2023-12-18T03:45:24.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:24 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3720780844' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T03:45:26.848 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:26.848 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: { 2023-12-18T03:45:26.849 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "fsid": "cac96670-9d57-11ee-95a5-87774f69a715", 2023-12-18T03:45:26.849 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "health": { 2023-12-18T03:45:26.849 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T03:45:26.849 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T03:45:26.849 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T03:45:26.849 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:26.851 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T03:45:26.851 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T03:45:26.851 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 0 2023-12-18T03:45:26.851 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:26.851 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T03:45:26.851 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "smithi160" 2023-12-18T03:45:26.851 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:26.851 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-18T03:45:26.851 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T03:45:26.851 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T03:45:26.852 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T03:45:26.853 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T03:45:26.853 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T03:45:26.853 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T03:45:26.853 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T03:45:26.853 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T03:45:26.853 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T03:45:26.853 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:26.853 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T03:45:26.853 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:26.853 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "available": false, 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "iostat", 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "nfs", 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "restful" 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "services": {} 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:26.855 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T03:45:26.856 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:26.856 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "modified": "2023-12-18T03:45:18.655170+0000", 2023-12-18T03:45:26.856 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "services": {} 2023-12-18T03:45:26.856 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:26.856 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T03:45:26.856 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: } 2023-12-18T03:45:27.054 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:26 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2882169168' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T03:45:27.230 INFO:teuthology.orchestra.run.smithi160.stderr:mgr not available, waiting (2/15)... 2023-12-18T03:45:29.684 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:29.684 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: { 2023-12-18T03:45:29.684 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "fsid": "cac96670-9d57-11ee-95a5-87774f69a715", 2023-12-18T03:45:29.684 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "health": { 2023-12-18T03:45:29.684 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T03:45:29.684 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T03:45:29.684 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T03:45:29.684 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:29.685 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T03:45:29.685 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T03:45:29.685 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 0 2023-12-18T03:45:29.685 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:29.685 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T03:45:29.685 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "smithi160" 2023-12-18T03:45:29.685 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:29.685 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-18T03:45:29.685 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T03:45:29.685 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:29.686 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T03:45:29.686 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T03:45:29.686 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:29.686 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T03:45:29.686 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:29.686 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T03:45:29.686 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T03:45:29.686 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T03:45:29.686 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T03:45:29.686 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T03:45:29.686 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T03:45:29.687 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:29.687 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T03:45:29.687 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T03:45:29.687 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T03:45:29.687 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T03:45:29.687 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T03:45:29.687 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T03:45:29.687 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T03:45:29.687 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T03:45:29.687 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T03:45:29.688 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:29.688 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T03:45:29.688 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:29.688 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T03:45:29.688 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T03:45:29.688 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:29.688 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T03:45:29.688 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "available": false, 2023-12-18T03:45:29.688 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T03:45:29.688 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "iostat", 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "nfs", 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "restful" 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "services": {} 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "modified": "2023-12-18T03:45:18.655170+0000", 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "services": {} 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:29.689 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T03:45:29.690 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: } 2023-12-18T03:45:29.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: Activating manager daemon smithi160.agnnin 2023-12-18T03:45:29.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: mgrmap e2: smithi160.agnnin(active, starting, since 0.0028506s) 2023-12-18T03:45:29.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: from='mgr.14100 172.21.15.160:0/711916392' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T03:45:29.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: from='mgr.14100 172.21.15.160:0/711916392' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T03:45:29.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: from='mgr.14100 172.21.15.160:0/711916392' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T03:45:29.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: from='mgr.14100 172.21.15.160:0/711916392' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:45:29.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: from='mgr.14100 172.21.15.160:0/711916392' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr metadata", "who": "smithi160.agnnin", "id": "smithi160.agnnin"}]: dispatch 2023-12-18T03:45:29.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: Manager daemon smithi160.agnnin is now available 2023-12-18T03:45:29.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: from='mgr.14100 172.21.15.160:0/711916392' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:45:29.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: from='mgr.14100 172.21.15.160:0/711916392' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:45:29.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: from='mgr.14100 172.21.15.160:0/711916392' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:29.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: from='mgr.14100 172.21.15.160:0/711916392' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:29.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:29 smithi160 ceph-mon[107718]: from='mgr.14100 172.21.15.160:0/711916392' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:30.005 INFO:teuthology.orchestra.run.smithi160.stderr:mgr not available, waiting (3/15)... 2023-12-18T03:45:31.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:30 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/738292755' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T03:45:31.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:30 smithi160 ceph-mon[107718]: mgrmap e3: smithi160.agnnin(active, since 1.00657s) 2023-12-18T03:45:32.616 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:32.616 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: { 2023-12-18T03:45:32.616 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "fsid": "cac96670-9d57-11ee-95a5-87774f69a715", 2023-12-18T03:45:32.616 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "health": { 2023-12-18T03:45:32.616 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-18T03:45:32.617 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "checks": {}, 2023-12-18T03:45:32.617 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "mutes": [] 2023-12-18T03:45:32.617 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:32.617 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-18T03:45:32.617 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum": [ 2023-12-18T03:45:32.617 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 0 2023-12-18T03:45:32.617 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:32.617 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-18T03:45:32.617 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "smithi160" 2023-12-18T03:45:32.617 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:32.617 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-18T03:45:32.618 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "monmap": { 2023-12-18T03:45:32.618 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:32.618 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-18T03:45:32.618 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-18T03:45:32.618 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:32.618 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osdmap": { 2023-12-18T03:45:32.618 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:32.618 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-18T03:45:32.618 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-18T03:45:32.618 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-18T03:45:32.618 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-18T03:45:32.622 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-18T03:45:32.622 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "pgmap": { 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:32.623 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "fsmap": { 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "available": true, 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "modules": [ 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "iostat", 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "nfs", 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "restful" 2023-12-18T03:45:32.624 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ], 2023-12-18T03:45:32.625 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "services": {} 2023-12-18T03:45:32.625 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:32.625 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "servicemap": { 2023-12-18T03:45:32.625 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-18T03:45:32.625 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "modified": "2023-12-18T03:45:18.655170+0000", 2023-12-18T03:45:32.625 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "services": {} 2023-12-18T03:45:32.625 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: }, 2023-12-18T03:45:32.625 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-18T03:45:32.625 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: } 2023-12-18T03:45:33.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:32 smithi160 ceph-mon[107718]: mgrmap e4: smithi160.agnnin(active, since 2s) 2023-12-18T03:45:33.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:32 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1305663695' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-18T03:45:33.830 INFO:teuthology.orchestra.run.smithi160.stderr:mgr is available 2023-12-18T03:45:35.377 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:35.377 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: [global] 2023-12-18T03:45:35.377 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: fsid = cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:45:35.378 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-18T03:45:35.378 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-18T03:45:35.378 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-18T03:45:35.378 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-18T03:45:35.378 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:35.378 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: [mgr] 2023-12-18T03:45:35.378 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-18T03:45:35.378 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 2023-12-18T03:45:35.378 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: [osd] 2023-12-18T03:45:35.378 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-18T03:45:35.379 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-18T03:45:35.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:35 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2466383701' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-18T03:45:37.568 INFO:teuthology.orchestra.run.smithi160.stderr:Enabling cephadm module... 2023-12-18T03:45:39.497 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:39 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2591917444' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-18T03:45:40.603 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:40 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2591917444' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-18T03:45:40.603 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:40 smithi160 ceph-mon[107718]: mgrmap e5: smithi160.agnnin(active, since 9s) 2023-12-18T03:45:43.172 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: { 2023-12-18T03:45:43.172 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-18T03:45:43.172 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "available": true, 2023-12-18T03:45:43.172 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "active_name": "smithi160.agnnin", 2023-12-18T03:45:43.172 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-18T03:45:43.172 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: } 2023-12-18T03:45:43.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:43 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/862338465' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-18T03:45:44.403 INFO:teuthology.orchestra.run.smithi160.stderr:Waiting for the mgr to restart... 2023-12-18T03:45:44.403 INFO:teuthology.orchestra.run.smithi160.stderr:Waiting for mgr epoch 5... 2023-12-18T03:45:45.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:45 smithi160 ceph-mon[107718]: Active manager daemon smithi160.agnnin restarted 2023-12-18T03:45:45.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:45 smithi160 ceph-mon[107718]: Activating manager daemon smithi160.agnnin 2023-12-18T03:45:45.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:45 smithi160 ceph-mon[107718]: osdmap e2: 0 total, 0 up, 0 in 2023-12-18T03:45:46.331 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: { 2023-12-18T03:45:46.332 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-18T03:45:46.332 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "initialized": true 2023-12-18T03:45:46.332 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: } 2023-12-18T03:45:46.621 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: mgrmap e6: smithi160.agnnin(active, starting, since 0.0525747s) 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr metadata", "who": "smithi160.agnnin", "id": "smithi160.agnnin"}]: dispatch 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: Manager daemon smithi160.agnnin is now available 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: [18/Dec/2023:03:45:46] ENGINE Bus STARTING 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: [18/Dec/2023:03:45:46] ENGINE Serving on https://172.21.15.160:7150 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: [18/Dec/2023:03:45:46] ENGINE Bus STARTED 2023-12-18T03:45:46.622 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:46.623 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:46 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:45:46.711 INFO:teuthology.orchestra.run.smithi160.stderr:mgr epoch 5 is available 2023-12-18T03:45:46.711 INFO:teuthology.orchestra.run.smithi160.stderr:Setting orchestrator backend to cephadm... 2023-12-18T03:45:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:47 smithi160 ceph-mon[107718]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-18T03:45:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:47 smithi160 ceph-mon[107718]: mgrmap e7: smithi160.agnnin(active, since 1.0595s) 2023-12-18T03:45:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:47 smithi160 ceph-mon[107718]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-18T03:45:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:47 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:47 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:45:48.111 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: value unchanged 2023-12-18T03:45:48.461 INFO:teuthology.orchestra.run.smithi160.stderr:Generating ssh key... 2023-12-18T03:45:48.549 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:48 smithi160 ceph-mon[107718]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:45:48.549 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:48 smithi160 ceph-mon[107718]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:45:48.549 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:48 smithi160 ceph-mon[107718]: mgrmap e8: smithi160.agnnin(active, since 2s) 2023-12-18T03:45:49.915 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgxvt9J60Eswh8KJJyjVIoATi2+iy0H9VV14Z2r+P9A4OWolLCH0CMjkdfkQKgwcMmSaCY7yUL5Wv8LSbIE+tCAgiL9xaeJAakMD1GYuEvfAEyDIoVOGjqsuvHA1GL4RMelFZzFjgDGqwVoupXA4455yk7htLoaofHDfq9a0pFaD2PjPq/XP6gzQ3BWg0IcXmlBQbWCHwhP621o2uuc6wrEvarE9N9PYv8nOvUYrsFXT9oX7uAiywWZtrvFrfN1Bmk0ZIHCqXhSlLVZBisnN55D8crbGw31qSKY0dWHU4uNdA8CpuuAcaYwjxoKVIJFX2sq607BI/DPLs6xunBwyxv8Qn+zYHyDt7csG7T03Yq4Bk3b/EJLtUPTWotvGeoqUVOjT37wqpIo+AbYN3++1WvgmLIn/B7tCu3wOd0knL5x4ZZgdHZee3kVSaZyYqZFaTlxS3gpQKR7U5Ff02/AnDrla5PRNbqlrHETUHnOUrxh0UqzohxD+XRj4FQe/VE16U= ceph-cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:45:50.253 INFO:teuthology.orchestra.run.smithi160.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-18T03:45:50.253 INFO:teuthology.orchestra.run.smithi160.stderr:Adding key to root@localhost authorized_keys... 2023-12-18T03:45:50.253 INFO:teuthology.orchestra.run.smithi160.stderr:Adding host smithi160... 2023-12-18T03:45:50.340 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:49 smithi160 ceph-mon[107718]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:45:50.341 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:49 smithi160 ceph-mon[107718]: Generating ssh key... 2023-12-18T03:45:50.341 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:49 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:50.341 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:49 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:51.050 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:50 smithi160 ceph-mon[107718]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:45:51.570 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: Added host 'smithi160' with addr '172.21.15.160' 2023-12-18T03:45:51.882 INFO:teuthology.orchestra.run.smithi160.stderr:Deploying mon service with default placement... 2023-12-18T03:45:52.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:51 smithi160 ceph-mon[107718]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "addr": "172.21.15.160", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:45:52.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:51 smithi160 ceph-mon[107718]: Deploying cephadm binary to smithi160 2023-12-18T03:45:52.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:51 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:52.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:51 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:45:52.461 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-18T03:45:52.969 INFO:teuthology.orchestra.run.smithi160.stderr:Deploying mgr service with default placement... 2023-12-18T03:45:53.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:53 smithi160 ceph-mon[107718]: Added host smithi160 2023-12-18T03:45:53.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:53 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:53.547 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-18T03:45:53.893 INFO:teuthology.orchestra.run.smithi160.stderr:Deploying crash service with default placement... 2023-12-18T03:45:54.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:54 smithi160 ceph-mon[107718]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:45:54.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:54 smithi160 ceph-mon[107718]: Saving service mon spec with placement count:5 2023-12-18T03:45:54.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:54 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:54.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:54 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:54.448 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-18T03:45:55.192 INFO:teuthology.orchestra.run.smithi160.stderr:Deploying prometheus service with default placement... 2023-12-18T03:45:55.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:55 smithi160 ceph-mon[107718]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:45:55.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:55 smithi160 ceph-mon[107718]: Saving service mgr spec with placement count:2 2023-12-18T03:45:55.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:55 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:55.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:55 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:55.808 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-18T03:45:56.099 INFO:teuthology.orchestra.run.smithi160.stderr:Deploying grafana service with default placement... 2023-12-18T03:45:56.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:56 smithi160 ceph-mon[107718]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:45:56.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:56 smithi160 ceph-mon[107718]: Saving service crash spec with placement * 2023-12-18T03:45:56.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:56 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:56.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:56 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:56.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:56 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:56.784 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-18T03:45:57.134 INFO:teuthology.orchestra.run.smithi160.stderr:Deploying node-exporter service with default placement... 2023-12-18T03:45:57.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:57 smithi160 ceph-mon[107718]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:45:57.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:57 smithi160 ceph-mon[107718]: Saving service prometheus spec with placement count:1 2023-12-18T03:45:57.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:57 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:57.643 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-18T03:45:57.984 INFO:teuthology.orchestra.run.smithi160.stderr:Deploying alertmanager service with default placement... 2023-12-18T03:45:58.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:58 smithi160 ceph-mon[107718]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:45:58.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:58 smithi160 ceph-mon[107718]: Saving service grafana spec with placement count:1 2023-12-18T03:45:58.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:58 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:45:58.525 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-18T03:45:59.432 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:59 smithi160 ceph-mon[107718]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:45:59.432 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:59 smithi160 ceph-mon[107718]: Saving service node-exporter spec with placement * 2023-12-18T03:45:59.432 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:45:59 smithi160 ceph-mon[107718]: from='mgr.14120 172.21.15.160:0/78929803' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:00.449 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:00 smithi160 ceph-mon[107718]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:46:00.449 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:00 smithi160 ceph-mon[107718]: Saving service alertmanager spec with placement count:1 2023-12-18T03:46:00.449 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:00 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1278023252' entity='client.admin' 2023-12-18T03:46:00.651 INFO:teuthology.orchestra.run.smithi160.stderr:Enabling the dashboard module... 2023-12-18T03:46:01.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:01 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2696253911' entity='client.admin' 2023-12-18T03:46:01.572 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:01 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3045085013' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-18T03:46:02.262 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: { 2023-12-18T03:46:02.262 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-18T03:46:02.262 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "available": true, 2023-12-18T03:46:02.262 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "active_name": "smithi160.agnnin", 2023-12-18T03:46:02.262 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-18T03:46:02.262 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: } 2023-12-18T03:46:02.552 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:02 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3045085013' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-18T03:46:02.552 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:02 smithi160 ceph-mon[107718]: mgrmap e9: smithi160.agnnin(active, since 16s) 2023-12-18T03:46:02.553 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:02 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1036079968' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-18T03:46:02.609 INFO:teuthology.orchestra.run.smithi160.stderr:Waiting for the mgr to restart... 2023-12-18T03:46:02.610 INFO:teuthology.orchestra.run.smithi160.stderr:Waiting for mgr epoch 9... 2023-12-18T03:46:08.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:08 smithi160 ceph-mon[107718]: Active manager daemon smithi160.agnnin restarted 2023-12-18T03:46:08.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:08 smithi160 ceph-mon[107718]: Activating manager daemon smithi160.agnnin 2023-12-18T03:46:08.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:08 smithi160 ceph-mon[107718]: osdmap e3: 0 total, 0 up, 0 in 2023-12-18T03:46:09.061 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: { 2023-12-18T03:46:09.061 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-18T03:46:09.061 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: "initialized": true 2023-12-18T03:46:09.061 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: } 2023-12-18T03:46:09.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: mgrmap e10: smithi160.agnnin(active, starting, since 0.700019s) 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr metadata", "who": "smithi160.agnnin", "id": "smithi160.agnnin"}]: dispatch 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: Manager daemon smithi160.agnnin is now available 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: [18/Dec/2023:03:46:08] ENGINE Bus STARTING 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:09.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:09 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:09.400 INFO:teuthology.orchestra.run.smithi160.stderr:mgr epoch 9 is available 2023-12-18T03:46:09.400 INFO:teuthology.orchestra.run.smithi160.stderr:Generating a dashboard self-signed certificate... 2023-12-18T03:46:09.998 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-18T03:46:10.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:10 smithi160 ceph-mon[107718]: [18/Dec/2023:03:46:08] ENGINE Serving on https://172.21.15.160:7150 2023-12-18T03:46:10.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:10 smithi160 ceph-mon[107718]: [18/Dec/2023:03:46:08] ENGINE Bus STARTED 2023-12-18T03:46:10.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:10 smithi160 ceph-mon[107718]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-18T03:46:10.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:10 smithi160 ceph-mon[107718]: mgrmap e11: smithi160.agnnin(active, since 1.70268s) 2023-12-18T03:46:10.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:10 smithi160 ceph-mon[107718]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-18T03:46:10.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:10 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:10.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:10 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:10.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:10 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:10.598 INFO:teuthology.orchestra.run.smithi160.stderr:Creating initial admin user... 2023-12-18T03:46:11.345 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$a4FQbOI3CglFNimoxYb6MuUoAM6o9Un3ZFjbxvG1A04ZVnsWV3MQ6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702871171, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-18T03:46:11.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:11 smithi160 ceph-mon[107718]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:46:11.369 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:11 smithi160 ceph-mon[107718]: mgrmap e12: smithi160.agnnin(active, since 2s) 2023-12-18T03:46:11.690 INFO:teuthology.orchestra.run.smithi160.stderr:Fetching dashboard port number... 2023-12-18T03:46:12.215 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: 8443 2023-12-18T03:46:12.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:12 smithi160 ceph-mon[107718]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:46:12.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:12 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:12.582 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: disabled 2023-12-18T03:46:12.589 INFO:teuthology.orchestra.run.smithi160.stderr:systemctl: inactive 2023-12-18T03:46:12.590 INFO:teuthology.orchestra.run.smithi160.stderr:firewalld.service is not enabled 2023-12-18T03:46:12.590 INFO:teuthology.orchestra.run.smithi160.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-18T03:46:12.592 INFO:teuthology.orchestra.run.smithi160.stderr:Ceph Dashboard is now available at: 2023-12-18T03:46:12.592 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-18T03:46:12.592 INFO:teuthology.orchestra.run.smithi160.stderr: URL: https://smithi160.front.sepia.ceph.com:8443/ 2023-12-18T03:46:12.593 INFO:teuthology.orchestra.run.smithi160.stderr: User: admin 2023-12-18T03:46:12.593 INFO:teuthology.orchestra.run.smithi160.stderr: Password: ft56tfl8zx 2023-12-18T03:46:12.593 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-18T03:46:12.593 INFO:teuthology.orchestra.run.smithi160.stderr:Enabling autotune for osd_memory_target 2023-12-18T03:46:13.339 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:13 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2436296990' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-18T03:46:14.161 INFO:teuthology.orchestra.run.smithi160.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-18T03:46:14.507 INFO:teuthology.orchestra.run.smithi160.stderr:You can access the Ceph CLI with: 2023-12-18T03:46:14.507 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-18T03:46:14.507 INFO:teuthology.orchestra.run.smithi160.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-18T03:46:14.507 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-18T03:46:14.507 INFO:teuthology.orchestra.run.smithi160.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-18T03:46:14.508 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-18T03:46:14.508 INFO:teuthology.orchestra.run.smithi160.stderr: ceph telemetry on 2023-12-18T03:46:14.508 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-18T03:46:14.508 INFO:teuthology.orchestra.run.smithi160.stderr:For more information see: 2023-12-18T03:46:14.508 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-18T03:46:14.508 INFO:teuthology.orchestra.run.smithi160.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-18T03:46:14.508 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-18T03:46:14.508 INFO:teuthology.orchestra.run.smithi160.stderr:Bootstrap complete. 2023-12-18T03:46:14.539 INFO:tasks.cephadm:Fetching config... 2023-12-18T03:46:14.540 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-18T03:46:14.540 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-18T03:46:14.559 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-18T03:46:14.559 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-18T03:46:14.560 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-18T03:46:14.617 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-18T03:46:14.618 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-18T03:46:14.618 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/keyring of=/dev/stdout 2023-12-18T03:46:14.687 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-18T03:46:14.687 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-18T03:46:14.687 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-18T03:46:14.746 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-18T03:46:14.746 DEBUG:teuthology.orchestra.run.smithi160:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgxvt9J60Eswh8KJJyjVIoATi2+iy0H9VV14Z2r+P9A4OWolLCH0CMjkdfkQKgwcMmSaCY7yUL5Wv8LSbIE+tCAgiL9xaeJAakMD1GYuEvfAEyDIoVOGjqsuvHA1GL4RMelFZzFjgDGqwVoupXA4455yk7htLoaofHDfq9a0pFaD2PjPq/XP6gzQ3BWg0IcXmlBQbWCHwhP621o2uuc6wrEvarE9N9PYv8nOvUYrsFXT9oX7uAiywWZtrvFrfN1Bmk0ZIHCqXhSlLVZBisnN55D8crbGw31qSKY0dWHU4uNdA8CpuuAcaYwjxoKVIJFX2sq607BI/DPLs6xunBwyxv8Qn+zYHyDt7csG7T03Yq4Bk3b/EJLtUPTWotvGeoqUVOjT37wqpIo+AbYN3++1WvgmLIn/B7tCu3wOd0knL5x4ZZgdHZee3kVSaZyYqZFaTlxS3gpQKR7U5Ff02/AnDrla5PRNbqlrHETUHnOUrxh0UqzohxD+XRj4FQe/VE16U= ceph-cac96670-9d57-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-18T03:46:14.824 INFO:teuthology.orchestra.run.smithi160.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgxvt9J60Eswh8KJJyjVIoATi2+iy0H9VV14Z2r+P9A4OWolLCH0CMjkdfkQKgwcMmSaCY7yUL5Wv8LSbIE+tCAgiL9xaeJAakMD1GYuEvfAEyDIoVOGjqsuvHA1GL4RMelFZzFjgDGqwVoupXA4455yk7htLoaofHDfq9a0pFaD2PjPq/XP6gzQ3BWg0IcXmlBQbWCHwhP621o2uuc6wrEvarE9N9PYv8nOvUYrsFXT9oX7uAiywWZtrvFrfN1Bmk0ZIHCqXhSlLVZBisnN55D8crbGw31qSKY0dWHU4uNdA8CpuuAcaYwjxoKVIJFX2sq607BI/DPLs6xunBwyxv8Qn+zYHyDt7csG7T03Yq4Bk3b/EJLtUPTWotvGeoqUVOjT37wqpIo+AbYN3++1WvgmLIn/B7tCu3wOd0knL5x4ZZgdHZee3kVSaZyYqZFaTlxS3gpQKR7U5Ff02/AnDrla5PRNbqlrHETUHnOUrxh0UqzohxD+XRj4FQe/VE16U= ceph-cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:46:14.835 DEBUG:teuthology.orchestra.run.smithi176:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgxvt9J60Eswh8KJJyjVIoATi2+iy0H9VV14Z2r+P9A4OWolLCH0CMjkdfkQKgwcMmSaCY7yUL5Wv8LSbIE+tCAgiL9xaeJAakMD1GYuEvfAEyDIoVOGjqsuvHA1GL4RMelFZzFjgDGqwVoupXA4455yk7htLoaofHDfq9a0pFaD2PjPq/XP6gzQ3BWg0IcXmlBQbWCHwhP621o2uuc6wrEvarE9N9PYv8nOvUYrsFXT9oX7uAiywWZtrvFrfN1Bmk0ZIHCqXhSlLVZBisnN55D8crbGw31qSKY0dWHU4uNdA8CpuuAcaYwjxoKVIJFX2sq607BI/DPLs6xunBwyxv8Qn+zYHyDt7csG7T03Yq4Bk3b/EJLtUPTWotvGeoqUVOjT37wqpIo+AbYN3++1WvgmLIn/B7tCu3wOd0knL5x4ZZgdHZee3kVSaZyYqZFaTlxS3gpQKR7U5Ff02/AnDrla5PRNbqlrHETUHnOUrxh0UqzohxD+XRj4FQe/VE16U= ceph-cac96670-9d57-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-18T03:46:14.881 INFO:teuthology.orchestra.run.smithi176.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgxvt9J60Eswh8KJJyjVIoATi2+iy0H9VV14Z2r+P9A4OWolLCH0CMjkdfkQKgwcMmSaCY7yUL5Wv8LSbIE+tCAgiL9xaeJAakMD1GYuEvfAEyDIoVOGjqsuvHA1GL4RMelFZzFjgDGqwVoupXA4455yk7htLoaofHDfq9a0pFaD2PjPq/XP6gzQ3BWg0IcXmlBQbWCHwhP621o2uuc6wrEvarE9N9PYv8nOvUYrsFXT9oX7uAiywWZtrvFrfN1Bmk0ZIHCqXhSlLVZBisnN55D8crbGw31qSKY0dWHU4uNdA8CpuuAcaYwjxoKVIJFX2sq607BI/DPLs6xunBwyxv8Qn+zYHyDt7csG7T03Yq4Bk3b/EJLtUPTWotvGeoqUVOjT37wqpIo+AbYN3++1WvgmLIn/B7tCu3wOd0knL5x4ZZgdHZee3kVSaZyYqZFaTlxS3gpQKR7U5Ff02/AnDrla5PRNbqlrHETUHnOUrxh0UqzohxD+XRj4FQe/VE16U= ceph-cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:46:14.892 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-18T03:46:15.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:15 smithi160 ceph-mon[107718]: mgrmap e13: smithi160.agnnin(active, since 6s) 2023-12-18T03:46:15.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:15 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/268294979' entity='client.admin' 2023-12-18T03:46:16.906 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-18T03:46:16.908 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-18T03:46:17.801 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:17 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/394164718' entity='client.admin' 2023-12-18T03:46:18.789 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:18 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:18.789 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:18 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:46:18.789 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:18 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:18.789 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:18 smithi160 ceph-mon[107718]: Deploying daemon alertmanager.smithi160 on smithi160 2023-12-18T03:46:18.789 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:18 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:18.810 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi176 2023-12-18T03:46:18.810 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-18T03:46:18.810 DEBUG:teuthology.orchestra.run.smithi176:> dd of=/etc/ceph/ceph.conf 2023-12-18T03:46:18.831 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-18T03:46:18.831 DEBUG:teuthology.orchestra.run.smithi176:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T03:46:18.893 INFO:tasks.cephadm:Adding host smithi176 to orchestrator... 2023-12-18T03:46:18.894 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch host add smithi176 2023-12-18T03:46:19.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:19 smithi160 ceph-mon[107718]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:46:22.951 INFO:teuthology.orchestra.run.smithi160.stdout:Added host 'smithi176' with addr '172.21.15.176' 2023-12-18T03:46:23.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:23 smithi160 ceph-mon[107718]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi176", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:46:23.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:23 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:23.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:23 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T03:46:23.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:23 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T03:46:23.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:23 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:46:23.306 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:23 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:23.308 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-18T03:46:24.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:24 smithi160 ceph-mon[107718]: Deploying cephadm binary to smithi176 2023-12-18T03:46:24.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:24 smithi160 ceph-mon[107718]: Deploying daemon crash.smithi160 on smithi160 2023-12-18T03:46:24.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:24 smithi160 ceph-mon[107718]: Added host smithi176 2023-12-18T03:46:24.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:24 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:24.827 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:46:24.827 INFO:teuthology.orchestra.run.smithi160.stdout:[{"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}, {"addr": "172.21.15.176", "hostname": "smithi176", "labels": [], "status": ""}] 2023-12-18T03:46:25.177 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-18T03:46:25.178 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-18T03:46:26.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:25 smithi160 ceph-mon[107718]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T03:46:26.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:25 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:26.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:25 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:26.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:25 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:26.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:25 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T03:46:26.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:25 smithi160 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T03:46:26.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:25 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:26.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:25 smithi160 ceph-mon[107718]: Deploying daemon grafana.smithi160 on smithi160 2023-12-18T03:46:26.925 INFO:teuthology.orchestra.run.smithi160.stderr:adjusted tunables profile to default 2023-12-18T03:46:27.182 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:26 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3199617066' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-18T03:46:27.240 INFO:tasks.cephadm:Adding mon.smithi160 on smithi160 2023-12-18T03:46:27.240 INFO:tasks.cephadm:Adding mon.smithi176 on smithi176 2023-12-18T03:46:27.240 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi160:172.21.15.160=smithi160;smithi176:172.21.15.176=smithi176' 2023-12-18T03:46:28.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:27 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3199617066' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-18T03:46:28.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:27 smithi160 ceph-mon[107718]: osdmap e4: 0 total, 0 up, 0 in 2023-12-18T03:46:28.544 INFO:teuthology.orchestra.run.smithi176.stdout:Scheduled mon update... 2023-12-18T03:46:28.965 DEBUG:teuthology.orchestra.run.smithi176:mon.smithi176> sudo journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@mon.smithi176.service 2023-12-18T03:46:28.968 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T03:46:28.968 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T03:46:28.996 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:-- Logs begin at Mon 2023-12-18 03:36:14 UTC. -- 2023-12-18T03:46:29.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:29 smithi160 ceph-mon[107718]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:46:29.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:29 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:29.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:29 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:30.361 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:46:30.361 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","modified":"2023-12-18T03:45:16.715335Z","created":"2023-12-18T03:45:16.715335Z","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":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T03:46:30.362 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-12-18T03:46:30.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:30 smithi160 ceph-mon[107718]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi160:172.21.15.160=smithi160;smithi176:172.21.15.176=smithi176", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:46:30.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:30 smithi160 ceph-mon[107718]: Saving service mon spec with placement smithi160:172.21.15.160=smithi160;smithi176:172.21.15.176=smithi176;count:2 2023-12-18T03:46:31.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:31 smithi160 ceph-mon[107718]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:46:31.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:31 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/4206970686' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:31.769 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T03:46:31.769 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T03:46:33.161 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:46:33.161 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","modified":"2023-12-18T03:45:16.715335Z","created":"2023-12-18T03:45:16.715335Z","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":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T03:46:33.163 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-12-18T03:46:33.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:33 smithi160 ceph-mon[107718]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:46:34.319 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:34 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/3392677211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:34.531 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T03:46:34.532 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T03:46:35.237 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:35 smithi160 ceph-mon[107718]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:46:35.953 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:46:35.953 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","modified":"2023-12-18T03:45:16.715335Z","created":"2023-12-18T03:45:16.715335Z","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":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T03:46:35.954 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-12-18T03:46:37.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:36 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:37.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:36 smithi160 ceph-mon[107718]: Deploying daemon node-exporter.smithi160 on smithi160 2023-12-18T03:46:37.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:36 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/2294907538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:37.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:36 smithi160 ceph-mon[107718]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:46:37.343 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T03:46:37.343 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T03:46:38.772 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:46:38.773 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","modified":"2023-12-18T03:45:16.715335Z","created":"2023-12-18T03:45:16.715335Z","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":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T03:46:38.774 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-12-18T03:46:39.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:39 smithi160 ceph-mon[107718]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:46:39.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:39 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:39.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:39 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-18T03:46:39.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:39 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:39.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:39 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/4262308099' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:40.151 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T03:46:40.152 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T03:46:40.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:40 smithi160 ceph-mon[107718]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-18T03:46:40.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:40 smithi160 ceph-mon[107718]: mgrmap e14: smithi160.agnnin(active, since 31s) 2023-12-18T03:46:41.552 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:46:41.552 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","modified":"2023-12-18T03:45:16.715335Z","created":"2023-12-18T03:45:16.715335Z","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":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T03:46:41.553 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-12-18T03:46:41.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:41 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/100100421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:42.944 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T03:46:42.944 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T03:46:44.373 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:46:44.373 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","modified":"2023-12-18T03:45:16.715335Z","created":"2023-12-18T03:45:16.715335Z","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":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T03:46:44.375 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-12-18T03:46:44.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:44 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/489303000' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:45.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:45 smithi160 ceph-mon[107718]: Active manager daemon smithi160.agnnin restarted 2023-12-18T03:46:45.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:45 smithi160 ceph-mon[107718]: Activating manager daemon smithi160.agnnin 2023-12-18T03:46:45.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:45 smithi160 ceph-mon[107718]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T03:46:45.757 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T03:46:45.757 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T03:46:46.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: mgrmap e15: smithi160.agnnin(active, starting, since 0.300036s) 2023-12-18T03:46:46.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:46:46.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr metadata", "who": "smithi160.agnnin", "id": "smithi160.agnnin"}]: dispatch 2023-12-18T03:46:46.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T03:46:46.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T03:46:46.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: Manager daemon smithi160.agnnin is now available 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: [18/Dec/2023:03:46:46] ENGINE Bus STARTING 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:46.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:47.200 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:46:47.200 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","modified":"2023-12-18T03:45:16.715335Z","created":"2023-12-18T03:45:16.715335Z","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":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T03:46:47.202 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-12-18T03:46:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:47 smithi160 ceph-mon[107718]: [18/Dec/2023:03:46:46] ENGINE Serving on https://172.21.15.160:7150 2023-12-18T03:46:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:47 smithi160 ceph-mon[107718]: [18/Dec/2023:03:46:46] ENGINE Bus STARTED 2023-12-18T03:46:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:47 smithi160 ceph-mon[107718]: mgrmap e16: smithi160.agnnin(active, since 1.30536s) 2023-12-18T03:46:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:47 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/199633085' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:47 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:48.556 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T03:46:48.556 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T03:46:48.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:48 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:48.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:48 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:48.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:48 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:46:48.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:48 smithi160 ceph-mon[107718]: Updating smithi160:/etc/ceph/ceph.conf 2023-12-18T03:46:48.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:48 smithi160 ceph-mon[107718]: mgrmap e17: smithi160.agnnin(active, since 2s) 2023-12-18T03:46:48.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:48 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:49.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:49 smithi160 ceph-mon[107718]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2023-12-18T03:46:50.380 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:46:50.380 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","modified":"2023-12-18T03:45:16.715335Z","created":"2023-12-18T03:45:16.715335Z","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":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T03:46:50.381 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-12-18T03:46:51.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:50 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:51.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:50 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:51.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:50 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:46:51.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:50 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:51.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:50 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T03:46:51.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:50 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T03:46:51.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:50 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:46:51.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:50 smithi160 ceph-mon[107718]: Deploying daemon crash.smithi176 on smithi176 2023-12-18T03:46:51.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:50 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/991766824' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:51.978 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T03:46:51.979 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T03:46:53.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:52 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:53.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:52 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.vfuuiq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:46:53.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:52 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.vfuuiq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-18T03:46:53.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:52 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T03:46:53.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:52 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:46:53.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:52 smithi160 ceph-mon[107718]: Deploying daemon mgr.smithi176.vfuuiq on smithi176 2023-12-18T03:46:53.612 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:46:53.612 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","modified":"2023-12-18T03:45:16.715335Z","created":"2023-12-18T03:45:16.715335Z","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":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-18T03:46:53.615 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-12-18T03:46:54.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:53 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/3843988884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:54.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:53 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:54.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:53 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T03:46:54.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:53 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:46:54.955 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-18T03:46:54.955 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-18T03:46:55.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:46:54 smithi160 ceph-mon[107718]: Deploying daemon mon.smithi176 on smithi176 2023-12-18T03:46:55.715 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:55 smithi176 systemd[1]: Starting Ceph mon.smithi176 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T03:46:56.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: set uid:gid to 167:167 (ceph:ceph) 2023-12-18T03:46:56.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-18T03:46:56.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: pidfile_write: ignore empty --pid-file 2023-12-18T03:46:56.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: load: jerasure load: lrc 2023-12-18T03:46:56.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: RocksDB version: 6.15.5 2023-12-18T03:46:56.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-18T03:46:56.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Compile date Apr 18 2022 2023-12-18T03:46:56.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: DB SUMMARY 2023-12-18T03:46:56.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: DB Session ID: N9GVRM526TSWMUWQEJD0 2023-12-18T03:46:56.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: CURRENT file: CURRENT 2023-12-18T03:46:56.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: IDENTITY file: IDENTITY 2023-12-18T03:46:56.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-18T03:46:56.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi176/store.db dir, Total Num: 0, files: 2023-12-18T03:46:56.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi176/store.db: 000004.log size: 511 ; 2023-12-18T03:46:56.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.error_if_exists: 0 2023-12-18T03:46:56.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.create_if_missing: 0 2023-12-18T03:46:56.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.paranoid_checks: 1 2023-12-18T03:46:56.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-18T03:46:56.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.env: 0x55ad0cdc7860 2023-12-18T03:46:56.524 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.fs: Posix File System 2023-12-18T03:46:56.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.info_log: 0x55ad0f02bfa0 2023-12-18T03:46:56.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_file_opening_threads: 16 2023-12-18T03:46:56.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.statistics: (nil) 2023-12-18T03:46:56.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.use_fsync: 0 2023-12-18T03:46:56.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_log_file_size: 0 2023-12-18T03:46:56.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-18T03:46:56.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-18T03:46:56.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.keep_log_file_num: 1000 2023-12-18T03:46:56.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.recycle_log_file_num: 0 2023-12-18T03:46:56.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.allow_fallocate: 1 2023-12-18T03:46:56.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.allow_mmap_reads: 0 2023-12-18T03:46:56.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.allow_mmap_writes: 0 2023-12-18T03:46:56.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.use_direct_reads: 0 2023-12-18T03:46:56.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-18T03:46:56.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.create_missing_column_families: 0 2023-12-18T03:46:56.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.db_log_dir: 2023-12-18T03:46:56.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi176/store.db 2023-12-18T03:46:56.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-18T03:46:56.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-18T03:46:56.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-18T03:46:56.526 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-18T03:46:56.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-18T03:46:56.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-18T03:46:56.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.advise_random_on_open: 1 2023-12-18T03:46:56.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.db_write_buffer_size: 0 2023-12-18T03:46:56.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.write_buffer_manager: 0x55ad0f11c2d0 2023-12-18T03:46:56.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-18T03:46:56.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-18T03:46:56.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-18T03:46:56.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-18T03:46:56.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.rate_limiter: (nil) 2023-12-18T03:46:56.527 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-18T03:46:56.528 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.wal_recovery_mode: 2 2023-12-18T03:46:56.528 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.enable_thread_tracking: 0 2023-12-18T03:46:56.528 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.enable_pipelined_write: 0 2023-12-18T03:46:56.528 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.unordered_write: 0 2023-12-18T03:46:56.528 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-18T03:46:56.528 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-18T03:46:56.528 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-18T03:46:56.528 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-18T03:46:56.528 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.row_cache: None 2023-12-18T03:46:56.528 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.wal_filter: None 2023-12-18T03:46:56.528 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-18T03:46:56.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.allow_ingest_behind: 0 2023-12-18T03:46:56.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.preserve_deletes: 0 2023-12-18T03:46:56.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.two_write_queues: 0 2023-12-18T03:46:56.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.manual_wal_flush: 0 2023-12-18T03:46:56.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.atomic_flush: 0 2023-12-18T03:46:56.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-18T03:46:56.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-18T03:46:56.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-18T03:46:56.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.log_readahead_size: 0 2023-12-18T03:46:56.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-18T03:46:56.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.best_efforts_recovery: 0 2023-12-18T03:46:56.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-18T03:46:56.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-18T03:46:56.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.allow_data_in_errors: 0 2023-12-18T03:46:56.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.db_host_id: __hostname__ 2023-12-18T03:46:56.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_background_jobs: 2 2023-12-18T03:46:56.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_background_compactions: -1 2023-12-18T03:46:56.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_subcompactions: 1 2023-12-18T03:46:56.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-18T03:46:56.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-18T03:46:56.530 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-18T03:46:56.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_total_wal_size: 0 2023-12-18T03:46:56.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-18T03:46:56.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-18T03:46:56.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-18T03:46:56.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-18T03:46:56.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_open_files: -1 2023-12-18T03:46:56.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.bytes_per_sync: 0 2023-12-18T03:46:56.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-18T03:46:56.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-18T03:46:56.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_readahead_size: 0 2023-12-18T03:46:56.531 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_background_flushes: -1 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Compression algorithms supported: 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: kZSTD supported: 0 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: kXpressCompression supported: 0 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: kLZ4HCCompression supported: 1 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: kLZ4Compression supported: 1 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: kBZip2Compression supported: 0 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: kZlibCompression supported: 1 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: kSnappyCompression supported: 1 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi176/store.db/MANIFEST-000003 2023-12-18T03:46:56.532 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-18T03:46:56.533 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-18T03:46:56.533 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.merge_operator: 2023-12-18T03:46:56.533 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_filter: None 2023-12-18T03:46:56.533 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_filter_factory: None 2023-12-18T03:46:56.533 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.sst_partitioner_factory: None 2023-12-18T03:46:56.533 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-18T03:46:56.533 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-18T03:46:56.533 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ad0eff7d00) 2023-12-18T03:46:56.533 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: cache_index_and_filter_blocks: 1 2023-12-18T03:46:56.533 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-18T03:46:56.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-18T03:46:56.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: pin_top_level_index_and_filter: 1 2023-12-18T03:46:56.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: index_type: 0 2023-12-18T03:46:56.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: data_block_index_type: 0 2023-12-18T03:46:56.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: index_shortening: 1 2023-12-18T03:46:56.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-18T03:46:56.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: hash_index_allow_collision: 1 2023-12-18T03:46:56.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: checksum: 1 2023-12-18T03:46:56.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: no_block_cache: 0 2023-12-18T03:46:56.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache: 0x55ad0f062170 2023-12-18T03:46:56.534 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache_name: BinnedLRUCache 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache_options: 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: capacity : 536870912 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: num_shard_bits : 4 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: strict_capacity_limit : 0 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: high_pri_pool_ratio: 0.000 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_cache_compressed: (nil) 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: persistent_cache: (nil) 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_size: 4096 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_size_deviation: 10 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_restart_interval: 16 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: index_block_restart_interval: 1 2023-12-18T03:46:56.535 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: metadata_block_size: 4096 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: partition_filters: 0 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: use_delta_encoding: 1 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: whole_key_filtering: 1 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: verify_compression: 0 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: read_amp_bytes_per_bit: 0 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: format_version: 4 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: enable_index_compression: 1 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: block_align: 0 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.write_buffer_size: 33554432 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_write_buffer_number: 2 2023-12-18T03:46:56.536 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compression: NoCompression 2023-12-18T03:46:56.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.bottommost_compression: Disabled 2023-12-18T03:46:56.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.prefix_extractor: nullptr 2023-12-18T03:46:56.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-18T03:46:56.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.num_levels: 7 2023-12-18T03:46:56.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-18T03:46:56.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-18T03:46:56.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-18T03:46:56.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-18T03:46:56.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-18T03:46:56.537 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-18T03:46:56.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-18T03:46:56.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-18T03:46:56.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-18T03:46:56.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-18T03:46:56.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-18T03:46:56.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compression_opts.level: 32767 2023-12-18T03:46:56.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compression_opts.strategy: 0 2023-12-18T03:46:56.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-18T03:46:56.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-18T03:46:56.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-18T03:46:56.538 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compression_opts.enabled: false 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.target_file_size_base: 67108864 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-18T03:46:56.539 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.arena_block_size: 4194304 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.disable_auto_compactions: 0 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-18T03:46:56.540 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-18T03:46:56.541 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-18T03:46:56.541 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-18T03:46:56.541 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-18T03:46:56.541 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-18T03:46:56.541 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-18T03:46:56.541 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-18T03:46:56.541 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-18T03:46:56.541 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-18T03:46:56.541 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.table_properties_collectors: 2023-12-18T03:46:56.541 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.inplace_update_support: 0 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.bloom_locality: 0 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.max_successive_merges: 0 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.paranoid_file_checks: 0 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.force_consistency_checks: 1 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.report_bg_io_stats: 0 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.ttl: 2592000 2023-12-18T03:46:56.542 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.enable_blob_files: false 2023-12-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.min_blob_size: 0 2023-12-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.blob_file_size: 268435456 2023-12-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi176/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-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702871216350420, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-18T03:46:56.543 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: 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-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702871216350684, "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": 1702871216, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "be00daf7-7f10-4746-8755-6727d304aa42", "db_session_id": "N9GVRM526TSWMUWQEJD0"}} 2023-12-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: EVENT_LOG_v1 {"time_micros": 1702871216350980, "job": 1, "event": "recovery_finished"} 2023-12-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi176/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55ad0f048a80 2023-12-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: DB pointer 0x55ad0f058000 2023-12-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** DB Stats ** 2023-12-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-18T03:46:56.544 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-18T03:46:56.545 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T03:46:56.545 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-18T03:46:56.545 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-18T03:46:56.545 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-18T03:46:56.545 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-18T03:46:56.545 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** Compaction Stats [default] ** 2023-12-18T03:46:56.545 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T03:46:56.545 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T03:46:56.545 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.9 0.00 0.00 1 0.000 0 0 2023-12-18T03:46:56.545 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.9 0.00 0.00 1 0.000 0 0 2023-12-18T03:46:56.545 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.9 0.00 0.00 1 0.000 0 0 2023-12-18T03:46:56.546 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-18T03:46:56.546 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** Compaction Stats [default] ** 2023-12-18T03:46:56.546 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T03:46:56.546 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T03:46:56.546 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.9 0.00 0.00 1 0.000 0 0 2023-12-18T03:46:56.546 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T03:46:56.546 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T03:46:56.546 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T03:46:56.546 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T03:46:56.546 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T03:46:56.546 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** Compaction Stats [default] ** 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.9 0.00 0.00 1 0.000 0 0 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.9 0.00 0.00 1 0.000 0 0 2023-12-18T03:46:56.547 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** Compaction Stats [default] ** 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.9 0.00 0.00 1 0.000 0 0 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-18T03:46:56.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Cumulative compaction: 0.00 GB write, 0.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T03:46:56.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-18T03:46:56.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-18T03:46:56.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-18T03:46:56.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-18T03:46:56.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176 does not exist in monmap, will attempt to join an existing cluster 2023-12-18T03:46:56.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: using public_addr v2:172.21.15.176:0/0 -> [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] 2023-12-18T03:46:56.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: starting mon.smithi176 rank -1 at public addrs [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] at bind addrs [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi176 fsid cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:46:56.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(???) e0 preinit fsid cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:46:56.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).mds e1 new map 2023-12-18T03:46:56.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).mds e1 print_map 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: e1 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: legacy client fscid: -1 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout: No filesystems configured 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-18T03:46:56.550 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/3392677211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: Deploying daemon node-exporter.smithi160 on smithi160 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/2294907538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:46:56.551 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/4262308099' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14162 172.21.15.160:0/3909233927' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mgrmap e14: smithi160.agnnin(active, since 31s) 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/100100421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/489303000' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: Active manager daemon smithi160.agnnin restarted 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: Activating manager daemon smithi160.agnnin 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mgrmap e15: smithi160.agnnin(active, starting, since 0.300036s) 2023-12-18T03:46:56.552 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr metadata", "who": "smithi160.agnnin", "id": "smithi160.agnnin"}]: dispatch 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: Manager daemon smithi160.agnnin is now available 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:46:56.553 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: [18/Dec/2023:03:46:46] ENGINE Bus STARTING 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: [18/Dec/2023:03:46:46] ENGINE Serving on https://172.21.15.160:7150 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: [18/Dec/2023:03:46:46] ENGINE Bus STARTED 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mgrmap e16: smithi160.agnnin(active, since 1.30536s) 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/199633085' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.554 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: Updating smithi160:/etc/ceph/ceph.conf 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mgrmap e17: smithi160.agnnin(active, since 2s) 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: Deploying daemon crash.smithi176 on smithi176 2023-12-18T03:46:56.555 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/991766824' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.vfuuiq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.vfuuiq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: Deploying daemon mgr.smithi176.vfuuiq on smithi176 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/3843988884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: Deploying daemon mon.smithi176 on smithi176 2023-12-18T03:46:56.556 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-18T03:46:56.557 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 ceph-mon[110350]: mon.smithi176@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-18T03:46:56.557 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 bash[110265]: ac9019e0b099b873064231a5372748ae96a1dacaf66e163a83d0a33c53f0e60c 2023-12-18T03:46:56.557 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:46:56 smithi176 systemd[1]: Started Ceph mon.smithi176 for cac96670-9d57-11ee-95a5-87774f69a715. 2023-12-18T03:47:01.729 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:47:01.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: mon.smithi160 calling monitor election 2023-12-18T03:47:01.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: mon.smithi176 calling monitor election 2023-12-18T03:47:01.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.176:0/2860014445' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.vfuuiq/crt"}]: dispatch 2023-12-18T03:47:01.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.730 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: mon.smithi160 is new leader, mons smithi160,smithi176 in quorum (ranks 0,1) 2023-12-18T03:47:01.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: monmap e2: 2 mons at {smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0],smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0]} 2023-12-18T03:47:01.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: fsmap 2023-12-18T03:47:01.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T03:47:01.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: mgrmap e17: smithi160.agnnin(active, since 16s) 2023-12-18T03:47:01.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: Standby manager daemon smithi176.vfuuiq started 2023-12-18T03:47:01.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.176:0/2860014445' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T03:47:01.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.176:0/2860014445' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.vfuuiq/key"}]: dispatch 2023-12-18T03:47:01.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.176:0/2860014445' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T03:47:01.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: overall HEALTH_OK 2023-12-18T03:47:01.731 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:01.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:47:01.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: mon.smithi160 calling monitor election 2023-12-18T03:47:01.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: mon.smithi176 calling monitor election 2023-12-18T03:47:01.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.176:0/2860014445' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.vfuuiq/crt"}]: dispatch 2023-12-18T03:47:01.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:01.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: mon.smithi160 is new leader, mons smithi160,smithi176 in quorum (ranks 0,1) 2023-12-18T03:47:01.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: monmap e2: 2 mons at {smithi160=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0],smithi176=[v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0]} 2023-12-18T03:47:01.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: fsmap 2023-12-18T03:47:01.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: osdmap e5: 0 total, 0 up, 0 in 2023-12-18T03:47:01.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: mgrmap e17: smithi160.agnnin(active, since 16s) 2023-12-18T03:47:01.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: Standby manager daemon smithi176.vfuuiq started 2023-12-18T03:47:01.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.176:0/2860014445' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T03:47:01.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.176:0/2860014445' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.vfuuiq/key"}]: dispatch 2023-12-18T03:47:01.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.176:0/2860014445' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T03:47:01.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: overall HEALTH_OK 2023-12-18T03:47:01.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:02.717 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-18T03:47:02.717 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":2,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","modified":"2023-12-18T03:46:56.381293Z","created":"2023-12-18T03:45:16.715335Z","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":"smithi160","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi176","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-18T03:47:02.718 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 2 2023-12-18T03:47:02.741 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:02 smithi176 ceph-mon[110350]: Deploying daemon node-exporter.smithi176 on smithi176 2023-12-18T03:47:02.742 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:02 smithi176 ceph-mon[110350]: mgrmap e18: smithi160.agnnin(active, since 16s), standbys: smithi176.vfuuiq 2023-12-18T03:47:02.742 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:02 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr metadata", "who": "smithi176.vfuuiq", "id": "smithi176.vfuuiq"}]: dispatch 2023-12-18T03:47:02.742 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:02 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:02.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:02 smithi160 ceph-mon[107718]: Deploying daemon node-exporter.smithi176 on smithi176 2023-12-18T03:47:02.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:02 smithi160 ceph-mon[107718]: mgrmap e18: smithi160.agnnin(active, since 16s), standbys: smithi176.vfuuiq 2023-12-18T03:47:02.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:02 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr metadata", "who": "smithi176.vfuuiq", "id": "smithi176.vfuuiq"}]: dispatch 2023-12-18T03:47:02.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:02 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:47:03.098 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-18T03:47:03.098 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-18T03:47:03.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:03 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/651946083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:47:03.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:03 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/651946083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-18T03:47:05.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:05 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:05.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:05 smithi160 ceph-mon[107718]: Deploying daemon prometheus.smithi160 on smithi160 2023-12-18T03:47:05.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:05 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:06.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:05 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:06.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:05 smithi176 ceph-mon[110350]: Deploying daemon prometheus.smithi160 on smithi160 2023-12-18T03:47:06.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:05 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:07.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:06 smithi176 ceph-mon[110350]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:07.024 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:06 smithi160 ceph-mon[107718]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:07.640 INFO:teuthology.orchestra.run.smithi160.stdout:# minimal ceph.conf for cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:47:07.640 INFO:teuthology.orchestra.run.smithi160.stdout:[global] 2023-12-18T03:47:07.640 INFO:teuthology.orchestra.run.smithi160.stdout: fsid = cac96670-9d57-11ee-95a5-87774f69a715 2023-12-18T03:47:07.641 INFO:teuthology.orchestra.run.smithi160.stdout: mon_host = [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] 2023-12-18T03:47:08.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:08 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/290077421' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:08.395 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-18T03:47:08.395 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-18T03:47:08.395 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.conf 2023-12-18T03:47:08.429 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-18T03:47:08.429 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T03:47:08.498 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-18T03:47:08.499 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/ceph/ceph.conf 2023-12-18T03:47:08.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:08 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/290077421' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:08.536 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-18T03:47:08.536 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-18T03:47:08.608 INFO:tasks.cephadm:Deploying OSDs... 2023-12-18T03:47:08.608 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-18T03:47:08.608 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2023-12-18T03:47:08.629 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-18T03:47:08.629 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2023-12-18T03:47:08.688 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-18T03:47:08.688 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T03:47:08.688 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 390910 Links: 1 2023-12-18T03:47:08.688 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T03:47:08.688 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T03:47:08.689 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2023-12-18 03:46:36.253389656 +0000 2023-12-18T03:47:08.689 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2023-12-18 03:43:56.814911334 +0000 2023-12-18T03:47:08.689 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2023-12-18 03:43:56.814911334 +0000 2023-12-18T03:47:08.689 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2023-12-18T03:47:08.689 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-18T03:47:08.756 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2023-12-18T03:47:08.757 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2023-12-18T03:47:08.757 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000231081 s, 2.2 MB/s 2023-12-18T03:47:08.758 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-18T03:47:08.819 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2023-12-18T03:47:08.877 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-18T03:47:08.878 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T03:47:08.878 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 386824 Links: 1 2023-12-18T03:47:08.878 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T03:47:08.878 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T03:47:08.878 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2023-12-18 03:46:36.253389656 +0000 2023-12-18T03:47:08.878 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2023-12-18 03:43:57.330903872 +0000 2023-12-18T03:47:08.878 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2023-12-18 03:43:57.330903872 +0000 2023-12-18T03:47:08.878 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2023-12-18T03:47:08.878 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-18T03:47:08.945 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2023-12-18T03:47:08.946 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2023-12-18T03:47:08.946 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000198689 s, 2.6 MB/s 2023-12-18T03:47:08.947 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-18T03:47:09.006 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2023-12-18T03:47:09.064 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-18T03:47:09.064 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T03:47:09.064 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 398526 Links: 1 2023-12-18T03:47:09.064 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T03:47:09.065 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T03:47:09.065 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2023-12-18 03:46:36.253389656 +0000 2023-12-18T03:47:09.065 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2023-12-18 03:43:57.814896872 +0000 2023-12-18T03:47:09.065 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2023-12-18 03:43:57.814896872 +0000 2023-12-18T03:47:09.065 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2023-12-18T03:47:09.065 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-18T03:47:09.131 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2023-12-18T03:47:09.131 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2023-12-18T03:47:09.131 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000218043 s, 2.3 MB/s 2023-12-18T03:47:09.132 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-18T03:47:09.191 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2023-12-18T03:47:09.250 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-18T03:47:09.250 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T03:47:09.251 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 6h/6d Inode: 397575 Links: 1 2023-12-18T03:47:09.251 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T03:47:09.251 INFO:teuthology.orchestra.run.smithi160.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T03:47:09.251 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2023-12-18 03:46:36.253389656 +0000 2023-12-18T03:47:09.251 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2023-12-18 03:43:58.295889915 +0000 2023-12-18T03:47:09.251 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2023-12-18 03:43:58.295889915 +0000 2023-12-18T03:47:09.251 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2023-12-18T03:47:09.251 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-18T03:47:09.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:09 smithi160 ceph-mon[107718]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:09.319 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2023-12-18T03:47:09.319 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2023-12-18T03:47:09.319 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000222447 s, 2.3 MB/s 2023-12-18T03:47:09.320 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-18T03:47:09.381 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-18T03:47:09.381 DEBUG:teuthology.orchestra.run.smithi176:> dd if=/scratch_devs of=/dev/stdout 2023-12-18T03:47:09.403 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-18T03:47:09.403 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_1 2023-12-18T03:47:09.465 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-18T03:47:09.465 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T03:47:09.465 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 393065 Links: 1 2023-12-18T03:47:09.465 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T03:47:09.465 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T03:47:09.466 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2023-12-18 03:47:01.922320331 +0000 2023-12-18T03:47:09.466 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2023-12-18 03:43:58.233355024 +0000 2023-12-18T03:47:09.466 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2023-12-18 03:43:58.233355024 +0000 2023-12-18T03:47:09.466 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2023-12-18T03:47:09.466 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-18T03:47:09.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:09 smithi176 ceph-mon[110350]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:09.536 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2023-12-18T03:47:09.536 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2023-12-18T03:47:09.536 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000235543 s, 2.2 MB/s 2023-12-18T03:47:09.537 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-18T03:47:09.598 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_2 2023-12-18T03:47:09.659 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-18T03:47:09.660 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T03:47:09.660 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 390995 Links: 1 2023-12-18T03:47:09.660 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T03:47:09.660 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T03:47:09.660 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2023-12-18 03:47:01.922320331 +0000 2023-12-18T03:47:09.660 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2023-12-18 03:43:58.706350856 +0000 2023-12-18T03:47:09.660 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2023-12-18 03:43:58.706350856 +0000 2023-12-18T03:47:09.660 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2023-12-18T03:47:09.660 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-18T03:47:09.729 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2023-12-18T03:47:09.729 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2023-12-18T03:47:09.729 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000201759 s, 2.5 MB/s 2023-12-18T03:47:09.730 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-18T03:47:09.790 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_3 2023-12-18T03:47:09.848 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-18T03:47:09.849 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T03:47:09.849 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 394548 Links: 1 2023-12-18T03:47:09.849 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T03:47:09.849 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T03:47:09.849 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2023-12-18 03:47:01.922320331 +0000 2023-12-18T03:47:09.849 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2023-12-18 03:43:59.220346328 +0000 2023-12-18T03:47:09.849 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2023-12-18 03:43:59.220346328 +0000 2023-12-18T03:47:09.849 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2023-12-18T03:47:09.849 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-18T03:47:09.916 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2023-12-18T03:47:09.916 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2023-12-18T03:47:09.916 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000221037 s, 2.3 MB/s 2023-12-18T03:47:09.917 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-18T03:47:09.976 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_4 2023-12-18T03:47:10.035 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-18T03:47:10.035 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-18T03:47:10.035 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 6h/6d Inode: 397031 Links: 1 2023-12-18T03:47:10.035 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-18T03:47:10.036 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2023-12-18T03:47:10.036 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2023-12-18 03:47:01.923320322 +0000 2023-12-18T03:47:10.036 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2023-12-18 03:43:59.718341941 +0000 2023-12-18T03:47:10.036 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2023-12-18 03:43:59.718341941 +0000 2023-12-18T03:47:10.036 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2023-12-18T03:47:10.036 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-18T03:47:10.102 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2023-12-18T03:47:10.102 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2023-12-18T03:47:10.102 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000209167 s, 2.4 MB/s 2023-12-18T03:47:10.103 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-18T03:47:10.162 INFO:tasks.cephadm:Deploying osd.0 on smithi160 with /dev/vg_nvme/lv_4... 2023-12-18T03:47:10.162 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-18T03:47:11.323 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:11 smithi160 ceph-mon[107718]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:11 smithi176 ceph-mon[110350]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:12.252 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-18T03:47:12.252 INFO:teuthology.orchestra.run.smithi160.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-18T03:47:12.252 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2023-12-18T03:47:12.252 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2023-12-18T03:47:12.252 INFO:teuthology.orchestra.run.smithi160.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113624 s, 923 MB/s 2023-12-18T03:47:12.252 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2023-12-18T03:47:13.046 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_4 2023-12-18T03:47:13.233 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:13 smithi160 ceph-mon[107718]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:13 smithi176 ceph-mon[110350]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:15.202 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:15 smithi176 ceph-mon[110350]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:15.202 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:15 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:15.202 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:15 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:47:15.202 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:15 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:15.202 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:15 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:47:15.202 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:15 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:47:15.202 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:15 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:47:15.203 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:15 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:15.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:15 smithi160 ceph-mon[107718]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:15.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:15 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:15.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:15 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:47:15.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:15 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:15.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:15 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:47:15.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:15 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:47:15.331 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:15 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:47:15.331 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:15 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:16.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:16 smithi160 ceph-mon[107718]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:47:16.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:16 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:16.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:16 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:16.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:16 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:16.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:16 smithi176 ceph-mon[110350]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:47:16.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:16 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:16.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:16 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:16.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:16 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:17.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:17 smithi160 ceph-mon[107718]: Updating smithi176:/etc/ceph/ceph.conf 2023-12-18T03:47:17.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:17 smithi160 ceph-mon[107718]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:17.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:17 smithi160 ceph-mon[107718]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2023-12-18T03:47:17.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:17 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1229168904' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f942fcb6-b534-4525-9fb8-fe1ff8136303"}]: dispatch 2023-12-18T03:47:17.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:17 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1229168904' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f942fcb6-b534-4525-9fb8-fe1ff8136303"}]': finished 2023-12-18T03:47:17.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:17 smithi160 ceph-mon[107718]: osdmap e6: 1 total, 0 up, 1 in 2023-12-18T03:47:17.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:17 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:47:17.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:17 smithi176 ceph-mon[110350]: Updating smithi176:/etc/ceph/ceph.conf 2023-12-18T03:47:17.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:17 smithi176 ceph-mon[110350]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:17.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:17 smithi176 ceph-mon[110350]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2023-12-18T03:47:17.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:17 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/1229168904' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f942fcb6-b534-4525-9fb8-fe1ff8136303"}]: dispatch 2023-12-18T03:47:17.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:17 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/1229168904' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f942fcb6-b534-4525-9fb8-fe1ff8136303"}]': finished 2023-12-18T03:47:17.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:17 smithi176 ceph-mon[110350]: osdmap e6: 1 total, 0 up, 1 in 2023-12-18T03:47:17.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:17 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:47:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:18 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:18 smithi176 ceph-mon[110350]: Updating smithi160:/etc/ceph/ceph.conf 2023-12-18T03:47:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:18 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:18 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:18 smithi176 ceph-mon[110350]: Reconfiguring mon.smithi160 (unknown last config time)... 2023-12-18T03:47:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:18 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T03:47:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:18 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T03:47:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:18 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:18.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:18 smithi176 ceph-mon[110350]: Reconfiguring daemon mon.smithi160 on smithi160 2023-12-18T03:47:18.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:18 smithi176 ceph-mon[110350]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:18.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:18 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2842939531' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:47:18.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:18 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:18.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:18 smithi160 ceph-mon[107718]: Updating smithi160:/etc/ceph/ceph.conf 2023-12-18T03:47:18.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:18 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:18.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:18 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:18.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:18 smithi160 ceph-mon[107718]: Reconfiguring mon.smithi160 (unknown last config time)... 2023-12-18T03:47:18.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:18 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T03:47:18.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:18 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T03:47:18.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:18 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:18.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:18 smithi160 ceph-mon[107718]: Reconfiguring daemon mon.smithi160 on smithi160 2023-12-18T03:47:18.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:18 smithi160 ceph-mon[107718]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:18.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:18 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2842939531' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:47:20.591 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:20 smithi160 ceph-mon[107718]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:20.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:20 smithi176 ceph-mon[110350]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:22.081 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:21 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:22.082 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:21 smithi160 ceph-mon[107718]: Reconfiguring mgr.smithi160.agnnin (unknown last config time)... 2023-12-18T03:47:22.082 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:21 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.agnnin", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:47:22.082 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:21 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T03:47:22.082 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:21 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:22.082 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:21 smithi160 ceph-mon[107718]: Reconfiguring daemon mgr.smithi160.agnnin on smithi160 2023-12-18T03:47:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:21 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:21 smithi176 ceph-mon[110350]: Reconfiguring mgr.smithi160.agnnin (unknown last config time)... 2023-12-18T03:47:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:21 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.agnnin", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:47:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:21 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T03:47:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:21 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:22.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:21 smithi176 ceph-mon[110350]: Reconfiguring daemon mgr.smithi160.agnnin on smithi160 2023-12-18T03:47:23.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:23 smithi160 ceph-mon[107718]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:23.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-18T03:47:23.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:23.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:23 smithi160 ceph-mon[107718]: Deploying daemon osd.0 on smithi160 2023-12-18T03:47:23.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:23 smithi176 ceph-mon[110350]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-18T03:47:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:23 smithi176 ceph-mon[110350]: Deploying daemon osd.0 on smithi160 2023-12-18T03:47:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:24.256 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:24 smithi160 ceph-mon[107718]: Reconfiguring alertmanager.smithi160 (dependencies changed)... 2023-12-18T03:47:24.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:24 smithi160 ceph-mon[107718]: Reconfiguring daemon alertmanager.smithi160 on smithi160 2023-12-18T03:47:24.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:24 smithi176 ceph-mon[110350]: Reconfiguring alertmanager.smithi160 (dependencies changed)... 2023-12-18T03:47:24.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:24 smithi176 ceph-mon[110350]: Reconfiguring daemon alertmanager.smithi160 on smithi160 2023-12-18T03:47:25.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:25 smithi160 ceph-mon[107718]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:25.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:25 smithi176 ceph-mon[110350]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:27.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:27 smithi176 ceph-mon[110350]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:27.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:27 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:27.281 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:27 smithi160 ceph-mon[107718]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:27.282 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:27 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:29.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:29 smithi160 ceph-mon[107718]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:29.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:29 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:29.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:29 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T03:47:29.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:29 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:29.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:29 smithi176 ceph-mon[110350]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:29.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:29 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:29.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:29 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi160", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T03:47:29.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:29 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:29.684 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 0 on host 'smithi160' 2023-12-18T03:47:30.181 DEBUG:teuthology.orchestra.run.smithi160:osd.0> sudo journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.0.service 2023-12-18T03:47:30.184 INFO:tasks.cephadm:Deploying osd.1 on smithi160 with /dev/vg_nvme/lv_3... 2023-12-18T03:47:30.184 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-18T03:47:30.214 INFO:journalctl@ceph.osd.0.smithi160.stdout:-- Logs begin at Mon 2023-12-18 03:36:22 UTC. -- 2023-12-18T03:47:30.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:30 smithi160 ceph-mon[107718]: Reconfiguring crash.smithi160 (monmap changed)... 2023-12-18T03:47:30.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:30 smithi160 ceph-mon[107718]: Reconfiguring daemon crash.smithi160 on smithi160 2023-12-18T03:47:30.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:30 smithi160 ceph-mon[107718]: from='osd.0 [v2:172.21.15.160:6802/2267940739,v1:172.21.15.160:6803/2267940739]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-18T03:47:30.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:30 smithi176 ceph-mon[110350]: Reconfiguring crash.smithi160 (monmap changed)... 2023-12-18T03:47:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:30 smithi176 ceph-mon[110350]: Reconfiguring daemon crash.smithi160 on smithi160 2023-12-18T03:47:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:30 smithi176 ceph-mon[110350]: from='osd.0 [v2:172.21.15.160:6802/2267940739,v1:172.21.15.160:6803/2267940739]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-18T03:47:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:31.327 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 03:47:31 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-0[120153]: 2023-12-18T03:47:31.076+0000 7fd83c62c700 -1 osd.0 0 waiting for initial osdmap 2023-12-18T03:47:31.327 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 03:47:31 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-0[120153]: 2023-12-18T03:47:31.079+0000 7fd836fc3700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T03:47:31.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:31 smithi160 ceph-mon[107718]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:31.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:31 smithi160 ceph-mon[107718]: from='osd.0 [v2:172.21.15.160:6802/2267940739,v1:172.21.15.160:6803/2267940739]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-18T03:47:31.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:31 smithi160 ceph-mon[107718]: osdmap e7: 1 total, 0 up, 1 in 2023-12-18T03:47:31.327 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:47:31.328 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:31 smithi160 ceph-mon[107718]: from='osd.0 [v2:172.21.15.160:6802/2267940739,v1:172.21.15.160:6803/2267940739]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2023-12-18T03:47:31.328 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:31.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:31 smithi176 ceph-mon[110350]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:31.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:31 smithi176 ceph-mon[110350]: from='osd.0 [v2:172.21.15.160:6802/2267940739,v1:172.21.15.160:6803/2267940739]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-18T03:47:31.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:31 smithi176 ceph-mon[110350]: osdmap e7: 1 total, 0 up, 1 in 2023-12-18T03:47:31.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:47:31.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:31 smithi176 ceph-mon[110350]: from='osd.0 [v2:172.21.15.160:6802/2267940739,v1:172.21.15.160:6803/2267940739]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2023-12-18T03:47:31.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:32.320 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-18T03:47:32.320 INFO:teuthology.orchestra.run.smithi160.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-18T03:47:32.320 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2023-12-18T03:47:32.321 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2023-12-18T03:47:32.321 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128013 s, 819 MB/s 2023-12-18T03:47:32.321 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2023-12-18T03:47:32.339 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:32 smithi160 ceph-mon[107718]: Reconfiguring grafana.smithi160 (dependencies changed)... 2023-12-18T03:47:32.339 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:32 smithi160 ceph-mon[107718]: Reconfiguring daemon grafana.smithi160 on smithi160 2023-12-18T03:47:32.340 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:32 smithi160 ceph-mon[107718]: from='osd.0 [v2:172.21.15.160:6802/2267940739,v1:172.21.15.160:6803/2267940739]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2023-12-18T03:47:32.340 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:32 smithi160 ceph-mon[107718]: osdmap e8: 1 total, 0 up, 1 in 2023-12-18T03:47:32.340 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:32 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:47:32.340 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:32 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:47:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:32 smithi176 ceph-mon[110350]: Reconfiguring grafana.smithi160 (dependencies changed)... 2023-12-18T03:47:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:32 smithi176 ceph-mon[110350]: Reconfiguring daemon grafana.smithi160 on smithi160 2023-12-18T03:47:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:32 smithi176 ceph-mon[110350]: from='osd.0 [v2:172.21.15.160:6802/2267940739,v1:172.21.15.160:6803/2267940739]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2023-12-18T03:47:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:32 smithi176 ceph-mon[110350]: osdmap e8: 1 total, 0 up, 1 in 2023-12-18T03:47:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:32 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:47:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:32 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:47:32.751 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_3 2023-12-18T03:47:33.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:33 smithi160 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T03:47:33.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:33 smithi160 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T03:47:33.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:33 smithi160 ceph-mon[107718]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:33.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:33 smithi160 ceph-mon[107718]: osd.0 [v2:172.21.15.160:6802/2267940739,v1:172.21.15.160:6803/2267940739] boot 2023-12-18T03:47:33.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:33 smithi160 ceph-mon[107718]: osdmap e9: 1 total, 1 up, 1 in 2023-12-18T03:47:33.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:33 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:47:33.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:33 smithi176 ceph-mon[110350]: purged_snaps scrub starts 2023-12-18T03:47:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:33 smithi176 ceph-mon[110350]: purged_snaps scrub ok 2023-12-18T03:47:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:33 smithi176 ceph-mon[110350]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-18T03:47:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:33 smithi176 ceph-mon[110350]: osd.0 [v2:172.21.15.160:6802/2267940739,v1:172.21.15.160:6803/2267940739] boot 2023-12-18T03:47:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:33 smithi176 ceph-mon[110350]: osdmap e9: 1 total, 1 up, 1 in 2023-12-18T03:47:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:33 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:47:34.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:34 smithi160 ceph-mon[107718]: osdmap e10: 1 total, 1 up, 1 in 2023-12-18T03:47:34.342 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:34 smithi176 ceph-mon[110350]: osdmap e10: 1 total, 1 up, 1 in 2023-12-18T03:47:35.262 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:35 smithi176 ceph-mon[110350]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:35.262 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:35.262 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T03:47:35.262 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:35.262 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:47:35.262 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:47:35.262 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:35.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:35 smithi160 ceph-mon[107718]: pgmap v22: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:35.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:35.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi176", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-18T03:47:35.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:35.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:47:35.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:47:35.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:36.146 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:36 smithi176 ceph-mon[110350]: Reconfiguring crash.smithi176 (monmap changed)... 2023-12-18T03:47:36.146 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:36 smithi176 ceph-mon[110350]: Reconfiguring daemon crash.smithi176 on smithi176 2023-12-18T03:47:36.146 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:36 smithi176 ceph-mon[110350]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:47:36.146 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:36.146 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.vfuuiq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:47:36.147 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T03:47:36.147 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:36.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:36 smithi160 ceph-mon[107718]: Reconfiguring crash.smithi176 (monmap changed)... 2023-12-18T03:47:36.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:36 smithi160 ceph-mon[107718]: Reconfiguring daemon crash.smithi176 on smithi176 2023-12-18T03:47:36.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:36 smithi160 ceph-mon[107718]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:47:36.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:36.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.vfuuiq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:47:36.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T03:47:36.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:37.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:37 smithi176 ceph-mon[110350]: Reconfiguring mgr.smithi176.vfuuiq (monmap changed)... 2023-12-18T03:47:37.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:37 smithi176 ceph-mon[110350]: Reconfiguring daemon mgr.smithi176.vfuuiq on smithi176 2023-12-18T03:47:37.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:37 smithi176 ceph-mon[110350]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:37.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T03:47:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T03:47:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:37 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2485158590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c329593d-c433-4c30-9bca-1725124ac651"}]: dispatch 2023-12-18T03:47:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:37 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2485158590' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c329593d-c433-4c30-9bca-1725124ac651"}]': finished 2023-12-18T03:47:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:37 smithi176 ceph-mon[110350]: osdmap e11: 2 total, 1 up, 2 in 2023-12-18T03:47:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:37 smithi160 ceph-mon[107718]: Reconfiguring mgr.smithi176.vfuuiq (monmap changed)... 2023-12-18T03:47:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:37 smithi160 ceph-mon[107718]: Reconfiguring daemon mgr.smithi176.vfuuiq on smithi176 2023-12-18T03:47:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:37 smithi160 ceph-mon[107718]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-18T03:47:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-18T03:47:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:37 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2485158590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c329593d-c433-4c30-9bca-1725124ac651"}]: dispatch 2023-12-18T03:47:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:37 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2485158590' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c329593d-c433-4c30-9bca-1725124ac651"}]': finished 2023-12-18T03:47:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:37 smithi160 ceph-mon[107718]: osdmap e11: 2 total, 1 up, 2 in 2023-12-18T03:47:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:38.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:38 smithi160 ceph-mon[107718]: Reconfiguring mon.smithi176 (monmap changed)... 2023-12-18T03:47:38.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:38 smithi160 ceph-mon[107718]: Reconfiguring daemon mon.smithi176 on smithi176 2023-12-18T03:47:38.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:38 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:38.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:38 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T03:47:38.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:38 smithi160 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T03:47:38.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:38 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2221044192' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:47:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:38 smithi176 ceph-mon[110350]: Reconfiguring mon.smithi176 (monmap changed)... 2023-12-18T03:47:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:38 smithi176 ceph-mon[110350]: Reconfiguring daemon mon.smithi176 on smithi176 2023-12-18T03:47:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:38 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:38 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T03:47:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:38 smithi176 ceph-mon[110350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T03:47:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:38 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2221044192' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:47:39.367 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:39 smithi160 ceph-mon[107718]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:39.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:39 smithi176 ceph-mon[110350]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:41.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:41 smithi160 ceph-mon[107718]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:41.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:41 smithi176 ceph-mon[110350]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:43.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:43 smithi160 ceph-mon[107718]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:43.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:43 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-18T03:47:43.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:43 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:43.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:43 smithi176 ceph-mon[110350]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:43.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:43 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-18T03:47:43.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:43 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:44.332 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:44 smithi160 ceph-mon[107718]: Deploying daemon osd.1 on smithi160 2023-12-18T03:47:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:44 smithi176 ceph-mon[110350]: Deploying daemon osd.1 on smithi160 2023-12-18T03:47:45.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:45 smithi160 ceph-mon[107718]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:45.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:45 smithi176 ceph-mon[110350]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:46.390 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:47:46.390 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:47:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:47:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:47:47.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:47 smithi160 ceph-mon[107718]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:47.484 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:47 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:47.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:47 smithi176 ceph-mon[110350]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:47.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:47 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:48.377 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 1 on host 'smithi160' 2023-12-18T03:47:48.777 DEBUG:teuthology.orchestra.run.smithi160:osd.1> sudo journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.1.service 2023-12-18T03:47:48.780 INFO:tasks.cephadm:Deploying osd.2 on smithi160 with /dev/vg_nvme/lv_2... 2023-12-18T03:47:48.780 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-18T03:47:48.808 INFO:journalctl@ceph.osd.1.smithi160.stdout:-- Logs begin at Mon 2023-12-18 03:36:22 UTC. -- 2023-12-18T03:47:49.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:49.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:49.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.160:9093"}]: dispatch 2023-12-18T03:47:49.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:49.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T03:47:49.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.160:3000"}]: dispatch 2023-12-18T03:47:49.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:49.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T03:47:49.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.160:9095"}]: dispatch 2023-12-18T03:47:49.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:49.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:47:49.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:49.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:47:49.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:49.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:49.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.160:9093"}]: dispatch 2023-12-18T03:47:49.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T03:47:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.160:3000"}]: dispatch 2023-12-18T03:47:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T03:47:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.160:9095"}]: dispatch 2023-12-18T03:47:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:47:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:47:49.879 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 03:47:49 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-1[123876]: 2023-12-18T03:47:49.625+0000 7f7f2697a3c0 -1 osd.1 0 log_to_monitors true 2023-12-18T03:47:50.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:50 smithi176 ceph-mon[110350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.160:9093"}]: dispatch 2023-12-18T03:47:50.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:50 smithi176 ceph-mon[110350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T03:47:50.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:50 smithi176 ceph-mon[110350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.160:3000"}]: dispatch 2023-12-18T03:47:50.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:50 smithi176 ceph-mon[110350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T03:47:50.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:50 smithi176 ceph-mon[110350]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.160:9095"}]: dispatch 2023-12-18T03:47:50.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:50 smithi176 ceph-mon[110350]: from='osd.1 [v2:172.21.15.160:6810/950131344,v1:172.21.15.160:6811/950131344]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-18T03:47:50.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:50 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:50.359 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:50 smithi160 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.160:9093"}]: dispatch 2023-12-18T03:47:50.359 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:50 smithi160 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T03:47:50.359 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:50 smithi160 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.160:3000"}]: dispatch 2023-12-18T03:47:50.359 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:50 smithi160 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T03:47:50.359 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:50 smithi160 ceph-mon[107718]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.160:9095"}]: dispatch 2023-12-18T03:47:50.359 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:50 smithi160 ceph-mon[107718]: from='osd.1 [v2:172.21.15.160:6810/950131344,v1:172.21.15.160:6811/950131344]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-18T03:47:50.359 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:50 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:50.521 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-18T03:47:50.521 INFO:teuthology.orchestra.run.smithi160.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-18T03:47:50.521 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2023-12-18T03:47:50.521 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2023-12-18T03:47:50.522 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110849 s, 946 MB/s 2023-12-18T03:47:50.522 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2023-12-18T03:47:51.005 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_2 2023-12-18T03:47:51.379 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 03:47:51 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-1[123876]: 2023-12-18T03:47:51.156+0000 7f7f1d37d700 -1 osd.1 0 waiting for initial osdmap 2023-12-18T03:47:51.379 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 03:47:51 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-1[123876]: 2023-12-18T03:47:51.159+0000 7f7f16d12700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T03:47:51.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:51 smithi160 ceph-mon[107718]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:51.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:51 smithi160 ceph-mon[107718]: from='osd.1 [v2:172.21.15.160:6810/950131344,v1:172.21.15.160:6811/950131344]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-18T03:47:51.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:51 smithi160 ceph-mon[107718]: osdmap e12: 2 total, 1 up, 2 in 2023-12-18T03:47:51.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:51 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:51.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:51 smithi160 ceph-mon[107718]: from='osd.1 [v2:172.21.15.160:6810/950131344,v1:172.21.15.160:6811/950131344]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2023-12-18T03:47:51.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:51 smithi176 ceph-mon[110350]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:51.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:51 smithi176 ceph-mon[110350]: from='osd.1 [v2:172.21.15.160:6810/950131344,v1:172.21.15.160:6811/950131344]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-18T03:47:51.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:51 smithi176 ceph-mon[110350]: osdmap e12: 2 total, 1 up, 2 in 2023-12-18T03:47:51.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:51 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:51.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:51 smithi176 ceph-mon[110350]: from='osd.1 [v2:172.21.15.160:6810/950131344,v1:172.21.15.160:6811/950131344]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2023-12-18T03:47:52.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:52 smithi160 ceph-mon[107718]: from='osd.1 [v2:172.21.15.160:6810/950131344,v1:172.21.15.160:6811/950131344]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2023-12-18T03:47:52.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:52 smithi160 ceph-mon[107718]: osdmap e13: 2 total, 1 up, 2 in 2023-12-18T03:47:52.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:52 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:52.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:52 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:52.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:52 smithi160 ceph-mon[107718]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:52.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:52 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:52.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:52 smithi176 ceph-mon[110350]: from='osd.1 [v2:172.21.15.160:6810/950131344,v1:172.21.15.160:6811/950131344]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2023-12-18T03:47:52.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:52 smithi176 ceph-mon[110350]: osdmap e13: 2 total, 1 up, 2 in 2023-12-18T03:47:52.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:52 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:52.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:52 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:52.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:52 smithi176 ceph-mon[110350]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-18T03:47:52.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:52 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:53.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:53 smithi160 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T03:47:53.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:53 smithi160 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T03:47:53.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:53 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:53.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:53 smithi160 ceph-mon[107718]: osd.1 [v2:172.21.15.160:6810/950131344,v1:172.21.15.160:6811/950131344] boot 2023-12-18T03:47:53.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:53 smithi160 ceph-mon[107718]: osdmap e14: 2 total, 2 up, 2 in 2023-12-18T03:47:53.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:53 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:53.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:53 smithi160 ceph-mon[107718]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:47:53.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:53 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:47:53.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:53 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:47:53.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:53 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:53.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:53 smithi176 ceph-mon[110350]: purged_snaps scrub starts 2023-12-18T03:47:53.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:53 smithi176 ceph-mon[110350]: purged_snaps scrub ok 2023-12-18T03:47:53.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:53 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:53.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:53 smithi176 ceph-mon[110350]: osd.1 [v2:172.21.15.160:6810/950131344,v1:172.21.15.160:6811/950131344] boot 2023-12-18T03:47:53.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:53 smithi176 ceph-mon[110350]: osdmap e14: 2 total, 2 up, 2 in 2023-12-18T03:47:53.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:53 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:47:53.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:53 smithi176 ceph-mon[110350]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:47:53.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:53 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:47:53.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:53 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:47:53.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:53 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:54.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:54 smithi160 ceph-mon[107718]: osdmap e15: 2 total, 2 up, 2 in 2023-12-18T03:47:54.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:54 smithi160 ceph-mon[107718]: pgmap v37: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:47:54.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:54 smithi176 ceph-mon[110350]: osdmap e15: 2 total, 2 up, 2 in 2023-12-18T03:47:54.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:54 smithi176 ceph-mon[110350]: pgmap v37: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:47:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: Detected new or changed devices on smithi160 2023-12-18T03:47:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:47:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:47:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: Adjusting osd_memory_target on smithi160 to 6449M 2023-12-18T03:47:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:47:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:56.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:47:56.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2537661024' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28496a7a-8c26-4b87-8841-6990ed5ed380"}]: dispatch 2023-12-18T03:47:56.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2537661024' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28496a7a-8c26-4b87-8841-6990ed5ed380"}]': finished 2023-12-18T03:47:56.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: osdmap e16: 3 total, 2 up, 3 in 2023-12-18T03:47:56.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:55 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:47:56.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: Detected new or changed devices on smithi160 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: Adjusting osd_memory_target on smithi160 to 6449M 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2537661024' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28496a7a-8c26-4b87-8841-6990ed5ed380"}]: dispatch 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2537661024' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28496a7a-8c26-4b87-8841-6990ed5ed380"}]': finished 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: osdmap e16: 3 total, 2 up, 3 in 2023-12-18T03:47:56.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:55 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:47:57.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:57 smithi160 ceph-mon[107718]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:47:57.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:57 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:57.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:57 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/265946533' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:47:57.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:57 smithi176 ceph-mon[110350]: pgmap v38: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:47:57.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:57 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:57.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:57 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/265946533' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:47:58.990 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:58 smithi160 ceph-mon[107718]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:47:58.990 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:47:58 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:47:59.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:58 smithi176 ceph-mon[110350]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:47:59.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:47:58 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:00.787 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:00 smithi160 ceph-mon[107718]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:00.787 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:00 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:00.787 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:00 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:01.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:00 smithi176 ceph-mon[110350]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:01.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:00 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:01.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:00 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:01.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:01 smithi160 ceph-mon[107718]: Detected new or changed devices on smithi160 2023-12-18T03:48:01.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-18T03:48:01.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:02.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:01 smithi176 ceph-mon[110350]: Detected new or changed devices on smithi160 2023-12-18T03:48:02.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-18T03:48:02.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:03.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:03 smithi160 ceph-mon[107718]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:03.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:03 smithi160 ceph-mon[107718]: Deploying daemon osd.2 on smithi160 2023-12-18T03:48:03.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:03 smithi176 ceph-mon[110350]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:03.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:03 smithi176 ceph-mon[110350]: Deploying daemon osd.2 on smithi160 2023-12-18T03:48:05.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:05 smithi160 ceph-mon[107718]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:05.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:05 smithi176 ceph-mon[110350]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:06.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:06 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:06.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:06 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:06.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:06 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:06.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:06 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:06.584 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:06 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:06.585 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:06 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:06.585 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:06 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:06.585 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:06 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:07.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:07 smithi176 ceph-mon[110350]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:07.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:07 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:07.528 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:07 smithi160 ceph-mon[107718]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:07.528 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:07 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:08.062 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 2 on host 'smithi160' 2023-12-18T03:48:08.592 DEBUG:teuthology.orchestra.run.smithi160:osd.2> sudo journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.2.service 2023-12-18T03:48:08.595 INFO:tasks.cephadm:Deploying osd.3 on smithi160 with /dev/vg_nvme/lv_1... 2023-12-18T03:48:08.595 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-18T03:48:08.627 INFO:journalctl@ceph.osd.2.smithi160.stdout:-- Logs begin at Mon 2023-12-18 03:36:22 UTC. -- 2023-12-18T03:48:09.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:09 smithi160 ceph-mon[107718]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:09.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:09 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:09.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:09 smithi160 ceph-mon[107718]: from='osd.2 [v2:172.21.15.160:6818/3924750865,v1:172.21.15.160:6819/3924750865]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-18T03:48:09.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:09 smithi176 ceph-mon[110350]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:09.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:09 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:09.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:09 smithi176 ceph-mon[110350]: from='osd.2 [v2:172.21.15.160:6818/3924750865,v1:172.21.15.160:6819/3924750865]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-18T03:48:10.379 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 03:48:10 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-2[128452]: 2023-12-18T03:48:10.167+0000 7f8ebe8f4700 -1 osd.2 0 waiting for initial osdmap 2023-12-18T03:48:10.380 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 03:48:10 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-2[128452]: 2023-12-18T03:48:10.173+0000 7f8ebaa8e700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T03:48:10.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:10 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:10.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:10 smithi160 ceph-mon[107718]: from='osd.2 [v2:172.21.15.160:6818/3924750865,v1:172.21.15.160:6819/3924750865]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-18T03:48:10.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:10 smithi160 ceph-mon[107718]: osdmap e17: 3 total, 2 up, 3 in 2023-12-18T03:48:10.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:10 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:48:10.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:10 smithi160 ceph-mon[107718]: from='osd.2 [v2:172.21.15.160:6818/3924750865,v1:172.21.15.160:6819/3924750865]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2023-12-18T03:48:10.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:10 smithi160 ceph-mon[107718]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:10.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:10 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:10.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:10 smithi176 ceph-mon[110350]: from='osd.2 [v2:172.21.15.160:6818/3924750865,v1:172.21.15.160:6819/3924750865]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-18T03:48:10.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:10 smithi176 ceph-mon[110350]: osdmap e17: 3 total, 2 up, 3 in 2023-12-18T03:48:10.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:10 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:48:10.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:10 smithi176 ceph-mon[110350]: from='osd.2 [v2:172.21.15.160:6818/3924750865,v1:172.21.15.160:6819/3924750865]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2023-12-18T03:48:10.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:10 smithi176 ceph-mon[110350]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:10.523 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-18T03:48:10.524 INFO:teuthology.orchestra.run.smithi160.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-18T03:48:10.524 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2023-12-18T03:48:10.524 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2023-12-18T03:48:10.524 INFO:teuthology.orchestra.run.smithi160.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.014741 s, 711 MB/s 2023-12-18T03:48:10.524 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 2023-12-18T03:48:10.524 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2023-12-18T03:48:10.953 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_1 2023-12-18T03:48:11.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:11 smithi160 ceph-mon[107718]: from='osd.2 [v2:172.21.15.160:6818/3924750865,v1:172.21.15.160:6819/3924750865]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2023-12-18T03:48:11.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:11 smithi160 ceph-mon[107718]: osdmap e18: 3 total, 2 up, 3 in 2023-12-18T03:48:11.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:11 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:48:11.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:11 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:48:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:11 smithi176 ceph-mon[110350]: from='osd.2 [v2:172.21.15.160:6818/3924750865,v1:172.21.15.160:6819/3924750865]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2023-12-18T03:48:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:11 smithi176 ceph-mon[110350]: osdmap e18: 3 total, 2 up, 3 in 2023-12-18T03:48:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:11 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:48:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:11 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:48:12.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T03:48:12.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T03:48:12.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:48:12.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: osd.2 [v2:172.21.15.160:6818/3924750865,v1:172.21.15.160:6819/3924750865] boot 2023-12-18T03:48:12.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: osdmap e19: 3 total, 3 up, 3 in 2023-12-18T03:48:12.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:48:12.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:12.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-18T03:48:12.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:12.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:12.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:12.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:12.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: Adjusting osd_memory_target on smithi160 to 4299M 2023-12-18T03:48:12.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:12.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:12.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:12.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:12.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:12 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:12.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: purged_snaps scrub starts 2023-12-18T03:48:12.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: purged_snaps scrub ok 2023-12-18T03:48:12.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:48:12.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: osd.2 [v2:172.21.15.160:6818/3924750865,v1:172.21.15.160:6819/3924750865] boot 2023-12-18T03:48:12.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: osdmap e19: 3 total, 3 up, 3 in 2023-12-18T03:48:12.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:48:12.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-18T03:48:12.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-18T03:48:12.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:12.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:12.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:12.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:12.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: Adjusting osd_memory_target on smithi160 to 4299M 2023-12-18T03:48:12.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:12.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:12.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:12.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:12.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:12 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:13.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:13 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-18T03:48:13.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:13 smithi160 ceph-mon[107718]: osdmap e20: 3 total, 3 up, 3 in 2023-12-18T03:48:13.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:13 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-18T03:48:13.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:13 smithi160 ceph-mon[107718]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:48:13.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:13 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:48:13.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:13 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:48:13.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:13 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:13 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-18T03:48:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:13 smithi176 ceph-mon[110350]: osdmap e20: 3 total, 3 up, 3 in 2023-12-18T03:48:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:13 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-18T03:48:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:13 smithi176 ceph-mon[110350]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:48:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:13 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:48:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:13 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:48:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:13 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:13.801 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 03:48:13 smithi160 sudo[130769]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T03:48:13.801 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 03:48:13 smithi160 sudo[130769]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T03:48:13.801 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 03:48:13 smithi160 sudo[130769]: pam_unix(sudo:session): session closed for user root 2023-12-18T03:48:14.069 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 03:48:13 smithi160 sudo[130836]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T03:48:14.069 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 03:48:13 smithi160 sudo[130836]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T03:48:14.069 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 03:48:13 smithi160 sudo[130836]: pam_unix(sudo:session): session closed for user root 2023-12-18T03:48:14.331 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[130883]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T03:48:14.332 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[130883]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T03:48:14.332 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[130883]: pam_unix(sudo:session): session closed for user root 2023-12-18T03:48:14.332 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:14 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-18T03:48:14.332 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:14 smithi160 ceph-mon[107718]: osdmap e21: 3 total, 3 up, 3 in 2023-12-18T03:48:14.332 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:14 smithi160 ceph-mon[107718]: pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:14.332 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:14 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:14 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-18T03:48:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:14 smithi176 ceph-mon[110350]: osdmap e21: 3 total, 3 up, 3 in 2023-12-18T03:48:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:14 smithi176 ceph-mon[110350]: pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:14 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:14.592 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[130937]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T03:48:14.592 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[130937]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T03:48:14.592 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[130937]: pam_unix(sudo:session): session closed for user root 2023-12-18T03:48:14.848 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[130991]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T03:48:14.849 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[130991]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T03:48:14.849 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[130991]: pam_unix(sudo:session): session closed for user root 2023-12-18T03:48:15.101 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[131055]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T03:48:15.101 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[131055]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T03:48:15.101 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 03:48:14 smithi160 sudo[131055]: pam_unix(sudo:session): session closed for user root 2023-12-18T03:48:15.102 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:15 smithi160 sudo[131135]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T03:48:15.361 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:15 smithi160 sudo[131135]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T03:48:15.361 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:15 smithi160 sudo[131135]: pam_unix(sudo:session): session closed for user root 2023-12-18T03:48:15.623 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:15 smithi176 ceph-mon[110350]: mgrmap e19: smithi160.agnnin(active, since 89s), standbys: smithi176.vfuuiq 2023-12-18T03:48:15.623 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:15 smithi176 ceph-mon[110350]: osdmap e22: 3 total, 3 up, 3 in 2023-12-18T03:48:15.623 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:15 smithi176 sudo[112921]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-18T03:48:15.624 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:15 smithi176 sudo[112921]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T03:48:15.624 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:15 smithi176 sudo[112921]: pam_unix(sudo:session): session closed for user root 2023-12-18T03:48:15.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:15 smithi160 sudo[131193]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T03:48:15.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:15 smithi160 sudo[131193]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T03:48:15.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:15 smithi160 sudo[131193]: pam_unix(sudo:session): session closed for user root 2023-12-18T03:48:15.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:15 smithi160 ceph-mon[107718]: mgrmap e19: smithi160.agnnin(active, since 89s), standbys: smithi176.vfuuiq 2023-12-18T03:48:15.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:15 smithi160 ceph-mon[107718]: osdmap e22: 3 total, 3 up, 3 in 2023-12-18T03:48:16.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:15 smithi176 sudo[112924]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-18T03:48:16.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:15 smithi176 sudo[112924]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-18T03:48:16.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:15 smithi176 sudo[112924]: pam_unix(sudo:session): session closed for user root 2023-12-18T03:48:16.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T03:48:16.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T03:48:16.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:48:16.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:48:16.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2437431362' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f17f3126-a285-4fc3-8e21-045a6daed6af"}]: dispatch 2023-12-18T03:48:16.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T03:48:16.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:48:16.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:48:16.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2437431362' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f17f3126-a285-4fc3-8e21-045a6daed6af"}]': finished 2023-12-18T03:48:16.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: osdmap e23: 4 total, 3 up, 4 in 2023-12-18T03:48:16.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:16.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:16.631 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:16.631 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T03:48:16.631 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:16.631 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:16.631 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:16 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2275401503' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:48:16.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T03:48:16.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T03:48:16.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:48:16.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:48:16.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2437431362' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f17f3126-a285-4fc3-8e21-045a6daed6af"}]: dispatch 2023-12-18T03:48:16.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-18T03:48:16.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:48:16.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:48:16.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2437431362' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f17f3126-a285-4fc3-8e21-045a6daed6af"}]': finished 2023-12-18T03:48:16.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: osdmap e23: 4 total, 3 up, 4 in 2023-12-18T03:48:16.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:16.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:16.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:16.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-18T03:48:16.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:16.772 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:16.772 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:16 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2275401503' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:48:19.278 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:19 smithi160 ceph-mon[107718]: pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:19.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:19 smithi176 ceph-mon[110350]: pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:21.262 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:21 smithi160 ceph-mon[107718]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:21.262 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:21 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-18T03:48:21.262 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:21 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:21.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:21 smithi176 ceph-mon[110350]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:21.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:21 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-18T03:48:21.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:21 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:22.231 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:22 smithi160 ceph-mon[107718]: Deploying daemon osd.3 on smithi160 2023-12-18T03:48:22.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:22 smithi176 ceph-mon[110350]: Deploying daemon osd.3 on smithi160 2023-12-18T03:48:23.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:23 smithi160 ceph-mon[107718]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:23 smithi176 ceph-mon[110350]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:25.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:25 smithi160 ceph-mon[107718]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:25.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:25 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:25.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:25 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:25.303 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:25 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:25.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:25 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:25.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:25 smithi176 ceph-mon[110350]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:25.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:25 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:25.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:25 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:25.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:25 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:25.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:25 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:26.594 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 3 on host 'smithi160' 2023-12-18T03:48:27.074 DEBUG:teuthology.orchestra.run.smithi160:osd.3> sudo journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.3.service 2023-12-18T03:48:27.077 INFO:tasks.cephadm:Deploying osd.4 on smithi176 with /dev/vg_nvme/lv_4... 2023-12-18T03:48:27.078 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-18T03:48:27.107 INFO:journalctl@ceph.osd.3.smithi160.stdout:-- Logs begin at Mon 2023-12-18 03:36:22 UTC. -- 2023-12-18T03:48:27.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:27 smithi160 ceph-mon[107718]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:27.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:27 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:27.384 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:27 smithi176 ceph-mon[110350]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:27.384 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:27 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:27.879 INFO:journalctl@ceph.osd.3.smithi160.stdout:Dec 18 03:48:27 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-3[132787]: 2023-12-18T03:48:27.417+0000 7f18968e33c0 -1 osd.3 0 log_to_monitors true 2023-12-18T03:48:28.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:28 smithi176 ceph-mon[110350]: from='osd.3 [v2:172.21.15.160:6826/1259219165,v1:172.21.15.160:6827/1259219165]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T03:48:28.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:28 smithi176 ceph-mon[110350]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T03:48:28.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:28 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:28.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:28 smithi160 ceph-mon[107718]: from='osd.3 [v2:172.21.15.160:6826/1259219165,v1:172.21.15.160:6827/1259219165]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T03:48:28.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:28 smithi160 ceph-mon[107718]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-18T03:48:28.318 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:28 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:28.483 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-18T03:48:28.484 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-18T03:48:28.484 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2023-12-18T03:48:28.484 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2023-12-18T03:48:28.484 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127146 s, 825 MB/s 2023-12-18T03:48:28.484 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2023-12-18T03:48:28.889 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_4 2023-12-18T03:48:29.380 INFO:journalctl@ceph.osd.3.smithi160.stdout:Dec 18 03:48:29 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-3[132787]: 2023-12-18T03:48:29.109+0000 7f188d2e6700 -1 osd.3 0 waiting for initial osdmap 2023-12-18T03:48:29.380 INFO:journalctl@ceph.osd.3.smithi160.stdout:Dec 18 03:48:29 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-3[132787]: 2023-12-18T03:48:29.113+0000 7f1887c7d700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T03:48:29.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:29 smithi160 ceph-mon[107718]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:29.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:29 smithi160 ceph-mon[107718]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-18T03:48:29.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:29 smithi160 ceph-mon[107718]: osdmap e24: 4 total, 3 up, 4 in 2023-12-18T03:48:29.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:29 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:29.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:29 smithi160 ceph-mon[107718]: from='osd.3 [v2:172.21.15.160:6826/1259219165,v1:172.21.15.160:6827/1259219165]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2023-12-18T03:48:29.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:29 smithi160 ceph-mon[107718]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2023-12-18T03:48:29.517 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:29 smithi176 ceph-mon[110350]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:29.517 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:29 smithi176 ceph-mon[110350]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-18T03:48:29.518 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:29 smithi176 ceph-mon[110350]: osdmap e24: 4 total, 3 up, 4 in 2023-12-18T03:48:29.518 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:29 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:29.518 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:29 smithi176 ceph-mon[110350]: from='osd.3 [v2:172.21.15.160:6826/1259219165,v1:172.21.15.160:6827/1259219165]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2023-12-18T03:48:29.518 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:29 smithi176 ceph-mon[110350]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2023-12-18T03:48:30.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:30 smithi160 ceph-mon[107718]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2023-12-18T03:48:30.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:30 smithi160 ceph-mon[107718]: osdmap e25: 4 total, 3 up, 4 in 2023-12-18T03:48:30.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:30.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:30 smithi176 ceph-mon[110350]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2023-12-18T03:48:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:30 smithi176 ceph-mon[110350]: osdmap e25: 4 total, 3 up, 4 in 2023-12-18T03:48:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:31.112 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T03:48:31.112 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T03:48:31.112 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:31.112 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:31.112 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: osd.3 [v2:172.21.15.160:6826/1259219165,v1:172.21.15.160:6827/1259219165] boot 2023-12-18T03:48:31.112 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: osdmap e26: 4 total, 4 up, 4 in 2023-12-18T03:48:31.112 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:31.112 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:31.112 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:31.112 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:31.112 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:31.113 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:31.113 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:31.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:31.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:31.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:31.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:48:31.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:31.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:48:31.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:31 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: purged_snaps scrub starts 2023-12-18T03:48:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: purged_snaps scrub ok 2023-12-18T03:48:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-18T03:48:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: osd.3 [v2:172.21.15.160:6826/1259219165,v1:172.21.15.160:6827/1259219165] boot 2023-12-18T03:48:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: osdmap e26: 4 total, 4 up, 4 in 2023-12-18T03:48:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:48:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:31.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:31.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:31.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:31.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:31.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:31.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:31.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:31.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:48:31.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:31.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:48:31.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:31 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:32.349 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:32 smithi160 ceph-mon[107718]: Detected new or changed devices on smithi160 2023-12-18T03:48:32.349 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:32 smithi160 ceph-mon[107718]: Adjusting osd_memory_target on smithi160 to 3224M 2023-12-18T03:48:32.350 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:32 smithi160 ceph-mon[107718]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:48:32.350 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:32 smithi160 ceph-mon[107718]: osdmap e27: 4 total, 4 up, 4 in 2023-12-18T03:48:32.350 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:32 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/2381814835' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "761c02a9-48c9-48e2-a75a-31f5adb98cd5"}]: dispatch 2023-12-18T03:48:32.350 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:32 smithi160 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "761c02a9-48c9-48e2-a75a-31f5adb98cd5"}]: dispatch 2023-12-18T03:48:32.350 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:32 smithi160 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "761c02a9-48c9-48e2-a75a-31f5adb98cd5"}]': finished 2023-12-18T03:48:32.350 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:32 smithi160 ceph-mon[107718]: osdmap e28: 5 total, 4 up, 5 in 2023-12-18T03:48:32.350 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:32 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:32 smithi176 ceph-mon[110350]: Detected new or changed devices on smithi160 2023-12-18T03:48:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:32 smithi176 ceph-mon[110350]: Adjusting osd_memory_target on smithi160 to 3224M 2023-12-18T03:48:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:32 smithi176 ceph-mon[110350]: from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:48:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:32 smithi176 ceph-mon[110350]: osdmap e27: 4 total, 4 up, 4 in 2023-12-18T03:48:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:32 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/2381814835' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "761c02a9-48c9-48e2-a75a-31f5adb98cd5"}]: dispatch 2023-12-18T03:48:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:32 smithi176 ceph-mon[110350]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "761c02a9-48c9-48e2-a75a-31f5adb98cd5"}]: dispatch 2023-12-18T03:48:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:32 smithi176 ceph-mon[110350]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "761c02a9-48c9-48e2-a75a-31f5adb98cd5"}]': finished 2023-12-18T03:48:32.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:32 smithi176 ceph-mon[110350]: osdmap e28: 5 total, 4 up, 5 in 2023-12-18T03:48:32.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:32 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:33.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:33 smithi160 ceph-mon[107718]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:33.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:33 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/1807665726' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:48:33.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:33 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:33.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:33 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:33 smithi176 ceph-mon[110350]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:33 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/1807665726' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:48:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:33 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:33 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:35.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:35 smithi160 ceph-mon[107718]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:35.440 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:35 smithi176 ceph-mon[110350]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:37 smithi160 ceph-mon[107718]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:37.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-18T03:48:37.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:37.438 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:37 smithi176 ceph-mon[110350]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:37.438 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-18T03:48:37.438 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:38.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:38 smithi160 ceph-mon[107718]: Deploying daemon osd.4 on smithi176 2023-12-18T03:48:38.441 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:38 smithi176 ceph-mon[110350]: Deploying daemon osd.4 on smithi176 2023-12-18T03:48:39.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:39 smithi176 ceph-mon[110350]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:39.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:39 smithi160 ceph-mon[107718]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:41.432 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:41 smithi176 ceph-mon[110350]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:41.433 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:41 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:41.433 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:41 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:41.433 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:41 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:41.433 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:41 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:41.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:41 smithi160 ceph-mon[107718]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:41.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:41 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:41.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:41 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:41.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:41 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:41.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:41 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:42.968 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 4 on host 'smithi176' 2023-12-18T03:48:43.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:43 smithi176 ceph-mon[110350]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:43.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:43 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:43.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:43 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:43.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:43 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:43.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:43 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:43.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:43 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:43.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:43 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:43.387 DEBUG:teuthology.orchestra.run.smithi176:osd.4> sudo journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.4.service 2023-12-18T03:48:43.389 INFO:tasks.cephadm:Deploying osd.5 on smithi176 with /dev/vg_nvme/lv_3... 2023-12-18T03:48:43.389 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-18T03:48:43.417 INFO:journalctl@ceph.osd.4.smithi176.stdout:-- Logs begin at Mon 2023-12-18 03:36:14 UTC. -- 2023-12-18T03:48:43.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:43 smithi160 ceph-mon[107718]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:43.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:43 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:43.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:43 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:43.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:43 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:43.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:43 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:43.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:43 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:43.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:43 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:43.872 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 03:48:43 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-4[115075]: 2023-12-18T03:48:43.614+0000 7fdde70423c0 -1 osd.4 0 log_to_monitors true 2023-12-18T03:48:44.427 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:44 smithi176 ceph-mon[110350]: from='osd.4 [v2:172.21.15.176:6800/758330248,v1:172.21.15.176:6801/758330248]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T03:48:44.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:44 smithi160 ceph-mon[107718]: from='osd.4 [v2:172.21.15.176:6800/758330248,v1:172.21.15.176:6801/758330248]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-18T03:48:45.221 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-18T03:48:45.221 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-18T03:48:45.221 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2023-12-18T03:48:45.221 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2023-12-18T03:48:45.222 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0147698 s, 710 MB/s 2023-12-18T03:48:45.222 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2023-12-18T03:48:45.410 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 03:48:45 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-4[115075]: 2023-12-18T03:48:45.151+0000 7fdddda45700 -1 osd.4 0 waiting for initial osdmap 2023-12-18T03:48:45.410 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 03:48:45 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-4[115075]: 2023-12-18T03:48:45.156+0000 7fddd7bdb700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T03:48:45.410 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:45 smithi176 ceph-mon[110350]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:45.410 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:45 smithi176 ceph-mon[110350]: from='osd.4 [v2:172.21.15.176:6800/758330248,v1:172.21.15.176:6801/758330248]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-18T03:48:45.410 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:45 smithi176 ceph-mon[110350]: osdmap e29: 5 total, 4 up, 5 in 2023-12-18T03:48:45.410 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:45 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:45.410 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:45 smithi176 ceph-mon[110350]: from='osd.4 [v2:172.21.15.176:6800/758330248,v1:172.21.15.176:6801/758330248]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:48:45.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:45 smithi160 ceph-mon[107718]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:45.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:45 smithi160 ceph-mon[107718]: from='osd.4 [v2:172.21.15.176:6800/758330248,v1:172.21.15.176:6801/758330248]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-18T03:48:45.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:45 smithi160 ceph-mon[107718]: osdmap e29: 5 total, 4 up, 5 in 2023-12-18T03:48:45.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:45 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:45.492 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:45 smithi160 ceph-mon[107718]: from='osd.4 [v2:172.21.15.176:6800/758330248,v1:172.21.15.176:6801/758330248]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:48:45.636 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_3 2023-12-18T03:48:46.232 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:46 smithi176 ceph-mon[110350]: from='osd.4 [v2:172.21.15.176:6800/758330248,v1:172.21.15.176:6801/758330248]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-18T03:48:46.232 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:46 smithi176 ceph-mon[110350]: osdmap e30: 5 total, 4 up, 5 in 2023-12-18T03:48:46.232 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:46.232 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:46.232 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:48:46.232 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:48:46.232 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:46.233 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:46.233 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:46.233 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:46.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:46 smithi160 ceph-mon[107718]: from='osd.4 [v2:172.21.15.176:6800/758330248,v1:172.21.15.176:6801/758330248]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-18T03:48:46.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:46 smithi160 ceph-mon[107718]: osdmap e30: 5 total, 4 up, 5 in 2023-12-18T03:48:46.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:46.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:46.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:48:46.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:48:46.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:46.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:48:46.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:46.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:47.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: purged_snaps scrub starts 2023-12-18T03:48:47.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: purged_snaps scrub ok 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: Detected new or changed devices on smithi176 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: Adjusting osd_memory_target on smithi176 to 15970M 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: osd.4 [v2:172.21.15.176:6800/758330248,v1:172.21.15.176:6801/758330248] boot 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: osdmap e31: 5 total, 5 up, 5 in 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:47.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:47 smithi176 ceph-mon[110350]: osdmap e32: 5 total, 5 up, 5 in 2023-12-18T03:48:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T03:48:47.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T03:48:47.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-18T03:48:47.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: Detected new or changed devices on smithi176 2023-12-18T03:48:47.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: Adjusting osd_memory_target on smithi176 to 15970M 2023-12-18T03:48:47.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:47.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: osd.4 [v2:172.21.15.176:6800/758330248,v1:172.21.15.176:6801/758330248] boot 2023-12-18T03:48:47.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: osdmap e31: 5 total, 5 up, 5 in 2023-12-18T03:48:47.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:48:47.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:48:47.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:48:47.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:48:47.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:47.631 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:47 smithi160 ceph-mon[107718]: osdmap e32: 5 total, 5 up, 5 in 2023-12-18T03:48:49.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:49 smithi160 ceph-mon[107718]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T03:48:49.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:49 smithi160 ceph-mon[107718]: osdmap e33: 5 total, 5 up, 5 in 2023-12-18T03:48:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:49 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/972965294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f90b7ca-2cb6-4a1e-8ca6-41ddab263b55"}]: dispatch 2023-12-18T03:48:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:49 smithi160 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f90b7ca-2cb6-4a1e-8ca6-41ddab263b55"}]: dispatch 2023-12-18T03:48:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:49 smithi160 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f90b7ca-2cb6-4a1e-8ca6-41ddab263b55"}]': finished 2023-12-18T03:48:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:49 smithi160 ceph-mon[107718]: osdmap e34: 6 total, 5 up, 6 in 2023-12-18T03:48:49.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:49 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:48:49.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:49 smithi176 ceph-mon[110350]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-18T03:48:49.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:49 smithi176 ceph-mon[110350]: osdmap e33: 5 total, 5 up, 5 in 2023-12-18T03:48:49.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:49 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/972965294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f90b7ca-2cb6-4a1e-8ca6-41ddab263b55"}]: dispatch 2023-12-18T03:48:49.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:49 smithi176 ceph-mon[110350]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f90b7ca-2cb6-4a1e-8ca6-41ddab263b55"}]: dispatch 2023-12-18T03:48:49.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:49 smithi176 ceph-mon[110350]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f90b7ca-2cb6-4a1e-8ca6-41ddab263b55"}]': finished 2023-12-18T03:48:49.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:49 smithi176 ceph-mon[110350]: osdmap e34: 6 total, 5 up, 6 in 2023-12-18T03:48:49.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:49 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:48:50.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:50 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/642363732' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:48:50.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:50 smithi160 ceph-mon[107718]: osdmap e35: 6 total, 5 up, 6 in 2023-12-18T03:48:50.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:50 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:48:50.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:50 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/642363732' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:48:50.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:50 smithi176 ceph-mon[110350]: osdmap e35: 6 total, 5 up, 6 in 2023-12-18T03:48:50.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:50 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:48:51.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:51 smithi160 ceph-mon[107718]: pgmap v84: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 1/6 objects misplaced (16.667%); 49 KiB/s, 0 objects/s recovering 2023-12-18T03:48:51.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:51 smithi176 ceph-mon[110350]: pgmap v84: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 1/6 objects misplaced (16.667%); 49 KiB/s, 0 objects/s recovering 2023-12-18T03:48:53.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:53 smithi176 ceph-mon[110350]: pgmap v86: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 1/6 objects misplaced (16.667%); 45 KiB/s, 0 objects/s recovering 2023-12-18T03:48:53.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:53 smithi160 ceph-mon[107718]: pgmap v86: 1 pgs: 1 active+recovering+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 1/6 objects misplaced (16.667%); 45 KiB/s, 0 objects/s recovering 2023-12-18T03:48:54.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:54 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-18T03:48:54.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:54 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:54.463 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:54 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-18T03:48:54.463 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:54 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:55.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:55 smithi160 ceph-mon[107718]: 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-18T03:48:55.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:55 smithi160 ceph-mon[107718]: Deploying daemon osd.5 on smithi176 2023-12-18T03:48:55.430 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:55 smithi176 ceph-mon[110350]: 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-18T03:48:55.430 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:55 smithi176 ceph-mon[110350]: Deploying daemon osd.5 on smithi176 2023-12-18T03:48:57.372 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:57 smithi176 ceph-mon[110350]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-18T03:48:57.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:57 smithi160 ceph-mon[107718]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-18T03:48:58.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:58 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:58.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:58 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:58.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:58 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:58.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:58 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:58.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:48:58 smithi160 ceph-mon[107718]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 37 KiB/s, 0 objects/s recovering 2023-12-18T03:48:58.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:58 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:48:58.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:58 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:48:58.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:58 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:48:58.721 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:58 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:48:58.722 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:48:58 smithi176 ceph-mon[110350]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 37 KiB/s, 0 objects/s recovering 2023-12-18T03:48:59.625 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 5 on host 'smithi176' 2023-12-18T03:49:00.117 DEBUG:teuthology.orchestra.run.smithi176:osd.5> sudo journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.5.service 2023-12-18T03:49:00.120 INFO:tasks.cephadm:Deploying osd.6 on smithi176 with /dev/vg_nvme/lv_2... 2023-12-18T03:49:00.120 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-18T03:49:00.149 INFO:journalctl@ceph.osd.5.smithi176.stdout:-- Logs begin at Mon 2023-12-18 03:36:14 UTC. -- 2023-12-18T03:49:00.174 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:00 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:00.174 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:00 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:00.174 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:00 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:00.175 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:00 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:49:00.175 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:00 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:00.175 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:00 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:49:00.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:00 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:00.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:00 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:00.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:00 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:00.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:00 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:49:00.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:00 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:00.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:00 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:49:00.764 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 03:49:00 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T03:49:00.563+0000 7f91ed8af3c0 -1 osd.5 0 log_to_monitors true 2023-12-18T03:49:01.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:01 smithi160 ceph-mon[107718]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 32 KiB/s, 0 objects/s recovering 2023-12-18T03:49:01.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:01 smithi160 ceph-mon[107718]: from='osd.5 [v2:172.21.15.176:6808/3074940219,v1:172.21.15.176:6809/3074940219]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T03:49:01.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:01 smithi160 ceph-mon[107718]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T03:49:01.472 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:01 smithi176 ceph-mon[110350]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 32 KiB/s, 0 objects/s recovering 2023-12-18T03:49:01.472 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:01 smithi176 ceph-mon[110350]: from='osd.5 [v2:172.21.15.176:6808/3074940219,v1:172.21.15.176:6809/3074940219]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T03:49:01.472 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:01 smithi176 ceph-mon[110350]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-18T03:49:01.945 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-18T03:49:01.945 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-18T03:49:01.945 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2023-12-18T03:49:01.946 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2023-12-18T03:49:01.946 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.013127 s, 799 MB/s 2023-12-18T03:49:01.946 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2023-12-18T03:49:02.356 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_2 2023-12-18T03:49:02.520 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T03:49:02.434+0000 7f91e42b2700 -1 osd.5 0 waiting for initial osdmap 2023-12-18T03:49:02.520 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T03:49:02.440+0000 7f91dcc45700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T03:49:02.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-mon[110350]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-18T03:49:02.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-mon[110350]: osdmap e36: 6 total, 5 up, 6 in 2023-12-18T03:49:02.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:49:02.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-mon[110350]: from='osd.5 [v2:172.21.15.176:6808/3074940219,v1:172.21.15.176:6809/3074940219]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:02.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-mon[110350]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:02.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-mon[110350]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 32 KiB/s, 0 objects/s recovering 2023-12-18T03:49:02.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:02.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:02.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:02.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:02.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:02 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:02.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:02 smithi160 ceph-mon[107718]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-18T03:49:02.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:02 smithi160 ceph-mon[107718]: osdmap e36: 6 total, 5 up, 6 in 2023-12-18T03:49:02.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:02 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:49:02.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:02 smithi160 ceph-mon[107718]: from='osd.5 [v2:172.21.15.176:6808/3074940219,v1:172.21.15.176:6809/3074940219]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:02.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:02 smithi160 ceph-mon[107718]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:02.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:02 smithi160 ceph-mon[107718]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 32 KiB/s, 0 objects/s recovering 2023-12-18T03:49:02.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:02 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:02.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:02 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:02.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:02 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:02.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:02 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:02.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:02 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:03.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:03 smithi176 ceph-mon[110350]: Detected new or changed devices on smithi176 2023-12-18T03:49:03.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:03 smithi176 ceph-mon[110350]: Adjusting osd_memory_target on smithi176 to 7985M 2023-12-18T03:49:03.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:03 smithi176 ceph-mon[110350]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-18T03:49:03.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:03 smithi176 ceph-mon[110350]: osdmap e37: 6 total, 5 up, 6 in 2023-12-18T03:49:03.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:03 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:49:03.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:03 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:49:03.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:03 smithi160 ceph-mon[107718]: Detected new or changed devices on smithi176 2023-12-18T03:49:03.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:03 smithi160 ceph-mon[107718]: Adjusting osd_memory_target on smithi176 to 7985M 2023-12-18T03:49:03.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:03 smithi160 ceph-mon[107718]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-18T03:49:03.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:03 smithi160 ceph-mon[107718]: osdmap e37: 6 total, 5 up, 6 in 2023-12-18T03:49:03.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:03 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:49:03.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:03 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:49:04.745 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: purged_snaps scrub starts 2023-12-18T03:49:04.745 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: purged_snaps scrub ok 2023-12-18T03:49:04.745 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:49:04.745 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: osd.5 [v2:172.21.15.176:6808/3074940219,v1:172.21.15.176:6809/3074940219] boot 2023-12-18T03:49:04.745 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: osdmap e38: 6 total, 6 up, 6 in 2023-12-18T03:49:04.745 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:49:04.745 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: pgmap v95: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-18T03:49:04.745 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:49:04.745 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:49:04.745 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:49:04.746 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:04.746 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:04 smithi176 ceph-mon[110350]: osdmap e39: 6 total, 6 up, 6 in 2023-12-18T03:49:04.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T03:49:04.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T03:49:04.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:49:04.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: osd.5 [v2:172.21.15.176:6808/3074940219,v1:172.21.15.176:6809/3074940219] boot 2023-12-18T03:49:04.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: osdmap e38: 6 total, 6 up, 6 in 2023-12-18T03:49:04.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:49:04.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: pgmap v95: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-18T03:49:04.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:49:04.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:49:04.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:49:04.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:04.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:04 smithi160 ceph-mon[107718]: osdmap e39: 6 total, 6 up, 6 in 2023-12-18T03:49:05.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:05 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/1452009593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5e53a4d-1163-4df1-b36e-17f69912c1b9"}]: dispatch 2023-12-18T03:49:05.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:05 smithi176 ceph-mon[110350]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5e53a4d-1163-4df1-b36e-17f69912c1b9"}]: dispatch 2023-12-18T03:49:05.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:05 smithi176 ceph-mon[110350]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5e53a4d-1163-4df1-b36e-17f69912c1b9"}]': finished 2023-12-18T03:49:05.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:05 smithi176 ceph-mon[110350]: osdmap e40: 7 total, 6 up, 7 in 2023-12-18T03:49:05.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:05 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:05.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:05 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/1452009593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5e53a4d-1163-4df1-b36e-17f69912c1b9"}]: dispatch 2023-12-18T03:49:05.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:05 smithi160 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5e53a4d-1163-4df1-b36e-17f69912c1b9"}]: dispatch 2023-12-18T03:49:05.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:05 smithi160 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5e53a4d-1163-4df1-b36e-17f69912c1b9"}]': finished 2023-12-18T03:49:05.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:05 smithi160 ceph-mon[107718]: osdmap e40: 7 total, 6 up, 7 in 2023-12-18T03:49:05.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:05 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:06.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:06 smithi176 ceph-mon[110350]: pgmap v98: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T03:49:06.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:06 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/4220938700' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:49:06.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:06 smithi160 ceph-mon[107718]: pgmap v98: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T03:49:06.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:06 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/4220938700' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:49:07.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:07 smithi176 ceph-mon[110350]: osdmap e41: 7 total, 6 up, 7 in 2023-12-18T03:49:07.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:07 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:07.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:07 smithi160 ceph-mon[107718]: osdmap e41: 7 total, 6 up, 7 in 2023-12-18T03:49:07.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:07 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:08.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:08 smithi176 ceph-mon[110350]: pgmap v100: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T03:49:08.548 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:08 smithi176 ceph-mon[110350]: osdmap e42: 7 total, 6 up, 7 in 2023-12-18T03:49:08.549 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:08 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:08.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:08 smithi160 ceph-mon[107718]: pgmap v100: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-18T03:49:08.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:08 smithi160 ceph-mon[107718]: osdmap e42: 7 total, 6 up, 7 in 2023-12-18T03:49:08.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:08 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:10.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:10 smithi176 ceph-mon[110350]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-18T03:49:10.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:10 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-18T03:49:10.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:10 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:10.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:10 smithi160 ceph-mon[107718]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-12-18T03:49:10.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:10 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-18T03:49:10.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:10 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:11.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:11 smithi176 ceph-mon[110350]: Deploying daemon osd.6 on smithi176 2023-12-18T03:49:11.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:11 smithi160 ceph-mon[107718]: Deploying daemon osd.6 on smithi176 2023-12-18T03:49:13.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:13 smithi160 ceph-mon[107718]: 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-18T03:49:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:13 smithi176 ceph-mon[110350]: 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-18T03:49:15.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:15 smithi160 ceph-mon[107718]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T03:49:15.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:15 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:15.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:15 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:49:15.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:15 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:15.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:15 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:49:15.453 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:15 smithi176 ceph-mon[110350]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-18T03:49:15.453 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:15 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:15.453 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:15 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:49:15.453 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:15 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:15.453 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:15 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:49:16.513 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 6 on host 'smithi176' 2023-12-18T03:49:16.904 DEBUG:teuthology.orchestra.run.smithi176:osd.6> sudo journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.6.service 2023-12-18T03:49:16.906 INFO:tasks.cephadm:Deploying osd.7 on smithi176 with /dev/vg_nvme/lv_1... 2023-12-18T03:49:16.907 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-18T03:49:16.937 INFO:journalctl@ceph.osd.6.smithi176.stdout:-- Logs begin at Mon 2023-12-18 03:36:14 UTC. -- 2023-12-18T03:49:17.108 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:17 smithi176 ceph-mon[110350]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-18T03:49:17.108 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:17 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:17.108 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:17 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:17.108 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:17 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:17.108 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:17 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:49:17.108 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:17 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:17.108 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:17 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:49:17.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:17 smithi160 ceph-mon[107718]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-12-18T03:49:17.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:17 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:17.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:17 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:17.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:17 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:17.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:17 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:49:17.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:17 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:17.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:17 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:49:17.520 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 03:49:17 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T03:49:17.418+0000 7fe7c2d103c0 -1 osd.6 0 log_to_monitors true 2023-12-18T03:49:18.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:18 smithi176 ceph-mon[110350]: from='osd.6 [v2:172.21.15.176:6816/112251260,v1:172.21.15.176:6817/112251260]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T03:49:18.284 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:18 smithi176 ceph-mon[110350]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T03:49:18.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:18 smithi160 ceph-mon[107718]: from='osd.6 [v2:172.21.15.176:6816/112251260,v1:172.21.15.176:6817/112251260]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T03:49:18.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:18 smithi160 ceph-mon[107718]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-18T03:49:18.711 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-18T03:49:18.711 INFO:teuthology.orchestra.run.smithi176.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-18T03:49:18.712 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10+0 records in 2023-12-18T03:49:18.712 INFO:teuthology.orchestra.run.smithi176.stderr:10+0 records out 2023-12-18T03:49:18.712 INFO:teuthology.orchestra.run.smithi176.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123267 s, 851 MB/s 2023-12-18T03:49:18.712 INFO:teuthology.orchestra.run.smithi176.stderr:--> Zapping successful for: 2023-12-18T03:49:19.131 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi176:vg_nvme/lv_1 2023-12-18T03:49:19.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:19 smithi160 ceph-mon[107718]: 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-18T03:49:19.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:19 smithi160 ceph-mon[107718]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-18T03:49:19.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:19 smithi160 ceph-mon[107718]: osdmap e43: 7 total, 6 up, 7 in 2023-12-18T03:49:19.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:19 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:19.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:19 smithi160 ceph-mon[107718]: from='osd.6 [v2:172.21.15.176:6816/112251260,v1:172.21.15.176:6817/112251260]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:19.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:19 smithi160 ceph-mon[107718]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:19.471 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 03:49:19 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T03:49:19.107+0000 7fe7b9713700 -1 osd.6 0 waiting for initial osdmap 2023-12-18T03:49:19.471 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 03:49:19 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T03:49:19.114+0000 7fe7b48ab700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T03:49:19.472 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:19 smithi176 ceph-mon[110350]: 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-18T03:49:19.472 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:19 smithi176 ceph-mon[110350]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-18T03:49:19.472 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:19 smithi176 ceph-mon[110350]: osdmap e43: 7 total, 6 up, 7 in 2023-12-18T03:49:19.472 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:19 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:19.472 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:19 smithi176 ceph-mon[110350]: from='osd.6 [v2:172.21.15.176:6816/112251260,v1:172.21.15.176:6817/112251260]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:19.472 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:19 smithi176 ceph-mon[110350]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:20.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:20 smithi176 ceph-mon[110350]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-18T03:49:20.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:20 smithi176 ceph-mon[110350]: osdmap e44: 7 total, 6 up, 7 in 2023-12-18T03:49:20.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:20 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:20.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:20 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:20.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:20 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:20.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:20 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:20.363 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:20 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:20.364 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:20 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:20.364 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:20 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:20.364 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:20 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:20.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:20 smithi160 ceph-mon[107718]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-18T03:49:20.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:20 smithi160 ceph-mon[107718]: osdmap e44: 7 total, 6 up, 7 in 2023-12-18T03:49:20.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:20 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:20.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:20 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:20.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:20 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:20.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:20 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:20.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:20 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:20.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:20 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:20.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:20 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:20.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:20 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:21 smithi160 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T03:49:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:21 smithi160 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T03:49:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:21 smithi160 ceph-mon[107718]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T03:49:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:21 smithi160 ceph-mon[107718]: Detected new or changed devices on smithi176 2023-12-18T03:49:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:21 smithi160 ceph-mon[107718]: Adjusting osd_memory_target on smithi176 to 5323M 2023-12-18T03:49:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:21 smithi160 ceph-mon[107718]: osd.6 [v2:172.21.15.176:6816/112251260,v1:172.21.15.176:6817/112251260] boot 2023-12-18T03:49:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:21 smithi160 ceph-mon[107718]: osdmap e45: 7 total, 7 up, 7 in 2023-12-18T03:49:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:21 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:21 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:49:21.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:21 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:49:21.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:21 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:21.400 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:21 smithi176 ceph-mon[110350]: purged_snaps scrub starts 2023-12-18T03:49:21.400 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:21 smithi176 ceph-mon[110350]: purged_snaps scrub ok 2023-12-18T03:49:21.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:21 smithi176 ceph-mon[110350]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-18T03:49:21.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:21 smithi176 ceph-mon[110350]: Detected new or changed devices on smithi176 2023-12-18T03:49:21.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:21 smithi176 ceph-mon[110350]: Adjusting osd_memory_target on smithi176 to 5323M 2023-12-18T03:49:21.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:21 smithi176 ceph-mon[110350]: osd.6 [v2:172.21.15.176:6816/112251260,v1:172.21.15.176:6817/112251260] boot 2023-12-18T03:49:21.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:21 smithi176 ceph-mon[110350]: osdmap e45: 7 total, 7 up, 7 in 2023-12-18T03:49:21.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:21 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:49:21.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:21 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-18T03:49:21.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:21 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-18T03:49:21.401 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:21 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:22.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:22 smithi160 ceph-mon[107718]: from='client.24219 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:49:22.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:22 smithi160 ceph-mon[107718]: osdmap e46: 7 total, 7 up, 7 in 2023-12-18T03:49:22.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:22 smithi160 ceph-mon[107718]: osdmap e47: 7 total, 7 up, 7 in 2023-12-18T03:49:22.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:22 smithi176 ceph-mon[110350]: from='client.24219 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:49:22.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:22 smithi176 ceph-mon[110350]: osdmap e46: 7 total, 7 up, 7 in 2023-12-18T03:49:22.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:22 smithi176 ceph-mon[110350]: osdmap e47: 7 total, 7 up, 7 in 2023-12-18T03:49:23.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:23 smithi160 ceph-mon[107718]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T03:49:23.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:23 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/1976914986' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ff8898d-2685-480b-9398-722544018ee1"}]: dispatch 2023-12-18T03:49:23.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:23 smithi160 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ff8898d-2685-480b-9398-722544018ee1"}]: dispatch 2023-12-18T03:49:23.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:23 smithi160 ceph-mon[107718]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ff8898d-2685-480b-9398-722544018ee1"}]': finished 2023-12-18T03:49:23.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:23 smithi160 ceph-mon[107718]: osdmap e48: 8 total, 7 up, 8 in 2023-12-18T03:49:23.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:23.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:23 smithi160 ceph-mon[107718]: from='client.? 172.21.15.176:0/4011756455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:49:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:23 smithi176 ceph-mon[110350]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-18T03:49:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:23 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/1976914986' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ff8898d-2685-480b-9398-722544018ee1"}]: dispatch 2023-12-18T03:49:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:23 smithi176 ceph-mon[110350]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ff8898d-2685-480b-9398-722544018ee1"}]: dispatch 2023-12-18T03:49:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:23 smithi176 ceph-mon[110350]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ff8898d-2685-480b-9398-722544018ee1"}]': finished 2023-12-18T03:49:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:23 smithi176 ceph-mon[110350]: osdmap e48: 8 total, 7 up, 8 in 2023-12-18T03:49:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:23 smithi176 ceph-mon[110350]: from='client.? 172.21.15.176:0/4011756455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-18T03:49:24.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:24 smithi176 ceph-mon[110350]: osdmap e49: 8 total, 7 up, 8 in 2023-12-18T03:49:24.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:24 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:24.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:24 smithi176 ceph-mon[110350]: pgmap v116: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 154 KiB/s, 0 objects/s recovering 2023-12-18T03:49:24.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:24 smithi160 ceph-mon[107718]: osdmap e49: 8 total, 7 up, 8 in 2023-12-18T03:49:24.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:24 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:24.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:24 smithi160 ceph-mon[107718]: pgmap v116: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 154 KiB/s, 0 objects/s recovering 2023-12-18T03:49:25.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:25 smithi176 ceph-mon[110350]: osdmap e50: 8 total, 7 up, 8 in 2023-12-18T03:49:25.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:25 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:25.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:25 smithi160 ceph-mon[107718]: osdmap e50: 8 total, 7 up, 8 in 2023-12-18T03:49:25.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:25 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:26.591 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:26 smithi176 ceph-mon[110350]: pgmap v118: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-18T03:49:26.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:26 smithi160 ceph-mon[107718]: pgmap v118: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-18T03:49:28.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:28 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-18T03:49:28.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:28 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:28.436 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:28 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-18T03:49:28.436 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:28 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:29.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:29 smithi176 ceph-mon[110350]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 97 KiB/s, 0 objects/s recovering 2023-12-18T03:49:29.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:29 smithi176 ceph-mon[110350]: Deploying daemon osd.7 on smithi176 2023-12-18T03:49:29.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:29 smithi160 ceph-mon[107718]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 97 KiB/s, 0 objects/s recovering 2023-12-18T03:49:29.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:29 smithi160 ceph-mon[107718]: Deploying daemon osd.7 on smithi176 2023-12-18T03:49:31.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:31 smithi160 ceph-mon[107718]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-12-18T03:49:31.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:31 smithi176 ceph-mon[110350]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-12-18T03:49:32.436 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:32 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:32.436 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:32 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:49:32.436 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:32 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:32.436 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:32 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:49:32.436 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:32 smithi176 ceph-mon[110350]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T03:49:32.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:32 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:32.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:32 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:49:32.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:32 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:32.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:32 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:49:32.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:32 smithi160 ceph-mon[107718]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T03:49:33.644 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 7 on host 'smithi176' 2023-12-18T03:49:34.009 DEBUG:teuthology.orchestra.run.smithi176:osd.7> sudo journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.7.service 2023-12-18T03:49:34.012 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-18T03:49:34.012 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-18T03:49:34.043 INFO:journalctl@ceph.osd.7.smithi176.stdout:-- Logs begin at Mon 2023-12-18 03:36:14 UTC. -- 2023-12-18T03:49:34.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:33 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:34.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:33 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:34.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:33 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:34.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:33 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:49:34.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:33 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:34.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:33 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:49:34.366 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:33 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:34.367 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:33 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:34.367 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:33 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:34.367 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:33 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:49:34.367 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:33 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:49:34.367 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:33 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:49:34.693 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 03:49:34 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T03:49:34.321+0000 7f43162013c0 -1 osd.7 0 log_to_monitors true 2023-12-18T03:49:35.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:34 smithi160 ceph-mon[107718]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T03:49:35.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:34 smithi160 ceph-mon[107718]: from='osd.7 [v2:172.21.15.176:6824/1547060164,v1:172.21.15.176:6825/1547060164]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T03:49:35.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:34 smithi160 ceph-mon[107718]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T03:49:35.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:34 smithi176 ceph-mon[110350]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T03:49:35.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:34 smithi176 ceph-mon[110350]: from='osd.7 [v2:172.21.15.176:6824/1547060164,v1:172.21.15.176:6825/1547060164]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T03:49:35.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:34 smithi176 ceph-mon[110350]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-18T03:49:35.391 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:49:35.803 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":51,"num_osds":8,"num_up_osds":7,"osd_up_since":1702871360,"num_in_osds":8,"osd_in_since":1702871362,"num_remapped_pgs":0} 2023-12-18T03:49:36.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:35 smithi160 ceph-mon[107718]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-18T03:49:36.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:35 smithi160 ceph-mon[107718]: osdmap e51: 8 total, 7 up, 8 in 2023-12-18T03:49:36.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:36.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:35 smithi160 ceph-mon[107718]: from='osd.7 [v2:172.21.15.176:6824/1547060164,v1:172.21.15.176:6825/1547060164]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:36.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:35 smithi160 ceph-mon[107718]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:36.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:35 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2797732295' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T03:49:36.270 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 03:49:35 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T03:49:35.977+0000 7f430cc04700 -1 osd.7 0 waiting for initial osdmap 2023-12-18T03:49:36.270 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 03:49:35 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T03:49:35.984+0000 7f430759b700 -1 osd.7 52 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-18T03:49:36.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:35 smithi176 ceph-mon[110350]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-18T03:49:36.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:35 smithi176 ceph-mon[110350]: osdmap e51: 8 total, 7 up, 8 in 2023-12-18T03:49:36.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:36.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:35 smithi176 ceph-mon[110350]: from='osd.7 [v2:172.21.15.176:6824/1547060164,v1:172.21.15.176:6825/1547060164]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:36.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:35 smithi176 ceph-mon[110350]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]: dispatch 2023-12-18T03:49:36.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:35 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2797732295' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T03:49:36.805 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-18T03:49:37.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T03:49:37.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: osdmap e52: 8 total, 7 up, 8 in 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: Detected new or changed devices on smithi176 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: Adjusting osd_memory_target on smithi176 to 3992M 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:37.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T03:49:37.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2023-12-18T03:49:37.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: osdmap e52: 8 total, 7 up, 8 in 2023-12-18T03:49:37.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:37.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:37.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: Detected new or changed devices on smithi176 2023-12-18T03:49:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:49:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: Adjusting osd_memory_target on smithi176 to 3992M 2023-12-18T03:49:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:37.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:49:38.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:37 smithi176 ceph-mon[110350]: purged_snaps scrub starts 2023-12-18T03:49:38.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:37 smithi176 ceph-mon[110350]: purged_snaps scrub ok 2023-12-18T03:49:38.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:38.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:37 smithi176 ceph-mon[110350]: osd.7 [v2:172.21.15.176:6824/1547060164,v1:172.21.15.176:6825/1547060164] boot 2023-12-18T03:49:38.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:37 smithi176 ceph-mon[110350]: osdmap e53: 8 total, 8 up, 8 in 2023-12-18T03:49:38.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:38.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:37 smithi176 ceph-mon[110350]: osdmap e54: 8 total, 8 up, 8 in 2023-12-18T03:49:38.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:37 smithi160 ceph-mon[107718]: purged_snaps scrub starts 2023-12-18T03:49:38.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:37 smithi160 ceph-mon[107718]: purged_snaps scrub ok 2023-12-18T03:49:38.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:38.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:37 smithi160 ceph-mon[107718]: osd.7 [v2:172.21.15.176:6824/1547060164,v1:172.21.15.176:6825/1547060164] boot 2023-12-18T03:49:38.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:37 smithi160 ceph-mon[107718]: osdmap e53: 8 total, 8 up, 8 in 2023-12-18T03:49:38.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:49:38.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:37 smithi160 ceph-mon[107718]: osdmap e54: 8 total, 8 up, 8 in 2023-12-18T03:49:38.244 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:49:38.612 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1702871376,"num_in_osds":8,"osd_in_since":1702871362,"num_remapped_pgs":1} 2023-12-18T03:49:38.613 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T03:49:38.838 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:39.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:39 smithi160 ceph-mon[107718]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T03:49:39.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:39 smithi160 ceph-mon[107718]: osdmap e55: 8 total, 8 up, 8 in 2023-12-18T03:49:39.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:39 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3033018991' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T03:49:39.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:39 smithi176 ceph-mon[110350]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-18T03:49:39.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:39 smithi176 ceph-mon[110350]: osdmap e55: 8 total, 8 up, 8 in 2023-12-18T03:49:39.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:39 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/3033018991' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-18T03:49:40.043 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:49:40.043 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":56,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","created":"2023-12-18T03:45:18.654280+0000","modified":"2023-12-18T03:49:39.103430+0000","last_up_change":"2023-12-18T03:49:36.975617+0000","last_in_change":"2023-12-18T03:49:22.385461+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-18T03:48:11.731852+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":"f942fcb6-b534-4525-9fb8-fe1ff8136303","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6803","nonce":2267940739}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6805","nonce":2267940739}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6809","nonce":2267940739}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6807","nonce":2267940739}]},"public_addr":"172.21.15.160:6803/2267940739","cluster_addr":"172.21.15.160:6805/2267940739","heartbeat_back_addr":"172.21.15.160:6809/2267940739","heartbeat_front_addr":"172.21.15.160:6807/2267940739","state":["exists","up"]},{"osd":1,"uuid":"c329593d-c433-4c30-9bca-1725124ac651","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6811","nonce":950131344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6813","nonce":950131344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6817","nonce":950131344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6815","nonce":950131344}]},"public_addr":"172.21.15.160:6811/950131344","cluster_addr":"172.21.15.160:6813/950131344","heartbeat_back_addr":"172.21.15.160:6817/950131344","heartbeat_front_addr":"172.21.15.160:6815/950131344","state":["exists","up"]},{"osd":2,"uuid":"28496a7a-8c26-4b87-8841-6990ed5ed380","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.160:6818","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6819","nonce":3924750865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6821","nonce":3924750865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6825","nonce":3924750865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6823","nonce":3924750865}]},"public_addr":"172.21.15.160:6819/3924750865","cluster_addr":"172.21.15.160:6821/3924750865","heartbeat_back_addr":"172.21.15.160:6825/3924750865","heartbeat_front_addr":"172.21.15.160:6823/3924750865","state":["exists","up"]},{"osd":3,"uuid":"f17f3126-a285-4fc3-8e21-045a6daed6af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6827","nonce":1259219165}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6829","nonce":1259219165}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6832","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6833","nonce":1259219165}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6831","nonce":1259219165}]},"public_addr":"172.21.15.160:6827/1259219165","cluster_addr":"172.21.15.160:6829/1259219165","heartbeat_back_addr":"172.21.15.160:6833/1259219165","heartbeat_front_addr":"172.21.15.160:6831/1259219165","state":["exists","up"]},{"osd":4,"uuid":"761c02a9-48c9-48e2-a75a-31f5adb98cd5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6800","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6801","nonce":758330248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6802","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6803","nonce":758330248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6807","nonce":758330248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6805","nonce":758330248}]},"public_addr":"172.21.15.176:6801/758330248","cluster_addr":"172.21.15.176:6803/758330248","heartbeat_back_addr":"172.21.15.176:6807/758330248","heartbeat_front_addr":"172.21.15.176:6805/758330248","state":["exists","up"]},{"osd":5,"uuid":"2f90b7ca-2cb6-4a1e-8ca6-41ddab263b55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6808","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6809","nonce":3074940219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6810","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6811","nonce":3074940219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6814","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6815","nonce":3074940219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6812","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6813","nonce":3074940219}]},"public_addr":"172.21.15.176:6809/3074940219","cluster_addr":"172.21.15.176:6811/3074940219","heartbeat_back_addr":"172.21.15.176:6815/3074940219","heartbeat_front_addr":"172.21.15.176:6813/3074940219","state":["exists","up"]},{"osd":6,"uuid":"f5e53a4d-1163-4df1-b36e-17f69912c1b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6816","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6817","nonce":112251260}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6818","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6819","nonce":112251260}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6822","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6823","nonce":112251260}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6820","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6821","nonce":112251260}]},"public_addr":"172.21.15.176:6817/112251260","cluster_addr":"172.21.15.176:6819/112251260","heartbeat_back_addr":"172.21.15.176:6823/112251260","heartbeat_front_addr":"172.21.15.176:6821/112251260","state":["exists","up"]},{"osd":7,"uuid":"7ff8898d-2685-480b-9398-722544018ee1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6824","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6825","nonce":1547060164}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6826","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6827","nonce":1547060164}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6830","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6831","nonce":1547060164}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6828","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6829","nonce":1547060164}]},"public_addr":"172.21.15.176:6825/1547060164","cluster_addr":"172.21.15.176:6827/1547060164","heartbeat_back_addr":"172.21.15.176:6831/1547060164","heartbeat_front_addr":"172.21.15.176:6829/1547060164","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-18T03:47:30.204361+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-18T03:47:50.641446+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-18T03:48:09.349658+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-18T03:48:28.415183+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-18T03:48:44.593005+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-18T03:49:01.606608+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-18T03:49:18.399845+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-18T03:49:35.360686+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.160:6801/2989645223":"2023-12-19T03:46:45.128386+0000","172.21.15.160:6800/2989645223":"2023-12-19T03:46:45.128386+0000","172.21.15.160:0/3487732816":"2023-12-19T03:46:45.128386+0000","172.21.15.160:0/2567440109":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/277570023":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/2463840180":"2023-12-19T03:46:07.352298+0000","172.21.15.160:6801/1999328928":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/1943532662":"2023-12-19T03:46:45.128386+0000","172.21.15.160:0/3706100277":"2023-12-19T03:45:45.266875+0000","172.21.15.160:0/2293938560":"2023-12-19T03:45:45.266875+0000","172.21.15.160:6800/455582820":"2023-12-19T03:45:45.266875+0000","172.21.15.160:0/4005135153":"2023-12-19T03:46:45.128386+0000","172.21.15.160:6800/1999328928":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/2486818582":"2023-12-19T03:45:45.266875+0000","172.21.15.160:6801/455582820":"2023-12-19T03:45:45.266875+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-18T03:49:40.377 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:40 smithi160 ceph-mon[107718]: osdmap e56: 8 total, 8 up, 8 in 2023-12-18T03:49:40.377 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:40 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1440375884' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T03:49:40.453 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-18T03:48:11.731852+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-18T03:49:40.453 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-18T03:49:40.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:40 smithi176 ceph-mon[110350]: osdmap e56: 8 total, 8 up, 8 in 2023-12-18T03:49:40.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:40 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/1440375884' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T03:49:40.676 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:41.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:41 smithi160 ceph-mon[107718]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:49:41.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:41 smithi160 ceph-mon[107718]: osdmap e57: 8 total, 8 up, 8 in 2023-12-18T03:49:41.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:41 smithi176 ceph-mon[110350]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:49:41.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:41 smithi176 ceph-mon[110350]: osdmap e57: 8 total, 8 up, 8 in 2023-12-18T03:49:41.806 INFO:teuthology.orchestra.run.smithi160.stdout:pg_num: 1 2023-12-18T03:49:42.177 INFO:tasks.cephadm:Setting up client nodes... 2023-12-18T03:49:42.178 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-18T03:49:42.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:42 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1812466821' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-18T03:49:42.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:42 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/1812466821' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-18T03:49:43.206 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:43 smithi160 ceph-mon[107718]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:49:43.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:43 smithi176 ceph-mon[110350]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:49:43.654 INFO:teuthology.orchestra.run.smithi160.stdout:[client.0] 2023-12-18T03:49:43.655 INFO:teuthology.orchestra.run.smithi160.stdout: key = AQBXwX9lGULgJhAAVJjOxNozeJhVc98JFUEtNw== 2023-12-18T03:49:44.028 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2023-12-18T03:49:44.028 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-18T03:49:44.028 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-18T03:49:44.069 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-18T03:49:44.069 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-18T03:49:44.069 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-18T03:49:44.332 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:44.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:44 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/552050176' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-18T03:49:44.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:44 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/552050176' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-18T03:49:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:44 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/552050176' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-18T03:49:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:44 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/552050176' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-18T03:49:45.123 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:45 smithi160 ceph-mon[107718]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T03:49:45.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:45 smithi176 ceph-mon[110350]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-18T03:49:45.529 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:49:45.901 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi160.agnnin","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6800","nonce":985553299},{"type":"v1","addr":"172.21.15.160:6801","nonce":985553299}]},"active_addr":"172.21.15.160:6801/985553299","active_change":"2023-12-18T03:46:45.128679+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi176.vfuuiq","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.160:8443/","prometheus":"http://172.21.15.160: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.160:0","nonce":4160324346}]},{"addrvec":[{"type":"v2","addr":"172.21.15.160:0","nonce":3812057454}]},{"addrvec":[{"type":"v2","addr":"172.21.15.160:0","nonce":3195316002}]},{"addrvec":[{"type":"v2","addr":"172.21.15.160:0","nonce":1704281903}]}]}} 2023-12-18T03:49:45.904 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-18T03:49:45.904 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-18T03:49:45.905 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T03:49:46.128 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:46.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:49:46.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:49:46.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:46 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3266748952' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-18T03:49:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:49:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:49:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:46 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/3266748952' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-18T03:49:47.259 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:49:47.259 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":57,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","created":"2023-12-18T03:45:18.654280+0000","modified":"2023-12-18T03:49:40.105019+0000","last_up_change":"2023-12-18T03:49:36.975617+0000","last_in_change":"2023-12-18T03:49:22.385461+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-18T03:48:11.731852+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":"f942fcb6-b534-4525-9fb8-fe1ff8136303","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6803","nonce":2267940739}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6805","nonce":2267940739}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6809","nonce":2267940739}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6807","nonce":2267940739}]},"public_addr":"172.21.15.160:6803/2267940739","cluster_addr":"172.21.15.160:6805/2267940739","heartbeat_back_addr":"172.21.15.160:6809/2267940739","heartbeat_front_addr":"172.21.15.160:6807/2267940739","state":["exists","up"]},{"osd":1,"uuid":"c329593d-c433-4c30-9bca-1725124ac651","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6811","nonce":950131344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6813","nonce":950131344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6817","nonce":950131344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6815","nonce":950131344}]},"public_addr":"172.21.15.160:6811/950131344","cluster_addr":"172.21.15.160:6813/950131344","heartbeat_back_addr":"172.21.15.160:6817/950131344","heartbeat_front_addr":"172.21.15.160:6815/950131344","state":["exists","up"]},{"osd":2,"uuid":"28496a7a-8c26-4b87-8841-6990ed5ed380","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.160:6818","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6819","nonce":3924750865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6821","nonce":3924750865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6825","nonce":3924750865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6823","nonce":3924750865}]},"public_addr":"172.21.15.160:6819/3924750865","cluster_addr":"172.21.15.160:6821/3924750865","heartbeat_back_addr":"172.21.15.160:6825/3924750865","heartbeat_front_addr":"172.21.15.160:6823/3924750865","state":["exists","up"]},{"osd":3,"uuid":"f17f3126-a285-4fc3-8e21-045a6daed6af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6827","nonce":1259219165}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6829","nonce":1259219165}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6832","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6833","nonce":1259219165}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6831","nonce":1259219165}]},"public_addr":"172.21.15.160:6827/1259219165","cluster_addr":"172.21.15.160:6829/1259219165","heartbeat_back_addr":"172.21.15.160:6833/1259219165","heartbeat_front_addr":"172.21.15.160:6831/1259219165","state":["exists","up"]},{"osd":4,"uuid":"761c02a9-48c9-48e2-a75a-31f5adb98cd5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6800","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6801","nonce":758330248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6802","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6803","nonce":758330248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6807","nonce":758330248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6805","nonce":758330248}]},"public_addr":"172.21.15.176:6801/758330248","cluster_addr":"172.21.15.176:6803/758330248","heartbeat_back_addr":"172.21.15.176:6807/758330248","heartbeat_front_addr":"172.21.15.176:6805/758330248","state":["exists","up"]},{"osd":5,"uuid":"2f90b7ca-2cb6-4a1e-8ca6-41ddab263b55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6808","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6809","nonce":3074940219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6810","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6811","nonce":3074940219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6814","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6815","nonce":3074940219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6812","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6813","nonce":3074940219}]},"public_addr":"172.21.15.176:6809/3074940219","cluster_addr":"172.21.15.176:6811/3074940219","heartbeat_back_addr":"172.21.15.176:6815/3074940219","heartbeat_front_addr":"172.21.15.176:6813/3074940219","state":["exists","up"]},{"osd":6,"uuid":"f5e53a4d-1163-4df1-b36e-17f69912c1b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6816","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6817","nonce":112251260}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6818","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6819","nonce":112251260}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6822","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6823","nonce":112251260}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6820","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6821","nonce":112251260}]},"public_addr":"172.21.15.176:6817/112251260","cluster_addr":"172.21.15.176:6819/112251260","heartbeat_back_addr":"172.21.15.176:6823/112251260","heartbeat_front_addr":"172.21.15.176:6821/112251260","state":["exists","up"]},{"osd":7,"uuid":"7ff8898d-2685-480b-9398-722544018ee1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6824","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6825","nonce":1547060164}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6826","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6827","nonce":1547060164}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6830","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6831","nonce":1547060164}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6828","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6829","nonce":1547060164}]},"public_addr":"172.21.15.176:6825/1547060164","cluster_addr":"172.21.15.176:6827/1547060164","heartbeat_back_addr":"172.21.15.176:6831/1547060164","heartbeat_front_addr":"172.21.15.176:6829/1547060164","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-18T03:47:30.204361+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-18T03:47:50.641446+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-18T03:48:09.349658+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-18T03:48:28.415183+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-18T03:48:44.593005+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-18T03:49:01.606608+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-18T03:49:18.399845+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-18T03:49:35.360686+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.160:6801/2989645223":"2023-12-19T03:46:45.128386+0000","172.21.15.160:6800/2989645223":"2023-12-19T03:46:45.128386+0000","172.21.15.160:0/3487732816":"2023-12-19T03:46:45.128386+0000","172.21.15.160:0/2567440109":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/277570023":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/2463840180":"2023-12-19T03:46:07.352298+0000","172.21.15.160:6801/1999328928":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/1943532662":"2023-12-19T03:46:45.128386+0000","172.21.15.160:0/3706100277":"2023-12-19T03:45:45.266875+0000","172.21.15.160:0/2293938560":"2023-12-19T03:45:45.266875+0000","172.21.15.160:6800/455582820":"2023-12-19T03:45:45.266875+0000","172.21.15.160:0/4005135153":"2023-12-19T03:46:45.128386+0000","172.21.15.160:6800/1999328928":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/2486818582":"2023-12-19T03:45:45.266875+0000","172.21.15.160:6801/455582820":"2023-12-19T03:45:45.266875+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-18T03:49:47.284 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:47 smithi160 ceph-mon[107718]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-18T03:49:47.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:47 smithi176 ceph-mon[110350]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-12-18T03:49:47.586 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-18T03:49:47.587 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-18T03:49:47.812 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:48.323 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:48 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/363641732' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T03:49:48.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:48 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/363641732' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T03:49:48.997 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:49:48.998 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":57,"fsid":"cac96670-9d57-11ee-95a5-87774f69a715","created":"2023-12-18T03:45:18.654280+0000","modified":"2023-12-18T03:49:40.105019+0000","last_up_change":"2023-12-18T03:49:36.975617+0000","last_in_change":"2023-12-18T03:49:22.385461+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-18T03:48:11.731852+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":"f942fcb6-b534-4525-9fb8-fe1ff8136303","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6803","nonce":2267940739}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6805","nonce":2267940739}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6808","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6809","nonce":2267940739}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":2267940739},{"type":"v1","addr":"172.21.15.160:6807","nonce":2267940739}]},"public_addr":"172.21.15.160:6803/2267940739","cluster_addr":"172.21.15.160:6805/2267940739","heartbeat_back_addr":"172.21.15.160:6809/2267940739","heartbeat_front_addr":"172.21.15.160:6807/2267940739","state":["exists","up"]},{"osd":1,"uuid":"c329593d-c433-4c30-9bca-1725124ac651","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6810","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6811","nonce":950131344}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6812","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6813","nonce":950131344}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6816","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6817","nonce":950131344}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6814","nonce":950131344},{"type":"v1","addr":"172.21.15.160:6815","nonce":950131344}]},"public_addr":"172.21.15.160:6811/950131344","cluster_addr":"172.21.15.160:6813/950131344","heartbeat_back_addr":"172.21.15.160:6817/950131344","heartbeat_front_addr":"172.21.15.160:6815/950131344","state":["exists","up"]},{"osd":2,"uuid":"28496a7a-8c26-4b87-8841-6990ed5ed380","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.160:6818","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6819","nonce":3924750865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6820","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6821","nonce":3924750865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6824","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6825","nonce":3924750865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6822","nonce":3924750865},{"type":"v1","addr":"172.21.15.160:6823","nonce":3924750865}]},"public_addr":"172.21.15.160:6819/3924750865","cluster_addr":"172.21.15.160:6821/3924750865","heartbeat_back_addr":"172.21.15.160:6825/3924750865","heartbeat_front_addr":"172.21.15.160:6823/3924750865","state":["exists","up"]},{"osd":3,"uuid":"f17f3126-a285-4fc3-8e21-045a6daed6af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6826","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6827","nonce":1259219165}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6828","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6829","nonce":1259219165}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6832","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6833","nonce":1259219165}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6830","nonce":1259219165},{"type":"v1","addr":"172.21.15.160:6831","nonce":1259219165}]},"public_addr":"172.21.15.160:6827/1259219165","cluster_addr":"172.21.15.160:6829/1259219165","heartbeat_back_addr":"172.21.15.160:6833/1259219165","heartbeat_front_addr":"172.21.15.160:6831/1259219165","state":["exists","up"]},{"osd":4,"uuid":"761c02a9-48c9-48e2-a75a-31f5adb98cd5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6800","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6801","nonce":758330248}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6802","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6803","nonce":758330248}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6807","nonce":758330248}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":758330248},{"type":"v1","addr":"172.21.15.176:6805","nonce":758330248}]},"public_addr":"172.21.15.176:6801/758330248","cluster_addr":"172.21.15.176:6803/758330248","heartbeat_back_addr":"172.21.15.176:6807/758330248","heartbeat_front_addr":"172.21.15.176:6805/758330248","state":["exists","up"]},{"osd":5,"uuid":"2f90b7ca-2cb6-4a1e-8ca6-41ddab263b55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6808","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6809","nonce":3074940219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6810","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6811","nonce":3074940219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6814","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6815","nonce":3074940219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6812","nonce":3074940219},{"type":"v1","addr":"172.21.15.176:6813","nonce":3074940219}]},"public_addr":"172.21.15.176:6809/3074940219","cluster_addr":"172.21.15.176:6811/3074940219","heartbeat_back_addr":"172.21.15.176:6815/3074940219","heartbeat_front_addr":"172.21.15.176:6813/3074940219","state":["exists","up"]},{"osd":6,"uuid":"f5e53a4d-1163-4df1-b36e-17f69912c1b9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6816","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6817","nonce":112251260}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6818","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6819","nonce":112251260}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6822","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6823","nonce":112251260}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6820","nonce":112251260},{"type":"v1","addr":"172.21.15.176:6821","nonce":112251260}]},"public_addr":"172.21.15.176:6817/112251260","cluster_addr":"172.21.15.176:6819/112251260","heartbeat_back_addr":"172.21.15.176:6823/112251260","heartbeat_front_addr":"172.21.15.176:6821/112251260","state":["exists","up"]},{"osd":7,"uuid":"7ff8898d-2685-480b-9398-722544018ee1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6824","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6825","nonce":1547060164}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6826","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6827","nonce":1547060164}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6830","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6831","nonce":1547060164}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6828","nonce":1547060164},{"type":"v1","addr":"172.21.15.176:6829","nonce":1547060164}]},"public_addr":"172.21.15.176:6825/1547060164","cluster_addr":"172.21.15.176:6827/1547060164","heartbeat_back_addr":"172.21.15.176:6831/1547060164","heartbeat_front_addr":"172.21.15.176:6829/1547060164","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-18T03:47:30.204361+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-18T03:47:50.641446+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-18T03:48:09.349658+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-18T03:48:28.415183+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-18T03:48:44.593005+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-18T03:49:01.606608+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-18T03:49:18.399845+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-18T03:49:35.360686+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.160:6801/2989645223":"2023-12-19T03:46:45.128386+0000","172.21.15.160:6800/2989645223":"2023-12-19T03:46:45.128386+0000","172.21.15.160:0/3487732816":"2023-12-19T03:46:45.128386+0000","172.21.15.160:0/2567440109":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/277570023":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/2463840180":"2023-12-19T03:46:07.352298+0000","172.21.15.160:6801/1999328928":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/1943532662":"2023-12-19T03:46:45.128386+0000","172.21.15.160:0/3706100277":"2023-12-19T03:45:45.266875+0000","172.21.15.160:0/2293938560":"2023-12-19T03:45:45.266875+0000","172.21.15.160:6800/455582820":"2023-12-19T03:45:45.266875+0000","172.21.15.160:0/4005135153":"2023-12-19T03:46:45.128386+0000","172.21.15.160:6800/1999328928":"2023-12-19T03:46:07.352298+0000","172.21.15.160:0/2486818582":"2023-12-19T03:45:45.266875+0000","172.21.15.160:6801/455582820":"2023-12-19T03:45:45.266875+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-18T03:49:49.366 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:49 smithi160 ceph-mon[107718]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-18T03:49:49.366 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:49 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3245178510' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T03:49:49.369 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-18T03:49:49.369 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-18T03:49:49.370 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-18T03:49:49.370 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-18T03:49:49.371 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-18T03:49:49.371 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-18T03:49:49.372 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-18T03:49:49.373 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-18T03:49:49.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:49 smithi176 ceph-mon[110350]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-12-18T03:49:49.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:49 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/3245178510' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-18T03:49:49.761 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:49.771 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:50.059 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:50.613 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:50.620 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:51.176 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:51 smithi160 ceph-mon[107718]: pgmap v137: 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-18T03:49:51.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:51 smithi176 ceph-mon[110350]: pgmap v137: 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-18T03:49:51.695 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:51.896 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:52.302 INFO:teuthology.orchestra.run.smithi160.stdout:38654705695 2023-12-18T03:49:52.302 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-18T03:49:52.683 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:53.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:53 smithi160 ceph-mon[107718]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-12-18T03:49:53.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:53 smithi176 ceph-mon[110350]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-12-18T03:49:53.767 INFO:teuthology.orchestra.run.smithi160.stdout:193273528330 2023-12-18T03:49:53.768 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-18T03:49:54.926 INFO:teuthology.orchestra.run.smithi160.stdout:163208757261 2023-12-18T03:49:54.927 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-18T03:49:55.267 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:55 smithi160 ceph-mon[107718]: pgmap v139: 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-18T03:49:55.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:55 smithi176 ceph-mon[110350]: pgmap v139: 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-18T03:49:56.000 INFO:teuthology.orchestra.run.smithi160.stdout:111669149716 2023-12-18T03:49:56.000 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-18T03:49:56.283 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:56.659 INFO:teuthology.orchestra.run.smithi160.stdout:133143986193 2023-12-18T03:49:56.659 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-18T03:49:56.696 INFO:teuthology.orchestra.run.smithi160.stdout:60129542170 2023-12-18T03:49:56.696 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-18T03:49:56.755 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:56.889 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:57.234 INFO:teuthology.orchestra.run.smithi160.stdout:227633266695 2023-12-18T03:49:57.234 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-18T03:49:57.350 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:57 smithi160 ceph-mon[107718]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:49:57.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:57 smithi176 ceph-mon[110350]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:49:57.585 INFO:teuthology.orchestra.run.smithi160.stdout:81604378648 2023-12-18T03:49:57.585 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-18T03:49:57.759 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:59.205 INFO:teuthology.orchestra.run.smithi160.stdout:38654705696 2023-12-18T03:49:59.216 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:59.268 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:59.333 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:49:59.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:49:59 smithi160 ceph-mon[107718]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:49:59.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:49:59 smithi176 ceph-mon[110350]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:49:59.527 INFO:teuthology.orchestra.run.smithi160.stdout:163208757262 2023-12-18T03:50:00.244 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705696 for osd.0 2023-12-18T03:50:00.245 DEBUG:teuthology.parallel:result is None 2023-12-18T03:50:00.361 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:00 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3687263168' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-18T03:50:00.361 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:00 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1220981117' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-18T03:50:00.361 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:00 smithi160 ceph-mon[107718]: overall HEALTH_OK 2023-12-18T03:50:00.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:00 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/3687263168' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-18T03:50:00.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:00 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/1220981117' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-18T03:50:00.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:00 smithi176 ceph-mon[110350]: overall HEALTH_OK 2023-12-18T03:50:00.735 INFO:teuthology.orchestra.run.smithi160.stdout:111669149717 2023-12-18T03:50:01.249 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149717 for osd.3 2023-12-18T03:50:01.249 DEBUG:teuthology.parallel:result is None 2023-12-18T03:50:01.494 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:01 smithi160 ceph-mon[107718]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:01.495 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:01 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3671212213' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-18T03:50:01.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:01 smithi176 ceph-mon[110350]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:01.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:01 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/3671212213' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-18T03:50:01.589 INFO:teuthology.orchestra.run.smithi160.stdout:193273528331 2023-12-18T03:50:01.781 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:50:02.010 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757262 for osd.5 2023-12-18T03:50:02.011 DEBUG:teuthology.parallel:result is None 2023-12-18T03:50:02.116 INFO:teuthology.orchestra.run.smithi160.stdout:227633266696 2023-12-18T03:50:02.405 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:02 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/4075430528' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-18T03:50:02.405 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:02 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2840423277' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-18T03:50:02.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:02 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/4075430528' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-18T03:50:02.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:02 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2840423277' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-18T03:50:02.590 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528330 got 193273528331 for osd.6 2023-12-18T03:50:02.590 DEBUG:teuthology.parallel:result is None 2023-12-18T03:50:02.662 INFO:teuthology.orchestra.run.smithi160.stdout:133143986194 2023-12-18T03:50:02.969 INFO:teuthology.orchestra.run.smithi160.stdout:81604378649 2023-12-18T03:50:02.984 INFO:tasks.cephadm.ceph_manager.ceph:need seq 227633266695 got 227633266696 for osd.7 2023-12-18T03:50:02.985 DEBUG:teuthology.parallel:result is None 2023-12-18T03:50:03.248 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:03 smithi160 ceph-mon[107718]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:03.248 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:03 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/99220931' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-18T03:50:03.248 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:03 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/512166657' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-18T03:50:03.357 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986193 got 133143986194 for osd.4 2023-12-18T03:50:03.357 DEBUG:teuthology.parallel:result is None 2023-12-18T03:50:03.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:03 smithi176 ceph-mon[110350]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:03.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:03 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/99220931' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-18T03:50:03.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:03 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/512166657' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-18T03:50:03.640 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378648 got 81604378649 for osd.2 2023-12-18T03:50:03.640 DEBUG:teuthology.parallel:result is None 2023-12-18T03:50:04.556 INFO:teuthology.orchestra.run.smithi160.stdout:60129542172 2023-12-18T03:50:04.931 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542170 got 60129542172 for osd.1 2023-12-18T03:50:04.932 DEBUG:teuthology.parallel:result is None 2023-12-18T03:50:04.932 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-18T03:50:04.932 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-18T03:50:05.158 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:50:05.277 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:05 smithi160 ceph-mon[107718]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:05.278 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:05 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/12955648' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-18T03:50:05.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:05 smithi176 ceph-mon[110350]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:05.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:05 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/12955648' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-18T03:50:06.344 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:50:06.346 INFO:teuthology.orchestra.run.smithi160.stderr:dumped all 2023-12-18T03:50:06.731 INFO:teuthology.orchestra.run.smithi160.stdout:{"pg_ready":true,"pg_map":{"version":145,"stamp":"2023-12-18T03:50:05.472462+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":48540,"kb_used_data":6108,"kb_used_omap":0,"kb_used_meta":42368,"kb_avail":749912676,"statfs":{"total":767960285184,"available":767910580224,"internally_reserved":0,"allocated":6254592,"data_stored":3477345,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43384832},"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.002114"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":228,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-12-18T03:49:40.115629+0000","last_change":"2023-12-18T03:49:40.115629+0000","last_active":"2023-12-18T03:49:40.115629+0000","last_peered":"2023-12-18T03:49:40.115629+0000","last_clean":"2023-12-18T03:49:40.115629+0000","last_became_active":"2023-12-18T03:49:40.115119+0000","last_became_peered":"2023-12-18T03:49:40.115119+0000","last_unstale":"2023-12-18T03:49:40.115629+0000","last_undegraded":"2023-12-18T03:49:40.115629+0000","last_fullsized":"2023-12-18T03:49:40.115629+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-18T03:48:12.172159+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-18T03:48:12.172159+0000","last_clean_scrub_stamp":"2023-12-18T03:48:12.172159+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-19T09:07:28.293772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3727360,"data_stored":3702496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":53,"seq":227633266697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6024,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739128,"statfs":{"total":95995035648,"available":95988867072,"internally_reserved":0,"allocated":1114112,"data_stored":765272,"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.376}]},{"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.40300000000000002}]},{"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.46899999999999997}]},{"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.51100000000000001}]},{"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.49399999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"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.58199999999999996}]}]},{"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":764957,"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.57299999999999995}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"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.70399999999999996}]},{"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.55800000000000005}]},{"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":1.0920000000000001}]},{"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.71799999999999997}]},{"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.78400000000000003}]}]},{"osd":1,"up_from":14,"seq":60129542172,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6332,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738820,"statfs":{"total":95995035648,"available":95988551680,"internally_reserved":0,"allocated":577536,"data_stored":236087,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 03:49:56 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.33200000000000002,"15min":0.32400000000000001},"min":{"1min":0.24199999999999999,"5min":0.191,"15min":0.191},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.34999999999999998,"15min":0.34000000000000002},"min":{"1min":0.25700000000000001,"5min":0.215,"15min":0.215},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.432}]},{"osd":2,"last update":"Mon Dec 18 03:49:16 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.45800000000000002}]},{"osd":3,"last update":"Mon Dec 18 03:49:32 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.36299999999999999}]},{"osd":4,"last update":"Mon Dec 18 03:49:50 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.65100000000000002}]},{"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.59799999999999998}]},{"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.64000000000000001}]},{"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.56100000000000005}]}]},{"osd":0,"up_from":9,"seq":38654705698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6860,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738292,"statfs":{"total":95995035648,"available":95988011008,"internally_reserved":0,"allocated":1118208,"data_stored":765545,"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":"Mon Dec 18 03:50:01 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.41099999999999998,"15min":0.34200000000000003},"min":{"1min":0.27000000000000002,"5min":0.19700000000000001,"15min":0.19700000000000001},"max":{"1min":9.468,"5min":9.468,"15min":9.468},"last":0.31900000000000001},{"interface":"front","average":{"1min":1.802,"5min":0.60199999999999998,"15min":0.40200000000000002},"min":{"1min":0.27700000000000002,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":28.858000000000001,"5min":28.858000000000001,"15min":28.858000000000001},"last":0.307}]},{"osd":2,"last update":"Mon Dec 18 03:49:15 2023","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.33900000000000002}]},{"osd":3,"last update":"Mon Dec 18 03:49:32 2023","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.373}]},{"osd":4,"last update":"Mon Dec 18 03:49:49 2023","interfaces":[{"interface":"back","average":{"1min":1.044,"5min":1.044,"15min":1.044},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":9.298,"5min":9.298,"15min":9.298},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.71399999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65400000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70099999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66900000000000004}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6208,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738944,"statfs":{"total":95995035648,"available":95988678656,"internally_reserved":0,"allocated":581632,"data_stored":235956,"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":"Mon Dec 18 03:49:11 2023","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.47799999999999998}]},{"osd":1,"last update":"Mon Dec 18 03:49:11 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.496}]},{"osd":3,"last update":"Mon Dec 18 03:49:33 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.52700000000000002}]},{"osd":4,"last update":"Mon Dec 18 03:49:47 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.72799999999999998},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.67100000000000004}]},{"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.64000000000000001}]},{"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.77000000000000002}]},{"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.71599999999999997}]}]},{"osd":3,"up_from":26,"seq":111669149718,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":236617,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 03:49:32 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":1.5880000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":0.40200000000000002}]},{"osd":1,"last update":"Mon Dec 18 03:49:32 2023","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.29599999999999999}]},{"osd":2,"last update":"Mon Dec 18 03:49:32 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.375},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.312}]},{"osd":4,"last update":"Mon Dec 18 03:49:48 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.57599999999999996}]},{"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.53400000000000003}]},{"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.64600000000000002}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":236617,"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":"Mon Dec 18 03:49:48 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.64600000000000002}]},{"osd":1,"last update":"Mon Dec 18 03:49:48 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.60799999999999998}]},{"osd":2,"last update":"Mon Dec 18 03:49:48 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.624}]},{"osd":3,"last update":"Mon Dec 18 03:49:48 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.56999999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65600000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]},{"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.55000000000000004}]}]},{"osd":5,"up_from":38,"seq":163208757264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":236294,"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.55900000000000005}]},{"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.54900000000000004}]},{"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.61399999999999999}]},{"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.51800000000000002}]},{"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.34399999999999997}]},{"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.38700000000000001}]},{"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.499}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-18T03:50:06.732 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-18T03:50:06.958 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:50:07.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:07 smithi160 ceph-mon[107718]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:07.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:07 smithi176 ceph-mon[110350]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:08.151 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:50:08.152 INFO:teuthology.orchestra.run.smithi160.stderr:dumped all 2023-12-18T03:50:08.463 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:08 smithi160 ceph-mon[107718]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T03:50:08.514 INFO:teuthology.orchestra.run.smithi160.stdout:{"pg_ready":true,"pg_map":{"version":146,"stamp":"2023-12-18T03:50:07.472896+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":48540,"kb_used_data":6108,"kb_used_omap":0,"kb_used_meta":42368,"kb_avail":749912676,"statfs":{"total":767960285184,"available":767910580224,"internally_reserved":0,"allocated":6254592,"data_stored":3477345,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43384832},"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.002225"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":228,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-12-18T03:49:40.115629+0000","last_change":"2023-12-18T03:49:40.115629+0000","last_active":"2023-12-18T03:49:40.115629+0000","last_peered":"2023-12-18T03:49:40.115629+0000","last_clean":"2023-12-18T03:49:40.115629+0000","last_became_active":"2023-12-18T03:49:40.115119+0000","last_became_peered":"2023-12-18T03:49:40.115119+0000","last_unstale":"2023-12-18T03:49:40.115629+0000","last_undegraded":"2023-12-18T03:49:40.115629+0000","last_fullsized":"2023-12-18T03:49:40.115629+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-18T03:48:12.172159+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-18T03:48:12.172159+0000","last_clean_scrub_stamp":"2023-12-18T03:48:12.172159+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-19T09:07:28.293772+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3727360,"data_stored":3702496,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":53,"seq":227633266697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6024,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739128,"statfs":{"total":95995035648,"available":95988867072,"internally_reserved":0,"allocated":1114112,"data_stored":765272,"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.376}]},{"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.40300000000000002}]},{"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.46899999999999997}]},{"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.51100000000000001}]},{"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.49399999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"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.58199999999999996}]}]},{"osd":6,"up_from":45,"seq":193273528333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":764957,"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.50600000000000001}]},{"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.42199999999999999}]},{"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.56899999999999995}]},{"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.52700000000000002}]},{"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.59099999999999997}]},{"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.627}]},{"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.63900000000000001}]}]},{"osd":1,"up_from":14,"seq":60129542172,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6332,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738820,"statfs":{"total":95995035648,"available":95988551680,"internally_reserved":0,"allocated":577536,"data_stored":236087,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 03:49:56 2023","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.33200000000000002,"15min":0.32400000000000001},"min":{"1min":0.24199999999999999,"5min":0.191,"15min":0.191},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.34999999999999998,"15min":0.34000000000000002},"min":{"1min":0.25700000000000001,"5min":0.215,"15min":0.215},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.432}]},{"osd":2,"last update":"Mon Dec 18 03:49:16 2023","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.45800000000000002}]},{"osd":3,"last update":"Mon Dec 18 03:49:32 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.36299999999999999}]},{"osd":4,"last update":"Mon Dec 18 03:49:50 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.65100000000000002}]},{"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.59799999999999998}]},{"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.64000000000000001}]},{"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.56100000000000005}]}]},{"osd":0,"up_from":9,"seq":38654705698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6860,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738292,"statfs":{"total":95995035648,"available":95988011008,"internally_reserved":0,"allocated":1118208,"data_stored":765545,"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":"Mon Dec 18 03:50:01 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.41099999999999998,"15min":0.34200000000000003},"min":{"1min":0.27000000000000002,"5min":0.19700000000000001,"15min":0.19700000000000001},"max":{"1min":9.468,"5min":9.468,"15min":9.468},"last":0.31900000000000001},{"interface":"front","average":{"1min":1.802,"5min":0.60199999999999998,"15min":0.40200000000000002},"min":{"1min":0.27700000000000002,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":28.858000000000001,"5min":28.858000000000001,"15min":28.858000000000001},"last":0.307}]},{"osd":2,"last update":"Mon Dec 18 03:49:15 2023","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.33900000000000002}]},{"osd":3,"last update":"Mon Dec 18 03:49:32 2023","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.373}]},{"osd":4,"last update":"Mon Dec 18 03:49:49 2023","interfaces":[{"interface":"back","average":{"1min":1.044,"5min":1.044,"15min":1.044},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":9.298,"5min":9.298,"15min":9.298},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.71399999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65400000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70099999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66900000000000004}]}]},{"osd":2,"up_from":19,"seq":81604378651,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6208,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738944,"statfs":{"total":95995035648,"available":95988678656,"internally_reserved":0,"allocated":581632,"data_stored":235956,"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":"Mon Dec 18 03:49:11 2023","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.36099999999999999}]},{"osd":1,"last update":"Mon Dec 18 03:49:11 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.379}]},{"osd":3,"last update":"Mon Dec 18 03:49:33 2023","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.433}]},{"osd":4,"last update":"Mon Dec 18 03:49:47 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"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.67900000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69699999999999995}]},{"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.70999999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":236617,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Mon Dec 18 03:49:32 2023","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":1.5880000000000001,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":0.34399999999999997}]},{"osd":1,"last update":"Mon Dec 18 03:49:32 2023","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.31},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.33300000000000002}]},{"osd":2,"last update":"Mon Dec 18 03:49:32 2023","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.35199999999999998}]},{"osd":4,"last update":"Mon Dec 18 03:49:48 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.59499999999999997}]},{"osd":5,"last update":"Mon Dec 18 03:50:06 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.49199999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]}]},{"osd":4,"up_from":31,"seq":133143986196,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5700,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739452,"statfs":{"total":95995035648,"available":95989198848,"internally_reserved":0,"allocated":585728,"data_stored":236617,"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":"Mon Dec 18 03:49:48 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.46899999999999997}]},{"osd":1,"last update":"Mon Dec 18 03:49:48 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.437},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.48599999999999999}]},{"osd":2,"last update":"Mon Dec 18 03:49:48 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.42399999999999999}]},{"osd":3,"last update":"Mon Dec 18 03:49:48 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.373},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.40300000000000002}]},{"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.58399999999999996}]},{"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.50800000000000001}]},{"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.54700000000000004}]}]},{"osd":5,"up_from":38,"seq":163208757264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":236294,"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.55900000000000005}]},{"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.54900000000000004}]},{"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.61399999999999999}]},{"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.51800000000000002}]},{"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.34399999999999997}]},{"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.38700000000000001}]},{"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.499}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-18T03:50:08.515 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-18T03:50:08.515 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-18T03:50:08.515 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-18T03:50:08.515 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-18T03:50:08.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:08 smithi176 ceph-mon[110350]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T03:50:08.740 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/mon.smithi160/config 2023-12-18T03:50:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:09 smithi160 ceph-mon[107718]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:09.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:09 smithi160 ceph-mon[107718]: from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T03:50:09.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:09 smithi176 ceph-mon[110350]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:09.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:09 smithi176 ceph-mon[110350]: from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T03:50:09.925 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:50:09.925 INFO:teuthology.orchestra.run.smithi160.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-18T03:50:10.272 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:10 smithi160 ceph-mon[107718]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:10.272 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:10 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/4272697824' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-18T03:50:10.332 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-18T03:50:10.332 INFO:tasks.cephadm:Setup complete, yielding 2023-12-18T03:50:10.333 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T03:50:10.345 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi160.front.sepia.ceph.com 2023-12-18T03:50:10.346 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-18T03:50:10.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:10 smithi176 ceph-mon[110350]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:10.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:10 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/4272697824' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-18T03:50:11.747 INFO:teuthology.orchestra.run.smithi160.stdout:Backend: cephadm 2023-12-18T03:50:11.747 INFO:teuthology.orchestra.run.smithi160.stdout:Available: Yes 2023-12-18T03:50:11.747 INFO:teuthology.orchestra.run.smithi160.stdout:Paused: No 2023-12-18T03:50:12.115 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-18T03:50:13.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:13 smithi160 ceph-mon[107718]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:13.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:13 smithi160 ceph-mon[107718]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:13.516 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T03:50:13.516 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 running (2m) 100s ago 3m 17.0M - ba2b418f427c 22ce406a5f73 2023-12-18T03:50:13.516 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (3m) 100s ago 3m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T03:50:13.516 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (3m) 40s ago 3m 7163k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 running (2m) 100s ago 3m 45.4M - 8.3.5 dad864ee21e9 9f1e350529e4 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (4m) 100s ago 4m 462M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (3m) 40s ago 3m 418M - 17.2.0 e1d6a67b021e c2f40d075c47 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (4m) 100s ago 4m 57.9M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (3m) 40s ago 3m 55.2M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 running (3m) 100s ago 3m 24.1M - 1dbe0e931976 b4be94252fcf 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 running (3m) 40s ago 3m 25.5M - 1dbe0e931976 cdb49b667ed8 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (2m) 100s ago 2m 38.5M 3224M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (2m) 100s ago 2m 45.9M 3224M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (2m) 100s ago 2m 38.7M 3224M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (109s) 100s ago 109s 29.7M 3224M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (93s) 40s ago 93s 39.1M 3992M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (76s) 40s ago 76s 38.2M 3992M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (59s) 40s ago 59s 38.4M 3992M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T03:50:13.517 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (42s) 40s ago 42s 11.0M 3992M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T03:50:13.518 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 running (2m) 100s ago 2m 49.1M - 514e6a882f6e 77231fe811f3 2023-12-18T03:50:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:13 smithi176 ceph-mon[110350]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:13 smithi176 ceph-mon[110350]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:13.897 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-18T03:50:15.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:15 smithi160 ceph-mon[107718]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:15.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:15 smithi160 ceph-mon[107718]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:15.246 INFO:teuthology.orchestra.run.smithi160.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-18T03:50:15.247 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager ?:9093,9094 1/1 102s ago 4m count:1 2023-12-18T03:50:15.247 INFO:teuthology.orchestra.run.smithi160.stdout:crash 2/2 102s ago 4m * 2023-12-18T03:50:15.247 INFO:teuthology.orchestra.run.smithi160.stdout:grafana ?:3000 1/1 102s ago 4m count:1 2023-12-18T03:50:15.247 INFO:teuthology.orchestra.run.smithi160.stdout:mgr 2/2 102s ago 4m count:2 2023-12-18T03:50:15.247 INFO:teuthology.orchestra.run.smithi160.stdout:mon 2/2 102s ago 3m smithi160:172.21.15.160=smithi160;smithi176:172.21.15.176=smithi176;count:2 2023-12-18T03:50:15.247 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter ?:9100 2/2 102s ago 4m * 2023-12-18T03:50:15.247 INFO:teuthology.orchestra.run.smithi160.stdout:osd 8 102s ago - 2023-12-18T03:50:15.247 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus ?:9095 1/1 102s ago 4m count:1 2023-12-18T03:50:15.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:15 smithi176 ceph-mon[110350]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:15.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:15 smithi176 ceph-mon[110350]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:15.622 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-18T03:50:17.040 INFO:teuthology.orchestra.run.smithi160.stdout:HOST ADDR LABELS STATUS 2023-12-18T03:50:17.040 INFO:teuthology.orchestra.run.smithi160.stdout:smithi160 172.21.15.160 2023-12-18T03:50:17.040 INFO:teuthology.orchestra.run.smithi160.stdout:smithi176 172.21.15.176 2023-12-18T03:50:17.040 INFO:teuthology.orchestra.run.smithi160.stdout:2 hosts in cluster 2023-12-18T03:50:17.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:17 smithi160 ceph-mon[107718]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:17.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:17 smithi160 ceph-mon[107718]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:17.430 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-18T03:50:17.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:17 smithi176 ceph-mon[110350]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:17.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:17 smithi176 ceph-mon[110350]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:18.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:18 smithi160 ceph-mon[107718]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:18 smithi176 ceph-mon[110350]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:18.815 INFO:teuthology.orchestra.run.smithi160.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-18T03:50:18.815 INFO:teuthology.orchestra.run.smithi160.stdout:smithi160 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300JY400BGN 400G LVM detected, locked 2023-12-18T03:50:18.815 INFO:teuthology.orchestra.run.smithi160.stdout:smithi176 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT62330099400BGN 400G LVM detected, locked 2023-12-18T03:50:19.220 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-18T03:50:19.230 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi160.front.sepia.ceph.com 2023-12-18T03:50:19.230 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-18T03:50:19.259 INFO:teuthology.orchestra.run.smithi160.stderr:+ systemctl stop nfs-server 2023-12-18T03:50:19.267 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi176.front.sepia.ceph.com 2023-12-18T03:50:19.267 DEBUG:teuthology.orchestra.run.smithi176:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-18T03:50:19.306 INFO:teuthology.orchestra.run.smithi176.stderr:+ systemctl stop nfs-server 2023-12-18T03:50:19.314 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T03:50:19.322 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi160.front.sepia.ceph.com 2023-12-18T03:50:19.322 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-18T03:50:19.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:19 smithi160 ceph-mon[107718]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:19.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:19 smithi176 ceph-mon[110350]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:20.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:20 smithi160 ceph-mon[107718]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:20.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:20 smithi176 ceph-mon[110350]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:21.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:21 smithi176 ceph-mon[110350]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:21.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:21 smithi160 ceph-mon[107718]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:22.453 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:22 smithi160 ceph-mon[107718]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:22.453 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:22 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-18T03:50:22.453 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:22 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-18T03:50:22.453 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:22 smithi160 ceph-mon[107718]: osdmap e58: 8 total, 8 up, 8 in 2023-12-18T03:50:22.453 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:22 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-18T03:50:22.453 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:22 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon-smithi160[107695]: 2023-12-18T03:50:22.230+0000 7efc343e5700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T03:50:22.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:22 smithi176 ceph-mon[110350]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:22.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:22 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-18T03:50:22.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:22 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-18T03:50:22.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:22 smithi176 ceph-mon[110350]: osdmap e58: 8 total, 8 up, 8 in 2023-12-18T03:50:22.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:22 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-18T03:50:22.641 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-18T03:50:22.651 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-18T03:50:22.651 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T03:50:23.263 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: pgmap v154: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:23.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-18T03:50:23.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: osdmap e59: 8 total, 8 up, 8 in 2023-12-18T03:50:23.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-18T03:50:23.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T03:50:23.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-18T03:50:23.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: osdmap e60: 8 total, 8 up, 8 in 2023-12-18T03:50:23.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-18T03:50:23.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: fsmap foofs:0 2023-12-18T03:50:23.264 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: Saving service mds.foofs spec with placement count:2 2023-12-18T03:50:23.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:23.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:23.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:23.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:23.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:23.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:23.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.fjyckp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T03:50:23.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.fjyckp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T03:50:23.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:23.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:23 smithi160 ceph-mon[107718]: Deploying daemon mds.foofs.smithi160.fjyckp on smithi160 2023-12-18T03:50:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: pgmap v154: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-18T03:50:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: osdmap e59: 8 total, 8 up, 8 in 2023-12-18T03:50:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-18T03:50:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-18T03:50:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-18T03:50:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: osdmap e60: 8 total, 8 up, 8 in 2023-12-18T03:50:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-18T03:50:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: fsmap foofs:0 2023-12-18T03:50:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: Saving service mds.foofs spec with placement count:2 2023-12-18T03:50:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:23.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:23.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:23.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:23.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.fjyckp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T03:50:23.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi160.fjyckp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T03:50:23.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:23.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:23 smithi176 ceph-mon[110350]: Deploying daemon mds.foofs.smithi160.fjyckp on smithi160 2023-12-18T03:50:24.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:24 smithi160 ceph-mon[107718]: osdmap e61: 8 total, 8 up, 8 in 2023-12-18T03:50:24.512 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:24 smithi160 ceph-mon[107718]: pgmap v158: 65 pgs: 15 active+clean, 20 creating+peering, 30 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:24.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:24 smithi176 ceph-mon[110350]: osdmap e61: 8 total, 8 up, 8 in 2023-12-18T03:50:24.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:24 smithi176 ceph-mon[110350]: pgmap v158: 65 pgs: 15 active+clean, 20 creating+peering, 30 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:24.614 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:50:24.615 INFO:teuthology.orchestra.run.smithi160.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T03:45:58.521187Z", "last_refresh": "2023-12-18T03:48:32.666457Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T03:45:54.443708Z", "last_refresh": "2023-12-18T03:48:32.666519Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T03:45:56.782933Z", "last_refresh": "2023-12-18T03:48:32.666605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T03:50:22.254356Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T03:50:22.250631Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T03:45:53.545461Z", "last_refresh": "2023-12-18T03:48:32.666389Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi160:172.21.15.160=smithi160", "smithi176:172.21.15.176=smithi176"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T03:46:28.542124Z", "last_refresh": "2023-12-18T03:48:32.666237Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T03:45:57.640410Z", "last_refresh": "2023-12-18T03:48:32.666668Z", "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-18T03:48:32.666810Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T03:45:55.803161Z", "last_refresh": "2023-12-18T03:48:32.666748Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T03:50:25.038 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-18T03:50:25.474 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:25 smithi176 ceph-mon[110350]: osdmap e62: 8 total, 8 up, 8 in 2023-12-18T03:50:25.474 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:25 smithi176 ceph-mon[110350]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T03:50:25.474 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:25 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:25.474 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:25 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.rzoetr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T03:50:25.474 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:25 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.rzoetr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T03:50:25.474 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:25 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:25.474 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:25 smithi176 ceph-mon[110350]: Deploying daemon mds.foofs.smithi176.rzoetr on smithi176 2023-12-18T03:50:25.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:25 smithi160 ceph-mon[107718]: osdmap e62: 8 total, 8 up, 8 in 2023-12-18T03:50:25.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:25 smithi160 ceph-mon[107718]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T03:50:25.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:25 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:25.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:25 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.rzoetr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-18T03:50:25.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:25 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi176.rzoetr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-18T03:50:25.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:25 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:25.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:25 smithi160 ceph-mon[107718]: Deploying daemon mds.foofs.smithi176.rzoetr on smithi176 2023-12-18T03:50:26.040 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T03:50:26.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:26 smithi160 ceph-mon[107718]: mds.? [v2:172.21.15.160:6834/457706951,v1:172.21.15.160:6835/457706951] up:boot 2023-12-18T03:50:26.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:26 smithi160 ceph-mon[107718]: daemon mds.foofs.smithi160.fjyckp assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-18T03:50:26.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:26 smithi160 ceph-mon[107718]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-18T03:50:26.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:26 smithi160 ceph-mon[107718]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-18T03:50:26.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:26 smithi160 ceph-mon[107718]: Cluster is now healthy 2023-12-18T03:50:26.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:26 smithi160 ceph-mon[107718]: fsmap foofs:0 1 up:standby 2023-12-18T03:50:26.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:26 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.fjyckp"}]: dispatch 2023-12-18T03:50:26.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:26 smithi160 ceph-mon[107718]: fsmap foofs:1 {0=foofs.smithi160.fjyckp=up:creating} 2023-12-18T03:50:26.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:26 smithi160 ceph-mon[107718]: daemon mds.foofs.smithi160.fjyckp is now active in filesystem foofs as rank 0 2023-12-18T03:50:26.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:26 smithi160 ceph-mon[107718]: pgmap v160: 65 pgs: 25 active+clean, 20 creating+peering, 20 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:26 smithi176 ceph-mon[110350]: mds.? [v2:172.21.15.160:6834/457706951,v1:172.21.15.160:6835/457706951] up:boot 2023-12-18T03:50:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:26 smithi176 ceph-mon[110350]: daemon mds.foofs.smithi160.fjyckp assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-18T03:50:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:26 smithi176 ceph-mon[110350]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-18T03:50:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:26 smithi176 ceph-mon[110350]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-18T03:50:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:26 smithi176 ceph-mon[110350]: Cluster is now healthy 2023-12-18T03:50:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:26 smithi176 ceph-mon[110350]: fsmap foofs:0 1 up:standby 2023-12-18T03:50:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:26 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.fjyckp"}]: dispatch 2023-12-18T03:50:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:26 smithi176 ceph-mon[110350]: fsmap foofs:1 {0=foofs.smithi160.fjyckp=up:creating} 2023-12-18T03:50:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:26 smithi176 ceph-mon[110350]: daemon mds.foofs.smithi160.fjyckp is now active in filesystem foofs as rank 0 2023-12-18T03:50:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:26 smithi176 ceph-mon[110350]: pgmap v160: 65 pgs: 25 active+clean, 20 creating+peering, 20 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-18T03:50:27.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:27 smithi160 ceph-mon[107718]: mds.? [v2:172.21.15.160:6834/457706951,v1:172.21.15.160:6835/457706951] up:active 2023-12-18T03:50:27.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:27 smithi160 ceph-mon[107718]: fsmap foofs:1 {0=foofs.smithi160.fjyckp=up:active} 2023-12-18T03:50:27.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:27 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:27.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:27 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:27.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:27 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:27.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:27 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:27.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:27 smithi160 ceph-mon[107718]: mds.? [v2:172.21.15.176:6832/699294901,v1:172.21.15.176:6833/699294901] up:boot 2023-12-18T03:50:27.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:27 smithi160 ceph-mon[107718]: fsmap foofs:1 {0=foofs.smithi160.fjyckp=up:active} 1 up:standby 2023-12-18T03:50:27.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:27 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.rzoetr"}]: dispatch 2023-12-18T03:50:27.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:27 smithi176 ceph-mon[110350]: mds.? [v2:172.21.15.160:6834/457706951,v1:172.21.15.160:6835/457706951] up:active 2023-12-18T03:50:27.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:27 smithi176 ceph-mon[110350]: fsmap foofs:1 {0=foofs.smithi160.fjyckp=up:active} 2023-12-18T03:50:27.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:27 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:27.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:27 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:27.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:27 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:27.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:27 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:27.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:27 smithi176 ceph-mon[110350]: mds.? [v2:172.21.15.176:6832/699294901,v1:172.21.15.176:6833/699294901] up:boot 2023-12-18T03:50:27.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:27 smithi176 ceph-mon[110350]: fsmap foofs:1 {0=foofs.smithi160.fjyckp=up:active} 1 up:standby 2023-12-18T03:50:27.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:27 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.rzoetr"}]: dispatch 2023-12-18T03:50:27.562 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:50:27.562 INFO:teuthology.orchestra.run.smithi160.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T03:45:58.521187Z", "last_refresh": "2023-12-18T03:48:32.666457Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T03:45:54.443708Z", "last_refresh": "2023-12-18T03:48:32.666519Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T03:45:56.782933Z", "last_refresh": "2023-12-18T03:48:32.666605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T03:50:22.254356Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T03:50:22.250631Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T03:45:53.545461Z", "last_refresh": "2023-12-18T03:48:32.666389Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi160:172.21.15.160=smithi160", "smithi176:172.21.15.176=smithi176"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T03:46:28.542124Z", "last_refresh": "2023-12-18T03:48:32.666237Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T03:45:57.640410Z", "last_refresh": "2023-12-18T03:48:32.666668Z", "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-18T03:48:32.666810Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T03:45:55.803161Z", "last_refresh": "2023-12-18T03:48:32.666748Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T03:50:28.088 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-18T03:50:29.089 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-18T03:50:29.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:28 smithi176 ceph-mon[110350]: pgmap v161: 65 pgs: 50 active+clean, 15 creating+peering; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 779 B/s wr, 4 op/s 2023-12-18T03:50:29.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:28 smithi176 ceph-mon[110350]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T03:50:29.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:28 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:29.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:28 smithi160 ceph-mon[107718]: pgmap v161: 65 pgs: 50 active+clean, 15 creating+peering; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 779 B/s wr, 4 op/s 2023-12-18T03:50:29.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:28 smithi160 ceph-mon[107718]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T03:50:29.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:28 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:30.846 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:50:30.846 INFO:teuthology.orchestra.run.smithi160.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-18T03:45:58.521187Z", "last_refresh": "2023-12-18T03:50:30.341205Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-18T03:45:54.443708Z", "last_refresh": "2023-12-18T03:50:27.916477Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-18T03:45:56.782933Z", "last_refresh": "2023-12-18T03:50:30.341330Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-18T03:50:22.254356Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-18T03:50:22.250631Z", "last_refresh": "2023-12-18T03:50:27.917100Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-18T03:45:53.545461Z", "last_refresh": "2023-12-18T03:50:27.916646Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi160:172.21.15.160=smithi160", "smithi176:172.21.15.176=smithi176"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-18T03:46:28.542124Z", "last_refresh": "2023-12-18T03:50:27.916720Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-18T03:45:57.640410Z", "last_refresh": "2023-12-18T03:50:27.916786Z", "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-18T03:50:27.916864Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-18T03:45:55.803161Z", "last_refresh": "2023-12-18T03:50:30.341450Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-18T03:50:31.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:30 smithi160 ceph-mon[107718]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 6 op/s 2023-12-18T03:50:31.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:31.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:31.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:31.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:31.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:31.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:31.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:31.253 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-18T03:50:31.253 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-18T03:50:31.266 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi160.front.sepia.ceph.com 2023-12-18T03:50:31.266 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-18T03:50:31.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:30 smithi176 ceph-mon[110350]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 6 op/s 2023-12-18T03:50:31.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:31.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:31.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:31.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:31.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:31.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:31.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:32.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:31 smithi176 ceph-mon[110350]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T03:50:32.307 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:31 smithi160 ceph-mon[107718]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-18T03:50:33.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:33 smithi160 ceph-mon[107718]: pgmap v163: 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-18T03:50:33.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:33 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-18T03:50:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:33 smithi176 ceph-mon[110350]: pgmap v163: 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-18T03:50:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:33 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-18T03:50:34.156 INFO:teuthology.orchestra.run.smithi160.stdout:NFS Cluster Created Successfully 2023-12-18T03:50:34.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:34 smithi160 ceph-mon[107718]: from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:34.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:34 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-18T03:50:34.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:34 smithi160 ceph-mon[107718]: osdmap e63: 8 total, 8 up, 8 in 2023-12-18T03:50:34.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:34 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-18T03:50:34.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:34 smithi176 ceph-mon[110350]: from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:34.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:34 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-18T03:50:34.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:34 smithi176 ceph-mon[110350]: osdmap e63: 8 total, 8 up, 8 in 2023-12-18T03:50:34.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:34 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-18T03:50:34.536 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-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-18T03:50:35.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: pgmap v165: 97 pgs: 5 creating+peering, 27 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-12-18T03:50:35.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-18T03:50:35.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: osdmap e64: 8 total, 8 up, 8 in 2023-12-18T03:50:35.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: Saving service nfs.foo spec with placement count:2 2023-12-18T03:50:35.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:35.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:35.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:35.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:35.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:35.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:35.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi160.bcfcpr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T03:50:35.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi160.bcfcpr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T03:50:35.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:35.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:35.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:35.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T03:50:35.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T03:50:35.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi160.bcfcpr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T03:50:35.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi160.bcfcpr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T03:50:35.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:35 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:35.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: pgmap v165: 97 pgs: 5 creating+peering, 27 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-12-18T03:50:35.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-18T03:50:35.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: osdmap e64: 8 total, 8 up, 8 in 2023-12-18T03:50:35.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: Saving service nfs.foo spec with placement count:2 2023-12-18T03:50:35.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:35.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:35.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:35.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:35.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:35.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:35.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi160.bcfcpr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T03:50:35.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi160.bcfcpr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T03:50:35.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:35.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:35.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:35.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T03:50:35.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T03:50:35.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi160.bcfcpr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T03:50:35.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi160.bcfcpr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T03:50:35.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:35 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:36.387 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:36 smithi160 ceph-mon[107718]: Creating key for client.nfs.foo.0.0.smithi160.bcfcpr 2023-12-18T03:50:36.387 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:36 smithi160 ceph-mon[107718]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T03:50:36.387 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:36 smithi160 ceph-mon[107718]: Rados config object exists: conf-nfs.foo 2023-12-18T03:50:36.387 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:36 smithi160 ceph-mon[107718]: Creating key for client.nfs.foo.0.0.smithi160.bcfcpr-rgw 2023-12-18T03:50:36.388 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:36 smithi160 ceph-mon[107718]: Deploying daemon nfs.foo.0.0.smithi160.bcfcpr on smithi160 2023-12-18T03:50:36.388 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:36 smithi160 ceph-mon[107718]: osdmap e65: 8 total, 8 up, 8 in 2023-12-18T03:50:36.388 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:36 smithi160 ceph-mon[107718]: mgrmap e20: smithi160.agnnin(active, since 3m), standbys: smithi176.vfuuiq 2023-12-18T03:50:36.388 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:36 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:36.388 INFO:teuthology.orchestra.run.smithi160.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-18T03:50:36.389 INFO:teuthology.orchestra.run.smithi160.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-18T03:50:36.389 INFO:teuthology.orchestra.run.smithi160.stderr:Error EINVAL: invalid command 2023-12-18T03:50:36.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:36 smithi176 ceph-mon[110350]: Creating key for client.nfs.foo.0.0.smithi160.bcfcpr 2023-12-18T03:50:36.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:36 smithi176 ceph-mon[110350]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-18T03:50:36.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:36 smithi176 ceph-mon[110350]: Rados config object exists: conf-nfs.foo 2023-12-18T03:50:36.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:36 smithi176 ceph-mon[110350]: Creating key for client.nfs.foo.0.0.smithi160.bcfcpr-rgw 2023-12-18T03:50:36.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:36 smithi176 ceph-mon[110350]: Deploying daemon nfs.foo.0.0.smithi160.bcfcpr on smithi160 2023-12-18T03:50:36.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:36 smithi176 ceph-mon[110350]: osdmap e65: 8 total, 8 up, 8 in 2023-12-18T03:50:36.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:36 smithi176 ceph-mon[110350]: mgrmap e20: smithi160.agnnin(active, since 3m), standbys: smithi176.vfuuiq 2023-12-18T03:50:36.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:36 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:36.748 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:50:36.748 INFO:teuthology.orchestra.run.smithi160.stdout: "bind": "/fake", 2023-12-18T03:50:36.748 INFO:teuthology.orchestra.run.smithi160.stdout: "fs": "foofs", 2023-12-18T03:50:36.748 INFO:teuthology.orchestra.run.smithi160.stdout: "path": "/", 2023-12-18T03:50:36.748 INFO:teuthology.orchestra.run.smithi160.stdout: "cluster": "foo", 2023-12-18T03:50:36.748 INFO:teuthology.orchestra.run.smithi160.stdout: "mode": "RW" 2023-12-18T03:50:36.748 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:50:37.138 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-18T03:50:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:37 smithi160 ceph-mon[107718]: pgmap v168: 97 pgs: 5 creating+peering, 25 unknown, 67 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-18T03:50:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.sgwwmc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T03:50:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.sgwwmc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T03:50:37.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:37.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:37.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:37.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:37.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:37 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:37.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:37 smithi176 ceph-mon[110350]: pgmap v168: 97 pgs: 5 creating+peering, 25 unknown, 67 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-18T03:50:37.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:37.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.sgwwmc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-18T03:50:37.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.sgwwmc", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-18T03:50:37.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:37.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:37.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:37.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:37.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:37 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 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-18T03:50:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:38 smithi176 ceph-mon[110350]: Creating key for client.nfs.foo.1.0.smithi176.sgwwmc 2023-12-18T03:50:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:38 smithi176 ceph-mon[110350]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-18T03:50:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:38 smithi176 ceph-mon[110350]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:38.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:38 smithi160 ceph-mon[107718]: Creating key for client.nfs.foo.1.0.smithi176.sgwwmc 2023-12-18T03:50:38.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:38 smithi160 ceph-mon[107718]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-18T03:50:38.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:38 smithi160 ceph-mon[107718]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:39.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:39 smithi160 ceph-mon[107718]: pgmap v169: 97 pgs: 5 creating+peering, 5 unknown, 87 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-18T03:50:39.505 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:39 smithi176 ceph-mon[110350]: pgmap v169: 97 pgs: 5 creating+peering, 5 unknown, 87 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-12-18T03:50:40.222 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:40 smithi176 ceph-mon[110350]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:40.222 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:40 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T03:50:40.222 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:40 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T03:50:40.222 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:40 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.sgwwmc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T03:50:40.222 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:40 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.sgwwmc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T03:50:40.222 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:40 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:40.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:40 smithi160 ceph-mon[107718]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:40.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:40 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-18T03:50:40.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:40 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-18T03:50:40.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:40 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.sgwwmc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-18T03:50:40.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:40 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi176.sgwwmc-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-18T03:50:40.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:40 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:41.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:41 smithi160 ceph-mon[107718]: Rados config object exists: conf-nfs.foo 2023-12-18T03:50:41.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:41 smithi160 ceph-mon[107718]: Creating key for client.nfs.foo.1.0.smithi176.sgwwmc-rgw 2023-12-18T03:50:41.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:41 smithi160 ceph-mon[107718]: Deploying daemon nfs.foo.1.0.smithi176.sgwwmc on smithi176 2023-12-18T03:50:41.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:41 smithi160 ceph-mon[107718]: pgmap v170: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 161 B/s rd, 322 B/s wr, 0 op/s 2023-12-18T03:50:41.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:41 smithi160 ceph-mon[107718]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:41.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:41 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:41.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:41 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:41.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:41 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:41.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:41 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:41.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:41 smithi176 ceph-mon[110350]: Rados config object exists: conf-nfs.foo 2023-12-18T03:50:41.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:41 smithi176 ceph-mon[110350]: Creating key for client.nfs.foo.1.0.smithi176.sgwwmc-rgw 2023-12-18T03:50:41.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:41 smithi176 ceph-mon[110350]: Deploying daemon nfs.foo.1.0.smithi176.sgwwmc on smithi176 2023-12-18T03:50:41.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:41 smithi176 ceph-mon[110350]: pgmap v170: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 161 B/s rd, 322 B/s wr, 0 op/s 2023-12-18T03:50:41.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:41 smithi176 ceph-mon[110350]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:41.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:41 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:41.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:41 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:41.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:41 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:41.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:41 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:43.360 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:43 smithi160 ceph-mon[107718]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:43.361 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:43 smithi160 ceph-mon[107718]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 KiB/s wr, 9 op/s 2023-12-18T03:50:43.361 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:43 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:43.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:43 smithi176 ceph-mon[110350]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:43.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:43 smithi176 ceph-mon[110350]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 KiB/s wr, 9 op/s 2023-12-18T03:50:43.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:43 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:44.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:44 smithi160 ceph-mon[107718]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:44.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:44 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:44.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:44 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:44.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:44 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:44.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:44 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:44.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:44 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:44.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:44 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:44.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:44 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:44 smithi176 ceph-mon[110350]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:44 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:44 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:44 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:44 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:50:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:44 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:50:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:44 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:50:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:44 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:45.142 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo ?:2049 2/2 2s ago 10s count:2 2023-12-18T03:50:45.441 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:45 smithi160 ceph-mon[107718]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 KiB/s wr, 8 op/s 2023-12-18T03:50:45.441 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:45 smithi160 ceph-mon[107718]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:45.442 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:45 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:45.519 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-18T03:50:45.528 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi160.front.sepia.ceph.com 2023-12-18T03:50:45.529 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-18T03:50:45.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:45 smithi176 ceph-mon[110350]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 KiB/s wr, 8 op/s 2023-12-18T03:50:45.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:45 smithi176 ceph-mon[110350]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:45.529 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:45 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:45.557 INFO:teuthology.orchestra.run.smithi160.stderr:+ mkdir /mnt/foo 2023-12-18T03:50:45.566 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-18T03:50:45.632 INFO:teuthology.orchestra.run.smithi160.stderr:++ hostname 2023-12-18T03:50:45.632 INFO:teuthology.orchestra.run.smithi160.stderr:+ mount -t nfs smithi160:/fake /mnt/foo -o sync 2023-12-18T03:50:46.004 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-18T03:50:46.071 INFO:teuthology.orchestra.run.smithi160.stderr:+ echo test 2023-12-18T03:50:46.121 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-18T03:50:46.189 INFO:teuthology.orchestra.run.smithi160.stderr:+ sync 2023-12-18T03:50:46.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:46 smithi160 ceph-mon[107718]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:46.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2023-12-18T03:50:46.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-12-18T03:50:46.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-18T03:50:46.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-18T03:50:46.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:50:46.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:50:46.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:46 smithi176 ceph-mon[110350]: from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:50:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2023-12-18T03:50:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2023-12-18T03:50:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-18T03:50:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-18T03:50:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:50:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:50:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:50:46.669 INFO:teuthology.run_tasks:Running task parallel... 2023-12-18T03:50:46.689 INFO:teuthology.task.parallel:starting parallel... 2023-12-18T03:50:46.689 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-18T03:50:46.692 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-18T03:50:46.692 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi160.front.sepia.ceph.com 2023-12-18T03:50:46.692 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-18T03:50:46.693 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-18T03:50:46.693 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-18T03:50:46.694 INFO:teuthology.task.exec:Executing custom commands... 2023-12-18T03:50:46.694 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi160.front.sepia.ceph.com 2023-12-18T03:50:46.694 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-18T03:50:46.777 INFO:teuthology.orchestra.run.smithi160.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-18T03:50:46.778 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T03:50:46.778 INFO:teuthology.orchestra.run.smithi160.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-18T03:50:46.785 INFO:teuthology.orchestra.run.smithi160.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-18T03:50:46.885 INFO:teuthology.orchestra.run.smithi160.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-18T03:50:46.885 INFO:teuthology.orchestra.run.smithi160.stdout:releasing clients 2023-12-18T03:50:47.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:47 smithi160 ceph-mon[107718]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.6 KiB/s wr, 7 op/s 2023-12-18T03:50:47.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:47 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2023-12-18T03:50:47.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:47 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-12-18T03:50:47.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:47 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-12-18T03:50:47.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:47 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-18T03:50:47.177 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:47 smithi160 ceph-mon[107718]: osdmap e66: 8 total, 8 up, 8 in 2023-12-18T03:50:47.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:47 smithi176 ceph-mon[110350]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.6 KiB/s wr, 7 op/s 2023-12-18T03:50:47.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:47 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2023-12-18T03:50:47.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:47 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2023-12-18T03:50:47.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:47 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-12-18T03:50:47.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:47 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-18T03:50:47.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:47 smithi176 ceph-mon[110350]: osdmap e66: 8 total, 8 up, 8 in 2023-12-18T03:50:47.885 INFO:teuthology.orchestra.run.smithi160.stdout: 5 90 20.58 MB/sec warmup 1 sec latency 163.732 ms 2023-12-18T03:50:48.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:48 smithi160 ceph-mon[107718]: osdmap e67: 8 total, 8 up, 8 in 2023-12-18T03:50:48.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:48 smithi176 ceph-mon[110350]: osdmap e67: 8 total, 8 up, 8 in 2023-12-18T03:50:48.886 INFO:teuthology.orchestra.run.smithi160.stdout: 5 197 19.45 MB/sec warmup 2 sec latency 175.048 ms 2023-12-18T03:50:49.146 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-18T03:50:49.270 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:49 smithi160 ceph-mon[107718]: pgmap v176: 97 pgs: 1 activating, 2 peering, 94 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 KiB/s wr, 9 op/s 2023-12-18T03:50:49.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:49 smithi176 ceph-mon[110350]: pgmap v176: 97 pgs: 1 activating, 2 peering, 94 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 KiB/s wr, 9 op/s 2023-12-18T03:50:49.890 INFO:teuthology.orchestra.run.smithi160.stdout: 5 305 18.62 MB/sec warmup 3 sec latency 170.464 ms 2023-12-18T03:50:50.354 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:50 smithi160 ceph-mon[107718]: pgmap v177: 97 pgs: 1 activating, 2 peering, 94 active+clean; 14 MiB data, 62 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s wr, 29 op/s; 69 B/s, 0 objects/s recovering 2023-12-18T03:50:50.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:50 smithi176 ceph-mon[110350]: pgmap v177: 97 pgs: 1 activating, 2 peering, 94 active+clean; 14 MiB data, 62 MiB used, 715 GiB / 715 GiB avail; 1.6 MiB/s wr, 29 op/s; 69 B/s, 0 objects/s recovering 2023-12-18T03:50:50.890 INFO:teuthology.orchestra.run.smithi160.stdout: 5 408 18.03 MB/sec warmup 4 sec latency 144.929 ms 2023-12-18T03:50:51.738 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-18T03:50:51.890 INFO:teuthology.orchestra.run.smithi160.stdout: 5 515 17.87 MB/sec warmup 5 sec latency 203.910 ms 2023-12-18T03:50:52.890 INFO:teuthology.orchestra.run.smithi160.stdout: 5 705 17.33 MB/sec warmup 6 sec latency 110.063 ms 2023-12-18T03:50:53.192 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:53 smithi160 ceph-mon[107718]: pgmap v178: 97 pgs: 1 activating, 2 peering, 94 active+clean; 41 MiB data, 105 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 5.3 MiB/s wr, 291 op/s; 69 B/s, 0 objects/s recovering 2023-12-18T03:50:53.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:53 smithi176 ceph-mon[110350]: pgmap v178: 97 pgs: 1 activating, 2 peering, 94 active+clean; 41 MiB data, 105 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 5.3 MiB/s wr, 291 op/s; 69 B/s, 0 objects/s recovering 2023-12-18T03:50:53.896 INFO:teuthology.orchestra.run.smithi160.stdout: 5 973 15.79 MB/sec warmup 7 sec latency 158.007 ms 2023-12-18T03:50:54.449 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph mgr module enable nfs --force' 2023-12-18T03:50:54.897 INFO:teuthology.orchestra.run.smithi160.stdout: 5 1394 15.86 MB/sec warmup 8 sec latency 149.587 ms 2023-12-18T03:50:55.218 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:55 smithi160 ceph-mon[107718]: pgmap v179: 97 pgs: 97 active+clean; 91 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 12 MiB/s wr, 422 op/s; 69 B/s, 0 objects/s recovering 2023-12-18T03:50:55.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:55 smithi176 ceph-mon[110350]: pgmap v179: 97 pgs: 97 active+clean; 91 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 12 MiB/s wr, 422 op/s; 69 B/s, 0 objects/s recovering 2023-12-18T03:50:55.897 INFO:teuthology.orchestra.run.smithi160.stdout: 5 2048 14.86 MB/sec warmup 9 sec latency 108.536 ms 2023-12-18T03:50:56.897 INFO:teuthology.orchestra.run.smithi160.stdout: 5 2464 14.39 MB/sec warmup 10 sec latency 130.991 ms 2023-12-18T03:50:57.161 INFO:teuthology.orchestra.run.smithi160.stderr:module 'nfs' is already enabled 2023-12-18T03:50:57.278 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:57 smithi160 ceph-mon[107718]: pgmap v180: 97 pgs: 97 active+clean; 99 MiB data, 140 MiB used, 715 GiB / 715 GiB avail; 219 B/s rd, 11 MiB/s wr, 384 op/s; 59 B/s, 0 objects/s recovering 2023-12-18T03:50:57.278 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:57 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1199777878' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T03:50:57.278 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:57 smithi160 ceph-mon[107718]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T03:50:57.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:57 smithi176 ceph-mon[110350]: pgmap v180: 97 pgs: 97 active+clean; 99 MiB data, 140 MiB used, 715 GiB / 715 GiB avail; 219 B/s rd, 11 MiB/s wr, 384 op/s; 59 B/s, 0 objects/s recovering 2023-12-18T03:50:57.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:57 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/1199777878' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T03:50:57.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:57 smithi176 ceph-mon[110350]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-18T03:50:57.793 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-18T03:50:57.897 INFO:teuthology.orchestra.run.smithi160.stdout: 5 2976 14.91 MB/sec warmup 11 sec latency 129.092 ms 2023-12-18T03:50:58.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:58 smithi160 ceph-mon[107718]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-18T03:50:58.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:58 smithi160 ceph-mon[107718]: mgrmap e21: smithi160.agnnin(active, since 4m), standbys: smithi176.vfuuiq 2023-12-18T03:50:58.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:58 smithi176 ceph-mon[110350]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-18T03:50:58.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:58 smithi176 ceph-mon[110350]: mgrmap e21: smithi160.agnnin(active, since 4m), standbys: smithi176.vfuuiq 2023-12-18T03:50:58.897 INFO:teuthology.orchestra.run.smithi160.stdout: 5 3399 15.11 MB/sec warmup 12 sec latency 127.092 ms 2023-12-18T03:50:59.338 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:50:59 smithi160 ceph-mon[107718]: pgmap v181: 97 pgs: 97 active+clean; 111 MiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 MiB/s wr, 510 op/s; 53 B/s, 0 objects/s recovering 2023-12-18T03:50:59.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:50:59 smithi176 ceph-mon[110350]: pgmap v181: 97 pgs: 97 active+clean; 111 MiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 MiB/s wr, 510 op/s; 53 B/s, 0 objects/s recovering 2023-12-18T03:50:59.897 INFO:teuthology.orchestra.run.smithi160.stdout: 5 3701 14.89 MB/sec warmup 13 sec latency 138.305 ms 2023-12-18T03:51:00.132 INFO:teuthology.orchestra.run.smithi160.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:7c08d8cc100424c780cddee2341c03c1c5e7543a 2023-12-18T03:51:00.750 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-18T03:51:00.751 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi160.front.sepia.ceph.com 2023-12-18T03:51:00.751 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- 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-18T03:51:00.897 INFO:teuthology.orchestra.run.smithi160.stdout: 5 3916 14.18 MB/sec warmup 14 sec latency 210.774 ms 2023-12-18T03:51:01.373 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:01 smithi160 ceph-mon[107718]: pgmap v182: 97 pgs: 97 active+clean; 121 MiB data, 232 MiB used, 715 GiB / 715 GiB avail; 1022 B/s rd, 12 MiB/s wr, 618 op/s; 46 B/s, 0 objects/s recovering 2023-12-18T03:51:01.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:01 smithi160 ceph-mon[107718]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:7c08d8cc100424c780cddee2341c03c1c5e7543a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:01.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:01 smithi160 ceph-mon[107718]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:7c08d8cc100424c780cddee2341c03c1c5e7543a 2023-12-18T03:51:01.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:51:01.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:51:01.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:51:01.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:51:01.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:51:01.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:01 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:51:01.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:01 smithi176 ceph-mon[110350]: pgmap v182: 97 pgs: 97 active+clean; 121 MiB data, 232 MiB used, 715 GiB / 715 GiB avail; 1022 B/s rd, 12 MiB/s wr, 618 op/s; 46 B/s, 0 objects/s recovering 2023-12-18T03:51:01.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:01 smithi176 ceph-mon[110350]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:7c08d8cc100424c780cddee2341c03c1c5e7543a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:01.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:01 smithi176 ceph-mon[110350]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:7c08d8cc100424c780cddee2341c03c1c5e7543a 2023-12-18T03:51:01.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:51:01.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:51:01.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:51:01.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:51:01.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:51:01.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:01 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:51:01.897 INFO:teuthology.orchestra.run.smithi160.stdout: 5 4204 13.44 MB/sec warmup 15 sec latency 104.609 ms 2023-12-18T03:51:02.410 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:02 smithi160 ceph-mon[107718]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:7c08d8cc100424c780cddee2341c03c1c5e7543a 2023-12-18T03:51:02.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:02 smithi176 ceph-mon[110350]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:7c08d8cc100424c780cddee2341c03c1c5e7543a 2023-12-18T03:51:02.902 INFO:teuthology.orchestra.run.smithi160.stdout: 5 4448 12.84 MB/sec warmup 16 sec latency 134.047 ms 2023-12-18T03:51:03.433 INFO:teuthology.orchestra.run.smithi160.stdout:true 2023-12-18T03:51:03.451 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:03 smithi160 ceph-mon[107718]: pgmap v183: 97 pgs: 97 active+clean; 124 MiB data, 200 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 MiB/s wr, 623 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T03:51:03.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:03 smithi176 ceph-mon[110350]: pgmap v183: 97 pgs: 97 active+clean; 124 MiB data, 200 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 MiB/s wr, 623 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T03:51:03.902 INFO:teuthology.orchestra.run.smithi160.stdout: 5 4684 12.55 MB/sec warmup 17 sec latency 121.055 ms 2023-12-18T03:51:04.397 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T03:51:04.397 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 running (3m) 20s ago 4m 27.4M - ba2b418f427c 22ce406a5f73 2023-12-18T03:51:04.398 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (4m) 20s ago 4m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T03:51:04.398 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (4m) 21s ago 4m 7163k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T03:51:04.398 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 running (3m) 20s ago 4m 46.5M - 8.3.5 dad864ee21e9 9f1e350529e4 2023-12-18T03:51:04.398 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (39s) 20s ago 39s 17.4M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T03:51:04.398 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (38s) 21s ago 38s 15.5M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T03:51:04.398 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (5m) 20s ago 5m 476M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T03:51:04.398 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (4m) 21s ago 4m 418M - 17.2.0 e1d6a67b021e c2f40d075c47 2023-12-18T03:51:04.398 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (5m) 20s ago 5m 76.6M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T03:51:04.398 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (4m) 21s ago 4m 65.0M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T03:51:04.398 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (28s) 20s ago 27s 52.4M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T03:51:04.398 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (23s) 21s ago 23s 55.8M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T03:51:04.399 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 running (4m) 20s ago 4m 24.7M - 1dbe0e931976 b4be94252fcf 2023-12-18T03:51:04.399 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 running (3m) 21s ago 3m 25.5M - 1dbe0e931976 cdb49b667ed8 2023-12-18T03:51:04.399 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (3m) 20s ago 3m 54.4M 3224M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T03:51:04.399 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (3m) 20s ago 3m 59.7M 3224M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T03:51:04.399 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (2m) 20s ago 2m 51.4M 3224M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T03:51:04.399 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (2m) 20s ago 2m 50.2M 3224M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T03:51:04.399 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (2m) 21s ago 2m 50.0M 3992M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T03:51:04.399 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (2m) 21s ago 2m 48.6M 3992M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T03:51:04.399 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (110s) 21s ago 110s 52.4M 3992M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T03:51:04.399 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (93s) 21s ago 93s 49.9M 3992M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T03:51:04.399 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 running (3m) 20s ago 3m 62.2M - 514e6a882f6e 77231fe811f3 2023-12-18T03:51:04.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:04 smithi160 ceph-mon[107718]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:04.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:04 smithi160 ceph-mon[107718]: pgmap v184: 97 pgs: 97 active+clean; 132 MiB data, 247 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.9 MiB/s wr, 552 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T03:51:04.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:04 smithi160 ceph-mon[107718]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:04.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:04 smithi176 ceph-mon[110350]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:04.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:04 smithi176 ceph-mon[110350]: pgmap v184: 97 pgs: 97 active+clean; 132 MiB data, 247 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.9 MiB/s wr, 552 op/s; 0 B/s, 0 objects/s recovering 2023-12-18T03:51:04.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:04 smithi176 ceph-mon[110350]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:04.912 INFO:teuthology.orchestra.run.smithi160.stdout: 5 4847 11.96 MB/sec warmup 18 sec latency 134.889 ms 2023-12-18T03:51:04.942 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T03:51:04.943 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:51:05.245 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:05 smithi160 ceph-mon[107718]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:05.245 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:05 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3812645750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:51:05.444 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:51:05.444 INFO:teuthology.orchestra.run.smithi160.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:7c08d8cc100424c780cddee2341c03c1c5e7543a", 2023-12-18T03:51:05.444 INFO:teuthology.orchestra.run.smithi160.stdout: "in_progress": true, 2023-12-18T03:51:05.444 INFO:teuthology.orchestra.run.smithi160.stdout: "services_complete": [], 2023-12-18T03:51:05.444 INFO:teuthology.orchestra.run.smithi160.stdout: "progress": "", 2023-12-18T03:51:05.444 INFO:teuthology.orchestra.run.smithi160.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:7c08d8cc100424c780cddee2341c03c1c5e7543a image" 2023-12-18T03:51:05.444 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:51:05.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:05 smithi176 ceph-mon[110350]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:05.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:05 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/3812645750' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:51:05.913 INFO:teuthology.orchestra.run.smithi160.stdout: 5 5023 11.57 MB/sec warmup 19 sec latency 138.753 ms 2023-12-18T03:51:05.985 INFO:teuthology.orchestra.run.smithi160.stdout:HEALTH_OK 2023-12-18T03:51:06.273 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:06 smithi160 ceph-mon[107718]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:06.273 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:06 smithi160 ceph-mon[107718]: pgmap v185: 97 pgs: 97 active+clean; 131 MiB data, 231 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 5.7 MiB/s wr, 473 op/s 2023-12-18T03:51:06.273 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:06 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2370631032' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:51:06.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:06 smithi176 ceph-mon[110350]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:06.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:06 smithi176 ceph-mon[110350]: pgmap v185: 97 pgs: 97 active+clean; 131 MiB data, 231 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 5.7 MiB/s wr, 473 op/s 2023-12-18T03:51:06.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:06 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2370631032' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:51:06.913 INFO:teuthology.orchestra.run.smithi160.stdout: 5 5270 11.19 MB/sec warmup 20 sec latency 160.066 ms 2023-12-18T03:51:07.921 INFO:teuthology.orchestra.run.smithi160.stdout: 5 5574 10.93 MB/sec warmup 21 sec latency 135.940 ms 2023-12-18T03:51:08.921 INFO:teuthology.orchestra.run.smithi160.stdout: 5 5915 10.81 MB/sec warmup 22 sec latency 123.612 ms 2023-12-18T03:51:09.382 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:09 smithi160 ceph-mon[107718]: pgmap v186: 97 pgs: 97 active+clean; 132 MiB data, 261 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.8 MiB/s wr, 571 op/s 2023-12-18T03:51:09.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:09 smithi176 ceph-mon[110350]: pgmap v186: 97 pgs: 97 active+clean; 132 MiB data, 261 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.8 MiB/s wr, 571 op/s 2023-12-18T03:51:09.921 INFO:teuthology.orchestra.run.smithi160.stdout: 5 6267 10.88 MB/sec warmup 23 sec latency 123.557 ms 2023-12-18T03:51:10.921 INFO:teuthology.orchestra.run.smithi160.stdout: 5 6604 10.89 MB/sec warmup 24 sec latency 134.988 ms 2023-12-18T03:51:11.172 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:11 smithi160 ceph-mon[107718]: pgmap v187: 97 pgs: 97 active+clean; 124 MiB data, 291 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.9 MiB/s wr, 468 op/s 2023-12-18T03:51:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:11 smithi176 ceph-mon[110350]: pgmap v187: 97 pgs: 97 active+clean; 124 MiB data, 291 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.9 MiB/s wr, 468 op/s 2023-12-18T03:51:11.925 INFO:teuthology.orchestra.run.smithi160.stdout: 5 6896 11.02 MB/sec warmup 25 sec latency 128.394 ms 2023-12-18T03:51:12.925 INFO:teuthology.orchestra.run.smithi160.stdout: 5 7115 10.85 MB/sec warmup 26 sec latency 126.472 ms 2023-12-18T03:51:13.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:13 smithi160 ceph-mon[107718]: pgmap v188: 97 pgs: 97 active+clean; 128 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-12-18T03:51:13.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:13 smithi176 ceph-mon[110350]: pgmap v188: 97 pgs: 97 active+clean; 128 MiB data, 306 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-12-18T03:51:13.925 INFO:teuthology.orchestra.run.smithi160.stdout: 5 7493 10.84 MB/sec warmup 27 sec latency 135.754 ms 2023-12-18T03:51:14.926 INFO:teuthology.orchestra.run.smithi160.stdout: 5 7724 10.61 MB/sec warmup 28 sec latency 158.176 ms 2023-12-18T03:51:15.230 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:15 smithi160 ceph-mon[107718]: pgmap v189: 97 pgs: 97 active+clean; 136 MiB data, 330 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.5 MiB/s wr, 464 op/s 2023-12-18T03:51:15.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:15 smithi176 ceph-mon[110350]: pgmap v189: 97 pgs: 97 active+clean; 136 MiB data, 330 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.5 MiB/s wr, 464 op/s 2023-12-18T03:51:15.926 INFO:teuthology.orchestra.run.smithi160.stdout: 5 7959 10.40 MB/sec warmup 29 sec latency 176.202 ms 2023-12-18T03:51:16.925 INFO:teuthology.orchestra.run.smithi160.stdout: 5 8274 10.37 MB/sec warmup 30 sec latency 161.478 ms 2023-12-18T03:51:17.286 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:17 smithi160 ceph-mon[107718]: pgmap v190: 97 pgs: 97 active+clean; 138 MiB data, 336 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 369 op/s 2023-12-18T03:51:17.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:17 smithi176 ceph-mon[110350]: pgmap v190: 97 pgs: 97 active+clean; 138 MiB data, 336 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 369 op/s 2023-12-18T03:51:17.926 INFO:teuthology.orchestra.run.smithi160.stdout: 5 8587 10.10 MB/sec warmup 31 sec latency 132.644 ms 2023-12-18T03:51:18.926 INFO:teuthology.orchestra.run.smithi160.stdout: 5 8850 9.90 MB/sec warmup 32 sec latency 117.814 ms 2023-12-18T03:51:19.317 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:19 smithi160 ceph-mon[107718]: pgmap v191: 97 pgs: 97 active+clean; 141 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-18T03:51:19.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:19 smithi176 ceph-mon[110350]: pgmap v191: 97 pgs: 97 active+clean; 141 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-18T03:51:19.926 INFO:teuthology.orchestra.run.smithi160.stdout: 5 9058 9.75 MB/sec warmup 33 sec latency 123.784 ms 2023-12-18T03:51:20.926 INFO:teuthology.orchestra.run.smithi160.stdout: 5 9290 9.81 MB/sec warmup 34 sec latency 207.516 ms 2023-12-18T03:51:21.373 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:21 smithi160 ceph-mon[107718]: pgmap v192: 97 pgs: 97 active+clean; 143 MiB data, 391 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-12-18T03:51:21.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:21 smithi176 ceph-mon[110350]: pgmap v192: 97 pgs: 97 active+clean; 143 MiB data, 391 MiB used, 715 GiB / 715 GiB avail; 4.8 KiB/s rd, 4.4 MiB/s wr, 424 op/s 2023-12-18T03:51:21.926 INFO:teuthology.orchestra.run.smithi160.stdout: 5 9597 9.80 MB/sec warmup 35 sec latency 117.758 ms 2023-12-18T03:51:22.926 INFO:teuthology.orchestra.run.smithi160.stdout: 5 9951 9.80 MB/sec warmup 36 sec latency 125.451 ms 2023-12-18T03:51:23.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:23 smithi160 ceph-mon[107718]: pgmap v193: 97 pgs: 97 active+clean; 138 MiB data, 402 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-12-18T03:51:23.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:23 smithi176 ceph-mon[110350]: pgmap v193: 97 pgs: 97 active+clean; 138 MiB data, 402 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-12-18T03:51:23.926 INFO:teuthology.orchestra.run.smithi160.stdout: 5 10259 9.81 MB/sec warmup 37 sec latency 125.165 ms 2023-12-18T03:51:24.926 INFO:teuthology.orchestra.run.smithi160.stdout: 5 10492 9.74 MB/sec warmup 38 sec latency 161.596 ms 2023-12-18T03:51:25.433 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:25 smithi160 ceph-mon[107718]: pgmap v194: 97 pgs: 97 active+clean; 144 MiB data, 434 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 456 op/s 2023-12-18T03:51:25.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:25 smithi176 ceph-mon[110350]: pgmap v194: 97 pgs: 97 active+clean; 144 MiB data, 434 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 456 op/s 2023-12-18T03:51:25.927 INFO:teuthology.orchestra.run.smithi160.stdout: 5 10769 9.71 MB/sec warmup 39 sec latency 195.733 ms 2023-12-18T03:51:26.932 INFO:teuthology.orchestra.run.smithi160.stdout: 5 11034 9.71 MB/sec warmup 40 sec latency 135.631 ms 2023-12-18T03:51:27.468 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:27 smithi160 ceph-mon[107718]: pgmap v195: 97 pgs: 97 active+clean; 145 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-18T03:51:27.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:27 smithi176 ceph-mon[110350]: pgmap v195: 97 pgs: 97 active+clean; 145 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-18T03:51:27.927 INFO:teuthology.orchestra.run.smithi160.stdout: 5 11363 9.64 MB/sec warmup 41 sec latency 123.791 ms 2023-12-18T03:51:28.927 INFO:teuthology.orchestra.run.smithi160.stdout: 5 11614 9.50 MB/sec warmup 42 sec latency 175.263 ms 2023-12-18T03:51:29.262 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:29 smithi160 ceph-mon[107718]: pgmap v196: 97 pgs: 97 active+clean; 149 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.0 MiB/s wr, 364 op/s 2023-12-18T03:51:29.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:29 smithi176 ceph-mon[110350]: pgmap v196: 97 pgs: 97 active+clean; 149 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.0 MiB/s wr, 364 op/s 2023-12-18T03:51:29.927 INFO:teuthology.orchestra.run.smithi160.stdout: 5 11873 9.41 MB/sec warmup 43 sec latency 143.376 ms 2023-12-18T03:51:30.298 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:51:30.298 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:30 smithi160 ceph-mon[107718]: Upgrade: Target is version 19.0.0-301-g7c08d8cc (unknown) 2023-12-18T03:51:30.298 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:30 smithi160 ceph-mon[107718]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102, digests ['quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102'] 2023-12-18T03:51:30.299 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:51:30.299 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:30 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:51:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:51:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:30 smithi176 ceph-mon[110350]: Upgrade: Target is version 19.0.0-301-g7c08d8cc (unknown) 2023-12-18T03:51:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:30 smithi176 ceph-mon[110350]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102, digests ['quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102'] 2023-12-18T03:51:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:51:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:30 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:51:30.927 INFO:teuthology.orchestra.run.smithi160.stdout: 5 12156 9.32 MB/sec warmup 44 sec latency 120.943 ms 2023-12-18T03:51:31.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:31 smithi160 ceph-mon[107718]: Upgrade: Need to upgrade myself (mgr.smithi160.agnnin) 2023-12-18T03:51:31.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:31 smithi160 ceph-mon[107718]: pgmap v197: 97 pgs: 97 active+clean; 156 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.7 MiB/s wr, 500 op/s 2023-12-18T03:51:31.321 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:31 smithi160 ceph-mon[107718]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102 on smithi176 2023-12-18T03:51:31.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:31 smithi176 ceph-mon[110350]: Upgrade: Need to upgrade myself (mgr.smithi160.agnnin) 2023-12-18T03:51:31.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:31 smithi176 ceph-mon[110350]: pgmap v197: 97 pgs: 97 active+clean; 156 MiB data, 454 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.7 MiB/s wr, 500 op/s 2023-12-18T03:51:31.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:31 smithi176 ceph-mon[110350]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102 on smithi176 2023-12-18T03:51:31.927 INFO:teuthology.orchestra.run.smithi160.stdout: 5 12464 9.21 MB/sec warmup 45 sec latency 132.090 ms 2023-12-18T03:51:32.927 INFO:teuthology.orchestra.run.smithi160.stdout: 5 12754 9.24 MB/sec warmup 46 sec latency 141.383 ms 2023-12-18T03:51:33.342 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:33 smithi160 ceph-mon[107718]: pgmap v198: 97 pgs: 97 active+clean; 154 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-18T03:51:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:33 smithi176 ceph-mon[110350]: pgmap v198: 97 pgs: 97 active+clean; 154 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 366 op/s 2023-12-18T03:51:33.927 INFO:teuthology.orchestra.run.smithi160.stdout: 5 13149 9.33 MB/sec warmup 47 sec latency 133.000 ms 2023-12-18T03:51:34.927 INFO:teuthology.orchestra.run.smithi160.stdout: 5 13607 9.38 MB/sec warmup 48 sec latency 119.723 ms 2023-12-18T03:51:35.392 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:35 smithi160 ceph-mon[107718]: pgmap v199: 97 pgs: 97 active+clean; 156 MiB data, 505 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-12-18T03:51:35.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:35 smithi176 ceph-mon[110350]: pgmap v199: 97 pgs: 97 active+clean; 156 MiB data, 505 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-12-18T03:51:35.927 INFO:teuthology.orchestra.run.smithi160.stdout: 5 13862 9.35 MB/sec warmup 49 sec latency 136.441 ms 2023-12-18T03:51:36.495 INFO:teuthology.orchestra.run.smithi160.stdout:true 2023-12-18T03:51:36.936 INFO:teuthology.orchestra.run.smithi160.stdout: 5 14257 9.48 MB/sec warmup 50 sec latency 140.502 ms 2023-12-18T03:51:37.306 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T03:51:37.306 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 running (4m) 53s ago 5m 27.4M - ba2b418f427c 22ce406a5f73 2023-12-18T03:51:37.306 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (5m) 53s ago 5m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T03:51:37.306 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (4m) 54s ago 4m 7163k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T03:51:37.306 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 running (4m) 53s ago 5m 46.5M - 8.3.5 dad864ee21e9 9f1e350529e4 2023-12-18T03:51:37.306 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (72s) 53s ago 72s 17.4M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T03:51:37.306 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (71s) 54s ago 70s 15.5M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (6m) 53s ago 6m 476M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (4m) 54s ago 4m 418M - 17.2.0 e1d6a67b021e c2f40d075c47 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (6m) 53s ago 6m 76.6M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (4m) 54s ago 4m 65.0M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (61s) 53s ago 60s 52.4M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (56s) 54s ago 56s 55.8M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 running (4m) 53s ago 4m 24.7M - 1dbe0e931976 b4be94252fcf 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 running (4m) 54s ago 4m 25.5M - 1dbe0e931976 cdb49b667ed8 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (4m) 53s ago 4m 54.4M 3224M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (3m) 53s ago 3m 59.7M 3224M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (3m) 53s ago 3m 51.4M 3224M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (3m) 53s ago 3m 50.2M 3224M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (2m) 54s ago 2m 50.0M 3992M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (2m) 54s ago 2m 48.6M 3992M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T03:51:37.307 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (2m) 54s ago 2m 52.4M 3992M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T03:51:37.308 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (2m) 54s ago 2m 49.9M 3992M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T03:51:37.308 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 running (4m) 53s ago 4m 62.2M - 514e6a882f6e 77231fe811f3 2023-12-18T03:51:37.436 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:37 smithi160 ceph-mon[107718]: pgmap v200: 97 pgs: 97 active+clean; 156 MiB data, 510 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-18T03:51:37.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:37 smithi176 ceph-mon[110350]: pgmap v200: 97 pgs: 97 active+clean; 156 MiB data, 510 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 353 op/s 2023-12-18T03:51:37.765 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:51:37.765 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T03:51:37.765 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:51:37.765 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:51:37.765 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T03:51:37.765 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:51:37.765 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:51:37.765 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T03:51:37.765 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T03:51:37.766 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:51:37.766 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T03:51:37.766 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:51:37.766 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:51:37.766 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T03:51:37.766 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T03:51:37.766 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T03:51:37.766 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:51:37.936 INFO:teuthology.orchestra.run.smithi160.stdout: 5 14582 9.46 MB/sec warmup 51 sec latency 129.631 ms 2023-12-18T03:51:38.178 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:51:38.179 INFO:teuthology.orchestra.run.smithi160.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102", 2023-12-18T03:51:38.179 INFO:teuthology.orchestra.run.smithi160.stdout: "in_progress": true, 2023-12-18T03:51:38.179 INFO:teuthology.orchestra.run.smithi160.stdout: "services_complete": [], 2023-12-18T03:51:38.179 INFO:teuthology.orchestra.run.smithi160.stdout: "progress": "0/23 daemons upgraded", 2023-12-18T03:51:38.179 INFO:teuthology.orchestra.run.smithi160.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102 image on host smithi176" 2023-12-18T03:51:38.179 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:51:38.446 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:38 smithi160 ceph-mon[107718]: from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:38.446 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:38 smithi160 ceph-mon[107718]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:38.446 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:38 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2609657098' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:51:38.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:38 smithi176 ceph-mon[110350]: from='client.24409 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:38.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:38 smithi176 ceph-mon[110350]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:38.525 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:38 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2609657098' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:51:38.635 INFO:teuthology.orchestra.run.smithi160.stdout:HEALTH_OK 2023-12-18T03:51:38.943 INFO:teuthology.orchestra.run.smithi160.stdout: 5 14942 9.47 MB/sec warmup 52 sec latency 126.815 ms 2023-12-18T03:51:39.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:39 smithi160 ceph-mon[107718]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:39.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:39 smithi160 ceph-mon[107718]: pgmap v201: 97 pgs: 97 active+clean; 157 MiB data, 539 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-18T03:51:39.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:39 smithi160 ceph-mon[107718]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:39.464 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:39 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/203216053' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:51:39.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:39 smithi176 ceph-mon[110350]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:39.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:39 smithi176 ceph-mon[110350]: pgmap v201: 97 pgs: 97 active+clean; 157 MiB data, 539 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-18T03:51:39.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:39 smithi176 ceph-mon[110350]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:51:39.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:39 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/203216053' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:51:39.943 INFO:teuthology.orchestra.run.smithi160.stdout: 5 15240 9.35 MB/sec warmup 53 sec latency 134.807 ms 2023-12-18T03:51:40.943 INFO:teuthology.orchestra.run.smithi160.stdout: 5 15549 9.30 MB/sec warmup 54 sec latency 132.300 ms 2023-12-18T03:51:41.275 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:41 smithi160 ceph-mon[107718]: pgmap v202: 97 pgs: 97 active+clean; 169 MiB data, 559 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.5 MiB/s wr, 566 op/s 2023-12-18T03:51:41.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:41 smithi176 ceph-mon[110350]: pgmap v202: 97 pgs: 97 active+clean; 169 MiB data, 559 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.5 MiB/s wr, 566 op/s 2023-12-18T03:51:41.948 INFO:teuthology.orchestra.run.smithi160.stdout: 5 15862 9.29 MB/sec warmup 55 sec latency 123.389 ms 2023-12-18T03:51:42.948 INFO:teuthology.orchestra.run.smithi160.stdout: 5 16133 9.23 MB/sec warmup 56 sec latency 157.333 ms 2023-12-18T03:51:43.342 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:43 smithi160 ceph-mon[107718]: pgmap v203: 97 pgs: 97 active+clean; 169 MiB data, 570 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.5 MiB/s wr, 423 op/s 2023-12-18T03:51:43.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:43 smithi176 ceph-mon[110350]: pgmap v203: 97 pgs: 97 active+clean; 169 MiB data, 570 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.5 MiB/s wr, 423 op/s 2023-12-18T03:51:43.955 INFO:teuthology.orchestra.run.smithi160.stdout: 5 16615 9.37 MB/sec warmup 57 sec latency 139.869 ms 2023-12-18T03:51:44.955 INFO:teuthology.orchestra.run.smithi160.stdout: 5 17019 9.35 MB/sec warmup 58 sec latency 139.627 ms 2023-12-18T03:51:45.402 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:45 smithi160 ceph-mon[107718]: pgmap v204: 97 pgs: 97 active+clean; 170 MiB data, 601 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.4 MiB/s wr, 544 op/s 2023-12-18T03:51:45.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:45 smithi176 ceph-mon[110350]: pgmap v204: 97 pgs: 97 active+clean; 170 MiB data, 601 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.4 MiB/s wr, 544 op/s 2023-12-18T03:51:45.962 INFO:teuthology.orchestra.run.smithi160.stdout: 5 17404 9.36 MB/sec warmup 59 sec latency 126.523 ms 2023-12-18T03:51:46.442 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:51:46.442 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:46 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:51:46.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:51:46.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:46 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi160.agnnin/trash_purge_schedule"}]: dispatch 2023-12-18T03:51:46.962 INFO:teuthology.orchestra.run.smithi160.stdout: 5 17770 9.40 MB/sec warmup 60 sec latency 131.543 ms 2023-12-18T03:51:47.449 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:47 smithi160 ceph-mon[107718]: pgmap v205: 97 pgs: 97 active+clean; 169 MiB data, 602 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-18T03:51:47.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:47 smithi176 ceph-mon[110350]: pgmap v205: 97 pgs: 97 active+clean; 169 MiB data, 602 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-18T03:51:47.962 INFO:teuthology.orchestra.run.smithi160.stdout: 5 18120 9.43 MB/sec warmup 61 sec latency 120.935 ms 2023-12-18T03:51:48.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:48 smithi160 ceph-mon[107718]: pgmap v206: 97 pgs: 97 active+clean; 170 MiB data, 624 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.0 MiB/s wr, 447 op/s 2023-12-18T03:51:48.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:48 smithi176 ceph-mon[110350]: pgmap v206: 97 pgs: 97 active+clean; 170 MiB data, 624 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.0 MiB/s wr, 447 op/s 2023-12-18T03:51:48.962 INFO:teuthology.orchestra.run.smithi160.stdout: 5 18464 9.46 MB/sec warmup 62 sec latency 129.778 ms 2023-12-18T03:51:49.963 INFO:teuthology.orchestra.run.smithi160.stdout: 5 18930 9.45 MB/sec warmup 63 sec latency 105.306 ms 2023-12-18T03:51:50.765 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:50 smithi160 ceph-mon[107718]: pgmap v207: 97 pgs: 97 active+clean; 181 MiB data, 652 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.4 MiB/s wr, 650 op/s 2023-12-18T03:51:50.973 INFO:teuthology.orchestra.run.smithi160.stdout: 5 19389 9.43 MB/sec warmup 64 sec latency 126.895 ms 2023-12-18T03:51:51.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:50 smithi176 ceph-mon[110350]: pgmap v207: 97 pgs: 97 active+clean; 181 MiB data, 652 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 6.4 MiB/s wr, 650 op/s 2023-12-18T03:51:51.974 INFO:teuthology.orchestra.run.smithi160.stdout: 5 19767 9.48 MB/sec warmup 65 sec latency 137.945 ms 2023-12-18T03:51:52.976 INFO:teuthology.orchestra.run.smithi160.stdout: 5 20268 9.56 MB/sec warmup 66 sec latency 87.040 ms 2023-12-18T03:51:53.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:53 smithi160 ceph-mon[107718]: pgmap v208: 97 pgs: 97 active+clean; 181 MiB data, 655 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.8 MiB/s wr, 457 op/s 2023-12-18T03:51:53.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:53 smithi176 ceph-mon[110350]: pgmap v208: 97 pgs: 97 active+clean; 181 MiB data, 655 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.8 MiB/s wr, 457 op/s 2023-12-18T03:51:53.982 INFO:teuthology.orchestra.run.smithi160.stdout: 5 20703 9.58 MB/sec warmup 67 sec latency 130.006 ms 2023-12-18T03:51:54.983 INFO:teuthology.orchestra.run.smithi160.stdout: 5 20991 9.53 MB/sec warmup 68 sec latency 105.286 ms 2023-12-18T03:51:55.350 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:55 smithi160 ceph-mon[107718]: pgmap v209: 97 pgs: 97 active+clean; 180 MiB data, 693 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 517 op/s 2023-12-18T03:51:55.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:55 smithi176 ceph-mon[110350]: pgmap v209: 97 pgs: 97 active+clean; 180 MiB data, 693 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 517 op/s 2023-12-18T03:51:55.982 INFO:teuthology.orchestra.run.smithi160.stdout: 5 21316 9.55 MB/sec warmup 69 sec latency 125.641 ms 2023-12-18T03:51:56.983 INFO:teuthology.orchestra.run.smithi160.stdout: 5 21631 9.56 MB/sec warmup 70 sec latency 127.010 ms 2023-12-18T03:51:57.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:57 smithi160 ceph-mon[107718]: pgmap v210: 97 pgs: 97 active+clean; 183 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.9 MiB/s wr, 461 op/s 2023-12-18T03:51:57.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:57 smithi176 ceph-mon[110350]: pgmap v210: 97 pgs: 97 active+clean; 183 MiB data, 696 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.9 MiB/s wr, 461 op/s 2023-12-18T03:51:57.983 INFO:teuthology.orchestra.run.smithi160.stdout: 5 21954 9.57 MB/sec warmup 71 sec latency 145.259 ms 2023-12-18T03:51:58.983 INFO:teuthology.orchestra.run.smithi160.stdout: 5 22303 9.55 MB/sec warmup 72 sec latency 123.402 ms 2023-12-18T03:51:59.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:51:59 smithi160 ceph-mon[107718]: pgmap v211: 97 pgs: 97 active+clean; 186 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 548 op/s 2023-12-18T03:51:59.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:51:59 smithi176 ceph-mon[110350]: pgmap v211: 97 pgs: 97 active+clean; 186 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 548 op/s 2023-12-18T03:51:59.983 INFO:teuthology.orchestra.run.smithi160.stdout: 5 22680 9.49 MB/sec warmup 73 sec latency 94.605 ms 2023-12-18T03:52:00.983 INFO:teuthology.orchestra.run.smithi160.stdout: 5 22911 9.44 MB/sec warmup 74 sec latency 127.431 ms 2023-12-18T03:52:01.230 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:01 smithi160 ceph-mon[107718]: pgmap v212: 97 pgs: 97 active+clean; 195 MiB data, 766 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.4 MiB/s wr, 644 op/s 2023-12-18T03:52:01.456 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:01 smithi176 ceph-mon[110350]: pgmap v212: 97 pgs: 97 active+clean; 195 MiB data, 766 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 6.4 MiB/s wr, 644 op/s 2023-12-18T03:52:01.985 INFO:teuthology.orchestra.run.smithi160.stdout: 5 23269 9.50 MB/sec warmup 75 sec latency 123.406 ms 2023-12-18T03:52:02.983 INFO:teuthology.orchestra.run.smithi160.stdout: 5 23613 9.47 MB/sec warmup 76 sec latency 126.605 ms 2023-12-18T03:52:03.285 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:03 smithi160 ceph-mon[107718]: pgmap v213: 97 pgs: 97 active+clean; 194 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 428 op/s 2023-12-18T03:52:03.285 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:03 smithi160 ceph-mon[107718]: Upgrade: Updating mgr.smithi176.vfuuiq 2023-12-18T03:52:03.285 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:03 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:03.286 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:03 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.vfuuiq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:52:03.286 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:03 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T03:52:03.286 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:03 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:52:03.286 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:03 smithi160 ceph-mon[107718]: Deploying daemon mgr.smithi176.vfuuiq on smithi176 2023-12-18T03:52:03.389 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:03 smithi176 ceph-mon[110350]: pgmap v213: 97 pgs: 97 active+clean; 194 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 428 op/s 2023-12-18T03:52:03.389 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:03 smithi176 ceph-mon[110350]: Upgrade: Updating mgr.smithi176.vfuuiq 2023-12-18T03:52:03.390 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:03 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:03.390 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:03 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi176.vfuuiq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:52:03.390 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:03 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T03:52:03.390 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:03 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:52:03.390 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:03 smithi176 ceph-mon[110350]: Deploying daemon mgr.smithi176.vfuuiq on smithi176 2023-12-18T03:52:03.983 INFO:teuthology.orchestra.run.smithi160.stdout: 5 24028 9.52 MB/sec warmup 77 sec latency 141.984 ms 2023-12-18T03:52:04.988 INFO:teuthology.orchestra.run.smithi160.stdout: 5 24236 9.44 MB/sec warmup 78 sec latency 131.141 ms 2023-12-18T03:52:05.329 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:05 smithi160 ceph-mon[107718]: pgmap v214: 97 pgs: 97 active+clean; 195 MiB data, 803 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 563 op/s 2023-12-18T03:52:05.329 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:05 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:05.329 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:05 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:52:05.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:05 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:52:05.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:05 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:52:05.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:05 smithi176 ceph-mon[110350]: pgmap v214: 97 pgs: 97 active+clean; 195 MiB data, 803 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 563 op/s 2023-12-18T03:52:05.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:05 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:05.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:05 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:52:05.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:05 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:52:05.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:05 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:52:05.988 INFO:teuthology.orchestra.run.smithi160.stdout: 5 24671 9.48 MB/sec warmup 79 sec latency 150.820 ms 2023-12-18T03:52:06.993 INFO:teuthology.orchestra.run.smithi160.stdout: 5 25111 9.51 MB/sec warmup 80 sec latency 108.608 ms 2023-12-18T03:52:07.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:07 smithi160 ceph-mon[107718]: pgmap v215: 97 pgs: 97 active+clean; 194 MiB data, 803 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 491 op/s 2023-12-18T03:52:07.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:07 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:07.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:07 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:07.490 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:07 smithi176 ceph-mon[110350]: pgmap v215: 97 pgs: 97 active+clean; 194 MiB data, 803 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 491 op/s 2023-12-18T03:52:07.490 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:07 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:07.490 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:07 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:07.993 INFO:teuthology.orchestra.run.smithi160.stdout: 5 25511 9.55 MB/sec warmup 81 sec latency 130.535 ms 2023-12-18T03:52:08.994 INFO:teuthology.orchestra.run.smithi160.stdout: 5 26007 9.57 MB/sec warmup 82 sec latency 132.228 ms 2023-12-18T03:52:09.081 INFO:teuthology.orchestra.run.smithi160.stdout:true 2023-12-18T03:52:09.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:09 smithi160 ceph-mon[107718]: pgmap v216: 97 pgs: 97 active+clean; 198 MiB data, 825 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-12-18T03:52:09.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:09 smithi176 ceph-mon[110350]: pgmap v216: 97 pgs: 97 active+clean; 198 MiB data, 825 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-12-18T03:52:09.920 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 running (4m) 85s ago 5m 27.4M - ba2b418f427c 22ce406a5f73 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (5m) 85s ago 5m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (5m) 3s ago 5m 7163k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 running (4m) 85s ago 5m 46.5M - 8.3.5 dad864ee21e9 9f1e350529e4 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (105s) 85s ago 105s 17.4M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (103s) 3s ago 103s 15.8M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (6m) 85s ago 6m 476M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (6s) 3s ago 5m 46.6M - 19.0.0-301-g7c08d8cc e03b994e17d0 10abde1abc59 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (6m) 85s ago 6m 76.6M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (5m) 3s ago 5m 56.5M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (93s) 85s ago 93s 52.4M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (89s) 3s ago 88s 80.7M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 running (5m) 85s ago 5m 24.7M - 1dbe0e931976 b4be94252fcf 2023-12-18T03:52:09.921 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 running (5m) 3s ago 5m 25.9M - 1dbe0e931976 cdb49b667ed8 2023-12-18T03:52:09.922 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (4m) 85s ago 4m 54.4M 3224M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T03:52:09.922 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (4m) 85s ago 4m 59.7M 3224M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T03:52:09.922 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (4m) 85s ago 4m 51.4M 3224M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T03:52:09.922 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (3m) 85s ago 3m 50.2M 3224M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T03:52:09.922 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (3m) 3s ago 3m 393M 3992M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T03:52:09.922 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (3m) 3s ago 3m 414M 3992M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T03:52:09.922 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (2m) 3s ago 2m 353M 3992M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T03:52:09.922 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (2m) 3s ago 2m 645M 3992M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T03:52:09.922 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 running (4m) 85s ago 4m 62.2M - 514e6a882f6e 77231fe811f3 2023-12-18T03:52:09.993 INFO:teuthology.orchestra.run.smithi160.stdout: 5 26398 9.56 MB/sec warmup 83 sec latency 123.558 ms 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T03:52:10.394 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:52:10.395 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:52:10.395 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T03:52:10.395 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-18T03:52:10.395 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T03:52:10.395 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:52:10.406 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:10 smithi160 ceph-mon[107718]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:10.406 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:10 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:10.406 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:10 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:10.406 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:10 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:10.406 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:10 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:52:10.406 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:10 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr fail", "who": "smithi160.agnnin"}]: dispatch 2023-12-18T03:52:10.406 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:10 smithi160 ceph-mon[107718]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T03:52:10.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:10 smithi176 ceph-mon[110350]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:10.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:10 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:10.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:10 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:10.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:10 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' 2023-12-18T03:52:10.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:10 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:52:10.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:10 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "mgr fail", "who": "smithi160.agnnin"}]: dispatch 2023-12-18T03:52:10.482 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:10 smithi176 ceph-mon[110350]: osdmap e68: 8 total, 8 up, 8 in 2023-12-18T03:52:10.999 INFO:teuthology.orchestra.run.smithi160.stdout: 5 26754 9.58 MB/sec warmup 84 sec latency 150.175 ms 2023-12-18T03:52:11.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:11 smithi160 ceph-mon[107718]: Upgrade: Need to upgrade myself (mgr.smithi160.agnnin) 2023-12-18T03:52:11.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:11 smithi160 ceph-mon[107718]: Failing over to other MGR 2023-12-18T03:52:11.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:11 smithi160 ceph-mon[107718]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:11.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:11 smithi160 ceph-mon[107718]: pgmap v218: 97 pgs: 97 active+clean; 205 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 492 op/s 2023-12-18T03:52:11.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:11 smithi160 ceph-mon[107718]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:11.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:11 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2162416961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:52:11.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:11 smithi160 ceph-mon[107718]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "mgr fail", "who": "smithi160.agnnin"}]': finished 2023-12-18T03:52:11.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:11 smithi160 ceph-mon[107718]: mgrmap e22: smithi176.vfuuiq(active, starting, since 1.02231s) 2023-12-18T03:52:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:11 smithi176 ceph-mon[110350]: Upgrade: Need to upgrade myself (mgr.smithi160.agnnin) 2023-12-18T03:52:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:11 smithi176 ceph-mon[110350]: Failing over to other MGR 2023-12-18T03:52:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:11 smithi176 ceph-mon[110350]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:11 smithi176 ceph-mon[110350]: pgmap v218: 97 pgs: 97 active+clean; 205 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 492 op/s 2023-12-18T03:52:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:11 smithi176 ceph-mon[110350]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:11 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2162416961' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:52:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:11 smithi176 ceph-mon[110350]: from='mgr.14204 172.21.15.160:0/2112269975' entity='mgr.smithi160.agnnin' cmd='[{"prefix": "mgr fail", "who": "smithi160.agnnin"}]': finished 2023-12-18T03:52:11.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:11 smithi176 ceph-mon[110350]: mgrmap e22: smithi176.vfuuiq(active, starting, since 1.02231s) 2023-12-18T03:52:11.999 INFO:teuthology.orchestra.run.smithi160.stdout: 5 27241 9.61 MB/sec warmup 85 sec latency 87.405 ms 2023-12-18T03:52:12.999 INFO:teuthology.orchestra.run.smithi160.stdout: 5 27628 9.62 MB/sec warmup 86 sec latency 123.595 ms 2023-12-18T03:52:13.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:13 smithi160 ceph-mon[107718]: Active manager daemon smithi176.vfuuiq restarted 2023-12-18T03:52:13.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:13 smithi160 ceph-mon[107718]: Activating manager daemon smithi176.vfuuiq 2023-12-18T03:52:13.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:13 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.vfuuiq/crt"}]: dispatch 2023-12-18T03:52:13.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:13 smithi160 ceph-mon[107718]: osdmap e69: 8 total, 8 up, 8 in 2023-12-18T03:52:13.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:13 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T03:52:13.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:13 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.vfuuiq/key"}]: dispatch 2023-12-18T03:52:13.195 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:13 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T03:52:13.395 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:13 smithi176 ceph-mon[110350]: Active manager daemon smithi176.vfuuiq restarted 2023-12-18T03:52:13.395 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:13 smithi176 ceph-mon[110350]: Activating manager daemon smithi176.vfuuiq 2023-12-18T03:52:13.395 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:13 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.vfuuiq/crt"}]: dispatch 2023-12-18T03:52:13.395 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:13 smithi176 ceph-mon[110350]: osdmap e69: 8 total, 8 up, 8 in 2023-12-18T03:52:13.395 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:13 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T03:52:13.395 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:13 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi176.vfuuiq/key"}]: dispatch 2023-12-18T03:52:13.395 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:13 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T03:52:13.999 INFO:teuthology.orchestra.run.smithi160.stdout: 5 27911 9.65 MB/sec warmup 87 sec latency 142.749 ms 2023-12-18T03:52:14.215 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: mgrmap e23: smithi176.vfuuiq(active, starting, since 0.98736s) 2023-12-18T03:52:14.215 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:52:14.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:52:14.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.fjyckp"}]: dispatch 2023-12-18T03:52:14.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.rzoetr"}]: dispatch 2023-12-18T03:52:14.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mgr metadata", "who": "smithi176.vfuuiq", "id": "smithi176.vfuuiq"}]: dispatch 2023-12-18T03:52:14.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:52:14.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:52:14.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:52:14.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:52:14.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:52:14.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:52:14.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:52:14.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:52:14.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T03:52:14.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T03:52:14.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T03:52:14.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: Manager daemon smithi176.vfuuiq is now available 2023-12-18T03:52:14.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:14.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:52:14.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:52:14.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:52:14.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.vfuuiq/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:52:14.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.vfuuiq/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:52:14.218 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.vfuuiq/trash_purge_schedule"}]: dispatch 2023-12-18T03:52:14.218 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.vfuuiq/trash_purge_schedule"}]: dispatch 2023-12-18T03:52:14.218 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: Deploying cephadm binary to smithi176 2023-12-18T03:52:14.218 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: Deploying cephadm binary to smithi160 2023-12-18T03:52:14.218 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:14.218 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:14 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:14.251 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:52:14.251 INFO:teuthology.orchestra.run.smithi160.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102", 2023-12-18T03:52:14.251 INFO:teuthology.orchestra.run.smithi160.stdout: "in_progress": true, 2023-12-18T03:52:14.251 INFO:teuthology.orchestra.run.smithi160.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T03:52:14.251 INFO:teuthology.orchestra.run.smithi160.stdout: "services_complete": [], 2023-12-18T03:52:14.251 INFO:teuthology.orchestra.run.smithi160.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T03:52:14.251 INFO:teuthology.orchestra.run.smithi160.stdout: "message": "", 2023-12-18T03:52:14.251 INFO:teuthology.orchestra.run.smithi160.stdout: "is_paused": false 2023-12-18T03:52:14.251 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:52:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: mgrmap e23: smithi176.vfuuiq(active, starting, since 0.98736s) 2023-12-18T03:52:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mon metadata", "id": "smithi160"}]: dispatch 2023-12-18T03:52:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mon metadata", "id": "smithi176"}]: dispatch 2023-12-18T03:52:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi160.fjyckp"}]: dispatch 2023-12-18T03:52:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi176.rzoetr"}]: dispatch 2023-12-18T03:52:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mgr metadata", "who": "smithi176.vfuuiq", "id": "smithi176.vfuuiq"}]: dispatch 2023-12-18T03:52:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-18T03:52:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-18T03:52:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-18T03:52:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-18T03:52:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: Manager daemon smithi176.vfuuiq is now available 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.vfuuiq/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.vfuuiq/mirror_snapshot_schedule"}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.vfuuiq/trash_purge_schedule"}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi176.vfuuiq/trash_purge_schedule"}]: dispatch 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: Deploying cephadm binary to smithi176 2023-12-18T03:52:14.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: Deploying cephadm binary to smithi160 2023-12-18T03:52:14.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:14.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:14 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:14.785 INFO:teuthology.orchestra.run.smithi160.stdout:HEALTH_OK 2023-12-18T03:52:15.002 INFO:teuthology.orchestra.run.smithi160.stdout: 5 28202 9.62 MB/sec warmup 88 sec latency 135.434 ms 2023-12-18T03:52:15.255 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:15 smithi160 ceph-mon[107718]: mgrmap e24: smithi176.vfuuiq(active, since 2s) 2023-12-18T03:52:15.255 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:15 smithi160 ceph-mon[107718]: from='client.24443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:15.255 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:15 smithi160 ceph-mon[107718]: pgmap v3: 97 pgs: 97 active+clean; 212 MiB data, 915 MiB used, 714 GiB / 715 GiB avail 2023-12-18T03:52:15.255 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:15 smithi160 ceph-mon[107718]: [18/Dec/2023:03:52:14] ENGINE Bus STARTING 2023-12-18T03:52:15.255 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:15 smithi160 ceph-mon[107718]: [18/Dec/2023:03:52:14] ENGINE Serving on http://172.21.15.176:8765 2023-12-18T03:52:15.256 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:15 smithi160 ceph-mon[107718]: [18/Dec/2023:03:52:14] ENGINE Serving on https://172.21.15.176:7150 2023-12-18T03:52:15.256 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:15 smithi160 ceph-mon[107718]: [18/Dec/2023:03:52:14] ENGINE Bus STARTED 2023-12-18T03:52:15.256 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:15 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3924881886' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:52:15.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:15 smithi176 ceph-mon[110350]: mgrmap e24: smithi176.vfuuiq(active, since 2s) 2023-12-18T03:52:15.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:15 smithi176 ceph-mon[110350]: from='client.24443 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:15.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:15 smithi176 ceph-mon[110350]: pgmap v3: 97 pgs: 97 active+clean; 212 MiB data, 915 MiB used, 714 GiB / 715 GiB avail 2023-12-18T03:52:15.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:15 smithi176 ceph-mon[110350]: [18/Dec/2023:03:52:14] ENGINE Bus STARTING 2023-12-18T03:52:15.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:15 smithi176 ceph-mon[110350]: [18/Dec/2023:03:52:14] ENGINE Serving on http://172.21.15.176:8765 2023-12-18T03:52:15.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:15 smithi176 ceph-mon[110350]: [18/Dec/2023:03:52:14] ENGINE Serving on https://172.21.15.176:7150 2023-12-18T03:52:15.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:15 smithi176 ceph-mon[110350]: [18/Dec/2023:03:52:14] ENGINE Bus STARTED 2023-12-18T03:52:15.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:15 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/3924881886' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:52:16.002 INFO:teuthology.orchestra.run.smithi160.stdout: 5 28460 9.58 MB/sec warmup 89 sec latency 124.729 ms 2023-12-18T03:52:16.273 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:16 smithi160 ceph-mon[107718]: pgmap v4: 97 pgs: 97 active+clean; 212 MiB data, 915 MiB used, 714 GiB / 715 GiB avail 2023-12-18T03:52:16.273 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:16 smithi160 ceph-mon[107718]: mgrmap e25: smithi176.vfuuiq(active, since 3s) 2023-12-18T03:52:16.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:16 smithi176 ceph-mon[110350]: pgmap v4: 97 pgs: 97 active+clean; 212 MiB data, 915 MiB used, 714 GiB / 715 GiB avail 2023-12-18T03:52:16.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:16 smithi176 ceph-mon[110350]: mgrmap e25: smithi176.vfuuiq(active, since 3s) 2023-12-18T03:52:17.002 INFO:teuthology.orchestra.run.smithi160.stdout: 5 28738 9.57 MB/sec warmup 90 sec latency 207.992 ms 2023-12-18T03:52:17.294 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:17 smithi160 ceph-mon[107718]: mgrmap e26: smithi176.vfuuiq(active, since 4s) 2023-12-18T03:52:17.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:17 smithi176 ceph-mon[110350]: mgrmap e26: smithi176.vfuuiq(active, since 4s) 2023-12-18T03:52:18.002 INFO:teuthology.orchestra.run.smithi160.stdout: 5 29089 9.56 MB/sec warmup 91 sec latency 124.051 ms 2023-12-18T03:52:18.317 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:18 smithi160 ceph-mon[107718]: pgmap v5: 97 pgs: 97 active+clean; 212 MiB data, 915 MiB used, 714 GiB / 715 GiB avail 2023-12-18T03:52:18.518 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:18 smithi176 ceph-mon[110350]: pgmap v5: 97 pgs: 97 active+clean; 212 MiB data, 915 MiB used, 714 GiB / 715 GiB avail 2023-12-18T03:52:19.002 INFO:teuthology.orchestra.run.smithi160.stdout: 5 29465 9.53 MB/sec warmup 92 sec latency 107.698 ms 2023-12-18T03:52:19.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:19 smithi160 ceph-mon[107718]: Standby manager daemon smithi160.agnnin started 2023-12-18T03:52:19.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:19 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.160:0/711415910' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.agnnin/crt"}]: dispatch 2023-12-18T03:52:19.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:19 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.160:0/711415910' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T03:52:19.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:19 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.160:0/711415910' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.agnnin/key"}]: dispatch 2023-12-18T03:52:19.330 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:19 smithi160 ceph-mon[107718]: from='mgr.? 172.21.15.160:0/711415910' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T03:52:19.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:19 smithi176 ceph-mon[110350]: Standby manager daemon smithi160.agnnin started 2023-12-18T03:52:19.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:19 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.160:0/711415910' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.agnnin/crt"}]: dispatch 2023-12-18T03:52:19.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:19 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.160:0/711415910' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-18T03:52:19.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:19 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.160:0/711415910' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi160.agnnin/key"}]: dispatch 2023-12-18T03:52:19.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:19 smithi176 ceph-mon[110350]: from='mgr.? 172.21.15.160:0/711415910' entity='mgr.smithi160.agnnin' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-18T03:52:20.002 INFO:teuthology.orchestra.run.smithi160.stdout: 5 29733 9.51 MB/sec warmup 93 sec latency 130.531 ms 2023-12-18T03:52:20.357 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:20 smithi160 ceph-mon[107718]: pgmap v6: 97 pgs: 97 active+clean; 212 MiB data, 915 MiB used, 714 GiB / 715 GiB avail 2023-12-18T03:52:20.357 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:20 smithi160 ceph-mon[107718]: mgrmap e27: smithi176.vfuuiq(active, since 7s), standbys: smithi160.agnnin 2023-12-18T03:52:20.357 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:20 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mgr metadata", "who": "smithi160.agnnin", "id": "smithi160.agnnin"}]: dispatch 2023-12-18T03:52:20.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:20 smithi176 ceph-mon[110350]: pgmap v6: 97 pgs: 97 active+clean; 212 MiB data, 915 MiB used, 714 GiB / 715 GiB avail 2023-12-18T03:52:20.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:20 smithi176 ceph-mon[110350]: mgrmap e27: smithi176.vfuuiq(active, since 7s), standbys: smithi160.agnnin 2023-12-18T03:52:20.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:20 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mgr metadata", "who": "smithi160.agnnin", "id": "smithi160.agnnin"}]: dispatch 2023-12-18T03:52:21.009 INFO:teuthology.orchestra.run.smithi160.stdout: 5 30080 9.50 MB/sec warmup 94 sec latency 129.902 ms 2023-12-18T03:52:22.009 INFO:teuthology.orchestra.run.smithi160.stdout: 5 30535 9.48 MB/sec warmup 95 sec latency 135.485 ms 2023-12-18T03:52:22.400 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:22 smithi160 ceph-mon[107718]: pgmap v7: 97 pgs: 97 active+clean; 219 MiB data, 961 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.1 MiB/s wr, 342 op/s 2023-12-18T03:52:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:22 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:22.401 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:22 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:22.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:22 smithi176 ceph-mon[110350]: pgmap v7: 97 pgs: 97 active+clean; 219 MiB data, 961 MiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.1 MiB/s wr, 342 op/s 2023-12-18T03:52:22.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:22 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:22.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:22 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:23.018 INFO:teuthology.orchestra.run.smithi160.stdout: 5 30887 9.51 MB/sec warmup 96 sec latency 207.910 ms 2023-12-18T03:52:24.018 INFO:teuthology.orchestra.run.smithi160.stdout: 5 31154 9.54 MB/sec warmup 97 sec latency 143.890 ms 2023-12-18T03:52:24.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:24 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:24.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:24 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:24.376 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:24 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:24.376 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:24 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:25.018 INFO:teuthology.orchestra.run.smithi160.stdout: 5 31455 9.54 MB/sec warmup 98 sec latency 155.733 ms 2023-12-18T03:52:25.207 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:25 smithi160 ceph-mon[107718]: pgmap v8: 97 pgs: 97 active+clean; 219 MiB data, 961 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.4 MiB/s wr, 265 op/s 2023-12-18T03:52:25.208 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:25 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:25.208 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:25 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:25.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:25 smithi176 ceph-mon[110350]: pgmap v8: 97 pgs: 97 active+clean; 219 MiB data, 961 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.4 MiB/s wr, 265 op/s 2023-12-18T03:52:25.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:25 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:25.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:25 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:26.018 INFO:teuthology.orchestra.run.smithi160.stdout: 5 31767 9.53 MB/sec warmup 99 sec latency 297.817 ms 2023-12-18T03:52:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: pgmap v9: 97 pgs: 97 active+clean; 223 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.3 MiB/s wr, 444 op/s 2023-12-18T03:52:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: Adjusting osd_memory_target on smithi160 to 1944M 2023-12-18T03:52:26.225 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:26 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: pgmap v9: 97 pgs: 97 active+clean; 223 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.3 MiB/s wr, 444 op/s 2023-12-18T03:52:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:26.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: Adjusting osd_memory_target on smithi160 to 1944M 2023-12-18T03:52:26.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:26 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:27.026 INFO:teuthology.orchestra.run.smithi160.stdout: 5 32080 9.51 MB/sec warmup 100 sec latency 129.832 ms 2023-12-18T03:52:28.025 INFO:teuthology.orchestra.run.smithi160.stdout: 5 32475 9.50 MB/sec warmup 101 sec latency 129.945 ms 2023-12-18T03:52:28.265 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:28 smithi160 ceph-mon[107718]: pgmap v10: 97 pgs: 97 active+clean; 223 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.0 MiB/s wr, 405 op/s 2023-12-18T03:52:28.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:28 smithi176 ceph-mon[110350]: pgmap v10: 97 pgs: 97 active+clean; 223 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.0 MiB/s wr, 405 op/s 2023-12-18T03:52:29.026 INFO:teuthology.orchestra.run.smithi160.stdout: 5 32910 9.53 MB/sec warmup 102 sec latency 87.287 ms 2023-12-18T03:52:29.284 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:29 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:52:29.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:29 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:52:30.026 INFO:teuthology.orchestra.run.smithi160.stdout: 5 33258 9.53 MB/sec warmup 103 sec latency 133.541 ms 2023-12-18T03:52:30.822 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: pgmap v11: 97 pgs: 97 active+clean; 223 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.0 MiB/s wr, 405 op/s 2023-12-18T03:52:30.822 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:30.822 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:30.822 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:30.822 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: Adjusting osd_memory_target on smithi176 to 2712M 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: Updating smithi160:/etc/ceph/ceph.conf 2023-12-18T03:52:30.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: Updating smithi176:/etc/ceph/ceph.conf 2023-12-18T03:52:30.824 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: Updating smithi176:/var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T03:52:30.824 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:30 smithi160 ceph-mon[107718]: Updating smithi160:/var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T03:52:31.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: pgmap v11: 97 pgs: 97 active+clean; 223 MiB data, 1014 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.0 MiB/s wr, 405 op/s 2023-12-18T03:52:31.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:31.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:31.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:31.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:31.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:31.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:31.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:31.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-18T03:52:31.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: Adjusting osd_memory_target on smithi176 to 2712M 2023-12-18T03:52:31.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:52:31.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T03:52:31.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: Updating smithi160:/etc/ceph/ceph.conf 2023-12-18T03:52:31.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: Updating smithi176:/etc/ceph/ceph.conf 2023-12-18T03:52:31.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: Updating smithi176:/var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T03:52:31.022 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:30 smithi176 ceph-mon[110350]: Updating smithi160:/var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-18T03:52:31.032 INFO:teuthology.orchestra.run.smithi160.stdout: 5 33585 9.49 MB/sec warmup 104 sec latency 136.257 ms 2023-12-18T03:52:31.853 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2023-12-18T03:52:31.853 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2023-12-18T03:52:31.853 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: Updating smithi176:/var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T03:52:31.853 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: Updating smithi160:/var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T03:52:31.853 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.853 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.853 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.853 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.854 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.854 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.854 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.854 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.854 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:31.854 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2023-12-18T03:52:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2023-12-18T03:52:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: Updating smithi176:/var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T03:52:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: Updating smithi160:/var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-18T03:52:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:32.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:32.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:32.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:32.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:32.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:32.032 INFO:teuthology.orchestra.run.smithi160.stdout: 5 33943 9.44 MB/sec warmup 105 sec latency 140.403 ms 2023-12-18T03:52:32.860 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:32 smithi160 ceph-mon[107718]: Reconfiguring alertmanager.smithi160 (dependencies changed)... 2023-12-18T03:52:32.860 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:32 smithi160 ceph-mon[107718]: Reconfiguring daemon alertmanager.smithi160 on smithi160 2023-12-18T03:52:32.860 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:32 smithi160 ceph-mon[107718]: pgmap v12: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.2 MiB/s wr, 621 op/s 2023-12-18T03:52:33.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:32 smithi176 ceph-mon[110350]: Reconfiguring alertmanager.smithi160 (dependencies changed)... 2023-12-18T03:52:33.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:32 smithi176 ceph-mon[110350]: Reconfiguring daemon alertmanager.smithi160 on smithi160 2023-12-18T03:52:33.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:32 smithi176 ceph-mon[110350]: pgmap v12: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.2 MiB/s wr, 621 op/s 2023-12-18T03:52:33.032 INFO:teuthology.orchestra.run.smithi160.stdout: 5 34150 9.41 MB/sec warmup 106 sec latency 129.570 ms 2023-12-18T03:52:34.032 INFO:teuthology.orchestra.run.smithi160.stdout: 5 34599 9.49 MB/sec warmup 107 sec latency 138.741 ms 2023-12-18T03:52:34.928 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:34 smithi160 ceph-mon[107718]: pgmap v13: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-12-18T03:52:35.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:34 smithi176 ceph-mon[110350]: pgmap v13: 97 pgs: 97 active+clean; 234 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-12-18T03:52:35.032 INFO:teuthology.orchestra.run.smithi160.stdout: 5 35040 9.56 MB/sec warmup 108 sec latency 127.087 ms 2023-12-18T03:52:36.033 INFO:teuthology.orchestra.run.smithi160.stdout: 5 35482 9.58 MB/sec warmup 109 sec latency 129.771 ms 2023-12-18T03:52:36.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:36 smithi160 ceph-mon[107718]: pgmap v14: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 622 op/s 2023-12-18T03:52:37.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:36 smithi176 ceph-mon[110350]: pgmap v14: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 622 op/s 2023-12-18T03:52:37.033 INFO:teuthology.orchestra.run.smithi160.stdout: 5 35797 9.54 MB/sec warmup 110 sec latency 129.851 ms 2023-12-18T03:52:38.041 INFO:teuthology.orchestra.run.smithi160.stdout: 5 36089 9.52 MB/sec warmup 111 sec latency 138.574 ms 2023-12-18T03:52:38.254 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:38 smithi160 ceph-mon[107718]: pgmap v15: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-18T03:52:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:38 smithi176 ceph-mon[110350]: pgmap v15: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-18T03:52:39.041 INFO:teuthology.orchestra.run.smithi160.stdout: 5 36425 9.51 MB/sec warmup 112 sec latency 123.979 ms 2023-12-18T03:52:40.042 INFO:teuthology.orchestra.run.smithi160.stdout: 5 36843 9.53 MB/sec warmup 113 sec latency 129.335 ms 2023-12-18T03:52:40.297 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:40 smithi160 ceph-mon[107718]: pgmap v16: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-18T03:52:40.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:40 smithi176 ceph-mon[110350]: pgmap v16: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-12-18T03:52:41.053 INFO:teuthology.orchestra.run.smithi160.stdout: 5 37216 9.50 MB/sec warmup 114 sec latency 130.183 ms 2023-12-18T03:52:41.554 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:41 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:41.555 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:41 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:41.555 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:41 smithi160 ceph-mon[107718]: Reconfiguring grafana.smithi160 (dependencies changed)... 2023-12-18T03:52:41.555 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:41 smithi160 ceph-mon[107718]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-18T03:52:41.555 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:41 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:41.555 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:41 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:41.555 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:41 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T03:52:41.555 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:41 smithi160 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T03:52:41.555 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:41 smithi160 ceph-mon[107718]: Reconfiguring daemon grafana.smithi160 on smithi160 2023-12-18T03:52:41.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:41 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:41.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:41 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:41.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:41 smithi176 ceph-mon[110350]: Reconfiguring grafana.smithi160 (dependencies changed)... 2023-12-18T03:52:41.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:41 smithi176 ceph-mon[110350]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-18T03:52:41.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:41 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:41.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:41 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:52:41.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:41 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T03:52:41.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:41 smithi176 ceph-mon[110350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-18T03:52:41.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:41 smithi176 ceph-mon[110350]: Reconfiguring daemon grafana.smithi160 on smithi160 2023-12-18T03:52:42.053 INFO:teuthology.orchestra.run.smithi160.stdout: 5 37608 9.50 MB/sec warmup 115 sec latency 129.361 ms 2023-12-18T03:52:42.843 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:42 smithi160 ceph-mon[107718]: pgmap v17: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 636 op/s 2023-12-18T03:52:43.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:42 smithi176 ceph-mon[110350]: pgmap v17: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.6 MiB/s wr, 636 op/s 2023-12-18T03:52:43.052 INFO:teuthology.orchestra.run.smithi160.stdout: 5 37975 9.52 MB/sec warmup 116 sec latency 105.304 ms 2023-12-18T03:52:43.868 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:43 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:52:44.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:43 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:52:44.053 INFO:teuthology.orchestra.run.smithi160.stdout: 5 38294 9.55 MB/sec warmup 117 sec latency 208.451 ms 2023-12-18T03:52:44.900 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:44 smithi160 ceph-mon[107718]: pgmap v18: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-18T03:52:45.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:44 smithi176 ceph-mon[110350]: pgmap v18: 97 pgs: 97 active+clean; 247 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-18T03:52:45.053 INFO:teuthology.orchestra.run.smithi160.stdout: 5 38538 9.55 MB/sec warmup 118 sec latency 193.429 ms 2023-12-18T03:52:45.334 INFO:teuthology.orchestra.run.smithi160.stdout:true 2023-12-18T03:52:46.057 INFO:teuthology.orchestra.run.smithi160.stdout: 5 38759 9.52 MB/sec warmup 119 sec latency 182.038 ms 2023-12-18T03:52:46.302 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T03:52:46.302 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 starting - - - - 2023-12-18T03:52:46.302 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (6m) 21s ago 6m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T03:52:46.302 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (5m) 24s ago 5m 7168k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T03:52:46.302 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 running (5m) 21s ago 6m 52.8M - 8.3.5 dad864ee21e9 9f1e350529e4 2023-12-18T03:52:46.302 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (2m) 21s ago 2m 36.9M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T03:52:46.303 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (2m) 24s ago 2m 16.1M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T03:52:46.303 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (7m) 21s ago 7m 424M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T03:52:46.303 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (42s) 24s ago 5m 494M - 19.0.0-301-g7c08d8cc e03b994e17d0 10abde1abc59 2023-12-18T03:52:46.303 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (7m) 21s ago 7m 88.9M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T03:52:46.303 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (5m) 24s ago 5m 60.9M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T03:52:46.303 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (2m) 21s ago 2m 258M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T03:52:46.303 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (2m) 24s ago 2m 80.9M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T03:52:46.303 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 running (6m) 21s ago 6m 24.7M - 1.3.1 1dbe0e931976 b4be94252fcf 2023-12-18T03:52:46.303 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 running (5m) 24s ago 5m 26.1M - 1.3.1 1dbe0e931976 cdb49b667ed8 2023-12-18T03:52:46.304 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (5m) 21s ago 5m 531M 1944M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T03:52:46.304 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (5m) 21s ago 4m 360M 1944M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T03:52:46.304 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (4m) 21s ago 4m 201M 1944M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T03:52:46.304 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (4m) 21s ago 4m 523M 1944M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T03:52:46.304 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (4m) 24s ago 4m 455M 2712M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T03:52:46.304 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (3m) 24s ago 3m 472M 2712M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T03:52:46.304 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (3m) 24s ago 3m 448M 2712M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T03:52:46.304 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (3m) 24s ago 3m 747M 2712M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T03:52:46.304 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 running (5m) 21s ago 5m 64.8M - 2.33.4 514e6a882f6e 77231fe811f3 2023-12-18T03:52:46.884 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:52:46.885 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T03:52:46.885 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:52:46.885 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:52:46.885 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T03:52:46.885 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T03:52:46.885 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:52:46.885 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:52:46.886 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T03:52:46.886 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T03:52:46.886 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:52:46.886 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T03:52:46.886 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:52:46.886 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:52:46.886 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T03:52:46.886 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T03:52:46.886 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:52:46.887 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T03:52:46.887 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:52:46.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:46 smithi160 ceph-mon[107718]: pgmap v19: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 635 op/s 2023-12-18T03:52:46.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:46 smithi160 ceph-mon[107718]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:46.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:46 smithi160 ceph-mon[107718]: from='client.24475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:47.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:46 smithi176 ceph-mon[110350]: pgmap v19: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 635 op/s 2023-12-18T03:52:47.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:46 smithi176 ceph-mon[110350]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:47.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:46 smithi176 ceph-mon[110350]: from='client.24475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:47.371 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:52:47.371 INFO:teuthology.orchestra.run.smithi160.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102", 2023-12-18T03:52:47.371 INFO:teuthology.orchestra.run.smithi160.stdout: "in_progress": true, 2023-12-18T03:52:47.372 INFO:teuthology.orchestra.run.smithi160.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T03:52:47.372 INFO:teuthology.orchestra.run.smithi160.stdout: "services_complete": [], 2023-12-18T03:52:47.372 INFO:teuthology.orchestra.run.smithi160.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T03:52:47.372 INFO:teuthology.orchestra.run.smithi160.stdout: "message": "", 2023-12-18T03:52:47.372 INFO:teuthology.orchestra.run.smithi160.stdout: "is_paused": false 2023-12-18T03:52:47.372 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:52:47.961 INFO:teuthology.orchestra.run.smithi160.stdout:HEALTH_OK 2023-12-18T03:52:47.987 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:47 smithi160 ceph-mon[107718]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:47.987 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:47 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1536437581' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:52:48.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:47 smithi176 ceph-mon[110350]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:48.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:47 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/1536437581' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:52:48.058 INFO:teuthology.orchestra.run.smithi160.stdout: 5 39152 4.85 MB/sec execute 1 sec latency 129.685 ms 2023-12-18T03:52:48.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:48 smithi160 ceph-mon[107718]: pgmap v20: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 435 op/s 2023-12-18T03:52:48.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:48 smithi160 ceph-mon[107718]: from='client.24485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:48.746 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:48 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/601656104' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:52:49.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:48 smithi176 ceph-mon[110350]: pgmap v20: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 435 op/s 2023-12-18T03:52:49.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:48 smithi176 ceph-mon[110350]: from='client.24485 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:52:49.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:48 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/601656104' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:52:49.057 INFO:teuthology.orchestra.run.smithi160.stdout: 5 39414 5.58 MB/sec execute 2 sec latency 122.547 ms 2023-12-18T03:52:50.061 INFO:teuthology.orchestra.run.smithi160.stdout: 5 39655 5.10 MB/sec execute 3 sec latency 146.720 ms 2023-12-18T03:52:50.792 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:50 smithi160 ceph-mon[107718]: pgmap v21: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 435 op/s 2023-12-18T03:52:51.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:50 smithi176 ceph-mon[110350]: pgmap v21: 97 pgs: 97 active+clean; 248 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 435 op/s 2023-12-18T03:52:51.061 INFO:teuthology.orchestra.run.smithi160.stdout: 5 39914 6.31 MB/sec execute 4 sec latency 152.608 ms 2023-12-18T03:52:52.062 INFO:teuthology.orchestra.run.smithi160.stdout: 5 40163 6.60 MB/sec execute 5 sec latency 137.698 ms 2023-12-18T03:52:52.821 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:52 smithi160 ceph-mon[107718]: pgmap v22: 97 pgs: 97 active+clean; 258 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.1 MiB/s wr, 570 op/s 2023-12-18T03:52:53.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:52 smithi176 ceph-mon[110350]: pgmap v22: 97 pgs: 97 active+clean; 258 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.1 MiB/s wr, 570 op/s 2023-12-18T03:52:53.061 INFO:teuthology.orchestra.run.smithi160.stdout: 5 40428 5.79 MB/sec execute 6 sec latency 142.931 ms 2023-12-18T03:52:54.062 INFO:teuthology.orchestra.run.smithi160.stdout: 5 40641 5.38 MB/sec execute 7 sec latency 117.862 ms 2023-12-18T03:52:54.882 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:54 smithi160 ceph-mon[107718]: pgmap v23: 97 pgs: 97 active+clean; 258 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-18T03:52:55.062 INFO:teuthology.orchestra.run.smithi160.stdout: 5 40930 5.72 MB/sec execute 8 sec latency 124.526 ms 2023-12-18T03:52:55.269 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:54 smithi176 ceph-mon[110350]: pgmap v23: 97 pgs: 97 active+clean; 258 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-18T03:52:56.062 INFO:teuthology.orchestra.run.smithi160.stdout: 5 41315 6.03 MB/sec execute 9 sec latency 123.761 ms 2023-12-18T03:52:56.925 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:56 smithi160 ceph-mon[107718]: pgmap v24: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-18T03:52:57.062 INFO:teuthology.orchestra.run.smithi160.stdout: 5 41659 6.88 MB/sec execute 10 sec latency 127.218 ms 2023-12-18T03:52:57.269 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:56 smithi176 ceph-mon[110350]: pgmap v24: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-18T03:52:58.062 INFO:teuthology.orchestra.run.smithi160.stdout: 5 41990 7.08 MB/sec execute 11 sec latency 129.974 ms 2023-12-18T03:52:58.193 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:58 smithi160 ceph-mon[107718]: pgmap v25: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 292 op/s 2023-12-18T03:52:58.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:58 smithi176 ceph-mon[110350]: pgmap v25: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 292 op/s 2023-12-18T03:52:59.063 INFO:teuthology.orchestra.run.smithi160.stdout: 5 42361 7.55 MB/sec execute 12 sec latency 132.468 ms 2023-12-18T03:52:59.230 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:52:59 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:52:59.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:52:59 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:53:00.063 INFO:teuthology.orchestra.run.smithi160.stdout: 5 42625 7.43 MB/sec execute 13 sec latency 118.019 ms 2023-12-18T03:53:00.788 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:00 smithi160 ceph-mon[107718]: pgmap v26: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 292 op/s 2023-12-18T03:53:00.788 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:00 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:00.789 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:00 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:00.789 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:00 smithi160 ceph-mon[107718]: Reconfiguring node-exporter.smithi160 (dependencies changed)... 2023-12-18T03:53:00.789 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:00 smithi160 ceph-mon[107718]: Reconfiguring daemon node-exporter.smithi160 on smithi160 2023-12-18T03:53:01.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:00 smithi176 ceph-mon[110350]: pgmap v26: 97 pgs: 97 active+clean; 253 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 292 op/s 2023-12-18T03:53:01.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:00 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:01.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:00 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:01.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:00 smithi176 ceph-mon[110350]: Reconfiguring node-exporter.smithi160 (dependencies changed)... 2023-12-18T03:53:01.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:00 smithi176 ceph-mon[110350]: Reconfiguring daemon node-exporter.smithi160 on smithi160 2023-12-18T03:53:01.063 INFO:teuthology.orchestra.run.smithi160.stdout: 5 42858 7.55 MB/sec execute 14 sec latency 132.818 ms 2023-12-18T03:53:02.063 INFO:teuthology.orchestra.run.smithi160.stdout: 5 43223 7.61 MB/sec execute 15 sec latency 131.894 ms 2023-12-18T03:53:02.848 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:02 smithi160 ceph-mon[107718]: pgmap v27: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-18T03:53:02.848 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:02 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:02.849 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:02 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:02.849 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:02 smithi160 ceph-mon[107718]: Reconfiguring prometheus.smithi160 (dependencies changed)... 2023-12-18T03:53:02.849 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:02 smithi160 ceph-mon[107718]: Reconfiguring daemon prometheus.smithi160 on smithi160 2023-12-18T03:53:03.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:02 smithi176 ceph-mon[110350]: pgmap v27: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 490 op/s 2023-12-18T03:53:03.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:02 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:03.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:02 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:03.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:02 smithi176 ceph-mon[110350]: Reconfiguring prometheus.smithi160 (dependencies changed)... 2023-12-18T03:53:03.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:02 smithi176 ceph-mon[110350]: Reconfiguring daemon prometheus.smithi160 on smithi160 2023-12-18T03:53:03.073 INFO:teuthology.orchestra.run.smithi160.stdout: 5 43519 7.54 MB/sec execute 16 sec latency 129.851 ms 2023-12-18T03:53:04.075 INFO:teuthology.orchestra.run.smithi160.stdout: 5 43737 7.41 MB/sec execute 17 sec latency 134.565 ms 2023-12-18T03:53:04.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:04 smithi160 ceph-mon[107718]: pgmap v28: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2023-12-18T03:53:05.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:04 smithi176 ceph-mon[110350]: pgmap v28: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2023-12-18T03:53:05.075 INFO:teuthology.orchestra.run.smithi160.stdout: 5 44016 7.16 MB/sec execute 18 sec latency 129.637 ms 2023-12-18T03:53:06.075 INFO:teuthology.orchestra.run.smithi160.stdout: 5 44341 7.41 MB/sec execute 19 sec latency 90.021 ms 2023-12-18T03:53:06.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:06 smithi160 ceph-mon[107718]: pgmap v29: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-12-18T03:53:07.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:06 smithi176 ceph-mon[110350]: pgmap v29: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-12-18T03:53:07.075 INFO:teuthology.orchestra.run.smithi160.stdout: 5 44652 7.29 MB/sec execute 20 sec latency 143.586 ms 2023-12-18T03:53:08.076 INFO:teuthology.orchestra.run.smithi160.stdout: 5 45046 7.62 MB/sec execute 21 sec latency 143.134 ms 2023-12-18T03:53:08.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:08 smithi160 ceph-mon[107718]: pgmap v30: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-18T03:53:08.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:08 smithi176 ceph-mon[110350]: pgmap v30: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-18T03:53:09.076 INFO:teuthology.orchestra.run.smithi160.stdout: 5 45354 7.57 MB/sec execute 22 sec latency 125.122 ms 2023-12-18T03:53:10.079 INFO:teuthology.orchestra.run.smithi160.stdout: 5 45775 7.74 MB/sec execute 23 sec latency 128.553 ms 2023-12-18T03:53:10.467 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:10 smithi160 ceph-mon[107718]: pgmap v31: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-18T03:53:10.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:10 smithi176 ceph-mon[110350]: pgmap v31: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-18T03:53:11.078 INFO:teuthology.orchestra.run.smithi160.stdout: 5 46237 8.03 MB/sec execute 24 sec latency 126.934 ms 2023-12-18T03:53:12.078 INFO:teuthology.orchestra.run.smithi160.stdout: 5 46630 8.24 MB/sec execute 25 sec latency 226.988 ms 2023-12-18T03:53:12.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:12 smithi160 ceph-mon[107718]: pgmap v32: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2023-12-18T03:53:12.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:12 smithi176 ceph-mon[110350]: pgmap v32: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 566 op/s 2023-12-18T03:53:13.078 INFO:teuthology.orchestra.run.smithi160.stdout: 5 46940 8.26 MB/sec execute 26 sec latency 126.074 ms 2023-12-18T03:53:13.514 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:53:13.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:53:14.079 INFO:teuthology.orchestra.run.smithi160.stdout: 5 47273 8.17 MB/sec execute 27 sec latency 147.110 ms 2023-12-18T03:53:14.524 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:14 smithi160 ceph-mon[107718]: pgmap v33: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-12-18T03:53:14.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:14 smithi176 ceph-mon[110350]: pgmap v33: 97 pgs: 97 active+clean; 272 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-12-18T03:53:15.079 INFO:teuthology.orchestra.run.smithi160.stdout: 5 47663 8.16 MB/sec execute 28 sec latency 129.671 ms 2023-12-18T03:53:15.786 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:15 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:15.786 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:15 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:15.787 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:15 smithi160 ceph-mon[107718]: Reconfiguring node-exporter.smithi176 (dependencies changed)... 2023-12-18T03:53:15.787 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:15 smithi160 ceph-mon[107718]: Reconfiguring daemon node-exporter.smithi176 on smithi176 2023-12-18T03:53:15.873 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:15 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:15.873 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:15 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:15.873 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:15 smithi176 ceph-mon[110350]: Reconfiguring node-exporter.smithi176 (dependencies changed)... 2023-12-18T03:53:15.873 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:15 smithi176 ceph-mon[110350]: Reconfiguring daemon node-exporter.smithi176 on smithi176 2023-12-18T03:53:16.079 INFO:teuthology.orchestra.run.smithi160.stdout: 5 48052 8.25 MB/sec execute 29 sec latency 120.651 ms 2023-12-18T03:53:16.806 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: pgmap v34: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 597 op/s 2023-12-18T03:53:16.806 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:16.806 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi160.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi160.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi160.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi160.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T03:53:16.807 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi160.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T03:53:16.808 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi160.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T03:53:16.808 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:16.808 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:53:16.808 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: Upgrade: Need to upgrade myself (mgr.smithi176.vfuuiq) 2023-12-18T03:53:16.808 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:16 smithi160 ceph-mon[107718]: Upgrade: Need to upgrade myself (mgr.smithi176.vfuuiq) 2023-12-18T03:53:17.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: pgmap v34: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.1 MiB/s wr, 597 op/s 2023-12-18T03:53:17.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:17.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:17.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi160.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi160.front.sepia.ceph.com:9093"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi160.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi160.front.sepia.ceph.com:3000"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi160.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi160.front.sepia.ceph.com:9095"}]: dispatch 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:17.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:53:17.022 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: Upgrade: Need to upgrade myself (mgr.smithi176.vfuuiq) 2023-12-18T03:53:17.022 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:16 smithi176 ceph-mon[110350]: Upgrade: Need to upgrade myself (mgr.smithi176.vfuuiq) 2023-12-18T03:53:17.079 INFO:teuthology.orchestra.run.smithi160.stdout: 5 48590 8.38 MB/sec execute 30 sec latency 133.122 ms 2023-12-18T03:53:18.079 INFO:teuthology.orchestra.run.smithi160.stdout: 5 49001 8.56 MB/sec execute 31 sec latency 130.376 ms 2023-12-18T03:53:18.347 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:18 smithi160 ceph-mon[107718]: pgmap v35: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-12-18T03:53:18.501 INFO:teuthology.orchestra.run.smithi160.stdout:true 2023-12-18T03:53:18.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:18 smithi176 ceph-mon[110350]: pgmap v35: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-12-18T03:53:19.079 INFO:teuthology.orchestra.run.smithi160.stdout: 5 49372 8.62 MB/sec execute 32 sec latency 124.014 ms 2023-12-18T03:53:19.357 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:19 smithi160 ceph-mon[107718]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:19.357 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:19 smithi160 ceph-mon[107718]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:19.443 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T03:53:19.443 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 starting - - - - 2023-12-18T03:53:19.443 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (6m) 55s ago 6m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T03:53:19.443 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (6m) 57s ago 6m 7168k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T03:53:19.443 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 starting - - - - 2023-12-18T03:53:19.443 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (2m) 55s ago 2m 36.9M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T03:53:19.443 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (2m) 57s ago 2m 16.1M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (7m) 55s ago 7m 424M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (75s) 57s ago 6m 494M - 19.0.0-301-g7c08d8cc e03b994e17d0 10abde1abc59 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (7m) 55s ago 8m 88.9M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (6m) 57s ago 6m 60.9M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (2m) 55s ago 2m 258M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (2m) 57s ago 2m 80.9M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 starting - - - - 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (5m) 55s ago 5m 531M 1944M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (5m) 55s ago 5m 360M 1944M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (5m) 55s ago 5m 201M 1944M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (4m) 55s ago 4m 523M 1944M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (4m) 57s ago 4m 455M 2712M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (4m) 57s ago 4m 472M 2712M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (4m) 57s ago 4m 448M 2712M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T03:53:19.444 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (3m) 57s ago 3m 747M 2712M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T03:53:19.445 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 starting - - - - 2023-12-18T03:53:19.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:19 smithi176 ceph-mon[110350]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:19.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:19 smithi176 ceph-mon[110350]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:20.006 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:53:20.006 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T03:53:20.006 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:53:20.006 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:53:20.006 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T03:53:20.006 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T03:53:20.006 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:53:20.006 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:53:20.006 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T03:53:20.007 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T03:53:20.007 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:53:20.007 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T03:53:20.007 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:53:20.007 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:53:20.007 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T03:53:20.007 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T03:53:20.007 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:53:20.007 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T03:53:20.007 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:53:20.084 INFO:teuthology.orchestra.run.smithi160.stdout: 5 49628 8.67 MB/sec execute 33 sec latency 127.191 ms 2023-12-18T03:53:20.364 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:20 smithi160 ceph-mon[107718]: pgmap v36: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-12-18T03:53:20.364 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:20 smithi160 ceph-mon[107718]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:20.364 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:20 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2992126695' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:53:20.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:20 smithi176 ceph-mon[110350]: pgmap v36: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-12-18T03:53:20.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:20 smithi176 ceph-mon[110350]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:20.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:20 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2992126695' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:53:20.538 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:53:20.538 INFO:teuthology.orchestra.run.smithi160.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102", 2023-12-18T03:53:20.539 INFO:teuthology.orchestra.run.smithi160.stdout: "in_progress": true, 2023-12-18T03:53:20.539 INFO:teuthology.orchestra.run.smithi160.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T03:53:20.539 INFO:teuthology.orchestra.run.smithi160.stdout: "services_complete": [], 2023-12-18T03:53:20.539 INFO:teuthology.orchestra.run.smithi160.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T03:53:20.539 INFO:teuthology.orchestra.run.smithi160.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T03:53:20.539 INFO:teuthology.orchestra.run.smithi160.stdout: "is_paused": false 2023-12-18T03:53:20.539 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:53:21.084 INFO:teuthology.orchestra.run.smithi160.stdout: 5 49892 8.69 MB/sec execute 34 sec latency 117.000 ms 2023-12-18T03:53:21.142 INFO:teuthology.orchestra.run.smithi160.stdout:HEALTH_OK 2023-12-18T03:53:21.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:21 smithi160 ceph-mon[107718]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:21.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:21 smithi160 ceph-mon[107718]: Upgrade: Updating mgr.smithi160.agnnin 2023-12-18T03:53:21.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:21 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:21.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:21 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.agnnin", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:53:21.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:21 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.agnnin", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:53:21.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:21 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T03:53:21.908 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:21 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:53:21.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:21 smithi160 ceph-mon[107718]: Deploying daemon mgr.smithi160.agnnin on smithi160 2023-12-18T03:53:21.909 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:21 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2954739854' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:53:22.084 INFO:teuthology.orchestra.run.smithi160.stdout: 5 50183 8.61 MB/sec execute 35 sec latency 133.301 ms 2023-12-18T03:53:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:21 smithi176 ceph-mon[110350]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:21 smithi176 ceph-mon[110350]: Upgrade: Updating mgr.smithi160.agnnin 2023-12-18T03:53:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:21 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:53:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:21 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.agnnin", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:53:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:21 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi160.agnnin", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-18T03:53:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:21 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-18T03:53:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:21 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T03:53:22.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:21 smithi176 ceph-mon[110350]: Deploying daemon mgr.smithi160.agnnin on smithi160 2023-12-18T03:53:22.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:21 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2954739854' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:53:22.916 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:22 smithi160 ceph-mon[107718]: pgmap v37: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.9 MiB/s wr, 662 op/s 2023-12-18T03:53:23.084 INFO:teuthology.orchestra.run.smithi160.stdout: 5 50492 8.62 MB/sec execute 36 sec latency 126.807 ms 2023-12-18T03:53:23.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:22 smithi176 ceph-mon[110350]: pgmap v37: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.9 MiB/s wr, 662 op/s 2023-12-18T03:53:24.084 INFO:teuthology.orchestra.run.smithi160.stdout: 5 50784 8.57 MB/sec execute 37 sec latency 120.525 ms 2023-12-18T03:53:24.963 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:24 smithi160 ceph-mon[107718]: pgmap v38: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 468 op/s 2023-12-18T03:53:25.084 INFO:teuthology.orchestra.run.smithi160.stdout: 5 51216 8.50 MB/sec execute 38 sec latency 131.087 ms 2023-12-18T03:53:25.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:24 smithi176 ceph-mon[110350]: pgmap v38: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 468 op/s 2023-12-18T03:53:26.084 INFO:teuthology.orchestra.run.smithi160.stdout: 5 51616 8.51 MB/sec execute 39 sec latency 124.015 ms 2023-12-18T03:53:27.025 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:26 smithi160 ceph-mon[107718]: pgmap v39: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 647 op/s 2023-12-18T03:53:27.086 INFO:teuthology.orchestra.run.smithi160.stdout: 5 52102 8.67 MB/sec execute 40 sec latency 109.044 ms 2023-12-18T03:53:27.269 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:26 smithi176 ceph-mon[110350]: pgmap v39: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 647 op/s 2023-12-18T03:53:28.090 INFO:teuthology.orchestra.run.smithi160.stdout: 5 52477 8.71 MB/sec execute 41 sec latency 120.479 ms 2023-12-18T03:53:28.300 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:28 smithi160 ceph-mon[107718]: pgmap v40: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 418 op/s 2023-12-18T03:53:28.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:28 smithi176 ceph-mon[110350]: pgmap v40: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 418 op/s 2023-12-18T03:53:29.090 INFO:teuthology.orchestra.run.smithi160.stdout: 5 52841 8.87 MB/sec execute 42 sec latency 129.837 ms 2023-12-18T03:53:29.320 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:29 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:53:29.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:29 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:53:30.090 INFO:teuthology.orchestra.run.smithi160.stdout: 5 53139 8.88 MB/sec execute 43 sec latency 140.273 ms 2023-12-18T03:53:30.273 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:30 smithi160 ceph-mon[107718]: pgmap v41: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 418 op/s 2023-12-18T03:53:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:30 smithi176 ceph-mon[110350]: pgmap v41: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 418 op/s 2023-12-18T03:53:31.090 INFO:teuthology.orchestra.run.smithi160.stdout: 5 53470 8.91 MB/sec execute 44 sec latency 126.874 ms 2023-12-18T03:53:32.092 INFO:teuthology.orchestra.run.smithi160.stdout: 5 53708 8.80 MB/sec execute 45 sec latency 143.025 ms 2023-12-18T03:53:32.343 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:32 smithi160 ceph-mon[107718]: pgmap v42: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.8 MiB/s wr, 662 op/s 2023-12-18T03:53:32.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:32 smithi176 ceph-mon[110350]: pgmap v42: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.8 MiB/s wr, 662 op/s 2023-12-18T03:53:33.092 INFO:teuthology.orchestra.run.smithi160.stdout: 5 53988 8.76 MB/sec execute 46 sec latency 129.584 ms 2023-12-18T03:53:34.098 INFO:teuthology.orchestra.run.smithi160.stdout: 5 54268 8.77 MB/sec execute 47 sec latency 134.408 ms 2023-12-18T03:53:34.372 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:34 smithi160 ceph-mon[107718]: pgmap v43: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-18T03:53:34.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:34 smithi176 ceph-mon[110350]: pgmap v43: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-18T03:53:35.102 INFO:teuthology.orchestra.run.smithi160.stdout: 5 54681 8.69 MB/sec execute 48 sec latency 108.052 ms 2023-12-18T03:53:36.102 INFO:teuthology.orchestra.run.smithi160.stdout: 5 55029 8.67 MB/sec execute 49 sec latency 130.005 ms 2023-12-18T03:53:36.440 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:36 smithi160 ceph-mon[107718]: pgmap v44: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 603 op/s 2023-12-18T03:53:36.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:36 smithi176 ceph-mon[110350]: pgmap v44: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 603 op/s 2023-12-18T03:53:37.102 INFO:teuthology.orchestra.run.smithi160.stdout: 5 55388 8.69 MB/sec execute 50 sec latency 126.878 ms 2023-12-18T03:53:38.102 INFO:teuthology.orchestra.run.smithi160.stdout: 5 55775 8.77 MB/sec execute 51 sec latency 135.975 ms 2023-12-18T03:53:38.224 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:38 smithi160 ceph-mon[107718]: pgmap v45: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-18T03:53:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:38 smithi176 ceph-mon[110350]: pgmap v45: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-18T03:53:39.102 INFO:teuthology.orchestra.run.smithi160.stdout: 5 56118 8.79 MB/sec execute 52 sec latency 126.919 ms 2023-12-18T03:53:40.111 INFO:teuthology.orchestra.run.smithi160.stdout: 5 56401 8.79 MB/sec execute 53 sec latency 122.651 ms 2023-12-18T03:53:40.521 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:40 smithi160 ceph-mon[107718]: pgmap v46: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-18T03:53:40.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:40 smithi176 ceph-mon[110350]: pgmap v46: 97 pgs: 97 active+clean; 307 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-18T03:53:41.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 56680 8.82 MB/sec execute 54 sec latency 137.841 ms 2023-12-18T03:53:42.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 56984 8.79 MB/sec execute 55 sec latency 129.148 ms 2023-12-18T03:53:42.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:42 smithi160 ceph-mon[107718]: pgmap v47: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 637 op/s 2023-12-18T03:53:42.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:42 smithi176 ceph-mon[110350]: pgmap v47: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 637 op/s 2023-12-18T03:53:43.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 57280 8.78 MB/sec execute 56 sec latency 122.665 ms 2023-12-18T03:53:44.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 57570 8.77 MB/sec execute 57 sec latency 177.059 ms 2023-12-18T03:53:44.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:44 smithi160 ceph-mon[107718]: pgmap v48: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-12-18T03:53:44.403 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:44 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:53:44.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:44 smithi176 ceph-mon[110350]: pgmap v48: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-12-18T03:53:44.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:44 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:53:45.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 57842 8.80 MB/sec execute 58 sec latency 123.992 ms 2023-12-18T03:53:46.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 58241 8.68 MB/sec execute 59 sec latency 133.327 ms 2023-12-18T03:53:46.425 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:46 smithi160 ceph-mon[107718]: pgmap v49: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 573 op/s 2023-12-18T03:53:46.426 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:46 smithi160 ceph-mon[107718]: mgrmap e28: smithi176.vfuuiq(active, since 93s), standbys: smithi160.agnnin 2023-12-18T03:53:46.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:46 smithi176 ceph-mon[110350]: pgmap v49: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 573 op/s 2023-12-18T03:53:46.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:46 smithi176 ceph-mon[110350]: mgrmap e28: smithi176.vfuuiq(active, since 93s), standbys: smithi160.agnnin 2023-12-18T03:53:47.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 58587 8.63 MB/sec execute 60 sec latency 135.862 ms 2023-12-18T03:53:48.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 58861 8.68 MB/sec execute 61 sec latency 134.791 ms 2023-12-18T03:53:48.217 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:48 smithi160 ceph-mon[107718]: pgmap v50: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-18T03:53:48.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:48 smithi176 ceph-mon[110350]: pgmap v50: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-18T03:53:49.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 59366 8.84 MB/sec execute 62 sec latency 117.881 ms 2023-12-18T03:53:50.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 59823 8.90 MB/sec execute 63 sec latency 130.026 ms 2023-12-18T03:53:50.521 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:50 smithi160 ceph-mon[107718]: pgmap v51: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-18T03:53:50.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:50 smithi176 ceph-mon[110350]: pgmap v51: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-12-18T03:53:51.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 60127 8.86 MB/sec execute 64 sec latency 137.895 ms 2023-12-18T03:53:51.682 INFO:teuthology.orchestra.run.smithi160.stdout:true 2023-12-18T03:53:52.117 INFO:teuthology.orchestra.run.smithi160.stdout: 5 60425 8.83 MB/sec execute 65 sec latency 148.427 ms 2023-12-18T03:53:52.289 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:52 smithi160 ceph-mon[107718]: pgmap v52: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 612 op/s 2023-12-18T03:53:52.289 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:52 smithi160 ceph-mon[107718]: from='client.24507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:52.553 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T03:53:52.553 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 starting - - - - 2023-12-18T03:53:52.553 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (7m) 88s ago 7m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T03:53:52.553 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (7m) 90s ago 7m 7168k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T03:53:52.553 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 starting - - - - 2023-12-18T03:53:52.553 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (3m) 88s ago 3m 36.9M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T03:53:52.553 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (3m) 90s ago 3m 16.1M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T03:53:52.553 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (8m) 88s ago 8m 424M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T03:53:52.554 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (108s) 90s ago 6m 494M - 19.0.0-301-g7c08d8cc e03b994e17d0 10abde1abc59 2023-12-18T03:53:52.554 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (8m) 88s ago 8m 88.9M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T03:53:52.554 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (6m) 90s ago 6m 60.9M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T03:53:52.554 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (3m) 88s ago 3m 258M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T03:53:52.554 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (3m) 90s ago 3m 80.9M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T03:53:52.554 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 starting - - - - 2023-12-18T03:53:52.554 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-18T03:53:52.554 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (6m) 88s ago 6m 531M 1944M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T03:53:52.554 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (6m) 88s ago 6m 360M 1944M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T03:53:52.554 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (5m) 88s ago 5m 201M 1944M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T03:53:52.554 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (5m) 88s ago 5m 523M 1944M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T03:53:52.555 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (5m) 90s ago 5m 455M 2712M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T03:53:52.555 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (4m) 90s ago 4m 472M 2712M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T03:53:52.555 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (4m) 90s ago 4m 448M 2712M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T03:53:52.555 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (4m) 90s ago 4m 747M 2712M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T03:53:52.555 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 starting - - - - 2023-12-18T03:53:52.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:52 smithi176 ceph-mon[110350]: pgmap v52: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 612 op/s 2023-12-18T03:53:52.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:52 smithi176 ceph-mon[110350]: from='client.24507 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:53.116 INFO:teuthology.orchestra.run.smithi160.stdout: 5 60734 8.82 MB/sec execute 66 sec latency 125.835 ms 2023-12-18T03:53:53.134 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:53:53.134 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T03:53:53.135 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:53:53.135 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:53:53.135 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T03:53:53.135 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T03:53:53.135 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:53:53.135 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:53:53.135 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T03:53:53.135 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T03:53:53.135 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:53:53.135 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T03:53:53.135 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:53:53.136 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:53:53.136 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T03:53:53.136 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T03:53:53.136 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:53:53.136 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T03:53:53.136 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:53:53.351 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:53 smithi160 ceph-mon[107718]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:53.351 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:53 smithi160 ceph-mon[107718]: from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:53.351 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:53 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2172827797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:53:53.621 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:53:53.622 INFO:teuthology.orchestra.run.smithi160.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102", 2023-12-18T03:53:53.622 INFO:teuthology.orchestra.run.smithi160.stdout: "in_progress": true, 2023-12-18T03:53:53.622 INFO:teuthology.orchestra.run.smithi160.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T03:53:53.622 INFO:teuthology.orchestra.run.smithi160.stdout: "services_complete": [], 2023-12-18T03:53:53.622 INFO:teuthology.orchestra.run.smithi160.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T03:53:53.622 INFO:teuthology.orchestra.run.smithi160.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T03:53:53.622 INFO:teuthology.orchestra.run.smithi160.stdout: "is_paused": false 2023-12-18T03:53:53.622 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:53:53.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:53 smithi176 ceph-mon[110350]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:53.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:53 smithi176 ceph-mon[110350]: from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:53.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:53 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2172827797' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:53:54.118 INFO:teuthology.orchestra.run.smithi160.stdout: 5 60976 8.81 MB/sec execute 67 sec latency 113.084 ms 2023-12-18T03:53:54.196 INFO:teuthology.orchestra.run.smithi160.stdout:HEALTH_OK 2023-12-18T03:53:54.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:54 smithi160 ceph-mon[107718]: pgmap v53: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-12-18T03:53:54.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:54 smithi160 ceph-mon[107718]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:54.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:54 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/2845348477' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:53:54.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:54 smithi176 ceph-mon[110350]: pgmap v53: 97 pgs: 97 active+clean; 324 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-12-18T03:53:54.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:54 smithi176 ceph-mon[110350]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:53:54.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:54 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/2845348477' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:53:55.120 INFO:teuthology.orchestra.run.smithi160.stdout: 5 61321 8.89 MB/sec execute 68 sec latency 129.652 ms 2023-12-18T03:53:56.120 INFO:teuthology.orchestra.run.smithi160.stdout: 5 61732 8.80 MB/sec execute 69 sec latency 108.505 ms 2023-12-18T03:53:56.390 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:56 smithi160 ceph-mon[107718]: pgmap v54: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.3 MiB/s wr, 594 op/s 2023-12-18T03:53:56.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:56 smithi176 ceph-mon[110350]: pgmap v54: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.3 MiB/s wr, 594 op/s 2023-12-18T03:53:57.120 INFO:teuthology.orchestra.run.smithi160.stdout: 5 62022 8.75 MB/sec execute 70 sec latency 138.544 ms 2023-12-18T03:53:58.120 INFO:teuthology.orchestra.run.smithi160.stdout: 5 62338 8.78 MB/sec execute 71 sec latency 127.053 ms 2023-12-18T03:53:58.436 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:58 smithi160 ceph-mon[107718]: pgmap v55: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-12-18T03:53:58.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:58 smithi176 ceph-mon[110350]: pgmap v55: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-12-18T03:53:59.124 INFO:teuthology.orchestra.run.smithi160.stdout: 5 62768 8.86 MB/sec execute 72 sec latency 205.009 ms 2023-12-18T03:53:59.459 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:53:59 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:53:59.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:53:59 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:54:00.124 INFO:teuthology.orchestra.run.smithi160.stdout: 5 63120 8.90 MB/sec execute 73 sec latency 135.769 ms 2023-12-18T03:54:00.244 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:00 smithi160 ceph-mon[107718]: pgmap v56: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-12-18T03:54:00.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:00 smithi176 ceph-mon[110350]: pgmap v56: 97 pgs: 97 active+clean; 331 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 414 op/s 2023-12-18T03:54:01.126 INFO:teuthology.orchestra.run.smithi160.stdout: 5 63473 8.92 MB/sec execute 74 sec latency 138.583 ms 2023-12-18T03:54:02.126 INFO:teuthology.orchestra.run.smithi160.stdout: 5 63772 8.83 MB/sec execute 75 sec latency 129.637 ms 2023-12-18T03:54:02.295 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:02 smithi160 ceph-mon[107718]: pgmap v57: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 626 op/s 2023-12-18T03:54:02.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:02 smithi176 ceph-mon[110350]: pgmap v57: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.3 MiB/s wr, 626 op/s 2023-12-18T03:54:03.126 INFO:teuthology.orchestra.run.smithi160.stdout: 5 64027 8.81 MB/sec execute 76 sec latency 150.629 ms 2023-12-18T03:54:04.131 INFO:teuthology.orchestra.run.smithi160.stdout: 5 64313 8.81 MB/sec execute 77 sec latency 138.772 ms 2023-12-18T03:54:04.356 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:04 smithi160 ceph-mon[107718]: pgmap v58: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-12-18T03:54:04.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:04 smithi176 ceph-mon[110350]: pgmap v58: 97 pgs: 97 active+clean; 339 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-12-18T03:54:05.138 INFO:teuthology.orchestra.run.smithi160.stdout: 5 64665 8.87 MB/sec execute 78 sec latency 117.942 ms 2023-12-18T03:54:06.139 INFO:teuthology.orchestra.run.smithi160.stdout: 5 65086 8.87 MB/sec execute 79 sec latency 132.806 ms 2023-12-18T03:54:06.350 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:06 smithi160 ceph-mon[107718]: pgmap v59: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.2 MiB/s wr, 645 op/s 2023-12-18T03:54:06.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:06 smithi176 ceph-mon[110350]: pgmap v59: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.2 MiB/s wr, 645 op/s 2023-12-18T03:54:07.138 INFO:teuthology.orchestra.run.smithi160.stdout: 5 65450 8.82 MB/sec execute 80 sec latency 105.454 ms 2023-12-18T03:54:08.139 INFO:teuthology.orchestra.run.smithi160.stdout: 5 65711 8.81 MB/sec execute 81 sec latency 141.959 ms 2023-12-18T03:54:08.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:08 smithi160 ceph-mon[107718]: pgmap v60: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 449 op/s 2023-12-18T03:54:08.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:08 smithi176 ceph-mon[110350]: pgmap v60: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 449 op/s 2023-12-18T03:54:09.139 INFO:teuthology.orchestra.run.smithi160.stdout: 5 66081 8.87 MB/sec execute 82 sec latency 123.251 ms 2023-12-18T03:54:10.139 INFO:teuthology.orchestra.run.smithi160.stdout: 5 66467 8.95 MB/sec execute 83 sec latency 208.148 ms 2023-12-18T03:54:10.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:10 smithi160 ceph-mon[107718]: pgmap v61: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 449 op/s 2023-12-18T03:54:10.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:10 smithi176 ceph-mon[110350]: pgmap v61: 97 pgs: 97 active+clean; 344 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 449 op/s 2023-12-18T03:54:11.139 INFO:teuthology.orchestra.run.smithi160.stdout: 5 66788 8.95 MB/sec execute 84 sec latency 121.419 ms 2023-12-18T03:54:12.139 INFO:teuthology.orchestra.run.smithi160.stdout: 5 67129 8.88 MB/sec execute 85 sec latency 123.875 ms 2023-12-18T03:54:12.544 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:12 smithi160 ceph-mon[107718]: pgmap v62: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 681 op/s 2023-12-18T03:54:12.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:12 smithi176 ceph-mon[110350]: pgmap v62: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 681 op/s 2023-12-18T03:54:13.145 INFO:teuthology.orchestra.run.smithi160.stdout: 5 67461 8.84 MB/sec execute 86 sec latency 130.078 ms 2023-12-18T03:54:13.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:54:13.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:54:14.147 INFO:teuthology.orchestra.run.smithi160.stdout: 5 67885 8.93 MB/sec execute 87 sec latency 129.306 ms 2023-12-18T03:54:14.332 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:14 smithi160 ceph-mon[107718]: pgmap v63: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 469 op/s 2023-12-18T03:54:14.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:14 smithi176 ceph-mon[110350]: pgmap v63: 97 pgs: 97 active+clean; 349 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 469 op/s 2023-12-18T03:54:15.147 INFO:teuthology.orchestra.run.smithi160.stdout: 5 68304 8.96 MB/sec execute 88 sec latency 128.902 ms 2023-12-18T03:54:16.147 INFO:teuthology.orchestra.run.smithi160.stdout: 5 68669 8.97 MB/sec execute 89 sec latency 129.877 ms 2023-12-18T03:54:16.359 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:16 smithi160 ceph-mon[107718]: pgmap v64: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.4 MiB/s wr, 685 op/s 2023-12-18T03:54:16.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:16 smithi176 ceph-mon[110350]: pgmap v64: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.4 MiB/s wr, 685 op/s 2023-12-18T03:54:17.153 INFO:teuthology.orchestra.run.smithi160.stdout: 5 69021 8.90 MB/sec execute 90 sec latency 127.152 ms 2023-12-18T03:54:18.162 INFO:teuthology.orchestra.run.smithi160.stdout: 5 69530 8.97 MB/sec execute 91 sec latency 126.963 ms 2023-12-18T03:54:18.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:18 smithi160 ceph-mon[107718]: pgmap v65: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-12-18T03:54:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:18 smithi176 ceph-mon[110350]: pgmap v65: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-12-18T03:54:19.164 INFO:teuthology.orchestra.run.smithi160.stdout: 5 69990 9.05 MB/sec execute 92 sec latency 93.907 ms 2023-12-18T03:54:20.162 INFO:teuthology.orchestra.run.smithi160.stdout: 5 70461 9.12 MB/sec execute 93 sec latency 133.633 ms 2023-12-18T03:54:20.430 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:20 smithi160 ceph-mon[107718]: pgmap v66: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-12-18T03:54:20.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:20 smithi176 ceph-mon[110350]: pgmap v66: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 447 op/s 2023-12-18T03:54:21.169 INFO:teuthology.orchestra.run.smithi160.stdout: 5 70692 9.06 MB/sec execute 94 sec latency 120.825 ms 2023-12-18T03:54:22.181 INFO:teuthology.orchestra.run.smithi160.stdout: 5 70952 9.04 MB/sec execute 95 sec latency 141.778 ms 2023-12-18T03:54:22.452 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:22 smithi160 ceph-mon[107718]: pgmap v67: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.9 MiB/s wr, 705 op/s 2023-12-18T03:54:22.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:22 smithi176 ceph-mon[110350]: pgmap v67: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.9 MiB/s wr, 705 op/s 2023-12-18T03:54:23.181 INFO:teuthology.orchestra.run.smithi160.stdout: 5 71289 9.06 MB/sec execute 96 sec latency 135.589 ms 2023-12-18T03:54:24.181 INFO:teuthology.orchestra.run.smithi160.stdout: 5 71569 9.03 MB/sec execute 97 sec latency 126.967 ms 2023-12-18T03:54:24.309 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:24 smithi160 ceph-mon[107718]: pgmap v68: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-12-18T03:54:24.663 INFO:teuthology.orchestra.run.smithi160.stdout:true 2023-12-18T03:54:24.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:24 smithi176 ceph-mon[110350]: pgmap v68: 97 pgs: 97 active+clean; 353 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-12-18T03:54:25.183 INFO:teuthology.orchestra.run.smithi160.stdout: 5 71865 9.07 MB/sec execute 98 sec latency 123.977 ms 2023-12-18T03:54:25.340 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:25 smithi160 ceph-mon[107718]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:25.530 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T03:54:25.530 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 starting - - - - 2023-12-18T03:54:25.530 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (8m) 2m ago 8m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T03:54:25.530 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (7m) 2m ago 7m 7168k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T03:54:25.530 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 starting - - - - 2023-12-18T03:54:25.530 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (4m) 2m ago 4m 36.9M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T03:54:25.530 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (3m) 2m ago 3m 16.1M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T03:54:25.531 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (9m) 2m ago 9m 424M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T03:54:25.531 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (2m) 2m ago 7m 494M - 19.0.0-301-g7c08d8cc e03b994e17d0 10abde1abc59 2023-12-18T03:54:25.531 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (9m) 2m ago 9m 88.9M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T03:54:25.531 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (7m) 2m ago 7m 60.9M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T03:54:25.531 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (3m) 2m ago 3m 258M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T03:54:25.531 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (3m) 2m ago 3m 80.9M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T03:54:25.531 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 starting - - - - 2023-12-18T03:54:25.531 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-18T03:54:25.531 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (6m) 2m ago 6m 531M 1944M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T03:54:25.531 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (6m) 2m ago 6m 360M 1944M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T03:54:25.531 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (6m) 2m ago 6m 201M 1944M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T03:54:25.532 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (6m) 2m ago 6m 523M 1944M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T03:54:25.532 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (5m) 2m ago 5m 455M 2712M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T03:54:25.532 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (5m) 2m ago 5m 472M 2712M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T03:54:25.532 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (5m) 2m ago 5m 448M 2712M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T03:54:25.532 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (4m) 2m ago 4m 747M 2712M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T03:54:25.532 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 starting - - - - 2023-12-18T03:54:25.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:25 smithi176 ceph-mon[110350]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:26.062 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:54:26.062 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T03:54:26.062 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:54:26.062 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:54:26.062 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T03:54:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T03:54:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:54:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:54:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T03:54:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T03:54:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:54:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T03:54:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:54:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:54:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T03:54:26.063 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T03:54:26.064 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:54:26.064 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T03:54:26.064 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:54:26.183 INFO:teuthology.orchestra.run.smithi160.stdout: 5 72124 9.01 MB/sec execute 99 sec latency 121.348 ms 2023-12-18T03:54:26.362 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:26 smithi160 ceph-mon[107718]: from='client.24521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:26.362 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:26 smithi160 ceph-mon[107718]: pgmap v69: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.9 MiB/s wr, 659 op/s 2023-12-18T03:54:26.362 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:26 smithi160 ceph-mon[107718]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:26.362 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:26 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/625277748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:54:26.527 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:54:26.527 INFO:teuthology.orchestra.run.smithi160.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102", 2023-12-18T03:54:26.528 INFO:teuthology.orchestra.run.smithi160.stdout: "in_progress": true, 2023-12-18T03:54:26.528 INFO:teuthology.orchestra.run.smithi160.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T03:54:26.528 INFO:teuthology.orchestra.run.smithi160.stdout: "services_complete": [], 2023-12-18T03:54:26.528 INFO:teuthology.orchestra.run.smithi160.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T03:54:26.528 INFO:teuthology.orchestra.run.smithi160.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T03:54:26.528 INFO:teuthology.orchestra.run.smithi160.stdout: "is_paused": false 2023-12-18T03:54:26.528 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:54:26.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:26 smithi176 ceph-mon[110350]: from='client.24521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:26.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:26 smithi176 ceph-mon[110350]: pgmap v69: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.9 MiB/s wr, 659 op/s 2023-12-18T03:54:26.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:26 smithi176 ceph-mon[110350]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:26.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:26 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/625277748' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:54:27.068 INFO:teuthology.orchestra.run.smithi160.stdout:HEALTH_OK 2023-12-18T03:54:27.183 INFO:teuthology.orchestra.run.smithi160.stdout: 5 72506 8.94 MB/sec execute 100 sec latency 121.068 ms 2023-12-18T03:54:27.394 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:27 smithi160 ceph-mon[107718]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:27.394 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:27 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1099727874' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:54:27.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:27 smithi176 ceph-mon[110350]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:27.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:27 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/1099727874' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:54:28.183 INFO:teuthology.orchestra.run.smithi160.stdout: 5 72804 8.91 MB/sec execute 101 sec latency 126.649 ms 2023-12-18T03:54:28.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:28 smithi160 ceph-mon[107718]: pgmap v70: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-12-18T03:54:28.430 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:28 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:54:28.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:28 smithi176 ceph-mon[110350]: pgmap v70: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-12-18T03:54:28.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:28 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:54:29.183 INFO:teuthology.orchestra.run.smithi160.stdout: 5 73136 8.94 MB/sec execute 102 sec latency 131.600 ms 2023-12-18T03:54:30.183 INFO:teuthology.orchestra.run.smithi160.stdout: 5 73505 8.99 MB/sec execute 103 sec latency 126.647 ms 2023-12-18T03:54:30.465 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:30 smithi160 ceph-mon[107718]: pgmap v71: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-12-18T03:54:30.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:30 smithi176 ceph-mon[110350]: pgmap v71: 97 pgs: 97 active+clean; 346 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-12-18T03:54:31.186 INFO:teuthology.orchestra.run.smithi160.stdout: 5 73913 8.99 MB/sec execute 104 sec latency 129.843 ms 2023-12-18T03:54:32.186 INFO:teuthology.orchestra.run.smithi160.stdout: 5 74237 9.02 MB/sec execute 105 sec latency 142.678 ms 2023-12-18T03:54:32.517 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:32 smithi160 ceph-mon[107718]: pgmap v72: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 640 op/s 2023-12-18T03:54:32.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:32 smithi176 ceph-mon[110350]: pgmap v72: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 640 op/s 2023-12-18T03:54:33.187 INFO:teuthology.orchestra.run.smithi160.stdout: 5 74539 9.03 MB/sec execute 106 sec latency 129.782 ms 2023-12-18T03:54:34.187 INFO:teuthology.orchestra.run.smithi160.stdout: 5 74865 9.01 MB/sec execute 107 sec latency 195.416 ms 2023-12-18T03:54:34.570 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:34 smithi160 ceph-mon[107718]: pgmap v73: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-12-18T03:54:34.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:34 smithi176 ceph-mon[110350]: pgmap v73: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-12-18T03:54:35.187 INFO:teuthology.orchestra.run.smithi160.stdout: 5 75205 9.03 MB/sec execute 108 sec latency 130.932 ms 2023-12-18T03:54:36.187 INFO:teuthology.orchestra.run.smithi160.stdout: 5 75487 9.01 MB/sec execute 109 sec latency 132.926 ms 2023-12-18T03:54:36.347 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:36 smithi160 ceph-mon[107718]: pgmap v74: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 576 op/s 2023-12-18T03:54:36.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:36 smithi176 ceph-mon[110350]: pgmap v74: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 576 op/s 2023-12-18T03:54:37.187 INFO:teuthology.orchestra.run.smithi160.stdout: 5 75836 8.97 MB/sec execute 110 sec latency 123.892 ms 2023-12-18T03:54:38.188 INFO:teuthology.orchestra.run.smithi160.stdout: 5 76127 8.94 MB/sec execute 111 sec latency 126.431 ms 2023-12-18T03:54:38.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:38 smithi160 ceph-mon[107718]: pgmap v75: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-18T03:54:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:38 smithi176 ceph-mon[110350]: pgmap v75: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-18T03:54:39.188 INFO:teuthology.orchestra.run.smithi160.stdout: 5 76392 8.91 MB/sec execute 112 sec latency 123.912 ms 2023-12-18T03:54:40.188 INFO:teuthology.orchestra.run.smithi160.stdout: 5 76730 8.93 MB/sec execute 113 sec latency 120.460 ms 2023-12-18T03:54:40.432 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:40 smithi160 ceph-mon[107718]: pgmap v76: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-18T03:54:40.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:40 smithi176 ceph-mon[110350]: pgmap v76: 97 pgs: 97 active+clean; 345 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-12-18T03:54:41.191 INFO:teuthology.orchestra.run.smithi160.stdout: 5 77127 8.95 MB/sec execute 114 sec latency 143.898 ms 2023-12-18T03:54:42.191 INFO:teuthology.orchestra.run.smithi160.stdout: 5 77480 8.99 MB/sec execute 115 sec latency 198.426 ms 2023-12-18T03:54:42.490 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:42 smithi160 ceph-mon[107718]: pgmap v77: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 589 op/s 2023-12-18T03:54:42.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:42 smithi176 ceph-mon[110350]: pgmap v77: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 589 op/s 2023-12-18T03:54:43.191 INFO:teuthology.orchestra.run.smithi160.stdout: 5 77745 8.97 MB/sec execute 116 sec latency 135.405 ms 2023-12-18T03:54:43.516 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:43 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:54:43.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:43 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:54:44.191 INFO:teuthology.orchestra.run.smithi160.stdout: 5 78067 8.98 MB/sec execute 117 sec latency 129.161 ms 2023-12-18T03:54:44.534 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:44 smithi160 ceph-mon[107718]: pgmap v78: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-18T03:54:44.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:44 smithi176 ceph-mon[110350]: pgmap v78: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-18T03:54:45.191 INFO:teuthology.orchestra.run.smithi160.stdout: 5 78388 9.01 MB/sec execute 118 sec latency 126.096 ms 2023-12-18T03:54:46.192 INFO:teuthology.orchestra.run.smithi160.stdout: 5 78708 9.01 MB/sec execute 119 sec latency 127.867 ms 2023-12-18T03:54:46.565 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:46 smithi160 ceph-mon[107718]: pgmap v79: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 580 op/s 2023-12-18T03:54:46.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:46 smithi176 ceph-mon[110350]: pgmap v79: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 580 op/s 2023-12-18T03:54:47.192 INFO:teuthology.orchestra.run.smithi160.stdout: 5 78996 8.97 MB/sec execute 120 sec latency 126.777 ms 2023-12-18T03:54:48.192 INFO:teuthology.orchestra.run.smithi160.stdout: 5 79386 8.95 MB/sec execute 121 sec latency 126.854 ms 2023-12-18T03:54:48.344 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:48 smithi160 ceph-mon[107718]: pgmap v80: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-18T03:54:48.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:48 smithi176 ceph-mon[110350]: pgmap v80: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-18T03:54:49.194 INFO:teuthology.orchestra.run.smithi160.stdout: 5 79793 8.96 MB/sec execute 122 sec latency 130.299 ms 2023-12-18T03:54:50.193 INFO:teuthology.orchestra.run.smithi160.stdout: 5 80186 8.97 MB/sec execute 123 sec latency 133.148 ms 2023-12-18T03:54:50.370 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:50 smithi160 ceph-mon[107718]: pgmap v81: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-18T03:54:50.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:50 smithi176 ceph-mon[110350]: pgmap v81: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-12-18T03:54:51.192 INFO:teuthology.orchestra.run.smithi160.stdout: 5 80586 9.00 MB/sec execute 124 sec latency 126.814 ms 2023-12-18T03:54:52.192 INFO:teuthology.orchestra.run.smithi160.stdout: 5 80905 8.97 MB/sec execute 125 sec latency 151.114 ms 2023-12-18T03:54:52.430 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:52 smithi160 ceph-mon[107718]: pgmap v82: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2023-12-18T03:54:52.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:52 smithi176 ceph-mon[110350]: pgmap v82: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2023-12-18T03:54:53.192 INFO:teuthology.orchestra.run.smithi160.stdout: 5 81271 9.00 MB/sec execute 126 sec latency 140.116 ms 2023-12-18T03:54:54.192 INFO:teuthology.orchestra.run.smithi160.stdout: 5 81534 8.99 MB/sec execute 127 sec latency 130.171 ms 2023-12-18T03:54:54.498 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:54 smithi160 ceph-mon[107718]: pgmap v83: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-12-18T03:54:54.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:54 smithi176 ceph-mon[110350]: pgmap v83: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 404 op/s 2023-12-18T03:54:55.199 INFO:teuthology.orchestra.run.smithi160.stdout: 5 81880 9.02 MB/sec execute 128 sec latency 138.923 ms 2023-12-18T03:54:56.200 INFO:teuthology.orchestra.run.smithi160.stdout: 5 82228 9.04 MB/sec execute 129 sec latency 123.916 ms 2023-12-18T03:54:56.593 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:56 smithi160 ceph-mon[107718]: pgmap v84: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 611 op/s 2023-12-18T03:54:56.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:56 smithi176 ceph-mon[110350]: pgmap v84: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 611 op/s 2023-12-18T03:54:57.204 INFO:teuthology.orchestra.run.smithi160.stdout: 5 82457 9.01 MB/sec execute 130 sec latency 201.989 ms 2023-12-18T03:54:57.552 INFO:teuthology.orchestra.run.smithi160.stdout:true 2023-12-18T03:54:58.204 INFO:teuthology.orchestra.run.smithi160.stdout: 5 82710 8.97 MB/sec execute 131 sec latency 130.059 ms 2023-12-18T03:54:58.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:58 smithi160 ceph-mon[107718]: pgmap v85: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-18T03:54:58.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:58 smithi160 ceph-mon[107718]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:58.397 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:58 smithi160 ceph-mon[107718]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:58.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:58 smithi176 ceph-mon[110350]: pgmap v85: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-18T03:54:58.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:58 smithi176 ceph-mon[110350]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:58.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:58 smithi176 ceph-mon[110350]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:58.536 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T03:54:58.536 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 starting - - - - 2023-12-18T03:54:58.536 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (8m) 2m ago 8m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T03:54:58.536 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (8m) 2m ago 8m 7168k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T03:54:58.536 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 starting - - - - 2023-12-18T03:54:58.537 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (4m) 2m ago 4m 36.9M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T03:54:58.537 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (4m) 2m ago 4m 16.1M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T03:54:58.537 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (9m) 2m ago 9m 424M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T03:54:58.537 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (2m) 2m ago 8m 494M - 19.0.0-301-g7c08d8cc e03b994e17d0 10abde1abc59 2023-12-18T03:54:58.537 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (9m) 2m ago 9m 88.9M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T03:54:58.537 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (8m) 2m ago 8m 60.9M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T03:54:58.537 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (4m) 2m ago 4m 258M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T03:54:58.537 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (4m) 2m ago 4m 80.9M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T03:54:58.537 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 starting - - - - 2023-12-18T03:54:58.538 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-18T03:54:58.538 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (7m) 2m ago 7m 531M 1944M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T03:54:58.538 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (7m) 2m ago 7m 360M 1944M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T03:54:58.538 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (6m) 2m ago 6m 201M 1944M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T03:54:58.538 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (6m) 2m ago 6m 523M 1944M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T03:54:58.538 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (6m) 2m ago 6m 455M 2712M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T03:54:58.538 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (6m) 2m ago 6m 472M 2712M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T03:54:58.538 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (5m) 2m ago 5m 448M 2712M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T03:54:58.538 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (5m) 2m ago 5m 747M 2712M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T03:54:58.538 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 starting - - - - 2023-12-18T03:54:59.128 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:54:59.128 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T03:54:59.128 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:54:59.128 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:54:59.128 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T03:54:59.128 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T03:54:59.129 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:54:59.129 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:54:59.129 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T03:54:59.129 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T03:54:59.129 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:54:59.129 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T03:54:59.129 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:54:59.129 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:54:59.129 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T03:54:59.129 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T03:54:59.129 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:54:59.130 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T03:54:59.130 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:54:59.205 INFO:teuthology.orchestra.run.smithi160.stdout: 5 82955 8.93 MB/sec execute 132 sec latency 143.374 ms 2023-12-18T03:54:59.374 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:59 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:54:59.375 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:59 smithi160 ceph-mon[107718]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:59.375 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:54:59 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3315291504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:54:59.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:59 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:54:59.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:59 smithi176 ceph-mon[110350]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:54:59.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:54:59 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/3315291504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:54:59.632 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:54:59.633 INFO:teuthology.orchestra.run.smithi160.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102", 2023-12-18T03:54:59.633 INFO:teuthology.orchestra.run.smithi160.stdout: "in_progress": true, 2023-12-18T03:54:59.633 INFO:teuthology.orchestra.run.smithi160.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T03:54:59.633 INFO:teuthology.orchestra.run.smithi160.stdout: "services_complete": [], 2023-12-18T03:54:59.633 INFO:teuthology.orchestra.run.smithi160.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T03:54:59.633 INFO:teuthology.orchestra.run.smithi160.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T03:54:59.633 INFO:teuthology.orchestra.run.smithi160.stdout: "is_paused": false 2023-12-18T03:54:59.633 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:55:00.205 INFO:teuthology.orchestra.run.smithi160.stdout: 5 83247 8.93 MB/sec execute 133 sec latency 136.659 ms 2023-12-18T03:55:00.240 INFO:teuthology.orchestra.run.smithi160.stdout:HEALTH_OK 2023-12-18T03:55:00.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:00 smithi160 ceph-mon[107718]: pgmap v86: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-18T03:55:00.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:00 smithi160 ceph-mon[107718]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:55:00.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:00 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1007770383' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:55:00.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:00 smithi176 ceph-mon[110350]: pgmap v86: 97 pgs: 97 active+clean; 346 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-12-18T03:55:00.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:00 smithi176 ceph-mon[110350]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:55:00.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:00 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/1007770383' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:55:01.210 INFO:teuthology.orchestra.run.smithi160.stdout: 5 83602 8.92 MB/sec execute 134 sec latency 120.711 ms 2023-12-18T03:55:02.210 INFO:teuthology.orchestra.run.smithi160.stdout: 5 83926 8.91 MB/sec execute 135 sec latency 126.116 ms 2023-12-18T03:55:02.452 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:02 smithi160 ceph-mon[107718]: pgmap v87: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.0 MiB/s wr, 598 op/s 2023-12-18T03:55:02.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:02 smithi176 ceph-mon[110350]: pgmap v87: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.0 MiB/s wr, 598 op/s 2023-12-18T03:55:03.210 INFO:teuthology.orchestra.run.smithi160.stdout: 5 84276 8.93 MB/sec execute 136 sec latency 135.541 ms 2023-12-18T03:55:04.210 INFO:teuthology.orchestra.run.smithi160.stdout: 5 84667 8.94 MB/sec execute 137 sec latency 123.719 ms 2023-12-18T03:55:04.491 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:04 smithi160 ceph-mon[107718]: pgmap v88: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-12-18T03:55:04.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:04 smithi176 ceph-mon[110350]: pgmap v88: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 381 op/s 2023-12-18T03:55:05.210 INFO:teuthology.orchestra.run.smithi160.stdout: 5 85010 8.96 MB/sec execute 138 sec latency 210.202 ms 2023-12-18T03:55:06.211 INFO:teuthology.orchestra.run.smithi160.stdout: 5 85310 8.96 MB/sec execute 139 sec latency 126.705 ms 2023-12-18T03:55:06.329 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:06 smithi160 ceph-mon[107718]: pgmap v89: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 578 op/s 2023-12-18T03:55:06.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:06 smithi176 ceph-mon[110350]: pgmap v89: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.0 MiB/s wr, 578 op/s 2023-12-18T03:55:07.210 INFO:teuthology.orchestra.run.smithi160.stdout: 5 85620 8.98 MB/sec execute 140 sec latency 127.917 ms 2023-12-18T03:55:08.210 INFO:teuthology.orchestra.run.smithi160.stdout: 5 85942 8.96 MB/sec execute 141 sec latency 129.768 ms 2023-12-18T03:55:08.356 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:08 smithi160 ceph-mon[107718]: pgmap v90: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T03:55:08.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:08 smithi176 ceph-mon[110350]: pgmap v90: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T03:55:09.210 INFO:teuthology.orchestra.run.smithi160.stdout: 5 86219 8.94 MB/sec execute 142 sec latency 140.798 ms 2023-12-18T03:55:10.210 INFO:teuthology.orchestra.run.smithi160.stdout: 5 86483 8.94 MB/sec execute 143 sec latency 124.475 ms 2023-12-18T03:55:10.395 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:10 smithi160 ceph-mon[107718]: pgmap v91: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T03:55:10.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:10 smithi176 ceph-mon[110350]: pgmap v91: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-12-18T03:55:11.210 INFO:teuthology.orchestra.run.smithi160.stdout: 5 86817 8.93 MB/sec execute 144 sec latency 126.395 ms 2023-12-18T03:55:12.221 INFO:teuthology.orchestra.run.smithi160.stdout: 5 87234 8.93 MB/sec execute 145 sec latency 120.658 ms 2023-12-18T03:55:12.429 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:12 smithi160 ceph-mon[107718]: pgmap v92: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 564 op/s 2023-12-18T03:55:12.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:12 smithi176 ceph-mon[110350]: pgmap v92: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 564 op/s 2023-12-18T03:55:13.221 INFO:teuthology.orchestra.run.smithi160.stdout: 5 87512 8.90 MB/sec execute 146 sec latency 123.177 ms 2023-12-18T03:55:13.473 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:55:13.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:55:14.221 INFO:teuthology.orchestra.run.smithi160.stdout: 5 87815 8.91 MB/sec execute 147 sec latency 130.021 ms 2023-12-18T03:55:14.505 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:14 smithi160 ceph-mon[107718]: pgmap v93: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 389 op/s 2023-12-18T03:55:14.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:14 smithi176 ceph-mon[110350]: pgmap v93: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 389 op/s 2023-12-18T03:55:15.222 INFO:teuthology.orchestra.run.smithi160.stdout: 5 88190 8.90 MB/sec execute 148 sec latency 136.510 ms 2023-12-18T03:55:16.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 88499 8.92 MB/sec execute 149 sec latency 143.540 ms 2023-12-18T03:55:16.566 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:16 smithi160 ceph-mon[107718]: pgmap v94: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 583 op/s 2023-12-18T03:55:16.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:16 smithi176 ceph-mon[110350]: pgmap v94: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 583 op/s 2023-12-18T03:55:17.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 88783 8.94 MB/sec execute 150 sec latency 201.479 ms 2023-12-18T03:55:18.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 89055 8.95 MB/sec execute 151 sec latency 124.508 ms 2023-12-18T03:55:18.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:18 smithi160 ceph-mon[107718]: pgmap v95: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T03:55:18.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:18 smithi176 ceph-mon[110350]: pgmap v95: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T03:55:19.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 89386 8.94 MB/sec execute 152 sec latency 149.084 ms 2023-12-18T03:55:20.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 89584 8.90 MB/sec execute 153 sec latency 153.201 ms 2023-12-18T03:55:20.363 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:20 smithi160 ceph-mon[107718]: pgmap v96: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T03:55:20.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:20 smithi176 ceph-mon[110350]: pgmap v96: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-12-18T03:55:21.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 89846 8.88 MB/sec execute 154 sec latency 135.686 ms 2023-12-18T03:55:22.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 90154 8.88 MB/sec execute 155 sec latency 129.376 ms 2023-12-18T03:55:22.411 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:22 smithi160 ceph-mon[107718]: pgmap v97: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 567 op/s 2023-12-18T03:55:22.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:22 smithi176 ceph-mon[110350]: pgmap v97: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 567 op/s 2023-12-18T03:55:23.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 90401 8.86 MB/sec execute 156 sec latency 129.767 ms 2023-12-18T03:55:24.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 90719 8.88 MB/sec execute 157 sec latency 126.331 ms 2023-12-18T03:55:24.487 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:24 smithi160 ceph-mon[107718]: pgmap v98: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-18T03:55:24.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:24 smithi176 ceph-mon[110350]: pgmap v98: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-12-18T03:55:25.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 91041 8.84 MB/sec execute 158 sec latency 126.758 ms 2023-12-18T03:55:26.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 91352 8.80 MB/sec execute 159 sec latency 133.979 ms 2023-12-18T03:55:26.537 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:26 smithi160 ceph-mon[107718]: pgmap v99: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-12-18T03:55:26.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:26 smithi176 ceph-mon[110350]: pgmap v99: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-12-18T03:55:27.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 91626 8.80 MB/sec execute 160 sec latency 126.963 ms 2023-12-18T03:55:28.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 91951 8.82 MB/sec execute 161 sec latency 134.643 ms 2023-12-18T03:55:28.326 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:28 smithi160 ceph-mon[107718]: pgmap v100: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 357 op/s 2023-12-18T03:55:28.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:28 smithi176 ceph-mon[110350]: pgmap v100: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 357 op/s 2023-12-18T03:55:29.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 92334 8.86 MB/sec execute 162 sec latency 128.675 ms 2023-12-18T03:55:29.334 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:29 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:55:29.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:29 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:55:30.223 INFO:teuthology.orchestra.run.smithi160.stdout: 5 92669 8.86 MB/sec execute 163 sec latency 123.961 ms 2023-12-18T03:55:30.348 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:30 smithi160 ceph-mon[107718]: pgmap v101: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 357 op/s 2023-12-18T03:55:30.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:30 smithi176 ceph-mon[110350]: pgmap v101: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 357 op/s 2023-12-18T03:55:30.773 INFO:teuthology.orchestra.run.smithi160.stdout:true 2023-12-18T03:55:31.228 INFO:teuthology.orchestra.run.smithi160.stdout: 5 92890 8.85 MB/sec execute 164 sec latency 135.870 ms 2023-12-18T03:55:31.366 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:31 smithi160 ceph-mon[107718]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:55:31.695 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T03:55:31.695 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 starting - - - - 2023-12-18T03:55:31.695 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (9m) 3m ago 9m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T03:55:31.695 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (8m) 3m ago 8m 7168k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T03:55:31.695 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 starting - - - - 2023-12-18T03:55:31.695 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (5m) 3m ago 5m 36.9M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T03:55:31.695 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (5m) 3m ago 5m 16.1M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T03:55:31.695 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (10m) 3m ago 10m 424M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T03:55:31.695 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (3m) 3m ago 8m 494M - 19.0.0-301-g7c08d8cc e03b994e17d0 10abde1abc59 2023-12-18T03:55:31.695 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (10m) 3m ago 10m 88.9M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T03:55:31.695 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (8m) 3m ago 8m 60.9M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (4m) 3m ago 4m 258M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (4m) 3m ago 4m 80.9M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 starting - - - - 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (8m) 3m ago 8m 531M 1944M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (7m) 3m ago 7m 360M 1944M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (7m) 3m ago 7m 201M 1944M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (7m) 3m ago 7m 523M 1944M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (6m) 3m ago 6m 455M 2712M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (6m) 3m ago 6m 472M 2712M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (6m) 3m ago 6m 448M 2712M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (6m) 3m ago 6m 747M 2712M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T03:55:31.696 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 starting - - - - 2023-12-18T03:55:31.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:31 smithi176 ceph-mon[110350]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:55:32.228 INFO:teuthology.orchestra.run.smithi160.stdout: 5 93078 8.83 MB/sec execute 165 sec latency 135.921 ms 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:55:32.232 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:55:32.233 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T03:55:32.233 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T03:55:32.233 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:55:32.233 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T03:55:32.233 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:55:32.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:32 smithi160 ceph-mon[107718]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:55:32.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:32 smithi160 ceph-mon[107718]: pgmap v102: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2023-12-18T03:55:32.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:32 smithi160 ceph-mon[107718]: from='client.24557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:55:32.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:32 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/871702975' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:55:32.735 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:55:32.735 INFO:teuthology.orchestra.run.smithi160.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102", 2023-12-18T03:55:32.735 INFO:teuthology.orchestra.run.smithi160.stdout: "in_progress": true, 2023-12-18T03:55:32.735 INFO:teuthology.orchestra.run.smithi160.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T03:55:32.735 INFO:teuthology.orchestra.run.smithi160.stdout: "services_complete": [], 2023-12-18T03:55:32.735 INFO:teuthology.orchestra.run.smithi160.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T03:55:32.735 INFO:teuthology.orchestra.run.smithi160.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T03:55:32.735 INFO:teuthology.orchestra.run.smithi160.stdout: "is_paused": false 2023-12-18T03:55:32.735 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:55:32.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:32 smithi176 ceph-mon[110350]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:55:32.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:32 smithi176 ceph-mon[110350]: pgmap v102: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 547 op/s 2023-12-18T03:55:32.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:32 smithi176 ceph-mon[110350]: from='client.24557 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:55:32.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:32 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/871702975' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:55:33.228 INFO:teuthology.orchestra.run.smithi160.stdout: 5 93296 8.81 MB/sec execute 166 sec latency 210.671 ms 2023-12-18T03:55:33.276 INFO:teuthology.orchestra.run.smithi160.stdout:HEALTH_OK 2023-12-18T03:55:33.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:33 smithi160 ceph-mon[107718]: from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:55:33.428 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:33 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3177626894' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:55:33.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:33 smithi176 ceph-mon[110350]: from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:55:33.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:33 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/3177626894' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:55:34.228 INFO:teuthology.orchestra.run.smithi160.stdout: 5 93554 8.78 MB/sec execute 167 sec latency 132.849 ms 2023-12-18T03:55:34.454 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:34 smithi160 ceph-mon[107718]: pgmap v103: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-12-18T03:55:34.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:34 smithi176 ceph-mon[110350]: pgmap v103: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 366 op/s 2023-12-18T03:55:35.228 INFO:teuthology.orchestra.run.smithi160.stdout: 5 93873 8.79 MB/sec execute 168 sec latency 129.152 ms 2023-12-18T03:55:36.229 INFO:teuthology.orchestra.run.smithi160.stdout: 5 94102 8.77 MB/sec execute 169 sec latency 129.500 ms 2023-12-18T03:55:36.499 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:36 smithi160 ceph-mon[107718]: pgmap v104: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-18T03:55:36.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:36 smithi176 ceph-mon[110350]: pgmap v104: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 514 op/s 2023-12-18T03:55:37.229 INFO:teuthology.orchestra.run.smithi160.stdout: 5 94436 8.76 MB/sec execute 170 sec latency 124.074 ms 2023-12-18T03:55:38.229 INFO:teuthology.orchestra.run.smithi160.stdout: 5 94780 8.73 MB/sec execute 171 sec latency 129.620 ms 2023-12-18T03:55:38.283 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:38 smithi160 ceph-mon[107718]: pgmap v105: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-18T03:55:38.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:38 smithi176 ceph-mon[110350]: pgmap v105: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-12-18T03:55:39.229 INFO:teuthology.orchestra.run.smithi160.stdout: 5 95014 8.71 MB/sec execute 172 sec latency 149.609 ms 2023-12-18T03:55:40.234 INFO:teuthology.orchestra.run.smithi160.stdout: 5 95330 8.72 MB/sec execute 173 sec latency 128.753 ms 2023-12-18T03:55:40.339 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:40 smithi160 ceph-mon[107718]: pgmap v106: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.3 MiB/s wr, 444 op/s 2023-12-18T03:55:40.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:40 smithi176 ceph-mon[110350]: pgmap v106: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.3 MiB/s wr, 444 op/s 2023-12-18T03:55:41.244 INFO:teuthology.orchestra.run.smithi160.stdout: 5 95607 8.74 MB/sec execute 174 sec latency 131.621 ms 2023-12-18T03:55:42.252 INFO:teuthology.orchestra.run.smithi160.stdout: 5 95945 8.76 MB/sec execute 175 sec latency 142.607 ms 2023-12-18T03:55:42.371 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:42 smithi160 ceph-mon[107718]: pgmap v107: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 523 op/s 2023-12-18T03:55:42.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:42 smithi176 ceph-mon[110350]: pgmap v107: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 523 op/s 2023-12-18T03:55:43.252 INFO:teuthology.orchestra.run.smithi160.stdout: 5 96264 8.76 MB/sec execute 176 sec latency 140.471 ms 2023-12-18T03:55:43.384 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:43 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:55:43.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:43 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:55:44.252 INFO:teuthology.orchestra.run.smithi160.stdout: 5 96483 8.76 MB/sec execute 177 sec latency 118.225 ms 2023-12-18T03:55:44.391 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:44 smithi160 ceph-mon[107718]: pgmap v108: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 333 op/s 2023-12-18T03:55:44.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:44 smithi176 ceph-mon[110350]: pgmap v108: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 333 op/s 2023-12-18T03:55:45.257 INFO:teuthology.orchestra.run.smithi160.stdout: 5 96702 8.74 MB/sec execute 178 sec latency 143.414 ms 2023-12-18T03:55:46.257 INFO:teuthology.orchestra.run.smithi160.stdout: 5 96878 8.71 MB/sec execute 179 sec latency 128.433 ms 2023-12-18T03:55:46.437 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:46 smithi160 ceph-mon[107718]: pgmap v109: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 494 op/s 2023-12-18T03:55:46.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:46 smithi176 ceph-mon[110350]: pgmap v109: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 494 op/s 2023-12-18T03:55:47.261 INFO:teuthology.orchestra.run.smithi160.stdout: 5 97114 8.70 MB/sec execute 180 sec latency 134.321 ms 2023-12-18T03:55:48.242 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:48 smithi160 ceph-mon[107718]: pgmap v110: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-18T03:55:48.261 INFO:teuthology.orchestra.run.smithi160.stdout: 5 97356 8.68 MB/sec execute 181 sec latency 140.189 ms 2023-12-18T03:55:48.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:48 smithi176 ceph-mon[110350]: pgmap v110: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 347 op/s 2023-12-18T03:55:49.262 INFO:teuthology.orchestra.run.smithi160.stdout: 5 97555 8.65 MB/sec execute 182 sec latency 126.688 ms 2023-12-18T03:55:50.262 INFO:teuthology.orchestra.run.smithi160.stdout: 5 97873 8.67 MB/sec execute 183 sec latency 139.220 ms 2023-12-18T03:55:50.536 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:50 smithi160 ceph-mon[107718]: pgmap v111: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-18T03:55:50.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:50 smithi176 ceph-mon[110350]: pgmap v111: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-18T03:55:51.262 INFO:teuthology.orchestra.run.smithi160.stdout: 5 98223 8.63 MB/sec execute 184 sec latency 123.971 ms 2023-12-18T03:55:52.262 INFO:teuthology.orchestra.run.smithi160.stdout: 5 98552 8.61 MB/sec execute 185 sec latency 129.498 ms 2023-12-18T03:55:52.316 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:52 smithi160 ceph-mon[107718]: pgmap v112: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.3 MiB/s wr, 388 op/s 2023-12-18T03:55:52.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:52 smithi176 ceph-mon[110350]: pgmap v112: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.3 MiB/s wr, 388 op/s 2023-12-18T03:55:53.262 INFO:teuthology.orchestra.run.smithi160.stdout: 5 98934 8.64 MB/sec execute 186 sec latency 123.931 ms 2023-12-18T03:55:54.262 INFO:teuthology.orchestra.run.smithi160.stdout: 5 99266 8.66 MB/sec execute 187 sec latency 135.298 ms 2023-12-18T03:55:54.366 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:54 smithi160 ceph-mon[107718]: pgmap v113: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 309 op/s 2023-12-18T03:55:54.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:54 smithi176 ceph-mon[110350]: pgmap v113: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.5 MiB/s wr, 309 op/s 2023-12-18T03:55:55.263 INFO:teuthology.orchestra.run.smithi160.stdout: 5 99648 8.70 MB/sec execute 188 sec latency 130.511 ms 2023-12-18T03:55:56.262 INFO:teuthology.orchestra.run.smithi160.stdout: 5 99917 8.69 MB/sec execute 189 sec latency 137.181 ms 2023-12-18T03:55:56.415 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:56 smithi160 ceph-mon[107718]: pgmap v114: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 506 op/s 2023-12-18T03:55:56.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:56 smithi176 ceph-mon[110350]: pgmap v114: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 506 op/s 2023-12-18T03:55:57.264 INFO:teuthology.orchestra.run.smithi160.stdout: 5 100116 8.67 MB/sec execute 190 sec latency 130.631 ms 2023-12-18T03:55:58.264 INFO:teuthology.orchestra.run.smithi160.stdout: 5 100396 8.66 MB/sec execute 191 sec latency 129.460 ms 2023-12-18T03:55:58.433 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:58 smithi160 ceph-mon[107718]: pgmap v115: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-12-18T03:55:58.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:58 smithi176 ceph-mon[110350]: pgmap v115: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-12-18T03:55:59.264 INFO:teuthology.orchestra.run.smithi160.stdout: 5 100646 8.64 MB/sec execute 192 sec latency 135.810 ms 2023-12-18T03:55:59.475 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:55:59 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:55:59.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:55:59 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:56:00.273 INFO:teuthology.orchestra.run.smithi160.stdout: 5 100923 8.64 MB/sec execute 193 sec latency 135.977 ms 2023-12-18T03:56:00.503 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:00 smithi160 ceph-mon[107718]: pgmap v116: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-12-18T03:56:00.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:00 smithi176 ceph-mon[110350]: pgmap v116: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-12-18T03:56:01.275 INFO:teuthology.orchestra.run.smithi160.stdout: 5 101228 8.64 MB/sec execute 194 sec latency 120.609 ms 2023-12-18T03:56:02.275 INFO:teuthology.orchestra.run.smithi160.stdout: 5 101528 8.61 MB/sec execute 195 sec latency 133.738 ms 2023-12-18T03:56:02.299 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:02 smithi160 ceph-mon[107718]: pgmap v117: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-12-18T03:56:02.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:02 smithi176 ceph-mon[110350]: pgmap v117: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-12-18T03:56:03.276 INFO:teuthology.orchestra.run.smithi160.stdout: 5 101832 8.59 MB/sec execute 196 sec latency 118.011 ms 2023-12-18T03:56:03.799 INFO:teuthology.orchestra.run.smithi160.stdout:true 2023-12-18T03:56:04.276 INFO:teuthology.orchestra.run.smithi160.stdout: 5 102127 8.60 MB/sec execute 197 sec latency 133.041 ms 2023-12-18T03:56:04.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:04 smithi160 ceph-mon[107718]: pgmap v118: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-12-18T03:56:04.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:04 smithi160 ceph-mon[107718]: from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:04.519 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:04 smithi176 ceph-mon[110350]: pgmap v118: 97 pgs: 97 active+clean; 354 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-12-18T03:56:04.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:04 smithi176 ceph-mon[110350]: from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:04.741 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T03:56:04.741 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 starting - - - - 2023-12-18T03:56:04.741 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (9m) 3m ago 9m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T03:56:04.741 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (9m) 3m ago 9m 7168k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T03:56:04.741 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 starting - - - - 2023-12-18T03:56:04.741 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (5m) 3m ago 5m 36.9M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (5m) 3m ago 5m 16.1M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (10m) 3m ago 10m 424M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (4m) 3m ago 9m 494M - 19.0.0-301-g7c08d8cc e03b994e17d0 10abde1abc59 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (10m) 3m ago 10m 88.9M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (9m) 3m ago 9m 60.9M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (5m) 3m ago 5m 258M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (5m) 3m ago 5m 80.9M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 starting - - - - 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 starting - - - - 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (8m) 3m ago 8m 531M 1944M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (8m) 3m ago 8m 360M 1944M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (7m) 3m ago 7m 201M 1944M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (7m) 3m ago 7m 523M 1944M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (7m) 3m ago 7m 455M 2712M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (7m) 3m ago 7m 472M 2712M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T03:56:04.742 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (6m) 3m ago 6m 448M 2712M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T03:56:04.743 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (6m) 3m ago 6m 747M 2712M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T03:56:04.743 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 starting - - - - 2023-12-18T03:56:05.276 INFO:teuthology.orchestra.run.smithi160.stdout: 5 102475 8.61 MB/sec execute 198 sec latency 109.861 ms 2023-12-18T03:56:05.316 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:56:05.316 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T03:56:05.316 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:56:05.316 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:56:05.316 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T03:56:05.316 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T03:56:05.316 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:56:05.316 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:56:05.316 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T03:56:05.317 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T03:56:05.317 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:56:05.317 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T03:56:05.317 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T03:56:05.317 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T03:56:05.317 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T03:56:05.317 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T03:56:05.317 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T03:56:05.317 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T03:56:05.317 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:56:05.344 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:05 smithi160 ceph-mon[107718]: from='client.24571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:05.344 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:05 smithi160 ceph-mon[107718]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:05.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:05 smithi176 ceph-mon[110350]: from='client.24571 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:05.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:05 smithi176 ceph-mon[110350]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:05.783 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T03:56:05.783 INFO:teuthology.orchestra.run.smithi160.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102", 2023-12-18T03:56:05.783 INFO:teuthology.orchestra.run.smithi160.stdout: "in_progress": true, 2023-12-18T03:56:05.783 INFO:teuthology.orchestra.run.smithi160.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T03:56:05.784 INFO:teuthology.orchestra.run.smithi160.stdout: "services_complete": [], 2023-12-18T03:56:05.784 INFO:teuthology.orchestra.run.smithi160.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T03:56:05.784 INFO:teuthology.orchestra.run.smithi160.stdout: "message": "Currently upgrading mgr daemons", 2023-12-18T03:56:05.784 INFO:teuthology.orchestra.run.smithi160.stdout: "is_paused": false 2023-12-18T03:56:05.784 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T03:56:06.276 INFO:teuthology.orchestra.run.smithi160.stdout: 5 102803 8.63 MB/sec execute 199 sec latency 132.900 ms 2023-12-18T03:56:06.341 INFO:teuthology.orchestra.run.smithi160.stdout:HEALTH_OK 2023-12-18T03:56:06.386 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:06 smithi160 ceph-mon[107718]: pgmap v119: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 550 op/s 2023-12-18T03:56:06.386 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:06 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1450424134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:56:06.386 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:06 smithi160 ceph-mon[107718]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:06.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:06 smithi176 ceph-mon[110350]: pgmap v119: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 550 op/s 2023-12-18T03:56:06.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:06 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/1450424134' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T03:56:06.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:06 smithi176 ceph-mon[110350]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:07.285 INFO:teuthology.orchestra.run.smithi160.stdout: 5 103169 8.64 MB/sec execute 200 sec latency 129.509 ms 2023-12-18T03:56:07.399 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:07 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/4181657166' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:56:07.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:07 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/4181657166' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T03:56:08.285 INFO:teuthology.orchestra.run.smithi160.stdout: 5 103454 8.64 MB/sec execute 201 sec latency 132.605 ms 2023-12-18T03:56:08.424 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:08 smithi160 ceph-mon[107718]: pgmap v120: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 354 op/s 2023-12-18T03:56:08.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:08 smithi176 ceph-mon[110350]: pgmap v120: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 354 op/s 2023-12-18T03:56:09.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 103858 8.65 MB/sec execute 202 sec latency 130.134 ms 2023-12-18T03:56:10.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 104142 8.64 MB/sec execute 203 sec latency 134.615 ms 2023-12-18T03:56:10.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:10 smithi160 ceph-mon[107718]: pgmap v121: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.2 MiB/s wr, 443 op/s 2023-12-18T03:56:10.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:10 smithi176 ceph-mon[110350]: pgmap v121: 97 pgs: 97 active+clean; 348 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.2 MiB/s wr, 443 op/s 2023-12-18T03:56:11.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 104478 8.64 MB/sec execute 204 sec latency 108.540 ms 2023-12-18T03:56:12.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 104777 8.63 MB/sec execute 205 sec latency 130.718 ms 2023-12-18T03:56:12.522 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:12 smithi160 ceph-mon[107718]: pgmap v122: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-12-18T03:56:12.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:12 smithi176 ceph-mon[110350]: pgmap v122: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-12-18T03:56:13.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 105143 8.62 MB/sec execute 206 sec latency 123.486 ms 2023-12-18T03:56:13.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:56:13.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:56:14.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 105440 8.61 MB/sec execute 207 sec latency 152.625 ms 2023-12-18T03:56:14.563 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:14 smithi160 ceph-mon[107718]: pgmap v123: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-18T03:56:14.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:14 smithi176 ceph-mon[110350]: pgmap v123: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-12-18T03:56:15.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 105803 8.61 MB/sec execute 208 sec latency 133.362 ms 2023-12-18T03:56:16.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 106122 8.62 MB/sec execute 209 sec latency 143.793 ms 2023-12-18T03:56:16.604 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:16 smithi160 ceph-mon[107718]: pgmap v124: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.5 MiB/s wr, 582 op/s 2023-12-18T03:56:16.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:16 smithi176 ceph-mon[110350]: pgmap v124: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.5 MiB/s wr, 582 op/s 2023-12-18T03:56:17.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 106445 8.64 MB/sec execute 210 sec latency 128.266 ms 2023-12-18T03:56:18.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 106712 8.63 MB/sec execute 211 sec latency 132.146 ms 2023-12-18T03:56:18.413 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:18 smithi160 ceph-mon[107718]: pgmap v125: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-18T03:56:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:18 smithi176 ceph-mon[110350]: pgmap v125: 97 pgs: 97 active+clean; 341 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-18T03:56:19.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 106931 8.62 MB/sec execute 212 sec latency 123.454 ms 2023-12-18T03:56:20.292 INFO:teuthology.orchestra.run.smithi160.stdout: 5 107170 8.61 MB/sec execute 213 sec latency 139.275 ms 2023-12-18T03:56:20.474 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:20 smithi160 ceph-mon[107718]: pgmap v126: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 457 op/s 2023-12-18T03:56:20.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:20 smithi176 ceph-mon[110350]: pgmap v126: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 457 op/s 2023-12-18T03:56:21.294 INFO:teuthology.orchestra.run.smithi160.stdout: 5 107451 8.62 MB/sec execute 214 sec latency 143.242 ms 2023-12-18T03:56:22.294 INFO:teuthology.orchestra.run.smithi160.stdout: 5 107673 8.60 MB/sec execute 215 sec latency 135.723 ms 2023-12-18T03:56:22.511 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:22 smithi160 ceph-mon[107718]: pgmap v127: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 482 op/s 2023-12-18T03:56:22.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:22 smithi176 ceph-mon[110350]: pgmap v127: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 482 op/s 2023-12-18T03:56:23.293 INFO:teuthology.orchestra.run.smithi160.stdout: 5 107974 8.60 MB/sec execute 216 sec latency 131.461 ms 2023-12-18T03:56:24.301 INFO:teuthology.orchestra.run.smithi160.stdout: 5 108187 8.57 MB/sec execute 217 sec latency 113.204 ms 2023-12-18T03:56:24.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:24 smithi176 ceph-mon[110350]: pgmap v128: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-12-18T03:56:24.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:24 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:56:24.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:24 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:56:24.535 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:24 smithi160 ceph-mon[107718]: pgmap v128: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-12-18T03:56:24.535 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:24 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:56:24.535 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:24 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T03:56:25.301 INFO:teuthology.orchestra.run.smithi160.stdout: 5 108451 8.56 MB/sec execute 218 sec latency 126.819 ms 2023-12-18T03:56:25.540 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:25 smithi160 ceph-mon[107718]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed. 2023-12-18T03:56:25.540 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:25 smithi160 ceph-mon[107718]: pgmap v129: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 416 op/s 2023-12-18T03:56:25.540 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:25 smithi160 ceph-mon[107718]: Health check failed: Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-18T03:56:25.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:25 smithi176 ceph-mon[110350]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed. 2023-12-18T03:56:25.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:25 smithi176 ceph-mon[110350]: pgmap v129: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.2 MiB/s wr, 416 op/s 2023-12-18T03:56:25.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:25 smithi176 ceph-mon[110350]: Health check failed: Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-18T03:56:26.302 INFO:teuthology.orchestra.run.smithi160.stdout: 5 108786 8.56 MB/sec execute 219 sec latency 134.083 ms 2023-12-18T03:56:27.303 INFO:teuthology.orchestra.run.smithi160.stdout: 5 109140 8.55 MB/sec execute 220 sec latency 109.240 ms 2023-12-18T03:56:27.849 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:27 smithi160 ceph-mon[107718]: pgmap v130: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 369 op/s 2023-12-18T03:56:27.849 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:27 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:56:27.850 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:27 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:56:28.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:27 smithi176 ceph-mon[110350]: pgmap v130: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 369 op/s 2023-12-18T03:56:28.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:27 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:56:28.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:27 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:56:28.309 INFO:teuthology.orchestra.run.smithi160.stdout: 5 109429 8.55 MB/sec execute 221 sec latency 132.868 ms 2023-12-18T03:56:29.309 INFO:teuthology.orchestra.run.smithi160.stdout: 5 109725 8.56 MB/sec execute 222 sec latency 170.922 ms 2023-12-18T03:56:29.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:29 smithi160 ceph-mon[107718]: pgmap v131: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 369 op/s 2023-12-18T03:56:29.421 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:29 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:56:29.422 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:29 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:56:29.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:29 smithi176 ceph-mon[110350]: pgmap v131: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.0 MiB/s wr, 369 op/s 2023-12-18T03:56:29.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:29 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T03:56:29.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:29 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:56:30.309 INFO:teuthology.orchestra.run.smithi160.stdout: 5 110082 8.58 MB/sec execute 223 sec latency 167.526 ms 2023-12-18T03:56:31.309 INFO:teuthology.orchestra.run.smithi160.stdout: 5 110400 8.58 MB/sec execute 224 sec latency 146.270 ms 2023-12-18T03:56:31.456 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:31 smithi160 ceph-mon[107718]: pgmap v132: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 503 op/s 2023-12-18T03:56:31.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:31 smithi176 ceph-mon[110350]: pgmap v132: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 503 op/s 2023-12-18T03:56:32.309 INFO:teuthology.orchestra.run.smithi160.stdout: 5 110657 8.59 MB/sec execute 225 sec latency 135.885 ms 2023-12-18T03:56:33.309 INFO:teuthology.orchestra.run.smithi160.stdout: 5 110904 8.58 MB/sec execute 226 sec latency 129.593 ms 2023-12-18T03:56:33.514 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:33 smithi160 ceph-mon[107718]: pgmap v133: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-18T03:56:33.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:33 smithi176 ceph-mon[110350]: pgmap v133: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-18T03:56:34.309 INFO:teuthology.orchestra.run.smithi160.stdout: 5 111227 8.56 MB/sec execute 227 sec latency 128.786 ms 2023-12-18T03:56:35.309 INFO:teuthology.orchestra.run.smithi160.stdout: 5 111510 8.55 MB/sec execute 228 sec latency 139.226 ms 2023-12-18T03:56:35.314 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:35 smithi160 ceph-mon[107718]: pgmap v134: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-18T03:56:35.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:35 smithi176 ceph-mon[110350]: pgmap v134: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.7 MiB/s wr, 377 op/s 2023-12-18T03:56:36.309 INFO:teuthology.orchestra.run.smithi160.stdout: 5 111794 8.55 MB/sec execute 229 sec latency 136.947 ms 2023-12-18T03:56:36.914 INFO:teuthology.orchestra.run.smithi160.stdout:true 2023-12-18T03:56:37.315 INFO:teuthology.orchestra.run.smithi160.stdout: 5 112119 8.55 MB/sec execute 230 sec latency 129.513 ms 2023-12-18T03:56:37.349 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:37 smithi160 ceph-mon[107718]: pgmap v135: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 514 op/s 2023-12-18T03:56:37.350 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:37 smithi160 ceph-mon[107718]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:37.397 INFO:teuthology.orchestra.run.smithi160.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed." 2023-12-18T03:56:37.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:37 smithi176 ceph-mon[110350]: pgmap v135: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 514 op/s 2023-12-18T03:56:37.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:37 smithi176 ceph-mon[110350]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:38.319 INFO:teuthology.orchestra.run.smithi160.stdout: 5 112511 8.54 MB/sec execute 231 sec latency 129.416 ms 2023-12-18T03:56:38.366 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:38 smithi160 ceph-mon[107718]: from='client.24585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:38.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:38 smithi176 ceph-mon[110350]: from='client.24585 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T03:56:39.320 INFO:teuthology.orchestra.run.smithi160.stdout: 5 112890 8.54 MB/sec execute 232 sec latency 126.697 ms 2023-12-18T03:56:39.396 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:39 smithi160 ceph-mon[107718]: pgmap v136: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 352 op/s 2023-12-18T03:56:39.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:39 smithi176 ceph-mon[110350]: pgmap v136: 97 pgs: 97 active+clean; 351 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.8 MiB/s wr, 352 op/s 2023-12-18T03:56:40.320 INFO:teuthology.orchestra.run.smithi160.stdout: 5 113164 8.54 MB/sec execute 233 sec latency 98.581 ms 2023-12-18T03:56:41.320 INFO:teuthology.orchestra.run.smithi160.stdout: 5 113452 8.56 MB/sec execute 234 sec latency 138.130 ms 2023-12-18T03:56:41.448 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:41 smithi160 ceph-mon[107718]: pgmap v137: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 561 op/s 2023-12-18T03:56:41.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:41 smithi176 ceph-mon[110350]: pgmap v137: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 561 op/s 2023-12-18T03:56:42.319 INFO:teuthology.orchestra.run.smithi160.stdout: 5 113811 8.57 MB/sec execute 235 sec latency 123.414 ms 2023-12-18T03:56:43.320 INFO:teuthology.orchestra.run.smithi160.stdout: 5 114116 8.57 MB/sec execute 236 sec latency 137.126 ms 2023-12-18T03:56:43.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:43 smithi160 ceph-mon[107718]: pgmap v138: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-18T03:56:43.486 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:43 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:56:43.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:43 smithi176 ceph-mon[110350]: pgmap v138: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-18T03:56:43.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:43 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:56:44.320 INFO:teuthology.orchestra.run.smithi160.stdout: 5 114338 8.55 MB/sec execute 237 sec latency 123.471 ms 2023-12-18T03:56:45.320 INFO:teuthology.orchestra.run.smithi160.stdout: 5 114675 8.57 MB/sec execute 238 sec latency 131.803 ms 2023-12-18T03:56:45.551 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:45 smithi160 ceph-mon[107718]: pgmap v139: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-18T03:56:45.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:45 smithi176 ceph-mon[110350]: pgmap v139: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-18T03:56:46.328 INFO:teuthology.orchestra.run.smithi160.stdout: 5 114942 8.55 MB/sec execute 239 sec latency 126.627 ms 2023-12-18T03:56:47.335 INFO:teuthology.orchestra.run.smithi160.stdout: 5 115270 8.55 MB/sec execute 240 sec latency 140.709 ms 2023-12-18T03:56:47.610 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:47 smithi160 ceph-mon[107718]: pgmap v140: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2023-12-18T03:56:47.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:47 smithi176 ceph-mon[110350]: pgmap v140: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 553 op/s 2023-12-18T03:56:48.339 INFO:teuthology.orchestra.run.smithi160.stdout: 5 115583 8.54 MB/sec execute 241 sec latency 126.293 ms 2023-12-18T03:56:49.342 INFO:teuthology.orchestra.run.smithi160.stdout: 5 115918 8.54 MB/sec execute 242 sec latency 121.980 ms 2023-12-18T03:56:49.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:49 smithi160 ceph-mon[107718]: pgmap v141: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-12-18T03:56:49.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:49 smithi176 ceph-mon[110350]: pgmap v141: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-12-18T03:56:50.342 INFO:teuthology.orchestra.run.smithi160.stdout: 5 116324 8.54 MB/sec execute 243 sec latency 123.932 ms 2023-12-18T03:56:51.350 INFO:teuthology.orchestra.run.smithi160.stdout: 5 116689 8.55 MB/sec execute 244 sec latency 158.736 ms 2023-12-18T03:56:51.485 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:51 smithi160 ceph-mon[107718]: pgmap v142: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 587 op/s 2023-12-18T03:56:51.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:51 smithi176 ceph-mon[110350]: pgmap v142: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.6 MiB/s wr, 587 op/s 2023-12-18T03:56:52.351 INFO:teuthology.orchestra.run.smithi160.stdout: 5 116968 8.55 MB/sec execute 245 sec latency 210.356 ms 2023-12-18T03:56:53.351 INFO:teuthology.orchestra.run.smithi160.stdout: 5 117332 8.57 MB/sec execute 246 sec latency 188.905 ms 2023-12-18T03:56:53.483 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:53 smithi160 ceph-mon[107718]: pgmap v143: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-18T03:56:53.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:53 smithi176 ceph-mon[110350]: pgmap v143: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-18T03:56:54.357 INFO:teuthology.orchestra.run.smithi160.stdout: 5 117662 8.58 MB/sec execute 247 sec latency 123.923 ms 2023-12-18T03:56:55.357 INFO:teuthology.orchestra.run.smithi160.stdout: 5 117935 8.58 MB/sec execute 248 sec latency 141.782 ms 2023-12-18T03:56:55.598 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:55 smithi160 ceph-mon[107718]: pgmap v144: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-18T03:56:55.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:55 smithi176 ceph-mon[110350]: pgmap v144: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-12-18T03:56:56.362 INFO:teuthology.orchestra.run.smithi160.stdout: 5 118125 8.57 MB/sec execute 249 sec latency 126.316 ms 2023-12-18T03:56:57.362 INFO:teuthology.orchestra.run.smithi160.stdout: 5 118388 8.55 MB/sec execute 250 sec latency 143.378 ms 2023-12-18T03:56:57.650 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:57 smithi160 ceph-mon[107718]: pgmap v145: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 573 op/s 2023-12-18T03:56:57.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:57 smithi176 ceph-mon[110350]: pgmap v145: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 573 op/s 2023-12-18T03:56:58.362 INFO:teuthology.orchestra.run.smithi160.stdout: 5 118709 8.54 MB/sec execute 251 sec latency 129.682 ms 2023-12-18T03:56:58.671 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:58 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:56:58.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:58 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:56:59.362 INFO:teuthology.orchestra.run.smithi160.stdout: 5 118953 8.53 MB/sec execute 252 sec latency 124.674 ms 2023-12-18T03:56:59.445 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:56:59 smithi160 ceph-mon[107718]: pgmap v146: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-12-18T03:56:59.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:56:59 smithi176 ceph-mon[110350]: pgmap v146: 97 pgs: 97 active+clean; 350 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-12-18T03:57:00.362 INFO:teuthology.orchestra.run.smithi160.stdout: 5 119251 8.53 MB/sec execute 253 sec latency 206.976 ms 2023-12-18T03:57:01.362 INFO:teuthology.orchestra.run.smithi160.stdout: 5 119649 8.52 MB/sec execute 254 sec latency 129.756 ms 2023-12-18T03:57:01.476 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:01 smithi160 ceph-mon[107718]: pgmap v147: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.7 MiB/s wr, 566 op/s 2023-12-18T03:57:01.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:01 smithi176 ceph-mon[110350]: pgmap v147: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.7 MiB/s wr, 566 op/s 2023-12-18T03:57:02.362 INFO:teuthology.orchestra.run.smithi160.stdout: 5 120023 8.52 MB/sec execute 255 sec latency 123.800 ms 2023-12-18T03:57:03.363 INFO:teuthology.orchestra.run.smithi160.stdout: 5 120316 8.54 MB/sec execute 256 sec latency 141.850 ms 2023-12-18T03:57:03.548 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:03 smithi160 ceph-mon[107718]: pgmap v148: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 362 op/s 2023-12-18T03:57:03.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:03 smithi176 ceph-mon[110350]: pgmap v148: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 362 op/s 2023-12-18T03:57:04.362 INFO:teuthology.orchestra.run.smithi160.stdout: 5 120672 8.55 MB/sec execute 257 sec latency 132.343 ms 2023-12-18T03:57:05.376 INFO:teuthology.orchestra.run.smithi160.stdout: 5 121033 8.58 MB/sec execute 258 sec latency 130.193 ms 2023-12-18T03:57:05.594 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:05 smithi160 ceph-mon[107718]: pgmap v149: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 362 op/s 2023-12-18T03:57:05.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:05 smithi176 ceph-mon[110350]: pgmap v149: 97 pgs: 97 active+clean; 354 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 362 op/s 2023-12-18T03:57:06.386 INFO:teuthology.orchestra.run.smithi160.stdout: 5 121324 8.56 MB/sec execute 259 sec latency 129.841 ms 2023-12-18T03:57:07.392 INFO:teuthology.orchestra.run.smithi160.stdout: 5 121554 8.54 MB/sec execute 260 sec latency 133.223 ms 2023-12-18T03:57:07.641 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:07 smithi160 ceph-mon[107718]: pgmap v150: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 567 op/s 2023-12-18T03:57:07.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:07 smithi176 ceph-mon[110350]: pgmap v150: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 567 op/s 2023-12-18T03:57:08.392 INFO:teuthology.orchestra.run.smithi160.stdout: 5 121767 8.53 MB/sec execute 261 sec latency 128.624 ms 2023-12-18T03:57:09.393 INFO:teuthology.orchestra.run.smithi160.stdout: 5 122027 8.53 MB/sec execute 262 sec latency 146.063 ms 2023-12-18T03:57:09.675 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:09 smithi160 ceph-mon[107718]: pgmap v151: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-18T03:57:09.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:09 smithi176 ceph-mon[110350]: pgmap v151: 97 pgs: 97 active+clean; 352 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-12-18T03:57:10.400 INFO:teuthology.orchestra.run.smithi160.stdout: 5 122312 8.52 MB/sec execute 263 sec latency 137.028 ms 2023-12-18T03:57:11.411 INFO:teuthology.orchestra.run.smithi160.stdout: 5 122583 8.51 MB/sec execute 264 sec latency 123.443 ms 2023-12-18T03:57:11.736 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:11 smithi160 ceph-mon[107718]: pgmap v152: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.6 MiB/s wr, 540 op/s 2023-12-18T03:57:11.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:11 smithi176 ceph-mon[110350]: pgmap v152: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.6 MiB/s wr, 540 op/s 2023-12-18T03:57:12.411 INFO:teuthology.orchestra.run.smithi160.stdout: 5 122841 8.50 MB/sec execute 265 sec latency 123.602 ms 2023-12-18T03:57:13.411 INFO:teuthology.orchestra.run.smithi160.stdout: 5 123102 8.49 MB/sec execute 266 sec latency 129.665 ms 2023-12-18T03:57:13.526 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:13 smithi160 ceph-mon[107718]: pgmap v153: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-12-18T03:57:13.526 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:57:13.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:13 smithi176 ceph-mon[110350]: pgmap v153: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-12-18T03:57:13.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:57:14.411 INFO:teuthology.orchestra.run.smithi160.stdout: 5 123491 8.50 MB/sec execute 267 sec latency 134.923 ms 2023-12-18T03:57:15.411 INFO:teuthology.orchestra.run.smithi160.stdout: 5 123738 8.49 MB/sec execute 268 sec latency 125.355 ms 2023-12-18T03:57:15.602 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:15 smithi160 ceph-mon[107718]: pgmap v154: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-12-18T03:57:15.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:15 smithi176 ceph-mon[110350]: pgmap v154: 97 pgs: 97 active+clean; 353 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-12-18T03:57:16.416 INFO:teuthology.orchestra.run.smithi160.stdout: 5 124044 8.50 MB/sec execute 269 sec latency 123.568 ms 2023-12-18T03:57:17.417 INFO:teuthology.orchestra.run.smithi160.stdout: 5 124322 8.52 MB/sec execute 270 sec latency 136.199 ms 2023-12-18T03:57:17.653 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:17 smithi160 ceph-mon[107718]: pgmap v155: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 539 op/s 2023-12-18T03:57:18.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:17 smithi176 ceph-mon[110350]: pgmap v155: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.3 MiB/s wr, 539 op/s 2023-12-18T03:57:18.418 INFO:teuthology.orchestra.run.smithi160.stdout: 5 124664 8.52 MB/sec execute 271 sec latency 120.328 ms 2023-12-18T03:57:19.423 INFO:teuthology.orchestra.run.smithi160.stdout: 5 125005 8.51 MB/sec execute 272 sec latency 103.609 ms 2023-12-18T03:57:19.684 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:19 smithi160 ceph-mon[107718]: pgmap v156: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 334 op/s 2023-12-18T03:57:20.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:19 smithi176 ceph-mon[110350]: pgmap v156: 97 pgs: 97 active+clean; 351 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 334 op/s 2023-12-18T03:57:20.424 INFO:teuthology.orchestra.run.smithi160.stdout: 5 125193 8.49 MB/sec execute 273 sec latency 181.070 ms 2023-12-18T03:57:21.424 INFO:teuthology.orchestra.run.smithi160.stdout: 5 125431 8.49 MB/sec execute 274 sec latency 108.028 ms 2023-12-18T03:57:21.759 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:21 smithi160 ceph-mon[107718]: pgmap v157: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-12-18T03:57:22.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:21 smithi176 ceph-mon[110350]: pgmap v157: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 510 op/s 2023-12-18T03:57:22.424 INFO:teuthology.orchestra.run.smithi160.stdout: 5 125715 8.49 MB/sec execute 275 sec latency 121.868 ms 2023-12-18T03:57:23.430 INFO:teuthology.orchestra.run.smithi160.stdout: 5 126021 8.48 MB/sec execute 276 sec latency 123.704 ms 2023-12-18T03:57:23.610 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:23 smithi160 ceph-mon[107718]: pgmap v158: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-18T03:57:24.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:23 smithi176 ceph-mon[110350]: pgmap v158: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-18T03:57:24.438 INFO:teuthology.orchestra.run.smithi160.stdout: 5 126258 8.46 MB/sec execute 277 sec latency 129.616 ms 2023-12-18T03:57:25.441 INFO:teuthology.orchestra.run.smithi160.stdout: 5 126499 8.45 MB/sec execute 278 sec latency 128.106 ms 2023-12-18T03:57:25.707 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:25 smithi160 ceph-mon[107718]: pgmap v159: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-18T03:57:25.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:25 smithi176 ceph-mon[110350]: pgmap v159: 97 pgs: 97 active+clean; 357 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-18T03:57:26.442 INFO:teuthology.orchestra.run.smithi160.stdout: 5 126764 8.46 MB/sec execute 279 sec latency 137.617 ms 2023-12-18T03:57:27.442 INFO:teuthology.orchestra.run.smithi160.stdout: 5 127097 8.45 MB/sec execute 280 sec latency 138.570 ms 2023-12-18T03:57:27.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:27 smithi160 ceph-mon[107718]: pgmap v160: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-18T03:57:28.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:27 smithi176 ceph-mon[110350]: pgmap v160: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 506 op/s 2023-12-18T03:57:28.442 INFO:teuthology.orchestra.run.smithi160.stdout: 5 127358 8.45 MB/sec execute 281 sec latency 128.455 ms 2023-12-18T03:57:28.773 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:28 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:57:29.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:28 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:57:29.442 INFO:teuthology.orchestra.run.smithi160.stdout: 5 127644 8.45 MB/sec execute 282 sec latency 157.091 ms 2023-12-18T03:57:29.811 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:29 smithi160 ceph-mon[107718]: pgmap v161: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-12-18T03:57:30.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:29 smithi176 ceph-mon[110350]: pgmap v161: 97 pgs: 97 active+clean; 353 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 340 op/s 2023-12-18T03:57:30.442 INFO:teuthology.orchestra.run.smithi160.stdout: 5 127914 8.45 MB/sec execute 283 sec latency 120.146 ms 2023-12-18T03:57:31.442 INFO:teuthology.orchestra.run.smithi160.stdout: 5 128276 8.46 MB/sec execute 284 sec latency 125.810 ms 2023-12-18T03:57:31.597 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:31 smithi160 ceph-mon[107718]: pgmap v162: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 501 op/s 2023-12-18T03:57:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:31 smithi176 ceph-mon[110350]: pgmap v162: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 501 op/s 2023-12-18T03:57:32.442 INFO:teuthology.orchestra.run.smithi160.stdout: 5 128538 8.45 MB/sec execute 285 sec latency 132.505 ms 2023-12-18T03:57:33.442 INFO:teuthology.orchestra.run.smithi160.stdout: 5 128833 8.46 MB/sec execute 286 sec latency 137.848 ms 2023-12-18T03:57:33.672 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:33 smithi160 ceph-mon[107718]: pgmap v163: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-18T03:57:34.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:33 smithi176 ceph-mon[110350]: pgmap v163: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-18T03:57:34.446 INFO:teuthology.orchestra.run.smithi160.stdout: 5 129064 8.45 MB/sec execute 287 sec latency 147.836 ms 2023-12-18T03:57:35.446 INFO:teuthology.orchestra.run.smithi160.stdout: 5 129274 8.43 MB/sec execute 288 sec latency 120.590 ms 2023-12-18T03:57:35.742 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:35 smithi160 ceph-mon[107718]: pgmap v164: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-18T03:57:35.772 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:35 smithi176 ceph-mon[110350]: pgmap v164: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-12-18T03:57:36.446 INFO:teuthology.orchestra.run.smithi160.stdout: 5 129499 8.43 MB/sec execute 289 sec latency 152.016 ms 2023-12-18T03:57:37.446 INFO:teuthology.orchestra.run.smithi160.stdout: 5 129740 8.42 MB/sec execute 290 sec latency 129.853 ms 2023-12-18T03:57:37.802 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:37 smithi160 ceph-mon[107718]: pgmap v165: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-18T03:57:38.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:37 smithi176 ceph-mon[110350]: pgmap v165: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-12-18T03:57:38.452 INFO:teuthology.orchestra.run.smithi160.stdout: 5 130007 8.41 MB/sec execute 291 sec latency 212.451 ms 2023-12-18T03:57:39.452 INFO:teuthology.orchestra.run.smithi160.stdout: 5 130278 8.40 MB/sec execute 292 sec latency 137.016 ms 2023-12-18T03:57:39.867 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:39 smithi160 ceph-mon[107718]: pgmap v166: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 333 op/s 2023-12-18T03:57:40.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:39 smithi176 ceph-mon[110350]: pgmap v166: 97 pgs: 97 active+clean; 360 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 333 op/s 2023-12-18T03:57:40.452 INFO:teuthology.orchestra.run.smithi160.stdout: 5 130582 8.40 MB/sec execute 293 sec latency 123.783 ms 2023-12-18T03:57:41.457 INFO:teuthology.orchestra.run.smithi160.stdout: 5 130816 8.40 MB/sec execute 294 sec latency 135.084 ms 2023-12-18T03:57:41.690 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:41 smithi160 ceph-mon[107718]: pgmap v167: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-12-18T03:57:42.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:41 smithi176 ceph-mon[110350]: pgmap v167: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 486 op/s 2023-12-18T03:57:42.457 INFO:teuthology.orchestra.run.smithi160.stdout: 5 131136 8.40 MB/sec execute 295 sec latency 135.253 ms 2023-12-18T03:57:43.457 INFO:teuthology.orchestra.run.smithi160.stdout: 5 131459 8.40 MB/sec execute 296 sec latency 129.930 ms 2023-12-18T03:57:43.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:43 smithi160 ceph-mon[107718]: pgmap v168: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-12-18T03:57:43.721 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:43 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:57:44.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:43 smithi176 ceph-mon[110350]: pgmap v168: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-12-18T03:57:44.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:43 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:57:44.457 INFO:teuthology.orchestra.run.smithi160.stdout: 5 131693 8.41 MB/sec execute 297 sec latency 134.854 ms 2023-12-18T03:57:45.461 INFO:teuthology.orchestra.run.smithi160.stdout: 5 131934 8.39 MB/sec execute 298 sec latency 130.725 ms 2023-12-18T03:57:45.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:45 smithi176 ceph-mon[110350]: pgmap v169: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-12-18T03:57:45.793 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:45 smithi160 ceph-mon[107718]: pgmap v169: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 325 op/s 2023-12-18T03:57:46.461 INFO:teuthology.orchestra.run.smithi160.stdout: 5 132202 8.39 MB/sec execute 299 sec latency 162.966 ms 2023-12-18T03:57:47.463 INFO:teuthology.orchestra.run.smithi160.stdout: 5 132503 8.39 MB/sec execute 300 sec latency 130.143 ms 2023-12-18T03:57:47.845 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:47 smithi160 ceph-mon[107718]: pgmap v170: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-12-18T03:57:48.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:47 smithi176 ceph-mon[110350]: pgmap v170: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-12-18T03:57:48.463 INFO:teuthology.orchestra.run.smithi160.stdout: 5 132751 8.38 MB/sec execute 301 sec latency 145.675 ms 2023-12-18T03:57:49.464 INFO:teuthology.orchestra.run.smithi160.stdout: 5 132993 8.37 MB/sec execute 302 sec latency 136.972 ms 2023-12-18T03:57:49.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:49 smithi160 ceph-mon[107718]: pgmap v171: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-18T03:57:50.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:49 smithi176 ceph-mon[110350]: pgmap v171: 97 pgs: 97 active+clean; 359 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-18T03:57:50.464 INFO:teuthology.orchestra.run.smithi160.stdout: 5 133295 8.37 MB/sec execute 303 sec latency 144.189 ms 2023-12-18T03:57:51.474 INFO:teuthology.orchestra.run.smithi160.stdout: 5 133677 8.37 MB/sec execute 304 sec latency 120.900 ms 2023-12-18T03:57:51.689 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:51 smithi160 ceph-mon[107718]: pgmap v172: 97 pgs: 97 active+clean; 356 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 483 op/s 2023-12-18T03:57:52.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:51 smithi176 ceph-mon[110350]: pgmap v172: 97 pgs: 97 active+clean; 356 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 483 op/s 2023-12-18T03:57:52.474 INFO:teuthology.orchestra.run.smithi160.stdout: 5 134038 8.38 MB/sec execute 305 sec latency 131.429 ms 2023-12-18T03:57:53.475 INFO:teuthology.orchestra.run.smithi160.stdout: 5 134357 8.37 MB/sec execute 306 sec latency 125.947 ms 2023-12-18T03:57:53.723 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:53 smithi160 ceph-mon[107718]: pgmap v173: 97 pgs: 97 active+clean; 356 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T03:57:54.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:53 smithi176 ceph-mon[110350]: pgmap v173: 97 pgs: 97 active+clean; 356 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T03:57:54.475 INFO:teuthology.orchestra.run.smithi160.stdout: 5 134709 8.37 MB/sec execute 307 sec latency 149.177 ms 2023-12-18T03:57:55.478 INFO:teuthology.orchestra.run.smithi160.stdout: 5 135024 8.38 MB/sec execute 308 sec latency 128.203 ms 2023-12-18T03:57:55.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:55 smithi176 ceph-mon[110350]: pgmap v174: 97 pgs: 97 active+clean; 356 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T03:57:55.771 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:55 smithi160 ceph-mon[107718]: pgmap v174: 97 pgs: 97 active+clean; 356 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T03:57:56.486 INFO:teuthology.orchestra.run.smithi160.stdout: 5 135341 8.38 MB/sec execute 309 sec latency 140.414 ms 2023-12-18T03:57:57.488 INFO:teuthology.orchestra.run.smithi160.stdout: 5 135686 8.40 MB/sec execute 310 sec latency 126.745 ms 2023-12-18T03:57:57.823 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:57 smithi160 ceph-mon[107718]: pgmap v175: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 533 op/s 2023-12-18T03:57:58.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:57 smithi176 ceph-mon[110350]: pgmap v175: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 533 op/s 2023-12-18T03:57:58.488 INFO:teuthology.orchestra.run.smithi160.stdout: 5 136046 8.40 MB/sec execute 311 sec latency 126.817 ms 2023-12-18T03:57:58.866 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:58 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:57:59.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:58 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:57:59.494 INFO:teuthology.orchestra.run.smithi160.stdout: 5 136338 8.40 MB/sec execute 312 sec latency 133.247 ms 2023-12-18T03:57:59.889 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:57:59 smithi160 ceph-mon[107718]: pgmap v176: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-12-18T03:58:00.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:57:59 smithi176 ceph-mon[110350]: pgmap v176: 97 pgs: 97 active+clean; 351 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 365 op/s 2023-12-18T03:58:00.494 INFO:teuthology.orchestra.run.smithi160.stdout: 5 136632 8.39 MB/sec execute 313 sec latency 126.825 ms 2023-12-18T03:58:01.494 INFO:teuthology.orchestra.run.smithi160.stdout: 5 136930 8.39 MB/sec execute 314 sec latency 154.194 ms 2023-12-18T03:58:01.931 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:01 smithi160 ceph-mon[107718]: pgmap v177: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 562 op/s 2023-12-18T03:58:02.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:01 smithi176 ceph-mon[110350]: pgmap v177: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.8 MiB/s wr, 562 op/s 2023-12-18T03:58:02.494 INFO:teuthology.orchestra.run.smithi160.stdout: 5 137226 8.38 MB/sec execute 315 sec latency 144.615 ms 2023-12-18T03:58:03.501 INFO:teuthology.orchestra.run.smithi160.stdout: 5 137560 8.39 MB/sec execute 316 sec latency 129.810 ms 2023-12-18T03:58:03.711 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:03 smithi160 ceph-mon[107718]: pgmap v178: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-18T03:58:04.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:03 smithi176 ceph-mon[110350]: pgmap v178: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-18T03:58:04.504 INFO:teuthology.orchestra.run.smithi160.stdout: 5 137890 8.39 MB/sec execute 317 sec latency 126.762 ms 2023-12-18T03:58:05.508 INFO:teuthology.orchestra.run.smithi160.stdout: 5 138273 8.39 MB/sec execute 318 sec latency 129.649 ms 2023-12-18T03:58:05.751 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:05 smithi160 ceph-mon[107718]: pgmap v179: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-18T03:58:05.769 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:05 smithi176 ceph-mon[110350]: pgmap v179: 97 pgs: 97 active+clean; 354 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-12-18T03:58:06.510 INFO:teuthology.orchestra.run.smithi160.stdout: 5 138514 8.38 MB/sec execute 319 sec latency 137.651 ms 2023-12-18T03:58:07.509 INFO:teuthology.orchestra.run.smithi160.stdout: 5 138874 8.40 MB/sec execute 320 sec latency 129.511 ms 2023-12-18T03:58:07.804 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:07 smithi160 ceph-mon[107718]: pgmap v180: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 590 op/s 2023-12-18T03:58:08.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:07 smithi176 ceph-mon[110350]: pgmap v180: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 590 op/s 2023-12-18T03:58:08.509 INFO:teuthology.orchestra.run.smithi160.stdout: 5 139199 8.39 MB/sec execute 321 sec latency 110.055 ms 2023-12-18T03:58:09.509 INFO:teuthology.orchestra.run.smithi160.stdout: 5 139487 8.39 MB/sec execute 322 sec latency 151.845 ms 2023-12-18T03:58:09.836 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:09 smithi160 ceph-mon[107718]: pgmap v181: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-18T03:58:10.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:09 smithi176 ceph-mon[110350]: pgmap v181: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-12-18T03:58:10.512 INFO:teuthology.orchestra.run.smithi160.stdout: 5 139744 8.39 MB/sec execute 323 sec latency 123.935 ms 2023-12-18T03:58:11.512 INFO:teuthology.orchestra.run.smithi160.stdout: 5 140007 8.38 MB/sec execute 324 sec latency 132.564 ms 2023-12-18T03:58:11.869 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:11 smithi160 ceph-mon[107718]: pgmap v182: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 576 op/s 2023-12-18T03:58:12.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:11 smithi176 ceph-mon[110350]: pgmap v182: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 576 op/s 2023-12-18T03:58:12.512 INFO:teuthology.orchestra.run.smithi160.stdout: 5 140343 8.40 MB/sec execute 325 sec latency 123.222 ms 2023-12-18T03:58:13.512 INFO:teuthology.orchestra.run.smithi160.stdout: 5 140589 8.39 MB/sec execute 326 sec latency 123.081 ms 2023-12-18T03:58:13.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:13 smithi160 ceph-mon[107718]: pgmap v183: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-18T03:58:13.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:58:14.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:13 smithi176 ceph-mon[110350]: pgmap v183: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-18T03:58:14.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:58:14.516 INFO:teuthology.orchestra.run.smithi160.stdout: 5 140890 8.39 MB/sec execute 327 sec latency 141.786 ms 2023-12-18T03:58:15.516 INFO:teuthology.orchestra.run.smithi160.stdout: 5 141144 8.38 MB/sec execute 328 sec latency 134.076 ms 2023-12-18T03:58:15.738 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:15 smithi176 ceph-mon[110350]: pgmap v184: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-18T03:58:15.814 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:15 smithi160 ceph-mon[107718]: pgmap v184: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-12-18T03:58:16.516 INFO:teuthology.orchestra.run.smithi160.stdout: 5 141385 8.36 MB/sec execute 329 sec latency 129.364 ms 2023-12-18T03:58:17.516 INFO:teuthology.orchestra.run.smithi160.stdout: 5 141648 8.35 MB/sec execute 330 sec latency 118.106 ms 2023-12-18T03:58:17.768 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:17 smithi160 ceph-mon[107718]: pgmap v185: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 553 op/s 2023-12-18T03:58:18.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:17 smithi176 ceph-mon[110350]: pgmap v185: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 553 op/s 2023-12-18T03:58:18.523 INFO:teuthology.orchestra.run.smithi160.stdout: 5 141896 8.36 MB/sec execute 331 sec latency 116.476 ms 2023-12-18T03:58:19.523 INFO:teuthology.orchestra.run.smithi160.stdout: 5 142220 8.36 MB/sec execute 332 sec latency 120.970 ms 2023-12-18T03:58:19.815 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:19 smithi160 ceph-mon[107718]: pgmap v186: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-12-18T03:58:20.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:19 smithi176 ceph-mon[110350]: pgmap v186: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 363 op/s 2023-12-18T03:58:20.523 INFO:teuthology.orchestra.run.smithi160.stdout: 5 142597 8.37 MB/sec execute 333 sec latency 141.948 ms 2023-12-18T03:58:21.523 INFO:teuthology.orchestra.run.smithi160.stdout: 5 142913 8.37 MB/sec execute 334 sec latency 146.010 ms 2023-12-18T03:58:21.858 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:21 smithi160 ceph-mon[107718]: pgmap v187: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 527 op/s 2023-12-18T03:58:22.019 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:21 smithi176 ceph-mon[110350]: pgmap v187: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 527 op/s 2023-12-18T03:58:22.523 INFO:teuthology.orchestra.run.smithi160.stdout: 5 143276 8.38 MB/sec execute 335 sec latency 114.654 ms 2023-12-18T03:58:23.523 INFO:teuthology.orchestra.run.smithi160.stdout: 5 143531 8.37 MB/sec execute 336 sec latency 127.262 ms 2023-12-18T03:58:23.920 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:23 smithi160 ceph-mon[107718]: pgmap v188: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-12-18T03:58:24.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:23 smithi176 ceph-mon[110350]: pgmap v188: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-12-18T03:58:24.528 INFO:teuthology.orchestra.run.smithi160.stdout: 5 143816 8.37 MB/sec execute 337 sec latency 136.070 ms 2023-12-18T03:58:25.528 INFO:teuthology.orchestra.run.smithi160.stdout: 5 144083 8.36 MB/sec execute 338 sec latency 121.385 ms 2023-12-18T03:58:25.953 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:25 smithi160 ceph-mon[107718]: pgmap v189: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-12-18T03:58:26.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:25 smithi176 ceph-mon[110350]: pgmap v189: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-12-18T03:58:26.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 144341 8.36 MB/sec execute 339 sec latency 128.010 ms 2023-12-18T03:58:27.536 INFO:teuthology.orchestra.run.smithi160.stdout: 5 144642 8.36 MB/sec execute 340 sec latency 126.889 ms 2023-12-18T03:58:27.820 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:27 smithi160 ceph-mon[107718]: pgmap v190: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 528 op/s 2023-12-18T03:58:28.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:27 smithi176 ceph-mon[110350]: pgmap v190: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 528 op/s 2023-12-18T03:58:28.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 144859 8.34 MB/sec execute 341 sec latency 129.698 ms 2023-12-18T03:58:28.832 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:28 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:58:29.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:28 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:58:29.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 145142 8.33 MB/sec execute 342 sec latency 145.537 ms 2023-12-18T03:58:29.851 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:29 smithi160 ceph-mon[107718]: pgmap v191: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-12-18T03:58:30.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:29 smithi176 ceph-mon[110350]: pgmap v191: 97 pgs: 97 active+clean; 353 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-12-18T03:58:30.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 145420 8.33 MB/sec execute 343 sec latency 124.216 ms 2023-12-18T03:58:31.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 145657 8.32 MB/sec execute 344 sec latency 146.949 ms 2023-12-18T03:58:31.902 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:31 smithi160 ceph-mon[107718]: pgmap v192: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 516 op/s 2023-12-18T03:58:32.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:31 smithi176 ceph-mon[110350]: pgmap v192: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 516 op/s 2023-12-18T03:58:32.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 145939 8.33 MB/sec execute 345 sec latency 146.346 ms 2023-12-18T03:58:33.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 146201 8.34 MB/sec execute 346 sec latency 185.890 ms 2023-12-18T03:58:33.973 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:33 smithi160 ceph-mon[107718]: pgmap v193: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-18T03:58:34.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:33 smithi176 ceph-mon[110350]: pgmap v193: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-18T03:58:34.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 146489 8.35 MB/sec execute 347 sec latency 120.804 ms 2023-12-18T03:58:35.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 146739 8.34 MB/sec execute 348 sec latency 138.100 ms 2023-12-18T03:58:36.011 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:35 smithi160 ceph-mon[107718]: pgmap v194: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-18T03:58:36.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:35 smithi176 ceph-mon[110350]: pgmap v194: 97 pgs: 97 active+clean; 343 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-12-18T03:58:36.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 147037 8.33 MB/sec execute 349 sec latency 185.851 ms 2023-12-18T03:58:37.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 147334 8.33 MB/sec execute 350 sec latency 130.298 ms 2023-12-18T03:58:38.072 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:37 smithi160 ceph-mon[107718]: pgmap v195: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 508 op/s 2023-12-18T03:58:38.269 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:37 smithi176 ceph-mon[110350]: pgmap v195: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 508 op/s 2023-12-18T03:58:38.537 INFO:teuthology.orchestra.run.smithi160.stdout: 5 147549 8.32 MB/sec execute 351 sec latency 128.220 ms 2023-12-18T03:58:39.546 INFO:teuthology.orchestra.run.smithi160.stdout: 5 147932 8.33 MB/sec execute 352 sec latency 131.692 ms 2023-12-18T03:58:39.857 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:39 smithi160 ceph-mon[107718]: pgmap v196: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 317 op/s 2023-12-18T03:58:40.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:39 smithi176 ceph-mon[110350]: pgmap v196: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.1 MiB/s wr, 317 op/s 2023-12-18T03:58:40.546 INFO:teuthology.orchestra.run.smithi160.stdout: 5 148281 8.32 MB/sec execute 353 sec latency 134.376 ms 2023-12-18T03:58:41.546 INFO:teuthology.orchestra.run.smithi160.stdout: 5 148623 8.32 MB/sec execute 354 sec latency 129.753 ms 2023-12-18T03:58:41.866 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:41 smithi160 ceph-mon[107718]: pgmap v197: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-12-18T03:58:42.269 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:41 smithi176 ceph-mon[110350]: pgmap v197: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-12-18T03:58:42.546 INFO:teuthology.orchestra.run.smithi160.stdout: 5 148976 8.32 MB/sec execute 355 sec latency 129.745 ms 2023-12-18T03:58:43.546 INFO:teuthology.orchestra.run.smithi160.stdout: 5 149264 8.32 MB/sec execute 356 sec latency 133.033 ms 2023-12-18T03:58:43.926 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:43 smithi160 ceph-mon[107718]: pgmap v198: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 339 op/s 2023-12-18T03:58:43.926 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:43 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:58:44.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:43 smithi176 ceph-mon[110350]: pgmap v198: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 339 op/s 2023-12-18T03:58:44.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:43 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:58:44.546 INFO:teuthology.orchestra.run.smithi160.stdout: 5 149567 8.33 MB/sec execute 357 sec latency 204.366 ms 2023-12-18T03:58:45.549 INFO:teuthology.orchestra.run.smithi160.stdout: 5 149870 8.34 MB/sec execute 358 sec latency 130.079 ms 2023-12-18T03:58:45.970 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:45 smithi160 ceph-mon[107718]: pgmap v199: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 339 op/s 2023-12-18T03:58:46.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:45 smithi176 ceph-mon[110350]: pgmap v199: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 339 op/s 2023-12-18T03:58:46.554 INFO:teuthology.orchestra.run.smithi160.stdout: 5 150090 8.34 MB/sec execute 359 sec latency 143.967 ms 2023-12-18T03:58:47.554 INFO:teuthology.orchestra.run.smithi160.stdout: 5 150363 8.33 MB/sec execute 360 sec latency 138.589 ms 2023-12-18T03:58:48.027 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:47 smithi160 ceph-mon[107718]: pgmap v200: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 537 op/s 2023-12-18T03:58:48.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:47 smithi176 ceph-mon[110350]: pgmap v200: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 537 op/s 2023-12-18T03:58:48.554 INFO:teuthology.orchestra.run.smithi160.stdout: 5 150645 8.32 MB/sec execute 361 sec latency 132.100 ms 2023-12-18T03:58:49.554 INFO:teuthology.orchestra.run.smithi160.stdout: 5 150868 8.31 MB/sec execute 362 sec latency 138.724 ms 2023-12-18T03:58:50.065 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:49 smithi160 ceph-mon[107718]: pgmap v201: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-18T03:58:50.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:49 smithi176 ceph-mon[110350]: pgmap v201: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-12-18T03:58:50.558 INFO:teuthology.orchestra.run.smithi160.stdout: 5 151074 8.31 MB/sec execute 364 sec latency 135.970 ms 2023-12-18T03:58:51.559 INFO:teuthology.orchestra.run.smithi160.stdout: 5 151397 8.31 MB/sec execute 365 sec latency 145.263 ms 2023-12-18T03:58:52.085 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:51 smithi160 ceph-mon[107718]: pgmap v202: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2023-12-18T03:58:52.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:51 smithi176 ceph-mon[110350]: pgmap v202: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 545 op/s 2023-12-18T03:58:52.568 INFO:teuthology.orchestra.run.smithi160.stdout: 5 151665 8.30 MB/sec execute 366 sec latency 134.431 ms 2023-12-18T03:58:53.572 INFO:teuthology.orchestra.run.smithi160.stdout: 5 151899 8.29 MB/sec execute 367 sec latency 133.497 ms 2023-12-18T03:58:54.156 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:53 smithi160 ceph-mon[107718]: pgmap v203: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T03:58:54.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:53 smithi176 ceph-mon[110350]: pgmap v203: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T03:58:54.581 INFO:teuthology.orchestra.run.smithi160.stdout: 5 152213 8.29 MB/sec execute 368 sec latency 125.237 ms 2023-12-18T03:58:55.581 INFO:teuthology.orchestra.run.smithi160.stdout: 5 152528 8.29 MB/sec execute 369 sec latency 105.614 ms 2023-12-18T03:58:56.201 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:55 smithi160 ceph-mon[107718]: pgmap v204: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T03:58:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:55 smithi176 ceph-mon[110350]: pgmap v204: 97 pgs: 97 active+clean; 353 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 361 op/s 2023-12-18T03:58:56.581 INFO:teuthology.orchestra.run.smithi160.stdout: 5 152913 8.30 MB/sec execute 370 sec latency 132.758 ms 2023-12-18T03:58:57.581 INFO:teuthology.orchestra.run.smithi160.stdout: 5 153177 8.30 MB/sec execute 371 sec latency 130.134 ms 2023-12-18T03:58:57.995 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:57 smithi160 ceph-mon[107718]: pgmap v205: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 518 op/s 2023-12-18T03:58:58.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:57 smithi176 ceph-mon[110350]: pgmap v205: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 518 op/s 2023-12-18T03:58:58.583 INFO:teuthology.orchestra.run.smithi160.stdout: 5 153529 8.31 MB/sec execute 372 sec latency 126.552 ms 2023-12-18T03:58:59.034 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:58 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:58:59.273 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:58 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:58:59.585 INFO:teuthology.orchestra.run.smithi160.stdout: 5 153794 8.32 MB/sec execute 373 sec latency 128.067 ms 2023-12-18T03:59:00.039 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:58:59 smithi160 ceph-mon[107718]: pgmap v206: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-18T03:59:00.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:58:59 smithi176 ceph-mon[110350]: pgmap v206: 97 pgs: 97 active+clean; 344 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.0 MiB/s wr, 320 op/s 2023-12-18T03:59:00.585 INFO:teuthology.orchestra.run.smithi160.stdout: 5 154073 8.31 MB/sec execute 374 sec latency 129.827 ms 2023-12-18T03:59:01.585 INFO:teuthology.orchestra.run.smithi160.stdout: 5 154431 8.30 MB/sec execute 375 sec latency 105.382 ms 2023-12-18T03:59:02.072 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:02 smithi160 ceph-mon[107718]: pgmap v207: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-12-18T03:59:02.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:02 smithi176 ceph-mon[110350]: pgmap v207: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-12-18T03:59:02.593 INFO:teuthology.orchestra.run.smithi160.stdout: 5 154651 8.29 MB/sec execute 376 sec latency 120.634 ms 2023-12-18T03:59:03.592 INFO:teuthology.orchestra.run.smithi160.stdout: 5 154959 8.29 MB/sec execute 377 sec latency 119.572 ms 2023-12-18T03:59:04.126 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:04 smithi160 ceph-mon[107718]: pgmap v208: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-18T03:59:04.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:04 smithi176 ceph-mon[110350]: pgmap v208: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-18T03:59:04.592 INFO:teuthology.orchestra.run.smithi160.stdout: 5 155300 8.30 MB/sec execute 378 sec latency 140.661 ms 2023-12-18T03:59:05.592 INFO:teuthology.orchestra.run.smithi160.stdout: 5 155643 8.30 MB/sec execute 379 sec latency 130.275 ms 2023-12-18T03:59:06.162 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:06 smithi160 ceph-mon[107718]: pgmap v209: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-18T03:59:06.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:06 smithi176 ceph-mon[110350]: pgmap v209: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-18T03:59:06.592 INFO:teuthology.orchestra.run.smithi160.stdout: 5 155848 8.29 MB/sec execute 380 sec latency 139.106 ms 2023-12-18T03:59:07.592 INFO:teuthology.orchestra.run.smithi160.stdout: 5 156119 8.29 MB/sec execute 381 sec latency 141.887 ms 2023-12-18T03:59:08.181 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:08 smithi160 ceph-mon[107718]: pgmap v210: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-18T03:59:08.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:08 smithi176 ceph-mon[110350]: pgmap v210: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-18T03:59:08.592 INFO:teuthology.orchestra.run.smithi160.stdout: 5 156390 8.28 MB/sec execute 382 sec latency 134.593 ms 2023-12-18T03:59:09.592 INFO:teuthology.orchestra.run.smithi160.stdout: 5 156678 8.28 MB/sec execute 383 sec latency 123.756 ms 2023-12-18T03:59:10.216 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:10 smithi160 ceph-mon[107718]: pgmap v211: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 374 op/s 2023-12-18T03:59:10.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:10 smithi176 ceph-mon[110350]: pgmap v211: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 374 op/s 2023-12-18T03:59:10.592 INFO:teuthology.orchestra.run.smithi160.stdout: 5 156949 8.28 MB/sec execute 384 sec latency 189.051 ms 2023-12-18T03:59:11.592 INFO:teuthology.orchestra.run.smithi160.stdout: 5 157214 8.29 MB/sec execute 385 sec latency 132.690 ms 2023-12-18T03:59:12.060 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:12 smithi160 ceph-mon[107718]: pgmap v212: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 536 op/s 2023-12-18T03:59:12.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:12 smithi176 ceph-mon[110350]: pgmap v212: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 536 op/s 2023-12-18T03:59:12.594 INFO:teuthology.orchestra.run.smithi160.stdout: 5 157426 8.28 MB/sec execute 386 sec latency 151.343 ms 2023-12-18T03:59:13.594 INFO:teuthology.orchestra.run.smithi160.stdout: 5 157710 8.28 MB/sec execute 387 sec latency 129.579 ms 2023-12-18T03:59:14.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:14 smithi160 ceph-mon[107718]: pgmap v213: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T03:59:14.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:59:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:14 smithi176 ceph-mon[110350]: pgmap v213: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T03:59:14.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:59:14.594 INFO:teuthology.orchestra.run.smithi160.stdout: 5 157960 8.27 MB/sec execute 388 sec latency 144.378 ms 2023-12-18T03:59:15.596 INFO:teuthology.orchestra.run.smithi160.stdout: 5 158245 8.26 MB/sec execute 389 sec latency 128.295 ms 2023-12-18T03:59:16.170 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:16 smithi160 ceph-mon[107718]: pgmap v214: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T03:59:16.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:16 smithi176 ceph-mon[110350]: pgmap v214: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T03:59:16.595 INFO:teuthology.orchestra.run.smithi160.stdout: 5 158519 8.26 MB/sec execute 390 sec latency 143.341 ms 2023-12-18T03:59:17.604 INFO:teuthology.orchestra.run.smithi160.stdout: 5 158838 8.26 MB/sec execute 391 sec latency 133.587 ms 2023-12-18T03:59:18.229 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:18 smithi160 ceph-mon[107718]: pgmap v215: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-12-18T03:59:18.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:18 smithi176 ceph-mon[110350]: pgmap v215: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-12-18T03:59:18.604 INFO:teuthology.orchestra.run.smithi160.stdout: 5 159120 8.26 MB/sec execute 392 sec latency 123.125 ms 2023-12-18T03:59:19.604 INFO:teuthology.orchestra.run.smithi160.stdout: 5 159531 8.27 MB/sec execute 393 sec latency 126.865 ms 2023-12-18T03:59:20.304 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:20 smithi160 ceph-mon[107718]: pgmap v216: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-12-18T03:59:20.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:20 smithi176 ceph-mon[110350]: pgmap v216: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-12-18T03:59:20.604 INFO:teuthology.orchestra.run.smithi160.stdout: 5 159829 8.27 MB/sec execute 394 sec latency 123.842 ms 2023-12-18T03:59:21.604 INFO:teuthology.orchestra.run.smithi160.stdout: 5 160134 8.28 MB/sec execute 395 sec latency 149.558 ms 2023-12-18T03:59:22.121 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:22 smithi160 ceph-mon[107718]: pgmap v217: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 506 op/s 2023-12-18T03:59:22.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:22 smithi176 ceph-mon[110350]: pgmap v217: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 506 op/s 2023-12-18T03:59:22.604 INFO:teuthology.orchestra.run.smithi160.stdout: 5 160379 8.27 MB/sec execute 396 sec latency 134.314 ms 2023-12-18T03:59:23.613 INFO:teuthology.orchestra.run.smithi160.stdout: 5 160645 8.27 MB/sec execute 397 sec latency 204.273 ms 2023-12-18T03:59:24.189 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:24 smithi160 ceph-mon[107718]: pgmap v218: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T03:59:24.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:24 smithi176 ceph-mon[110350]: pgmap v218: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T03:59:24.612 INFO:teuthology.orchestra.run.smithi160.stdout: 5 160910 8.26 MB/sec execute 398 sec latency 145.148 ms 2023-12-18T03:59:25.613 INFO:teuthology.orchestra.run.smithi160.stdout: 5 161153 8.26 MB/sec execute 399 sec latency 121.105 ms 2023-12-18T03:59:26.275 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:26 smithi160 ceph-mon[107718]: pgmap v219: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T03:59:26.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:26 smithi176 ceph-mon[110350]: pgmap v219: 97 pgs: 97 active+clean; 348 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-12-18T03:59:26.622 INFO:teuthology.orchestra.run.smithi160.stdout: 5 161417 8.26 MB/sec execute 400 sec latency 142.923 ms 2023-12-18T03:59:27.622 INFO:teuthology.orchestra.run.smithi160.stdout: 5 161698 8.25 MB/sec execute 401 sec latency 140.074 ms 2023-12-18T03:59:28.356 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:28 smithi160 ceph-mon[107718]: pgmap v220: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 521 op/s 2023-12-18T03:59:28.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:28 smithi176 ceph-mon[110350]: pgmap v220: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 521 op/s 2023-12-18T03:59:28.622 INFO:teuthology.orchestra.run.smithi160.stdout: 5 161899 8.24 MB/sec execute 402 sec latency 132.402 ms 2023-12-18T03:59:29.122 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:29 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:59:29.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:29 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:59:29.622 INFO:teuthology.orchestra.run.smithi160.stdout: 5 162140 8.23 MB/sec execute 403 sec latency 128.126 ms 2023-12-18T03:59:30.135 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:30 smithi160 ceph-mon[107718]: pgmap v221: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-12-18T03:59:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:30 smithi176 ceph-mon[110350]: pgmap v221: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-12-18T03:59:30.622 INFO:teuthology.orchestra.run.smithi160.stdout: 5 162391 8.23 MB/sec execute 404 sec latency 130.163 ms 2023-12-18T03:59:31.622 INFO:teuthology.orchestra.run.smithi160.stdout: 5 162681 8.23 MB/sec execute 405 sec latency 129.514 ms 2023-12-18T03:59:32.174 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:32 smithi160 ceph-mon[107718]: pgmap v222: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-12-18T03:59:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:32 smithi176 ceph-mon[110350]: pgmap v222: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 513 op/s 2023-12-18T03:59:32.626 INFO:teuthology.orchestra.run.smithi160.stdout: 5 162933 8.23 MB/sec execute 406 sec latency 134.734 ms 2023-12-18T03:59:33.628 INFO:teuthology.orchestra.run.smithi160.stdout: 5 163184 8.23 MB/sec execute 407 sec latency 131.259 ms 2023-12-18T03:59:34.243 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:34 smithi160 ceph-mon[107718]: pgmap v223: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-12-18T03:59:34.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:34 smithi176 ceph-mon[110350]: pgmap v223: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-12-18T03:59:34.632 INFO:teuthology.orchestra.run.smithi160.stdout: 5 163487 8.23 MB/sec execute 408 sec latency 123.494 ms 2023-12-18T03:59:35.632 INFO:teuthology.orchestra.run.smithi160.stdout: 5 163631 8.22 MB/sec execute 409 sec latency 152.723 ms 2023-12-18T03:59:36.305 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:36 smithi160 ceph-mon[107718]: pgmap v224: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-12-18T03:59:36.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:36 smithi176 ceph-mon[110350]: pgmap v224: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-12-18T03:59:36.632 INFO:teuthology.orchestra.run.smithi160.stdout: 5 163844 8.21 MB/sec execute 410 sec latency 124.947 ms 2023-12-18T03:59:37.632 INFO:teuthology.orchestra.run.smithi160.stdout: 5 164022 8.20 MB/sec execute 411 sec latency 126.392 ms 2023-12-18T03:59:38.362 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:38 smithi160 ceph-mon[107718]: pgmap v225: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 480 op/s 2023-12-18T03:59:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:38 smithi176 ceph-mon[110350]: pgmap v225: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 480 op/s 2023-12-18T03:59:38.635 INFO:teuthology.orchestra.run.smithi160.stdout: 5 164302 8.20 MB/sec execute 412 sec latency 129.660 ms 2023-12-18T03:59:39.635 INFO:teuthology.orchestra.run.smithi160.stdout: 5 164512 8.20 MB/sec execute 413 sec latency 142.197 ms 2023-12-18T03:59:40.219 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:40 smithi160 ceph-mon[107718]: pgmap v226: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-12-18T03:59:40.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:40 smithi176 ceph-mon[110350]: pgmap v226: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 303 op/s 2023-12-18T03:59:40.635 INFO:teuthology.orchestra.run.smithi160.stdout: 5 164720 8.20 MB/sec execute 414 sec latency 137.312 ms 2023-12-18T03:59:41.267 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:41 smithi160 ceph-mon[107718]: pgmap v227: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-12-18T03:59:41.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:41 smithi176 ceph-mon[110350]: pgmap v227: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-12-18T03:59:41.635 INFO:teuthology.orchestra.run.smithi160.stdout: 5 164922 8.19 MB/sec execute 415 sec latency 188.526 ms 2023-12-18T03:59:42.635 INFO:teuthology.orchestra.run.smithi160.stdout: 5 165139 8.18 MB/sec execute 416 sec latency 123.293 ms 2023-12-18T03:59:43.594 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:43 smithi160 ceph-mon[107718]: pgmap v228: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-18T03:59:43.594 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:43 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:59:43.635 INFO:teuthology.orchestra.run.smithi160.stdout: 5 165357 8.16 MB/sec execute 417 sec latency 143.213 ms 2023-12-18T03:59:43.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:43 smithi176 ceph-mon[110350]: pgmap v228: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-18T03:59:43.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:43 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:59:44.636 INFO:teuthology.orchestra.run.smithi160.stdout: 5 165558 8.15 MB/sec execute 418 sec latency 117.475 ms 2023-12-18T03:59:45.412 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:45 smithi160 ceph-mon[107718]: pgmap v229: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-18T03:59:45.636 INFO:teuthology.orchestra.run.smithi160.stdout: 5 165743 8.14 MB/sec execute 419 sec latency 122.257 ms 2023-12-18T03:59:45.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:45 smithi176 ceph-mon[110350]: pgmap v229: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 287 op/s 2023-12-18T03:59:46.636 INFO:teuthology.orchestra.run.smithi160.stdout: 5 165901 8.14 MB/sec execute 420 sec latency 195.242 ms 2023-12-18T03:59:47.514 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:47 smithi160 ceph-mon[107718]: pgmap v230: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 416 op/s 2023-12-18T03:59:47.636 INFO:teuthology.orchestra.run.smithi160.stdout: 5 166160 8.15 MB/sec execute 421 sec latency 128.514 ms 2023-12-18T03:59:47.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:47 smithi176 ceph-mon[110350]: pgmap v230: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 416 op/s 2023-12-18T03:59:48.636 INFO:teuthology.orchestra.run.smithi160.stdout: 5 166451 8.14 MB/sec execute 422 sec latency 200.017 ms 2023-12-18T03:59:49.577 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:49 smithi160 ceph-mon[107718]: pgmap v231: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 263 op/s 2023-12-18T03:59:49.636 INFO:teuthology.orchestra.run.smithi160.stdout: 5 166757 8.15 MB/sec execute 423 sec latency 123.874 ms 2023-12-18T03:59:49.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:49 smithi176 ceph-mon[110350]: pgmap v231: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 263 op/s 2023-12-18T03:59:50.638 INFO:teuthology.orchestra.run.smithi160.stdout: 5 167033 8.15 MB/sec execute 424 sec latency 105.776 ms 2023-12-18T03:59:51.621 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:51 smithi160 ceph-mon[107718]: pgmap v232: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.0 MiB/s wr, 400 op/s 2023-12-18T03:59:51.639 INFO:teuthology.orchestra.run.smithi160.stdout: 5 167209 8.14 MB/sec execute 425 sec latency 133.628 ms 2023-12-18T03:59:51.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:51 smithi176 ceph-mon[110350]: pgmap v232: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.0 MiB/s wr, 400 op/s 2023-12-18T03:59:52.639 INFO:teuthology.orchestra.run.smithi160.stdout: 5 167477 8.13 MB/sec execute 426 sec latency 89.941 ms 2023-12-18T03:59:53.408 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:53 smithi160 ceph-mon[107718]: pgmap v233: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.5 MiB/s wr, 265 op/s 2023-12-18T03:59:53.639 INFO:teuthology.orchestra.run.smithi160.stdout: 5 167718 8.13 MB/sec execute 427 sec latency 131.366 ms 2023-12-18T03:59:53.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:53 smithi176 ceph-mon[110350]: pgmap v233: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.5 MiB/s wr, 265 op/s 2023-12-18T03:59:54.642 INFO:teuthology.orchestra.run.smithi160.stdout: 5 167979 8.13 MB/sec execute 428 sec latency 133.429 ms 2023-12-18T03:59:55.496 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:55 smithi160 ceph-mon[107718]: pgmap v234: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.5 MiB/s wr, 265 op/s 2023-12-18T03:59:55.642 INFO:teuthology.orchestra.run.smithi160.stdout: 5 168204 8.13 MB/sec execute 429 sec latency 135.712 ms 2023-12-18T03:59:55.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:55 smithi176 ceph-mon[110350]: pgmap v234: 97 pgs: 97 active+clean; 347 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.5 MiB/s wr, 265 op/s 2023-12-18T03:59:56.643 INFO:teuthology.orchestra.run.smithi160.stdout: 5 168471 8.13 MB/sec execute 430 sec latency 104.128 ms 2023-12-18T03:59:57.537 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:57 smithi160 ceph-mon[107718]: pgmap v235: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-18T03:59:57.643 INFO:teuthology.orchestra.run.smithi160.stdout: 5 168685 8.12 MB/sec execute 431 sec latency 136.189 ms 2023-12-18T03:59:57.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:57 smithi176 ceph-mon[110350]: pgmap v235: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-18T03:59:58.555 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:58 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:59:58.643 INFO:teuthology.orchestra.run.smithi160.stdout: 5 168965 8.10 MB/sec execute 432 sec latency 134.835 ms 2023-12-18T03:59:58.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:58 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T03:59:59.594 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 03:59:59 smithi160 ceph-mon[107718]: pgmap v236: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 293 op/s 2023-12-18T03:59:59.647 INFO:teuthology.orchestra.run.smithi160.stdout: 5 169249 8.10 MB/sec execute 433 sec latency 134.683 ms 2023-12-18T03:59:59.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 03:59:59 smithi176 ceph-mon[110350]: pgmap v236: 97 pgs: 97 active+clean; 354 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 293 op/s 2023-12-18T04:00:00.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed. 2023-12-18T04:00:00.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed. 2023-12-18T04:00:00.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: Upgrade daemon: mgr.smithi160.agnnin: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi160.agnnin ... 2023-12-18T04:00:00.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T04:00:00.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T04:00:00.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: Traceback (most recent call last): 2023-12-18T04:00:00.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T04:00:00.652 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: "__main__", mod_spec) 2023-12-18T04:00:00.653 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T04:00:00.653 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: exec(code, run_globals) 2023-12-18T04:00:00.653 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T04:00:00.653 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T04:00:00.654 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T04:00:00.654 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T04:00:00.654 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T04:00:00.654 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T04:00:00.654 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T04:00:00.654 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: File "/tmp/tmpsnivooa9.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T04:00:00.654 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:00 smithi160 ceph-mon[107718]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T04:00:00.655 INFO:teuthology.orchestra.run.smithi160.stdout: 5 169448 8.09 MB/sec execute 434 sec latency 150.954 ms 2023-12-18T04:00:00.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed. 2023-12-18T04:00:00.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed. 2023-12-18T04:00:00.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: Upgrade daemon: mgr.smithi160.agnnin: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi160.agnnin ... 2023-12-18T04:00:00.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T04:00:00.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: Traceback (most recent call last): 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: "__main__", mod_spec) 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: exec(code, run_globals) 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T04:00:00.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T04:00:00.772 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: File "/tmp/tmpsnivooa9.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T04:00:00.772 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:00 smithi176 ceph-mon[110350]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T04:00:01.653 INFO:teuthology.orchestra.run.smithi160.stdout: 5 169714 8.11 MB/sec execute 435 sec latency 135.431 ms 2023-12-18T04:00:01.682 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:01 smithi160 ceph-mon[107718]: pgmap v237: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-12-18T04:00:01.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:01 smithi176 ceph-mon[110350]: pgmap v237: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-12-18T04:00:02.654 INFO:teuthology.orchestra.run.smithi160.stdout: 5 169955 8.11 MB/sec execute 436 sec latency 139.136 ms 2023-12-18T04:00:03.653 INFO:teuthology.orchestra.run.smithi160.stdout: 5 170317 8.10 MB/sec execute 437 sec latency 128.529 ms 2023-12-18T04:00:03.707 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:03 smithi160 ceph-mon[107718]: pgmap v238: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-12-18T04:00:03.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:03 smithi176 ceph-mon[110350]: pgmap v238: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-12-18T04:00:04.653 INFO:teuthology.orchestra.run.smithi160.stdout: 5 170664 8.11 MB/sec execute 438 sec latency 138.394 ms 2023-12-18T04:00:05.658 INFO:teuthology.orchestra.run.smithi160.stdout: 5 170892 8.10 MB/sec execute 439 sec latency 142.518 ms 2023-12-18T04:00:05.740 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:05 smithi160 ceph-mon[107718]: pgmap v239: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-12-18T04:00:05.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:05 smithi176 ceph-mon[110350]: pgmap v239: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-12-18T04:00:06.658 INFO:teuthology.orchestra.run.smithi160.stdout: 5 171211 8.11 MB/sec execute 440 sec latency 126.848 ms 2023-12-18T04:00:07.533 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:07 smithi160 ceph-mon[107718]: pgmap v240: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-12-18T04:00:07.659 INFO:teuthology.orchestra.run.smithi160.stdout: 5 171456 8.10 MB/sec execute 441 sec latency 132.842 ms 2023-12-18T04:00:08.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:07 smithi176 ceph-mon[110350]: pgmap v240: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-12-18T04:00:08.659 INFO:teuthology.orchestra.run.smithi160.stdout: 5 171734 8.09 MB/sec execute 442 sec latency 128.014 ms 2023-12-18T04:00:09.590 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:09 smithi160 ceph-mon[107718]: pgmap v241: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 315 op/s 2023-12-18T04:00:09.659 INFO:teuthology.orchestra.run.smithi160.stdout: 5 172051 8.11 MB/sec execute 443 sec latency 126.757 ms 2023-12-18T04:00:10.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:09 smithi176 ceph-mon[110350]: pgmap v241: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 315 op/s 2023-12-18T04:00:10.659 INFO:teuthology.orchestra.run.smithi160.stdout: 5 172318 8.11 MB/sec execute 444 sec latency 135.002 ms 2023-12-18T04:00:11.653 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:11 smithi160 ceph-mon[107718]: pgmap v242: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-12-18T04:00:11.660 INFO:teuthology.orchestra.run.smithi160.stdout: 5 172668 8.10 MB/sec execute 445 sec latency 126.885 ms 2023-12-18T04:00:12.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:11 smithi176 ceph-mon[110350]: pgmap v242: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.9 MiB/s wr, 493 op/s 2023-12-18T04:00:12.661 INFO:teuthology.orchestra.run.smithi160.stdout: 5 172981 8.10 MB/sec execute 446 sec latency 129.848 ms 2023-12-18T04:00:13.660 INFO:teuthology.orchestra.run.smithi160.stdout: 5 173185 8.09 MB/sec execute 447 sec latency 144.468 ms 2023-12-18T04:00:13.715 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:13 smithi160 ceph-mon[107718]: pgmap v243: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-18T04:00:13.716 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:00:14.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:13 smithi176 ceph-mon[110350]: pgmap v243: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-18T04:00:14.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:00:14.661 INFO:teuthology.orchestra.run.smithi160.stdout: 5 173484 8.09 MB/sec execute 448 sec latency 140.369 ms 2023-12-18T04:00:15.662 INFO:teuthology.orchestra.run.smithi160.stdout: 5 173885 8.10 MB/sec execute 449 sec latency 125.241 ms 2023-12-18T04:00:15.756 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:15 smithi160 ceph-mon[107718]: pgmap v244: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-18T04:00:15.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:15 smithi176 ceph-mon[110350]: pgmap v244: 97 pgs: 97 active+clean; 348 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-18T04:00:16.664 INFO:teuthology.orchestra.run.smithi160.stdout: 5 174153 8.10 MB/sec execute 450 sec latency 130.016 ms 2023-12-18T04:00:17.662 INFO:teuthology.orchestra.run.smithi160.stdout: 5 174423 8.10 MB/sec execute 451 sec latency 171.612 ms 2023-12-18T04:00:17.801 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:17 smithi160 ceph-mon[107718]: pgmap v245: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 528 op/s 2023-12-18T04:00:18.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:17 smithi176 ceph-mon[110350]: pgmap v245: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 528 op/s 2023-12-18T04:00:18.667 INFO:teuthology.orchestra.run.smithi160.stdout: 5 174712 8.10 MB/sec execute 452 sec latency 198.414 ms 2023-12-18T04:00:19.667 INFO:teuthology.orchestra.run.smithi160.stdout: 5 175001 8.10 MB/sec execute 453 sec latency 125.891 ms 2023-12-18T04:00:19.851 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:19 smithi160 ceph-mon[107718]: pgmap v246: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-12-18T04:00:20.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:19 smithi176 ceph-mon[110350]: pgmap v246: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 362 op/s 2023-12-18T04:00:20.667 INFO:teuthology.orchestra.run.smithi160.stdout: 5 175304 8.09 MB/sec execute 454 sec latency 130.030 ms 2023-12-18T04:00:21.653 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:21 smithi160 ceph-mon[107718]: pgmap v247: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-12-18T04:00:21.667 INFO:teuthology.orchestra.run.smithi160.stdout: 5 175586 8.10 MB/sec execute 455 sec latency 124.569 ms 2023-12-18T04:00:22.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:21 smithi176 ceph-mon[110350]: pgmap v247: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-12-18T04:00:22.667 INFO:teuthology.orchestra.run.smithi160.stdout: 5 175803 8.09 MB/sec execute 456 sec latency 149.921 ms 2023-12-18T04:00:23.667 INFO:teuthology.orchestra.run.smithi160.stdout: 5 176023 8.09 MB/sec execute 457 sec latency 144.233 ms 2023-12-18T04:00:23.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:23 smithi160 ceph-mon[107718]: pgmap v248: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-18T04:00:24.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:23 smithi176 ceph-mon[110350]: pgmap v248: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-18T04:00:24.671 INFO:teuthology.orchestra.run.smithi160.stdout: 5 176361 8.08 MB/sec execute 458 sec latency 105.436 ms 2023-12-18T04:00:25.671 INFO:teuthology.orchestra.run.smithi160.stdout: 5 176592 8.08 MB/sec execute 459 sec latency 123.783 ms 2023-12-18T04:00:25.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:25 smithi176 ceph-mon[110350]: pgmap v249: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-18T04:00:25.780 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:25 smithi160 ceph-mon[107718]: pgmap v249: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 355 op/s 2023-12-18T04:00:26.671 INFO:teuthology.orchestra.run.smithi160.stdout: 5 176827 8.08 MB/sec execute 460 sec latency 126.816 ms 2023-12-18T04:00:27.673 INFO:teuthology.orchestra.run.smithi160.stdout: 5 177161 8.09 MB/sec execute 461 sec latency 121.089 ms 2023-12-18T04:00:27.843 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:27 smithi160 ceph-mon[107718]: pgmap v250: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-12-18T04:00:28.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:27 smithi176 ceph-mon[110350]: pgmap v250: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 512 op/s 2023-12-18T04:00:28.674 INFO:teuthology.orchestra.run.smithi160.stdout: 5 177540 8.09 MB/sec execute 462 sec latency 126.323 ms 2023-12-18T04:00:28.865 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:28 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:00:29.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:28 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:00:29.674 INFO:teuthology.orchestra.run.smithi160.stdout: 5 177818 8.09 MB/sec execute 463 sec latency 126.658 ms 2023-12-18T04:00:29.884 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:29 smithi160 ceph-mon[107718]: pgmap v251: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-18T04:00:30.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:29 smithi176 ceph-mon[110350]: pgmap v251: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-12-18T04:00:30.673 INFO:teuthology.orchestra.run.smithi160.stdout: 5 178038 8.08 MB/sec execute 464 sec latency 131.861 ms 2023-12-18T04:00:31.674 INFO:teuthology.orchestra.run.smithi160.stdout: 5 178261 8.08 MB/sec execute 465 sec latency 127.066 ms 2023-12-18T04:00:31.680 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:31 smithi160 ceph-mon[107718]: pgmap v252: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-12-18T04:00:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:31 smithi176 ceph-mon[110350]: pgmap v252: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-12-18T04:00:32.674 INFO:teuthology.orchestra.run.smithi160.stdout: 5 178513 8.07 MB/sec execute 466 sec latency 120.619 ms 2023-12-18T04:00:33.674 INFO:teuthology.orchestra.run.smithi160.stdout: 5 178716 8.07 MB/sec execute 467 sec latency 126.650 ms 2023-12-18T04:00:33.748 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:33 smithi160 ceph-mon[107718]: pgmap v253: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.4 MiB/s wr, 339 op/s 2023-12-18T04:00:34.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:33 smithi176 ceph-mon[110350]: pgmap v253: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.4 MiB/s wr, 339 op/s 2023-12-18T04:00:34.674 INFO:teuthology.orchestra.run.smithi160.stdout: 5 178987 8.07 MB/sec execute 468 sec latency 117.634 ms 2023-12-18T04:00:35.675 INFO:teuthology.orchestra.run.smithi160.stdout: 5 179271 8.07 MB/sec execute 469 sec latency 164.731 ms 2023-12-18T04:00:35.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:35 smithi176 ceph-mon[110350]: pgmap v254: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.4 MiB/s wr, 339 op/s 2023-12-18T04:00:35.815 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:35 smithi160 ceph-mon[107718]: pgmap v254: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.4 MiB/s wr, 339 op/s 2023-12-18T04:00:36.675 INFO:teuthology.orchestra.run.smithi160.stdout: 5 179551 8.07 MB/sec execute 470 sec latency 117.639 ms 2023-12-18T04:00:37.675 INFO:teuthology.orchestra.run.smithi160.stdout: 5 179876 8.06 MB/sec execute 471 sec latency 136.860 ms 2023-12-18T04:00:37.874 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:37 smithi160 ceph-mon[107718]: pgmap v255: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-18T04:00:38.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:37 smithi176 ceph-mon[110350]: pgmap v255: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-18T04:00:38.676 INFO:teuthology.orchestra.run.smithi160.stdout: 5 180177 8.06 MB/sec execute 472 sec latency 117.889 ms 2023-12-18T04:00:39.676 INFO:teuthology.orchestra.run.smithi160.stdout: 5 180423 8.06 MB/sec execute 473 sec latency 137.556 ms 2023-12-18T04:00:39.931 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:39 smithi160 ceph-mon[107718]: pgmap v256: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-12-18T04:00:40.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:39 smithi176 ceph-mon[110350]: pgmap v256: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-12-18T04:00:40.676 INFO:teuthology.orchestra.run.smithi160.stdout: 5 180666 8.07 MB/sec execute 474 sec latency 110.707 ms 2023-12-18T04:00:41.678 INFO:teuthology.orchestra.run.smithi160.stdout: 5 180928 8.06 MB/sec execute 475 sec latency 110.114 ms 2023-12-18T04:00:41.727 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:41 smithi160 ceph-mon[107718]: pgmap v257: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-12-18T04:00:42.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:41 smithi176 ceph-mon[110350]: pgmap v257: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-12-18T04:00:42.677 INFO:teuthology.orchestra.run.smithi160.stdout: 5 181193 8.05 MB/sec execute 476 sec latency 129.981 ms 2023-12-18T04:00:43.688 INFO:teuthology.orchestra.run.smithi160.stdout: 5 181528 8.05 MB/sec execute 477 sec latency 152.299 ms 2023-12-18T04:00:43.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:43 smithi160 ceph-mon[107718]: pgmap v258: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T04:00:43.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:43 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:00:44.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:43 smithi176 ceph-mon[110350]: pgmap v258: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T04:00:44.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:43 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:00:44.688 INFO:teuthology.orchestra.run.smithi160.stdout: 5 181764 8.05 MB/sec execute 478 sec latency 140.200 ms 2023-12-18T04:00:45.688 INFO:teuthology.orchestra.run.smithi160.stdout: 5 182058 8.05 MB/sec execute 479 sec latency 125.854 ms 2023-12-18T04:00:45.922 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:45 smithi160 ceph-mon[107718]: pgmap v259: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T04:00:46.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:45 smithi176 ceph-mon[110350]: pgmap v259: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-18T04:00:46.689 INFO:teuthology.orchestra.run.smithi160.stdout: 5 182405 8.06 MB/sec execute 480 sec latency 197.127 ms 2023-12-18T04:00:47.688 INFO:teuthology.orchestra.run.smithi160.stdout: 5 182667 8.05 MB/sec execute 481 sec latency 137.471 ms 2023-12-18T04:00:47.945 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:47 smithi160 ceph-mon[107718]: pgmap v260: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 487 op/s 2023-12-18T04:00:48.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:47 smithi176 ceph-mon[110350]: pgmap v260: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.9 MiB/s wr, 487 op/s 2023-12-18T04:00:48.688 INFO:teuthology.orchestra.run.smithi160.stdout: 5 182960 8.06 MB/sec execute 482 sec latency 133.454 ms 2023-12-18T04:00:49.689 INFO:teuthology.orchestra.run.smithi160.stdout: 5 183238 8.06 MB/sec execute 483 sec latency 137.395 ms 2023-12-18T04:00:49.766 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:49 smithi160 ceph-mon[107718]: pgmap v261: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-18T04:00:50.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:49 smithi176 ceph-mon[110350]: pgmap v261: 97 pgs: 97 active+clean; 353 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-18T04:00:50.688 INFO:teuthology.orchestra.run.smithi160.stdout: 5 183536 8.06 MB/sec execute 484 sec latency 139.832 ms 2023-12-18T04:00:51.695 INFO:teuthology.orchestra.run.smithi160.stdout: 5 183828 8.05 MB/sec execute 485 sec latency 192.486 ms 2023-12-18T04:00:51.846 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:51 smithi160 ceph-mon[107718]: pgmap v262: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-12-18T04:00:52.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:51 smithi176 ceph-mon[110350]: pgmap v262: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-12-18T04:00:52.702 INFO:teuthology.orchestra.run.smithi160.stdout: 5 184114 8.06 MB/sec execute 486 sec latency 123.578 ms 2023-12-18T04:00:53.702 INFO:teuthology.orchestra.run.smithi160.stdout: 5 184363 8.05 MB/sec execute 487 sec latency 130.995 ms 2023-12-18T04:00:53.892 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:53 smithi160 ceph-mon[107718]: pgmap v263: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-18T04:00:54.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:53 smithi176 ceph-mon[110350]: pgmap v263: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-18T04:00:54.704 INFO:teuthology.orchestra.run.smithi160.stdout: 5 184649 8.05 MB/sec execute 488 sec latency 121.858 ms 2023-12-18T04:00:55.704 INFO:teuthology.orchestra.run.smithi160.stdout: 5 184845 8.04 MB/sec execute 489 sec latency 131.085 ms 2023-12-18T04:00:55.972 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:55 smithi160 ceph-mon[107718]: pgmap v264: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-18T04:00:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:55 smithi176 ceph-mon[110350]: pgmap v264: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-18T04:00:56.704 INFO:teuthology.orchestra.run.smithi160.stdout: 5 185047 8.03 MB/sec execute 490 sec latency 128.537 ms 2023-12-18T04:00:57.704 INFO:teuthology.orchestra.run.smithi160.stdout: 5 185275 8.03 MB/sec execute 491 sec latency 128.608 ms 2023-12-18T04:00:58.004 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:57 smithi160 ceph-mon[107718]: pgmap v265: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 503 op/s 2023-12-18T04:00:58.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:57 smithi176 ceph-mon[110350]: pgmap v265: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 503 op/s 2023-12-18T04:00:58.704 INFO:teuthology.orchestra.run.smithi160.stdout: 5 185446 8.03 MB/sec execute 492 sec latency 195.273 ms 2023-12-18T04:00:59.041 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:58 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:00:59.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:58 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:00:59.712 INFO:teuthology.orchestra.run.smithi160.stdout: 5 185659 8.02 MB/sec execute 493 sec latency 153.263 ms 2023-12-18T04:01:00.075 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:00:59 smithi160 ceph-mon[107718]: pgmap v266: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-18T04:01:00.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:00:59 smithi176 ceph-mon[110350]: pgmap v266: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-12-18T04:01:00.707 INFO:teuthology.orchestra.run.smithi160.stdout: 5 185943 8.03 MB/sec execute 494 sec latency 126.788 ms 2023-12-18T04:01:01.707 INFO:teuthology.orchestra.run.smithi160.stdout: 5 186150 8.01 MB/sec execute 495 sec latency 129.807 ms 2023-12-18T04:01:02.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:01 smithi160 ceph-mon[107718]: pgmap v267: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 474 op/s 2023-12-18T04:01:02.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:01 smithi176 ceph-mon[110350]: pgmap v267: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 474 op/s 2023-12-18T04:01:02.707 INFO:teuthology.orchestra.run.smithi160.stdout: 5 186356 8.01 MB/sec execute 496 sec latency 129.723 ms 2023-12-18T04:01:03.709 INFO:teuthology.orchestra.run.smithi160.stdout: 5 186580 8.00 MB/sec execute 497 sec latency 124.670 ms 2023-12-18T04:01:03.910 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:03 smithi160 ceph-mon[107718]: pgmap v268: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-12-18T04:01:04.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:03 smithi176 ceph-mon[110350]: pgmap v268: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-12-18T04:01:04.709 INFO:teuthology.orchestra.run.smithi160.stdout: 5 186793 8.00 MB/sec execute 498 sec latency 129.766 ms 2023-12-18T04:01:05.709 INFO:teuthology.orchestra.run.smithi160.stdout: 5 187121 8.00 MB/sec execute 499 sec latency 120.099 ms 2023-12-18T04:01:05.945 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:05 smithi160 ceph-mon[107718]: pgmap v269: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-12-18T04:01:06.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:05 smithi176 ceph-mon[110350]: pgmap v269: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-12-18T04:01:06.719 INFO:teuthology.orchestra.run.smithi160.stdout: 5 187405 8.00 MB/sec execute 500 sec latency 134.302 ms 2023-12-18T04:01:07.718 INFO:teuthology.orchestra.run.smithi160.stdout: 5 187734 8.01 MB/sec execute 501 sec latency 121.910 ms 2023-12-18T04:01:07.964 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:07 smithi160 ceph-mon[107718]: pgmap v270: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.4 MiB/s wr, 443 op/s 2023-12-18T04:01:08.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:07 smithi176 ceph-mon[110350]: pgmap v270: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.4 MiB/s wr, 443 op/s 2023-12-18T04:01:08.718 INFO:teuthology.orchestra.run.smithi160.stdout: 5 188003 8.00 MB/sec execute 502 sec latency 129.922 ms 2023-12-18T04:01:09.719 INFO:teuthology.orchestra.run.smithi160.stdout: 5 188298 8.00 MB/sec execute 503 sec latency 121.096 ms 2023-12-18T04:01:10.018 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:09 smithi160 ceph-mon[107718]: pgmap v271: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 267 op/s 2023-12-18T04:01:10.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:09 smithi176 ceph-mon[110350]: pgmap v271: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 267 op/s 2023-12-18T04:01:10.718 INFO:teuthology.orchestra.run.smithi160.stdout: 5 188545 7.99 MB/sec execute 504 sec latency 123.175 ms 2023-12-18T04:01:11.718 INFO:teuthology.orchestra.run.smithi160.stdout: 5 188820 8.00 MB/sec execute 505 sec latency 132.305 ms 2023-12-18T04:01:12.075 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:11 smithi160 ceph-mon[107718]: pgmap v272: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-18T04:01:12.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:11 smithi176 ceph-mon[110350]: pgmap v272: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 441 op/s 2023-12-18T04:01:12.718 INFO:teuthology.orchestra.run.smithi160.stdout: 5 189118 8.00 MB/sec execute 506 sec latency 157.331 ms 2023-12-18T04:01:13.719 INFO:teuthology.orchestra.run.smithi160.stdout: 5 189400 8.00 MB/sec execute 507 sec latency 129.909 ms 2023-12-18T04:01:14.114 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:13 smithi160 ceph-mon[107718]: pgmap v273: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 312 op/s 2023-12-18T04:01:14.114 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:01:14.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:13 smithi176 ceph-mon[110350]: pgmap v273: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 312 op/s 2023-12-18T04:01:14.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:01:14.718 INFO:teuthology.orchestra.run.smithi160.stdout: 5 189732 8.00 MB/sec execute 508 sec latency 129.540 ms 2023-12-18T04:01:15.719 INFO:teuthology.orchestra.run.smithi160.stdout: 5 189942 8.00 MB/sec execute 509 sec latency 125.342 ms 2023-12-18T04:01:16.086 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:15 smithi160 ceph-mon[107718]: pgmap v274: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 312 op/s 2023-12-18T04:01:16.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:15 smithi176 ceph-mon[110350]: pgmap v274: 97 pgs: 97 active+clean; 353 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 MiB/s wr, 312 op/s 2023-12-18T04:01:16.719 INFO:teuthology.orchestra.run.smithi160.stdout: 5 190217 7.99 MB/sec execute 510 sec latency 125.033 ms 2023-12-18T04:01:17.723 INFO:teuthology.orchestra.run.smithi160.stdout: 5 190523 7.99 MB/sec execute 511 sec latency 131.305 ms 2023-12-18T04:01:17.999 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:17 smithi160 ceph-mon[107718]: pgmap v275: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-18T04:01:18.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:18 smithi176 ceph-mon[110350]: pgmap v275: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-18T04:01:18.723 INFO:teuthology.orchestra.run.smithi160.stdout: 5 190837 7.99 MB/sec execute 512 sec latency 126.706 ms 2023-12-18T04:01:19.724 INFO:teuthology.orchestra.run.smithi160.stdout: 5 191173 8.00 MB/sec execute 513 sec latency 120.706 ms 2023-12-18T04:01:20.240 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:20 smithi160 ceph-mon[107718]: pgmap v276: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-18T04:01:20.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:20 smithi176 ceph-mon[110350]: pgmap v276: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-12-18T04:01:20.723 INFO:teuthology.orchestra.run.smithi160.stdout: 5 191445 8.00 MB/sec execute 514 sec latency 129.788 ms 2023-12-18T04:01:21.723 INFO:teuthology.orchestra.run.smithi160.stdout: 5 191758 8.00 MB/sec execute 515 sec latency 204.894 ms 2023-12-18T04:01:22.270 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:22 smithi160 ceph-mon[107718]: pgmap v277: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 530 op/s 2023-12-18T04:01:22.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:22 smithi176 ceph-mon[110350]: pgmap v277: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 530 op/s 2023-12-18T04:01:22.723 INFO:teuthology.orchestra.run.smithi160.stdout: 5 192017 7.99 MB/sec execute 516 sec latency 129.522 ms 2023-12-18T04:01:23.727 INFO:teuthology.orchestra.run.smithi160.stdout: 5 192270 7.99 MB/sec execute 517 sec latency 208.386 ms 2023-12-18T04:01:24.063 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:24 smithi160 ceph-mon[107718]: pgmap v278: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-12-18T04:01:24.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:24 smithi176 ceph-mon[110350]: pgmap v278: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-12-18T04:01:24.727 INFO:teuthology.orchestra.run.smithi160.stdout: 5 192608 8.00 MB/sec execute 518 sec latency 123.588 ms 2023-12-18T04:01:25.727 INFO:teuthology.orchestra.run.smithi160.stdout: 5 192842 8.00 MB/sec execute 519 sec latency 147.758 ms 2023-12-18T04:01:26.149 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:26 smithi160 ceph-mon[107718]: pgmap v279: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-12-18T04:01:26.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:26 smithi176 ceph-mon[110350]: pgmap v279: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-12-18T04:01:26.727 INFO:teuthology.orchestra.run.smithi160.stdout: 5 193027 7.99 MB/sec execute 520 sec latency 158.944 ms 2023-12-18T04:01:27.727 INFO:teuthology.orchestra.run.smithi160.stdout: 5 193277 7.99 MB/sec execute 521 sec latency 126.621 ms 2023-12-18T04:01:28.211 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:28 smithi160 ceph-mon[107718]: pgmap v280: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-18T04:01:28.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:28 smithi176 ceph-mon[110350]: pgmap v280: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-12-18T04:01:28.730 INFO:teuthology.orchestra.run.smithi160.stdout: 5 193499 7.99 MB/sec execute 522 sec latency 130.735 ms 2023-12-18T04:01:29.239 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:29 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:01:29.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:29 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:01:29.734 INFO:teuthology.orchestra.run.smithi160.stdout: 5 193661 7.98 MB/sec execute 523 sec latency 139.100 ms 2023-12-18T04:01:30.261 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:30 smithi160 ceph-mon[107718]: pgmap v281: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-18T04:01:30.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:30 smithi176 ceph-mon[110350]: pgmap v281: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-18T04:01:30.736 INFO:teuthology.orchestra.run.smithi160.stdout: 5 193859 7.97 MB/sec execute 524 sec latency 128.669 ms 2023-12-18T04:01:31.737 INFO:teuthology.orchestra.run.smithi160.stdout: 5 194034 7.96 MB/sec execute 525 sec latency 134.540 ms 2023-12-18T04:01:32.346 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:32 smithi160 ceph-mon[107718]: pgmap v282: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-12-18T04:01:32.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:32 smithi176 ceph-mon[110350]: pgmap v282: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.1 MiB/s wr, 489 op/s 2023-12-18T04:01:32.736 INFO:teuthology.orchestra.run.smithi160.stdout: 5 194203 7.96 MB/sec execute 526 sec latency 183.201 ms 2023-12-18T04:01:33.738 INFO:teuthology.orchestra.run.smithi160.stdout: 5 194457 7.95 MB/sec execute 527 sec latency 136.454 ms 2023-12-18T04:01:34.157 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:34 smithi160 ceph-mon[107718]: pgmap v283: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 302 op/s 2023-12-18T04:01:34.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:34 smithi176 ceph-mon[110350]: pgmap v283: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 302 op/s 2023-12-18T04:01:34.744 INFO:teuthology.orchestra.run.smithi160.stdout: 5 194692 7.95 MB/sec execute 528 sec latency 152.985 ms 2023-12-18T04:01:35.744 INFO:teuthology.orchestra.run.smithi160.stdout: 5 194973 7.95 MB/sec execute 529 sec latency 195.003 ms 2023-12-18T04:01:36.185 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:36 smithi160 ceph-mon[107718]: pgmap v284: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 302 op/s 2023-12-18T04:01:36.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:36 smithi176 ceph-mon[110350]: pgmap v284: 97 pgs: 97 active+clean; 352 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 302 op/s 2023-12-18T04:01:36.744 INFO:teuthology.orchestra.run.smithi160.stdout: 5 195217 7.95 MB/sec execute 530 sec latency 114.746 ms 2023-12-18T04:01:37.744 INFO:teuthology.orchestra.run.smithi160.stdout: 5 195452 7.94 MB/sec execute 531 sec latency 126.573 ms 2023-12-18T04:01:38.272 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:38 smithi160 ceph-mon[107718]: pgmap v285: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-18T04:01:38.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:38 smithi176 ceph-mon[110350]: pgmap v285: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 428 op/s 2023-12-18T04:01:38.744 INFO:teuthology.orchestra.run.smithi160.stdout: 5 195688 7.94 MB/sec execute 532 sec latency 129.729 ms 2023-12-18T04:01:39.752 INFO:teuthology.orchestra.run.smithi160.stdout: 5 195996 7.94 MB/sec execute 533 sec latency 134.529 ms 2023-12-18T04:01:40.368 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:40 smithi160 ceph-mon[107718]: pgmap v286: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 265 op/s 2023-12-18T04:01:40.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:40 smithi176 ceph-mon[110350]: pgmap v286: 97 pgs: 97 active+clean; 346 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 265 op/s 2023-12-18T04:01:40.752 INFO:teuthology.orchestra.run.smithi160.stdout: 5 196331 7.94 MB/sec execute 534 sec latency 185.072 ms 2023-12-18T04:01:41.752 INFO:teuthology.orchestra.run.smithi160.stdout: 5 196600 7.94 MB/sec execute 535 sec latency 146.562 ms 2023-12-18T04:01:42.156 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:42 smithi160 ceph-mon[107718]: pgmap v287: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-12-18T04:01:42.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:42 smithi176 ceph-mon[110350]: pgmap v287: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-12-18T04:01:42.752 INFO:teuthology.orchestra.run.smithi160.stdout: 5 196898 7.95 MB/sec execute 536 sec latency 121.482 ms 2023-12-18T04:01:43.752 INFO:teuthology.orchestra.run.smithi160.stdout: 5 197209 7.95 MB/sec execute 537 sec latency 137.539 ms 2023-12-18T04:01:44.199 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:44 smithi160 ceph-mon[107718]: pgmap v288: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.6 MiB/s wr, 278 op/s 2023-12-18T04:01:44.200 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:44 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:01:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:44 smithi176 ceph-mon[110350]: pgmap v288: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.6 MiB/s wr, 278 op/s 2023-12-18T04:01:44.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:44 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:01:44.752 INFO:teuthology.orchestra.run.smithi160.stdout: 5 197538 7.95 MB/sec execute 538 sec latency 142.819 ms 2023-12-18T04:01:45.752 INFO:teuthology.orchestra.run.smithi160.stdout: 5 197817 7.94 MB/sec execute 539 sec latency 140.748 ms 2023-12-18T04:01:46.248 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:46 smithi160 ceph-mon[107718]: pgmap v289: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.6 MiB/s wr, 278 op/s 2023-12-18T04:01:46.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:46 smithi176 ceph-mon[110350]: pgmap v289: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.6 MiB/s wr, 278 op/s 2023-12-18T04:01:46.752 INFO:teuthology.orchestra.run.smithi160.stdout: 5 198134 7.94 MB/sec execute 540 sec latency 123.536 ms 2023-12-18T04:01:47.257 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:47 smithi160 ceph-mon[107718]: pgmap v290: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 466 op/s 2023-12-18T04:01:47.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:47 smithi176 ceph-mon[110350]: pgmap v290: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.6 MiB/s wr, 466 op/s 2023-12-18T04:01:47.752 INFO:teuthology.orchestra.run.smithi160.stdout: 5 198416 7.93 MB/sec execute 541 sec latency 125.615 ms 2023-12-18T04:01:48.752 INFO:teuthology.orchestra.run.smithi160.stdout: 5 198682 7.94 MB/sec execute 542 sec latency 123.527 ms 2023-12-18T04:01:49.569 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:49 smithi160 ceph-mon[107718]: pgmap v291: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-12-18T04:01:49.752 INFO:teuthology.orchestra.run.smithi160.stdout: 5 198967 7.94 MB/sec execute 543 sec latency 136.125 ms 2023-12-18T04:01:49.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:49 smithi176 ceph-mon[110350]: pgmap v291: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 340 op/s 2023-12-18T04:01:50.753 INFO:teuthology.orchestra.run.smithi160.stdout: 5 199302 7.95 MB/sec execute 544 sec latency 126.773 ms 2023-12-18T04:01:51.642 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:51 smithi160 ceph-mon[107718]: pgmap v292: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-12-18T04:01:51.753 INFO:teuthology.orchestra.run.smithi160.stdout: 5 199554 7.94 MB/sec execute 545 sec latency 131.359 ms 2023-12-18T04:01:51.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:51 smithi176 ceph-mon[110350]: pgmap v292: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-12-18T04:01:52.761 INFO:teuthology.orchestra.run.smithi160.stdout: 5 199798 7.94 MB/sec execute 546 sec latency 143.443 ms 2023-12-18T04:01:53.500 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:53 smithi160 ceph-mon[107718]: pgmap v293: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-12-18T04:01:53.761 INFO:teuthology.orchestra.run.smithi160.stdout: 5 200045 7.94 MB/sec execute 547 sec latency 134.678 ms 2023-12-18T04:01:53.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:53 smithi176 ceph-mon[110350]: pgmap v293: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-12-18T04:01:54.761 INFO:teuthology.orchestra.run.smithi160.stdout: 5 200269 7.93 MB/sec execute 548 sec latency 132.392 ms 2023-12-18T04:01:55.574 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:55 smithi160 ceph-mon[107718]: pgmap v294: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-12-18T04:01:55.761 INFO:teuthology.orchestra.run.smithi160.stdout: 5 200531 7.93 MB/sec execute 549 sec latency 132.033 ms 2023-12-18T04:01:55.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:55 smithi176 ceph-mon[110350]: pgmap v294: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-12-18T04:01:56.761 INFO:teuthology.orchestra.run.smithi160.stdout: 5 200821 7.94 MB/sec execute 550 sec latency 126.498 ms 2023-12-18T04:01:57.620 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:57 smithi160 ceph-mon[107718]: pgmap v295: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 526 op/s 2023-12-18T04:01:57.761 INFO:teuthology.orchestra.run.smithi160.stdout: 5 201061 7.93 MB/sec execute 551 sec latency 124.624 ms 2023-12-18T04:01:57.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:57 smithi176 ceph-mon[110350]: pgmap v295: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 526 op/s 2023-12-18T04:01:58.638 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:58 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:01:58.761 INFO:teuthology.orchestra.run.smithi160.stdout: 5 201328 7.93 MB/sec execute 552 sec latency 126.632 ms 2023-12-18T04:01:58.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:58 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:01:59.662 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:01:59 smithi160 ceph-mon[107718]: pgmap v296: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-12-18T04:01:59.761 INFO:teuthology.orchestra.run.smithi160.stdout: 5 201577 7.92 MB/sec execute 553 sec latency 140.099 ms 2023-12-18T04:01:59.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:01:59 smithi176 ceph-mon[110350]: pgmap v296: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-12-18T04:02:00.761 INFO:teuthology.orchestra.run.smithi160.stdout: 5 201873 7.92 MB/sec execute 554 sec latency 127.046 ms 2023-12-18T04:02:01.729 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:01 smithi160 ceph-mon[107718]: pgmap v297: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 499 op/s 2023-12-18T04:02:01.763 INFO:teuthology.orchestra.run.smithi160.stdout: 5 202065 7.91 MB/sec execute 555 sec latency 126.099 ms 2023-12-18T04:02:01.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:01 smithi176 ceph-mon[110350]: pgmap v297: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.9 MiB/s wr, 499 op/s 2023-12-18T04:02:02.763 INFO:teuthology.orchestra.run.smithi160.stdout: 5 202324 7.92 MB/sec execute 556 sec latency 150.834 ms 2023-12-18T04:02:03.763 INFO:teuthology.orchestra.run.smithi160.stdout: 5 202634 7.93 MB/sec execute 557 sec latency 195.112 ms 2023-12-18T04:02:03.769 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:03 smithi160 ceph-mon[107718]: pgmap v298: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-12-18T04:02:03.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:03 smithi176 ceph-mon[110350]: pgmap v298: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-12-18T04:02:04.767 INFO:teuthology.orchestra.run.smithi160.stdout: 5 202873 7.93 MB/sec execute 558 sec latency 118.053 ms 2023-12-18T04:02:05.619 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:05 smithi160 ceph-mon[107718]: pgmap v299: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-12-18T04:02:05.764 INFO:teuthology.orchestra.run.smithi160.stdout: 5 203130 7.92 MB/sec execute 559 sec latency 152.504 ms 2023-12-18T04:02:05.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:05 smithi176 ceph-mon[110350]: pgmap v299: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 310 op/s 2023-12-18T04:02:06.764 INFO:teuthology.orchestra.run.smithi160.stdout: 5 203337 7.91 MB/sec execute 560 sec latency 139.016 ms 2023-12-18T04:02:07.670 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:07 smithi160 ceph-mon[107718]: pgmap v300: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-18T04:02:07.770 INFO:teuthology.orchestra.run.smithi160.stdout: 5 203485 7.90 MB/sec execute 561 sec latency 129.362 ms 2023-12-18T04:02:08.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:07 smithi176 ceph-mon[110350]: pgmap v300: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 471 op/s 2023-12-18T04:02:08.771 INFO:teuthology.orchestra.run.smithi160.stdout: 5 203736 7.91 MB/sec execute 562 sec latency 135.063 ms 2023-12-18T04:02:09.731 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:09 smithi160 ceph-mon[107718]: pgmap v301: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-18T04:02:09.780 INFO:teuthology.orchestra.run.smithi160.stdout: 5 203980 7.90 MB/sec execute 563 sec latency 126.722 ms 2023-12-18T04:02:10.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:09 smithi176 ceph-mon[110350]: pgmap v301: 97 pgs: 97 active+clean; 357 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-18T04:02:10.781 INFO:teuthology.orchestra.run.smithi160.stdout: 5 204178 7.90 MB/sec execute 564 sec latency 154.982 ms 2023-12-18T04:02:11.546 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:11 smithi160 ceph-mon[107718]: pgmap v302: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-12-18T04:02:11.780 INFO:teuthology.orchestra.run.smithi160.stdout: 5 204437 7.90 MB/sec execute 565 sec latency 135.823 ms 2023-12-18T04:02:12.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:11 smithi176 ceph-mon[110350]: pgmap v302: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-12-18T04:02:12.780 INFO:teuthology.orchestra.run.smithi160.stdout: 5 204585 7.89 MB/sec execute 566 sec latency 126.866 ms 2023-12-18T04:02:13.614 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:13 smithi160 ceph-mon[107718]: pgmap v303: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 295 op/s 2023-12-18T04:02:13.614 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:02:13.780 INFO:teuthology.orchestra.run.smithi160.stdout: 5 204826 7.89 MB/sec execute 567 sec latency 126.992 ms 2023-12-18T04:02:14.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:13 smithi176 ceph-mon[110350]: pgmap v303: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 295 op/s 2023-12-18T04:02:14.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:02:14.780 INFO:teuthology.orchestra.run.smithi160.stdout: 5 205124 7.88 MB/sec execute 568 sec latency 117.792 ms 2023-12-18T04:02:15.683 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:15 smithi160 ceph-mon[107718]: pgmap v304: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 295 op/s 2023-12-18T04:02:15.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:15 smithi176 ceph-mon[110350]: pgmap v304: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.1 MiB/s wr, 295 op/s 2023-12-18T04:02:15.780 INFO:teuthology.orchestra.run.smithi160.stdout: 5 205341 7.87 MB/sec execute 569 sec latency 126.948 ms 2023-12-18T04:02:16.786 INFO:teuthology.orchestra.run.smithi160.stdout: 5 205610 7.87 MB/sec execute 570 sec latency 198.717 ms 2023-12-18T04:02:17.728 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:17 smithi160 ceph-mon[107718]: pgmap v305: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.3 MiB/s wr, 436 op/s 2023-12-18T04:02:17.788 INFO:teuthology.orchestra.run.smithi160.stdout: 5 205827 7.87 MB/sec execute 571 sec latency 125.059 ms 2023-12-18T04:02:18.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:17 smithi176 ceph-mon[110350]: pgmap v305: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.3 MiB/s wr, 436 op/s 2023-12-18T04:02:18.788 INFO:teuthology.orchestra.run.smithi160.stdout: 5 206086 7.87 MB/sec execute 572 sec latency 145.599 ms 2023-12-18T04:02:19.790 INFO:teuthology.orchestra.run.smithi160.stdout: 5 206345 7.87 MB/sec execute 573 sec latency 124.499 ms 2023-12-18T04:02:19.800 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:19 smithi160 ceph-mon[107718]: pgmap v306: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 276 op/s 2023-12-18T04:02:20.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:19 smithi176 ceph-mon[110350]: pgmap v306: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.5 MiB/s wr, 276 op/s 2023-12-18T04:02:20.788 INFO:teuthology.orchestra.run.smithi160.stdout: 5 206561 7.87 MB/sec execute 574 sec latency 123.851 ms 2023-12-18T04:02:21.601 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:21 smithi160 ceph-mon[107718]: pgmap v307: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.2 MiB/s wr, 421 op/s 2023-12-18T04:02:21.788 INFO:teuthology.orchestra.run.smithi160.stdout: 5 206762 7.87 MB/sec execute 575 sec latency 137.084 ms 2023-12-18T04:02:22.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:21 smithi176 ceph-mon[110350]: pgmap v307: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.2 MiB/s wr, 421 op/s 2023-12-18T04:02:22.788 INFO:teuthology.orchestra.run.smithi160.stdout: 5 206967 7.86 MB/sec execute 576 sec latency 212.698 ms 2023-12-18T04:02:23.651 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:23 smithi160 ceph-mon[107718]: pgmap v308: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-12-18T04:02:23.788 INFO:teuthology.orchestra.run.smithi160.stdout: 5 207164 7.86 MB/sec execute 577 sec latency 157.979 ms 2023-12-18T04:02:24.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:23 smithi176 ceph-mon[110350]: pgmap v308: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-12-18T04:02:24.799 INFO:teuthology.orchestra.run.smithi160.stdout: 5 207380 7.86 MB/sec execute 578 sec latency 126.653 ms 2023-12-18T04:02:25.707 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:25 smithi160 ceph-mon[107718]: pgmap v309: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-12-18T04:02:25.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:25 smithi176 ceph-mon[110350]: pgmap v309: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-12-18T04:02:25.799 INFO:teuthology.orchestra.run.smithi160.stdout: 5 207630 7.86 MB/sec execute 579 sec latency 198.824 ms 2023-12-18T04:02:26.805 INFO:teuthology.orchestra.run.smithi160.stdout: 5 207863 7.86 MB/sec execute 580 sec latency 161.485 ms 2023-12-18T04:02:27.745 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:27 smithi160 ceph-mon[107718]: pgmap v310: 97 pgs: 97 active+clean; 366 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-12-18T04:02:27.812 INFO:teuthology.orchestra.run.smithi160.stdout: 5 208045 7.85 MB/sec execute 581 sec latency 143.792 ms 2023-12-18T04:02:28.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:27 smithi176 ceph-mon[110350]: pgmap v310: 97 pgs: 97 active+clean; 366 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-12-18T04:02:28.776 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:28 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:02:28.812 INFO:teuthology.orchestra.run.smithi160.stdout: 5 208318 7.84 MB/sec execute 582 sec latency 134.147 ms 2023-12-18T04:02:29.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:28 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:02:29.798 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:29 smithi160 ceph-mon[107718]: pgmap v311: 97 pgs: 97 active+clean; 366 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 272 op/s 2023-12-18T04:02:29.814 INFO:teuthology.orchestra.run.smithi160.stdout: 5 208582 7.84 MB/sec execute 583 sec latency 125.029 ms 2023-12-18T04:02:30.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:29 smithi176 ceph-mon[110350]: pgmap v311: 97 pgs: 97 active+clean; 366 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.0 MiB/s wr, 272 op/s 2023-12-18T04:02:30.814 INFO:teuthology.orchestra.run.smithi160.stdout: 5 208839 7.83 MB/sec execute 584 sec latency 132.022 ms 2023-12-18T04:02:31.814 INFO:teuthology.orchestra.run.smithi160.stdout: 5 209121 7.83 MB/sec execute 585 sec latency 133.049 ms 2023-12-18T04:02:31.860 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:31 smithi160 ceph-mon[107718]: pgmap v312: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-12-18T04:02:32.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:31 smithi176 ceph-mon[110350]: pgmap v312: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 422 op/s 2023-12-18T04:02:32.815 INFO:teuthology.orchestra.run.smithi160.stdout: 5 209410 7.83 MB/sec execute 586 sec latency 148.671 ms 2023-12-18T04:02:33.661 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:33 smithi160 ceph-mon[107718]: pgmap v313: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 276 op/s 2023-12-18T04:02:33.817 INFO:teuthology.orchestra.run.smithi160.stdout: 5 209765 7.84 MB/sec execute 587 sec latency 120.706 ms 2023-12-18T04:02:34.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:33 smithi176 ceph-mon[110350]: pgmap v313: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 276 op/s 2023-12-18T04:02:34.815 INFO:teuthology.orchestra.run.smithi160.stdout: 5 210079 7.84 MB/sec execute 588 sec latency 133.021 ms 2023-12-18T04:02:35.716 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:35 smithi160 ceph-mon[107718]: pgmap v314: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 276 op/s 2023-12-18T04:02:35.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:35 smithi176 ceph-mon[110350]: pgmap v314: 97 pgs: 97 active+clean; 361 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.7 MiB/s wr, 276 op/s 2023-12-18T04:02:35.815 INFO:teuthology.orchestra.run.smithi160.stdout: 5 210392 7.85 MB/sec execute 589 sec latency 126.933 ms 2023-12-18T04:02:36.817 INFO:teuthology.orchestra.run.smithi160.stdout: 5 210652 7.85 MB/sec execute 590 sec latency 129.515 ms 2023-12-18T04:02:37.770 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:37 smithi160 ceph-mon[107718]: pgmap v315: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-12-18T04:02:37.818 INFO:teuthology.orchestra.run.smithi160.stdout: 5 210877 7.85 MB/sec execute 591 sec latency 130.013 ms 2023-12-18T04:02:38.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:37 smithi176 ceph-mon[110350]: pgmap v315: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 454 op/s 2023-12-18T04:02:38.819 INFO:teuthology.orchestra.run.smithi160.stdout: 5 211148 7.85 MB/sec execute 592 sec latency 129.919 ms 2023-12-18T04:02:39.813 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:39 smithi160 ceph-mon[107718]: pgmap v316: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 327 op/s 2023-12-18T04:02:39.819 INFO:teuthology.orchestra.run.smithi160.stdout: 5 211333 7.84 MB/sec execute 593 sec latency 132.640 ms 2023-12-18T04:02:40.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:39 smithi176 ceph-mon[110350]: pgmap v316: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 327 op/s 2023-12-18T04:02:40.819 INFO:teuthology.orchestra.run.smithi160.stdout: 5 211525 7.83 MB/sec execute 594 sec latency 135.002 ms 2023-12-18T04:02:41.819 INFO:teuthology.orchestra.run.smithi160.stdout: 5 211774 7.83 MB/sec execute 595 sec latency 147.744 ms 2023-12-18T04:02:41.878 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:41 smithi160 ceph-mon[107718]: pgmap v317: 97 pgs: 97 active+clean; 366 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 484 op/s 2023-12-18T04:02:42.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:41 smithi176 ceph-mon[110350]: pgmap v317: 97 pgs: 97 active+clean; 366 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.0 MiB/s wr, 484 op/s 2023-12-18T04:02:42.819 INFO:teuthology.orchestra.run.smithi160.stdout: 5 212007 7.82 MB/sec execute 596 sec latency 128.978 ms 2023-12-18T04:02:43.819 INFO:teuthology.orchestra.run.smithi160.stdout: 5 212248 7.82 MB/sec execute 597 sec latency 118.016 ms 2023-12-18T04:02:43.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:43 smithi160 ceph-mon[107718]: pgmap v318: 97 pgs: 97 active+clean; 366 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-18T04:02:43.927 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:43 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:02:44.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:43 smithi176 ceph-mon[110350]: pgmap v318: 97 pgs: 97 active+clean; 366 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-18T04:02:44.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:43 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:02:44.819 INFO:teuthology.orchestra.run.smithi160.stdout: 5 212558 7.82 MB/sec execute 598 sec latency 131.914 ms 2023-12-18T04:02:45.821 INFO:teuthology.orchestra.run.smithi160.stdout: 5 212915 7.82 MB/sec execute 599 sec latency 129.831 ms 2023-12-18T04:02:45.981 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:45 smithi160 ceph-mon[107718]: pgmap v319: 97 pgs: 97 active+clean; 366 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-18T04:02:46.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:45 smithi176 ceph-mon[110350]: pgmap v319: 97 pgs: 97 active+clean; 366 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.6 MiB/s wr, 333 op/s 2023-12-18T04:02:46.820 INFO:teuthology.orchestra.run.smithi160.stdout: 5 213266 7.82 MB/sec execute 600 sec latency 123.794 ms 2023-12-18T04:02:47.770 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:47 smithi160 ceph-mon[107718]: pgmap v320: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-12-18T04:02:47.821 INFO:teuthology.orchestra.run.smithi160.stdout: 5 cleanup 601 sec 2023-12-18T04:02:48.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:47 smithi176 ceph-mon[110350]: pgmap v320: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-12-18T04:02:48.821 INFO:teuthology.orchestra.run.smithi160.stdout: 2 cleanup 602 sec 2023-12-18T04:02:49.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 603 sec 2023-12-18T04:02:49.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:49 smithi160 ceph-mon[107718]: pgmap v321: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 311 op/s 2023-12-18T04:02:50.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:49 smithi176 ceph-mon[110350]: pgmap v321: 97 pgs: 97 active+clean; 354 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 311 op/s 2023-12-18T04:02:50.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 604 sec 2023-12-18T04:02:51.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 605 sec 2023-12-18T04:02:52.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:51 smithi160 ceph-mon[107718]: pgmap v322: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-18T04:02:52.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:51 smithi176 ceph-mon[110350]: pgmap v322: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-18T04:02:52.820 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 606 sec 2023-12-18T04:02:53.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 607 sec 2023-12-18T04:02:54.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:53 smithi160 ceph-mon[107718]: pgmap v323: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 288 op/s 2023-12-18T04:02:54.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:53 smithi176 ceph-mon[110350]: pgmap v323: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 288 op/s 2023-12-18T04:02:54.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 608 sec 2023-12-18T04:02:55.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 609 sec 2023-12-18T04:02:56.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:55 smithi160 ceph-mon[107718]: pgmap v324: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 288 op/s 2023-12-18T04:02:56.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:55 smithi176 ceph-mon[110350]: pgmap v324: 97 pgs: 97 active+clean; 359 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 288 op/s 2023-12-18T04:02:56.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 610 sec 2023-12-18T04:02:57.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 611 sec 2023-12-18T04:02:58.129 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:57 smithi160 ceph-mon[107718]: pgmap v325: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 2.6 MiB/s wr, 318 op/s 2023-12-18T04:02:58.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:57 smithi176 ceph-mon[110350]: pgmap v325: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 2.6 MiB/s wr, 318 op/s 2023-12-18T04:02:58.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 612 sec 2023-12-18T04:02:59.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:58 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:02:59.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:58 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:02:59.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 613 sec 2023-12-18T04:03:00.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:02:59 smithi160 ceph-mon[107718]: pgmap v326: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 1.4 MiB/s wr, 163 op/s 2023-12-18T04:03:00.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:02:59 smithi176 ceph-mon[110350]: pgmap v326: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 1.4 MiB/s wr, 163 op/s 2023-12-18T04:03:00.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 614 sec 2023-12-18T04:03:01.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 615 sec 2023-12-18T04:03:02.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:01 smithi160 ceph-mon[107718]: pgmap v327: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 1.4 MiB/s wr, 164 op/s 2023-12-18T04:03:02.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:01 smithi176 ceph-mon[110350]: pgmap v327: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 1.4 MiB/s wr, 164 op/s 2023-12-18T04:03:02.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 616 sec 2023-12-18T04:03:03.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 617 sec 2023-12-18T04:03:04.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:03 smithi160 ceph-mon[107718]: pgmap v328: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 31 KiB/s wr, 31 op/s 2023-12-18T04:03:04.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:03 smithi176 ceph-mon[110350]: pgmap v328: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 31 KiB/s wr, 31 op/s 2023-12-18T04:03:04.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 618 sec 2023-12-18T04:03:05.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 619 sec 2023-12-18T04:03:06.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:05 smithi176 ceph-mon[110350]: pgmap v329: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 31 KiB/s wr, 31 op/s 2023-12-18T04:03:06.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:05 smithi160 ceph-mon[107718]: pgmap v329: 97 pgs: 97 active+clean; 258 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 31 KiB/s wr, 31 op/s 2023-12-18T04:03:06.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 620 sec 2023-12-18T04:03:07.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 621 sec 2023-12-18T04:03:08.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:07 smithi176 ceph-mon[110350]: pgmap v330: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 33 KiB/s wr, 32 op/s 2023-12-18T04:03:08.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:07 smithi160 ceph-mon[107718]: pgmap v330: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 33 KiB/s wr, 32 op/s 2023-12-18T04:03:08.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 622 sec 2023-12-18T04:03:09.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 623 sec 2023-12-18T04:03:10.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:09 smithi176 ceph-mon[110350]: pgmap v331: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 8.2 KiB/s wr, 2 op/s 2023-12-18T04:03:10.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:09 smithi160 ceph-mon[107718]: pgmap v331: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 8.2 KiB/s wr, 2 op/s 2023-12-18T04:03:10.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 624 sec 2023-12-18T04:03:11.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 625 sec 2023-12-18T04:03:12.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:11 smithi176 ceph-mon[110350]: pgmap v332: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 9.1 KiB/s wr, 3 op/s 2023-12-18T04:03:12.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:11 smithi160 ceph-mon[107718]: pgmap v332: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 9.1 KiB/s wr, 3 op/s 2023-12-18T04:03:12.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 626 sec 2023-12-18T04:03:13.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 627 sec 2023-12-18T04:03:14.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:13 smithi176 ceph-mon[110350]: pgmap v333: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.1 KiB/s wr, 1 op/s 2023-12-18T04:03:14.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:03:14.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:13 smithi160 ceph-mon[107718]: pgmap v333: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.1 KiB/s wr, 1 op/s 2023-12-18T04:03:14.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:03:14.821 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 628 sec 2023-12-18T04:03:15.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 629 sec 2023-12-18T04:03:16.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:15 smithi176 ceph-mon[110350]: pgmap v334: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.1 KiB/s wr, 1 op/s 2023-12-18T04:03:16.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:15 smithi160 ceph-mon[107718]: pgmap v334: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.1 KiB/s wr, 1 op/s 2023-12-18T04:03:16.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 630 sec 2023-12-18T04:03:17.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 631 sec 2023-12-18T04:03:18.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:18 smithi176 ceph-mon[110350]: pgmap v335: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.1 KiB/s wr, 1 op/s 2023-12-18T04:03:18.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:18 smithi160 ceph-mon[107718]: pgmap v335: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.1 KiB/s wr, 1 op/s 2023-12-18T04:03:18.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 632 sec 2023-12-18T04:03:19.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 633 sec 2023-12-18T04:03:20.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:20 smithi176 ceph-mon[110350]: pgmap v336: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-12-18T04:03:20.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:20 smithi160 ceph-mon[107718]: pgmap v336: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-12-18T04:03:20.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 634 sec 2023-12-18T04:03:21.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 635 sec 2023-12-18T04:03:22.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:22 smithi176 ceph-mon[110350]: pgmap v337: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-12-18T04:03:22.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:22 smithi160 ceph-mon[107718]: pgmap v337: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-12-18T04:03:22.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 636 sec 2023-12-18T04:03:23.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 637 sec 2023-12-18T04:03:24.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:24 smithi176 ceph-mon[110350]: pgmap v338: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:24.379 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:24 smithi160 ceph-mon[107718]: pgmap v338: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:24.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 638 sec 2023-12-18T04:03:25.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 639 sec 2023-12-18T04:03:26.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:26 smithi176 ceph-mon[110350]: pgmap v339: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:26.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:26 smithi160 ceph-mon[107718]: pgmap v339: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:26.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 640 sec 2023-12-18T04:03:27.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 641 sec 2023-12-18T04:03:28.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:28 smithi160 ceph-mon[107718]: pgmap v340: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:03:28.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:28 smithi176 ceph-mon[110350]: pgmap v340: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:03:28.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 642 sec 2023-12-18T04:03:29.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:29 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:03:29.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:29 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:03:29.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 643 sec 2023-12-18T04:03:30.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:30 smithi160 ceph-mon[107718]: pgmap v341: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:30.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:30 smithi176 ceph-mon[110350]: pgmap v341: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:30.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 644 sec 2023-12-18T04:03:31.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 645 sec 2023-12-18T04:03:32.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:32 smithi160 ceph-mon[107718]: pgmap v342: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:32.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:32 smithi176 ceph-mon[110350]: pgmap v342: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:32.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 646 sec 2023-12-18T04:03:33.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 647 sec 2023-12-18T04:03:34.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:34 smithi160 ceph-mon[107718]: pgmap v343: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:34.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:34 smithi176 ceph-mon[110350]: pgmap v343: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:34.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 648 sec 2023-12-18T04:03:35.822 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 649 sec 2023-12-18T04:03:36.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:36 smithi160 ceph-mon[107718]: pgmap v344: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:36.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:36 smithi176 ceph-mon[110350]: pgmap v344: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:36.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 650 sec 2023-12-18T04:03:37.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 651 sec 2023-12-18T04:03:38.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:38 smithi160 ceph-mon[107718]: pgmap v345: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:03:38.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:38 smithi176 ceph-mon[110350]: pgmap v345: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:03:38.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 652 sec 2023-12-18T04:03:39.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 653 sec 2023-12-18T04:03:40.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:40 smithi160 ceph-mon[107718]: pgmap v346: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:40.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:40 smithi176 ceph-mon[110350]: pgmap v346: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:40.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 654 sec 2023-12-18T04:03:41.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 655 sec 2023-12-18T04:03:42.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:42 smithi160 ceph-mon[107718]: pgmap v347: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:42.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:42 smithi176 ceph-mon[110350]: pgmap v347: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:42.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 656 sec 2023-12-18T04:03:43.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 657 sec 2023-12-18T04:03:44.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:44 smithi160 ceph-mon[107718]: pgmap v348: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:44.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:44 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:03:44.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:44 smithi176 ceph-mon[110350]: pgmap v348: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:44.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:44 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:03:44.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 658 sec 2023-12-18T04:03:45.825 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 659 sec 2023-12-18T04:03:46.382 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:46 smithi160 ceph-mon[107718]: pgmap v349: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:46.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:46 smithi176 ceph-mon[110350]: pgmap v349: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:46.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 660 sec 2023-12-18T04:03:47.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 661 sec 2023-12-18T04:03:48.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:48 smithi160 ceph-mon[107718]: pgmap v350: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:03:48.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:48 smithi176 ceph-mon[110350]: pgmap v350: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:03:48.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 662 sec 2023-12-18T04:03:49.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 663 sec 2023-12-18T04:03:50.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:50 smithi176 ceph-mon[110350]: pgmap v351: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:50.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:50 smithi160 ceph-mon[107718]: pgmap v351: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:50.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 664 sec 2023-12-18T04:03:51.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 665 sec 2023-12-18T04:03:52.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:52 smithi176 ceph-mon[110350]: pgmap v352: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:52.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:52 smithi160 ceph-mon[107718]: pgmap v352: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:52.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 666 sec 2023-12-18T04:03:53.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 667 sec 2023-12-18T04:03:54.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:54 smithi176 ceph-mon[110350]: pgmap v353: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:54.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:54 smithi160 ceph-mon[107718]: pgmap v353: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:54.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 668 sec 2023-12-18T04:03:55.470 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:55 smithi176 ceph-mon[110350]: pgmap v354: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:55.629 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:55 smithi160 ceph-mon[107718]: pgmap v354: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:55.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 669 sec 2023-12-18T04:03:56.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 670 sec 2023-12-18T04:03:57.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:57 smithi176 ceph-mon[110350]: pgmap v355: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:03:57.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 671 sec 2023-12-18T04:03:57.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:57 smithi160 ceph-mon[107718]: pgmap v355: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:03:58.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:58 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:03:58.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 672 sec 2023-12-18T04:03:58.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:58 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:03:59.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:03:59 smithi176 ceph-mon[110350]: pgmap v356: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:03:59.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 673 sec 2023-12-18T04:03:59.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:03:59 smithi160 ceph-mon[107718]: pgmap v356: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:00.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 674 sec 2023-12-18T04:04:01.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:01 smithi176 ceph-mon[110350]: pgmap v357: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:01.823 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 675 sec 2023-12-18T04:04:01.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:01 smithi160 ceph-mon[107718]: pgmap v357: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:02.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 676 sec 2023-12-18T04:04:03.770 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:03 smithi176 ceph-mon[110350]: pgmap v358: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:03.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 677 sec 2023-12-18T04:04:03.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:03 smithi160 ceph-mon[107718]: pgmap v358: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:04.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 678 sec 2023-12-18T04:04:05.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:05 smithi176 ceph-mon[110350]: pgmap v359: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:05.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 679 sec 2023-12-18T04:04:05.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:05 smithi160 ceph-mon[107718]: pgmap v359: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:06.827 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 680 sec 2023-12-18T04:04:07.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:07 smithi176 ceph-mon[110350]: pgmap v360: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:04:07.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 681 sec 2023-12-18T04:04:07.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:07 smithi160 ceph-mon[107718]: pgmap v360: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:04:08.826 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 682 sec 2023-12-18T04:04:09.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:09 smithi176 ceph-mon[110350]: pgmap v361: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:09.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 683 sec 2023-12-18T04:04:09.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:09 smithi160 ceph-mon[107718]: pgmap v361: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:10.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 684 sec 2023-12-18T04:04:11.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:11 smithi176 ceph-mon[110350]: pgmap v362: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:11.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 685 sec 2023-12-18T04:04:11.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:11 smithi160 ceph-mon[107718]: pgmap v362: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:12.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 686 sec 2023-12-18T04:04:13.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 687 sec 2023-12-18T04:04:13.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:13 smithi160 ceph-mon[107718]: pgmap v363: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:13.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:04:14.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:13 smithi176 ceph-mon[110350]: pgmap v363: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:14.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:04:14.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 688 sec 2023-12-18T04:04:15.772 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:15 smithi176 ceph-mon[110350]: pgmap v364: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:15.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 689 sec 2023-12-18T04:04:15.879 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:15 smithi160 ceph-mon[107718]: pgmap v364: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:16.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 690 sec 2023-12-18T04:04:17.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 691 sec 2023-12-18T04:04:17.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:17 smithi160 ceph-mon[107718]: pgmap v365: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:04:18.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:17 smithi176 ceph-mon[110350]: pgmap v365: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:04:18.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 692 sec 2023-12-18T04:04:19.825 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 693 sec 2023-12-18T04:04:19.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:19 smithi160 ceph-mon[107718]: pgmap v366: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:20.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:19 smithi176 ceph-mon[110350]: pgmap v366: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:20.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 694 sec 2023-12-18T04:04:21.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 695 sec 2023-12-18T04:04:21.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:21 smithi160 ceph-mon[107718]: pgmap v367: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:22.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:21 smithi176 ceph-mon[110350]: pgmap v367: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:22.824 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 696 sec 2023-12-18T04:04:23.825 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 697 sec 2023-12-18T04:04:23.855 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:23 smithi160 ceph-mon[107718]: pgmap v368: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:23.930 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph orch ps' 2023-12-18T04:04:24.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:23 smithi176 ceph-mon[110350]: pgmap v368: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:04:24.404 INFO:teuthology.orchestra.run.smithi160.stdout: 0 cleanup 697 sec 2023-12-18T04:04:24.404 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T04:04:24.404 INFO:teuthology.orchestra.run.smithi160.stdout: Operation Count AvgLat MaxLat 2023-12-18T04:04:24.404 INFO:teuthology.orchestra.run.smithi160.stdout: ---------------------------------------- 2023-12-18T04:04:24.404 INFO:teuthology.orchestra.run.smithi160.stdout: NTCreateX 151053 7.029 173.960 2023-12-18T04:04:24.404 INFO:teuthology.orchestra.run.smithi160.stdout: Close 110955 0.127 18.320 2023-12-18T04:04:24.404 INFO:teuthology.orchestra.run.smithi160.stdout: Rename 6398 11.615 226.982 2023-12-18T04:04:24.404 INFO:teuthology.orchestra.run.smithi160.stdout: Unlink 30524 7.035 109.450 2023-12-18T04:04:24.404 INFO:teuthology.orchestra.run.smithi160.stdout: Qpathinfo 137081 2.846 104.889 2023-12-18T04:04:24.404 INFO:teuthology.orchestra.run.smithi160.stdout: Qfileinfo 23892 0.087 7.877 2023-12-18T04:04:24.405 INFO:teuthology.orchestra.run.smithi160.stdout: Qfsinfo 25080 1.433 38.900 2023-12-18T04:04:24.405 INFO:teuthology.orchestra.run.smithi160.stdout: Sfileinfo 12349 10.763 80.905 2023-12-18T04:04:24.405 INFO:teuthology.orchestra.run.smithi160.stdout: Find 52953 5.138 154.972 2023-12-18T04:04:24.405 INFO:teuthology.orchestra.run.smithi160.stdout: WriteX 74614 10.728 70.267 2023-12-18T04:04:24.405 INFO:teuthology.orchestra.run.smithi160.stdout: ReadX 236668 0.010 12.355 2023-12-18T04:04:24.405 INFO:teuthology.orchestra.run.smithi160.stdout: LockX 490 0.380 7.248 2023-12-18T04:04:24.405 INFO:teuthology.orchestra.run.smithi160.stdout: UnlockX 490 0.312 8.490 2023-12-18T04:04:24.405 INFO:teuthology.orchestra.run.smithi160.stdout: Flush 10603 0.002 0.046 2023-12-18T04:04:24.405 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T04:04:24.405 INFO:teuthology.orchestra.run.smithi160.stdout:Throughput 7.81524 MB/sec 5 clients 5 procs max_latency=226.988 ms 2023-12-18T04:04:24.406 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-18T04:04:24.465 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-18T04:04:24.548 DEBUG:teuthology.orchestra.run.smithi160:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-18T04:04:24.609 INFO:teuthology.orchestra.run.smithi160.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-18T04:04:24.609 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T04:04:24.609 INFO:teuthology.orchestra.run.smithi160.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-18T04:04:24.610 INFO:teuthology.orchestra.run.smithi160.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-18T04:04:24.710 INFO:teuthology.orchestra.run.smithi160.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-18T04:04:24.710 INFO:teuthology.orchestra.run.smithi160.stdout:releasing clients 2023-12-18T04:04:24.958 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:24 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:24.958 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:24 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:25.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:24 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:25.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:24 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:25.990 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:25 smithi160 ceph-mon[107718]: pgmap v369: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-12-18T04:04:26.225 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T04:04:26.225 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 starting - - - - 2023-12-18T04:04:26.225 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (18m) 12m ago 18m 7025k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T04:04:26.225 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (17m) 7m ago 17m 7172k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T04:04:26.225 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 starting - - - - 2023-12-18T04:04:26.225 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (14m) 12m ago 14m 36.9M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T04:04:26.225 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (14m) 7m ago 13m 17.3M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T04:04:26.225 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:9283 running (19m) 12m ago 19m 424M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T04:04:26.225 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (12m) 7m ago 17m 513M - 19.0.0-301-g7c08d8cc e03b994e17d0 10abde1abc59 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (19m) 12m ago 19m 88.9M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (17m) 7m ago 17m 66.9M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (13m) 12m ago 13m 258M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (13m) 7m ago 13m 90.6M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 starting - - - - 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 running (11m) 7m ago 17m 26.4M - 1.3.1 1dbe0e931976 348e1844a366 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (17m) 12m ago 17m 531M 1944M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (16m) 12m ago 16m 360M 1944M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (16m) 12m ago 16m 201M 1944M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (16m) 12m ago 16m 523M 1944M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (15m) 7m ago 15m 1337M 2712M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (15m) 7m ago 15m 1665M 2712M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (15m) 7m ago 15m 1354M 2712M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (14m) 7m ago 14m 2145M 2712M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T04:04:26.226 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 starting - - - - 2023-12-18T04:04:26.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:25 smithi176 ceph-mon[110350]: pgmap v369: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-12-18T04:04:26.674 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph versions' 2023-12-18T04:04:26.713 INFO:teuthology.orchestra.run.smithi160.stdout: 5 278 16.59 MB/sec execute 1 sec latency 146.780 ms 2023-12-18T04:04:27.715 INFO:teuthology.orchestra.run.smithi160.stdout: 5 388 16.88 MB/sec execute 2 sec latency 126.900 ms 2023-12-18T04:04:28.049 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:27 smithi160 ceph-mon[107718]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T04:04:28.049 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:27 smithi160 ceph-mon[107718]: pgmap v370: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-12-18T04:04:28.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:27 smithi176 ceph-mon[110350]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T04:04:28.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:27 smithi176 ceph-mon[110350]: pgmap v370: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-12-18T04:04:28.717 INFO:teuthology.orchestra.run.smithi160.stdout: 5 503 17.38 MB/sec execute 3 sec latency 144.812 ms 2023-12-18T04:04:29.086 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:28 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:04:29.109 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T04:04:29.109 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T04:04:29.109 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T04:04:29.109 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T04:04:29.109 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T04:04:29.109 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T04:04:29.109 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T04:04:29.109 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T04:04:29.109 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T04:04:29.110 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T04:04:29.110 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T04:04:29.110 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T04:04:29.110 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T04:04:29.110 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T04:04:29.110 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T04:04:29.110 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T04:04:29.110 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T04:04:29.110 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T04:04:29.110 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T04:04:29.272 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:28 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:04:29.620 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-18T04:04:29.717 INFO:teuthology.orchestra.run.smithi160.stdout: 5 665 17.11 MB/sec execute 4 sec latency 118.956 ms 2023-12-18T04:04:30.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:30 smithi160 ceph-mon[107718]: pgmap v371: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-12-18T04:04:30.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:30 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:30.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:30 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:30.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:30 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3986347588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T04:04:30.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:30 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T04:04:30.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:30 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T04:04:30.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:30 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:30.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:30 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:30.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:30 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T04:04:30.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:30 smithi176 ceph-mon[110350]: pgmap v371: 97 pgs: 97 active+clean; 257 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.2 KiB/s wr, 0 op/s 2023-12-18T04:04:30.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:30 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:30.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:30 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:30.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:30 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/3986347588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T04:04:30.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:30 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T04:04:30.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:30 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T04:04:30.522 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:30 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:30.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:30 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:30.523 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:30 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T04:04:30.717 INFO:teuthology.orchestra.run.smithi160.stdout: 5 cleanup 5 sec 2023-12-18T04:04:31.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:31 smithi160 ceph-mon[107718]: pgmap v372: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 540 B/s rd, 8.8 MiB/s wr, 141 op/s 2023-12-18T04:04:31.159 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:31 smithi160 ceph-mon[107718]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-18T04:04:31.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:31.160 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:31 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:31.383 INFO:teuthology.orchestra.run.smithi160.stdout:wait for servicemap items w/ changing names to refresh 2023-12-18T04:04:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:31 smithi176 ceph-mon[110350]: pgmap v372: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 540 B/s rd, 8.8 MiB/s wr, 141 op/s 2023-12-18T04:04:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:31 smithi176 ceph-mon[110350]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-18T04:04:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:31.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:31 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:31.722 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 6 sec 2023-12-18T04:04:32.722 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 7 sec 2023-12-18T04:04:33.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:33 smithi160 ceph-mon[107718]: pgmap v373: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 540 B/s rd, 8.8 MiB/s wr, 141 op/s 2023-12-18T04:04:33.520 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:33 smithi176 ceph-mon[110350]: pgmap v373: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 540 B/s rd, 8.8 MiB/s wr, 141 op/s 2023-12-18T04:04:33.722 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 8 sec 2023-12-18T04:04:34.722 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 9 sec 2023-12-18T04:04:35.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:35 smithi160 ceph-mon[107718]: pgmap v374: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 540 B/s rd, 8.8 MiB/s wr, 141 op/s 2023-12-18T04:04:35.470 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:35 smithi176 ceph-mon[110350]: pgmap v374: 97 pgs: 97 active+clean; 349 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 540 B/s rd, 8.8 MiB/s wr, 141 op/s 2023-12-18T04:04:35.722 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 10 sec 2023-12-18T04:04:36.722 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 11 sec 2023-12-18T04:04:37.380 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:37 smithi160 ceph-mon[107718]: pgmap v375: 97 pgs: 97 active+clean; 264 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.6 MiB/s wr, 204 op/s 2023-12-18T04:04:37.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:37 smithi176 ceph-mon[110350]: pgmap v375: 97 pgs: 97 active+clean; 264 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.6 MiB/s wr, 204 op/s 2023-12-18T04:04:37.722 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 12 sec 2023-12-18T04:04:38.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 13 sec 2023-12-18T04:04:38.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:38 smithi176 ceph-mon[110350]: pgmap v376: 97 pgs: 97 active+clean; 264 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 9.6 MiB/s wr, 204 op/s 2023-12-18T04:04:38.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:38 smithi160 ceph-mon[107718]: pgmap v376: 97 pgs: 97 active+clean; 264 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 9.6 MiB/s wr, 204 op/s 2023-12-18T04:04:39.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 14 sec 2023-12-18T04:04:40.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 15 sec 2023-12-18T04:04:41.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:40 smithi176 ceph-mon[110350]: pgmap v377: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 9.6 MiB/s wr, 208 op/s 2023-12-18T04:04:41.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:40 smithi160 ceph-mon[107718]: pgmap v377: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 9.6 MiB/s wr, 208 op/s 2023-12-18T04:04:41.722 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 16 sec 2023-12-18T04:04:42.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 17 sec 2023-12-18T04:04:43.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:42 smithi176 ceph-mon[110350]: pgmap v378: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 742 KiB/s wr, 63 op/s 2023-12-18T04:04:43.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:42 smithi160 ceph-mon[107718]: pgmap v378: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 742 KiB/s wr, 63 op/s 2023-12-18T04:04:43.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 18 sec 2023-12-18T04:04:44.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:44 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:44.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:44 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:04:44.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:44 smithi160 ceph-mon[107718]: pgmap v379: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 742 KiB/s wr, 63 op/s 2023-12-18T04:04:44.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 19 sec 2023-12-18T04:04:44.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:44 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:04:44.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:44 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:04:44.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:44 smithi176 ceph-mon[110350]: pgmap v379: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 742 KiB/s wr, 63 op/s 2023-12-18T04:04:45.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 20 sec 2023-12-18T04:04:46.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 21 sec 2023-12-18T04:04:47.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:46 smithi176 ceph-mon[110350]: pgmap v380: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 744 KiB/s wr, 64 op/s 2023-12-18T04:04:47.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:46 smithi160 ceph-mon[107718]: pgmap v380: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 744 KiB/s wr, 64 op/s 2023-12-18T04:04:47.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 22 sec 2023-12-18T04:04:48.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 23 sec 2023-12-18T04:04:48.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:48 smithi176 ceph-mon[110350]: pgmap v381: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 28 KiB/s wr, 4 op/s 2023-12-18T04:04:48.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:48 smithi160 ceph-mon[107718]: pgmap v381: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 28 KiB/s wr, 4 op/s 2023-12-18T04:04:49.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 24 sec 2023-12-18T04:04:50.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 25 sec 2023-12-18T04:04:51.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:50 smithi176 ceph-mon[110350]: pgmap v382: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 28 KiB/s wr, 4 op/s 2023-12-18T04:04:51.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:50 smithi160 ceph-mon[107718]: pgmap v382: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 28 KiB/s wr, 4 op/s 2023-12-18T04:04:51.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 26 sec 2023-12-18T04:04:52.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 27 sec 2023-12-18T04:04:53.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:52 smithi176 ceph-mon[110350]: pgmap v383: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 0 op/s 2023-12-18T04:04:53.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:52 smithi160 ceph-mon[107718]: pgmap v383: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 0 op/s 2023-12-18T04:04:53.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 28 sec 2023-12-18T04:04:54.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 29 sec 2023-12-18T04:04:55.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:54 smithi176 ceph-mon[110350]: pgmap v384: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 0 op/s 2023-12-18T04:04:55.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:54 smithi160 ceph-mon[107718]: pgmap v384: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 0 op/s 2023-12-18T04:04:55.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 30 sec 2023-12-18T04:04:56.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 31 sec 2023-12-18T04:04:57.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:56 smithi176 ceph-mon[110350]: pgmap v385: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-12-18T04:04:57.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:56 smithi160 ceph-mon[107718]: pgmap v385: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-12-18T04:04:57.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 32 sec 2023-12-18T04:04:58.724 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 33 sec 2023-12-18T04:04:58.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:58 smithi176 ceph-mon[110350]: pgmap v386: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-12-18T04:04:58.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:04:58 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:04:58.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:58 smithi160 ceph-mon[107718]: pgmap v386: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-12-18T04:04:58.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:04:58 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:04:59.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 34 sec 2023-12-18T04:05:00.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 35 sec 2023-12-18T04:05:01.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:00 smithi176 ceph-mon[110350]: pgmap v387: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-12-18T04:05:01.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:00 smithi160 ceph-mon[107718]: pgmap v387: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-12-18T04:05:01.724 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 36 sec 2023-12-18T04:05:02.724 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 37 sec 2023-12-18T04:05:03.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:02 smithi160 ceph-mon[107718]: pgmap v388: 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-18T04:05:03.270 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:02 smithi176 ceph-mon[110350]: pgmap v388: 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-18T04:05:03.724 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 38 sec 2023-12-18T04:05:04.724 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 39 sec 2023-12-18T04:05:05.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:04 smithi160 ceph-mon[107718]: pgmap v389: 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-18T04:05:05.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:04 smithi176 ceph-mon[110350]: pgmap v389: 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-18T04:05:05.723 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 40 sec 2023-12-18T04:05:06.724 INFO:teuthology.orchestra.run.smithi160.stdout: 1 cleanup 41 sec 2023-12-18T04:05:06.868 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'sleep 60' 2023-12-18T04:05:06.957 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:06 smithi160 ceph-mon[107718]: pgmap v390: 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-18T04:05:06.981 INFO:teuthology.orchestra.run.smithi160.stdout: 0 cleanup 41 sec 2023-12-18T04:05:06.982 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T04:05:06.982 INFO:teuthology.orchestra.run.smithi160.stdout: Operation Count AvgLat MaxLat 2023-12-18T04:05:06.982 INFO:teuthology.orchestra.run.smithi160.stdout: ---------------------------------------- 2023-12-18T04:05:06.982 INFO:teuthology.orchestra.run.smithi160.stdout: NTCreateX 419 29.929 146.774 2023-12-18T04:05:06.982 INFO:teuthology.orchestra.run.smithi160.stdout: Close 395 10.697 79.419 2023-12-18T04:05:06.982 INFO:teuthology.orchestra.run.smithi160.stdout: Rename 9 38.626 112.846 2023-12-18T04:05:06.982 INFO:teuthology.orchestra.run.smithi160.stdout: Unlink 23 13.319 113.133 2023-12-18T04:05:06.982 INFO:teuthology.orchestra.run.smithi160.stdout: Qpathinfo 70 5.090 75.101 2023-12-18T04:05:06.982 INFO:teuthology.orchestra.run.smithi160.stdout: Qfileinfo 313 14.410 36.514 2023-12-18T04:05:06.982 INFO:teuthology.orchestra.run.smithi160.stdout: Qfsinfo 67 3.603 18.560 2023-12-18T04:05:06.983 INFO:teuthology.orchestra.run.smithi160.stdout: Sfileinfo 44 18.895 55.271 2023-12-18T04:05:06.983 INFO:teuthology.orchestra.run.smithi160.stdout: Find 68 9.748 97.854 2023-12-18T04:05:06.983 INFO:teuthology.orchestra.run.smithi160.stdout: WriteX 1488 0.025 0.056 2023-12-18T04:05:06.983 INFO:teuthology.orchestra.run.smithi160.stdout: ReadX 261 0.021 0.648 2023-12-18T04:05:06.983 INFO:teuthology.orchestra.run.smithi160.stdout: Flush 76 15.746 33.791 2023-12-18T04:05:06.983 INFO:teuthology.orchestra.run.smithi160.stdout: 2023-12-18T04:05:06.983 INFO:teuthology.orchestra.run.smithi160.stdout:Throughput 17.1127 MB/sec 5 clients 5 procs max_latency=146.780 ms 2023-12-18T04:05:06.984 DEBUG:teuthology.parallel:result is None 2023-12-18T04:05:07.271 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:06 smithi176 ceph-mon[110350]: pgmap v390: 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-18T04:05:08.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:08 smithi160 ceph-mon[107718]: pgmap v391: 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-18T04:05:08.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:08 smithi176 ceph-mon[110350]: pgmap v391: 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-18T04:05:10.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:10 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:05:10.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:10 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:05:10.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:10 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T04:05:10.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:10 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T04:05:10.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:10 smithi160 ceph-mon[107718]: pgmap v392: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 258 B/s rd, 862 B/s wr, 0 op/s 2023-12-18T04:05:10.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:10 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:05:10.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:10 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:05:11.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:10 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:05:11.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:10 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:05:11.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:10 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T04:05:11.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:10 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T04:05:11.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:10 smithi176 ceph-mon[110350]: pgmap v392: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 258 B/s rd, 862 B/s wr, 0 op/s 2023-12-18T04:05:11.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:10 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:05:11.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:10 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:05:11.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:11 smithi160 ceph-mon[107718]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-18T04:05:12.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:11 smithi176 ceph-mon[110350]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-18T04:05:12.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:12 smithi160 ceph-mon[107718]: pgmap v393: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 258 B/s rd, 862 B/s wr, 0 op/s 2023-12-18T04:05:13.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:12 smithi176 ceph-mon[110350]: pgmap v393: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 258 B/s rd, 862 B/s wr, 0 op/s 2023-12-18T04:05:14.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:14 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:05:14.630 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:14 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:05:14.631 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:14 smithi160 ceph-mon[107718]: pgmap v394: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 258 B/s rd, 862 B/s wr, 0 op/s 2023-12-18T04:05:14.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:14 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:05:14.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:14 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:05:14.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:14 smithi176 ceph-mon[110350]: pgmap v394: 97 pgs: 97 active+clean; 248 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 258 B/s rd, 862 B/s wr, 0 op/s 2023-12-18T04:05:16.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:16 smithi160 ceph-mon[107718]: pgmap v395: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 603 B/s rd, 3.3 KiB/s wr, 2 op/s 2023-12-18T04:05:17.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:16 smithi176 ceph-mon[110350]: pgmap v395: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 603 B/s rd, 3.3 KiB/s wr, 2 op/s 2023-12-18T04:05:18.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:18 smithi176 ceph-mon[110350]: pgmap v396: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 431 B/s rd, 3.3 KiB/s wr, 1 op/s 2023-12-18T04:05:18.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:18 smithi160 ceph-mon[107718]: pgmap v396: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 431 B/s rd, 3.3 KiB/s wr, 1 op/s 2023-12-18T04:05:20.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:20 smithi160 ceph-mon[107718]: pgmap v397: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 431 B/s rd, 4.4 KiB/s wr, 2 op/s 2023-12-18T04:05:21.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:20 smithi176 ceph-mon[110350]: pgmap v397: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 431 B/s rd, 4.4 KiB/s wr, 2 op/s 2023-12-18T04:05:22.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:22 smithi160 ceph-mon[107718]: pgmap v398: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-12-18T04:05:23.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:22 smithi176 ceph-mon[110350]: pgmap v398: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-12-18T04:05:24.881 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:24 smithi160 ceph-mon[107718]: pgmap v399: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-12-18T04:05:25.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:24 smithi176 ceph-mon[110350]: pgmap v399: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.5 KiB/s wr, 1 op/s 2023-12-18T04:05:26.882 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:26 smithi160 ceph-mon[107718]: pgmap v400: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.5 KiB/s wr, 2 op/s 2023-12-18T04:05:27.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:26 smithi176 ceph-mon[110350]: pgmap v400: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 3.5 KiB/s wr, 2 op/s 2023-12-18T04:05:28.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:28 smithi176 ceph-mon[110350]: pgmap v401: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-12-18T04:05:28.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:28 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:05:28.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:28 smithi160 ceph-mon[107718]: pgmap v401: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-12-18T04:05:28.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:28 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:05:30.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:30 smithi160 ceph-mon[107718]: pgmap v402: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-12-18T04:05:31.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:30 smithi176 ceph-mon[110350]: pgmap v402: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-12-18T04:05:33.022 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:32 smithi176 ceph-mon[110350]: pgmap v403: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:33.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:32 smithi160 ceph-mon[107718]: pgmap v403: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:35.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:34 smithi176 ceph-mon[110350]: pgmap v404: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:35.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:34 smithi160 ceph-mon[107718]: pgmap v404: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:37.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:36 smithi176 ceph-mon[110350]: pgmap v405: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:05:37.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:36 smithi160 ceph-mon[107718]: pgmap v405: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:05:38.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:38 smithi176 ceph-mon[110350]: pgmap v406: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:38.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:38 smithi160 ceph-mon[107718]: pgmap v406: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:40.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:40 smithi160 ceph-mon[107718]: pgmap v407: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:41.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:40 smithi176 ceph-mon[110350]: pgmap v407: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:42.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:42 smithi160 ceph-mon[107718]: pgmap v408: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:43.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:42 smithi176 ceph-mon[110350]: pgmap v408: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:44.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:43 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:05:44.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:43 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:05:45.020 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:44 smithi176 ceph-mon[110350]: pgmap v409: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:45.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:44 smithi160 ceph-mon[107718]: pgmap v409: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:47.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:46 smithi176 ceph-mon[110350]: pgmap v410: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:05:47.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:46 smithi160 ceph-mon[107718]: pgmap v410: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:05:48.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:48 smithi176 ceph-mon[110350]: pgmap v411: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:48.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:48 smithi160 ceph-mon[107718]: pgmap v411: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:51.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:50 smithi176 ceph-mon[110350]: pgmap v412: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:51.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:50 smithi160 ceph-mon[107718]: pgmap v412: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:53.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:52 smithi176 ceph-mon[110350]: pgmap v413: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:53.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:52 smithi160 ceph-mon[107718]: pgmap v413: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:55.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:54 smithi176 ceph-mon[110350]: pgmap v414: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:55.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:54 smithi160 ceph-mon[107718]: pgmap v414: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:57.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:56 smithi176 ceph-mon[110350]: pgmap v415: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:05:57.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:56 smithi160 ceph-mon[107718]: pgmap v415: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:05:58.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:58 smithi176 ceph-mon[110350]: pgmap v416: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:58.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:05:58 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:05:58.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:58 smithi160 ceph-mon[107718]: pgmap v416: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:05:58.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:05:58 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:06:01.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:00 smithi176 ceph-mon[110350]: pgmap v417: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:01.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:00 smithi160 ceph-mon[107718]: pgmap v417: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:03.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:02 smithi176 ceph-mon[110350]: pgmap v418: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:03.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:02 smithi160 ceph-mon[107718]: pgmap v418: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:05.022 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:04 smithi176 ceph-mon[110350]: pgmap v419: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:05.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:04 smithi160 ceph-mon[107718]: pgmap v419: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:07.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:06 smithi176 ceph-mon[110350]: pgmap v420: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:06:07.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:06 smithi160 ceph-mon[107718]: pgmap v420: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:06:08.681 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:08 smithi160 ceph-mon[107718]: pgmap v421: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:08.685 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph orch ps' 2023-12-18T04:06:08.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:08 smithi176 ceph-mon[110350]: pgmap v421: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:10.126 INFO:teuthology.orchestra.run.smithi160.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-18T04:06:10.126 INFO:teuthology.orchestra.run.smithi160.stdout:alertmanager.smithi160 smithi160 *:9093,9094 running (13m) 60s ago 19m 26.4M - 0.23.0 ba2b418f427c 2c1b26b73e46 2023-12-18T04:06:10.126 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi160 smithi160 running (19m) 60s ago 19m 7017k - 17.2.0 e1d6a67b021e 7ac1d970cdf5 2023-12-18T04:06:10.126 INFO:teuthology.orchestra.run.smithi160.stdout:crash.smithi176 smithi176 running (19m) 9m ago 19m 7172k - 17.2.0 e1d6a67b021e 818e7a54c6b8 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:grafana.smithi160 smithi160 *:3000 running (13m) 60s ago 19m 60.8M - 8.3.5 dad864ee21e9 1e5a24b2660e 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi160.fjyckp smithi160 running (15m) 60s ago 15m 40.9M - 17.2.0 e1d6a67b021e b8a39718e9a3 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:mds.foofs.smithi176.rzoetr smithi176 running (15m) 9m ago 15m 17.3M - 17.2.0 e1d6a67b021e a79683c43229 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi160.agnnin smithi160 *:8443,9283,8765 running (20m) 60s ago 20m 431M - 17.2.0 e1d6a67b021e f8d3fd7640df 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:mgr.smithi176.vfuuiq smithi176 *:8443,9283 running (14m) 9m ago 19m 513M - 19.0.0-301-g7c08d8cc e03b994e17d0 10abde1abc59 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi160 smithi160 running (20m) 60s ago 20m 172M 2048M 17.2.0 e1d6a67b021e 896b60454852 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:mon.smithi176 smithi176 running (19m) 9m ago 19m 66.9M 2048M 17.2.0 e1d6a67b021e ac9019e0b099 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.0.0.smithi160.bcfcpr smithi160 *:2049 running (15m) 60s ago 15m 344M - 4.0 e1d6a67b021e b4164c67853a 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:nfs.foo.1.0.smithi176.sgwwmc smithi176 *:2049 running (15m) 9m ago 15m 90.6M - 4.0 e1d6a67b021e 770a6f641308 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi160 smithi160 *:9100 running (13m) 60s ago 19m 26.1M - 1.3.1 1dbe0e931976 fe3b5c206a8b 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:node-exporter.smithi176 smithi176 *:9100 running (12m) 9m ago 19m 26.4M - 1.3.1 1dbe0e931976 348e1844a366 2023-12-18T04:06:10.127 INFO:teuthology.orchestra.run.smithi160.stdout:osd.0 smithi160 running (18m) 60s ago 18m 2674M 1944M 17.2.0 e1d6a67b021e fd46c3a5d651 2023-12-18T04:06:10.128 INFO:teuthology.orchestra.run.smithi160.stdout:osd.1 smithi160 running (18m) 60s ago 18m 2562M 1944M 17.2.0 e1d6a67b021e 3b13aed968bf 2023-12-18T04:06:10.128 INFO:teuthology.orchestra.run.smithi160.stdout:osd.2 smithi160 running (18m) 60s ago 18m 2050M 1944M 17.2.0 e1d6a67b021e 47a36634f958 2023-12-18T04:06:10.128 INFO:teuthology.orchestra.run.smithi160.stdout:osd.3 smithi160 running (17m) 60s ago 17m 2635M 1944M 17.2.0 e1d6a67b021e 9aad940aa492 2023-12-18T04:06:10.128 INFO:teuthology.orchestra.run.smithi160.stdout:osd.4 smithi176 running (17m) 9m ago 17m 1337M 2712M 17.2.0 e1d6a67b021e 9bde6e170e89 2023-12-18T04:06:10.128 INFO:teuthology.orchestra.run.smithi160.stdout:osd.5 smithi176 running (17m) 9m ago 17m 1665M 2712M 17.2.0 e1d6a67b021e 264148148b47 2023-12-18T04:06:10.128 INFO:teuthology.orchestra.run.smithi160.stdout:osd.6 smithi176 running (16m) 9m ago 16m 1354M 2712M 17.2.0 e1d6a67b021e 571503cc4843 2023-12-18T04:06:10.128 INFO:teuthology.orchestra.run.smithi160.stdout:osd.7 smithi176 running (16m) 9m ago 16m 2145M 2712M 17.2.0 e1d6a67b021e d4b265e21330 2023-12-18T04:06:10.128 INFO:teuthology.orchestra.run.smithi160.stdout:prometheus.smithi160 smithi160 *:9095 running (12m) 60s ago 18m 80.2M - 2.33.4 514e6a882f6e 877ce925289e 2023-12-18T04:06:10.643 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph orch upgrade status' 2023-12-18T04:06:10.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:10 smithi160 ceph-mon[107718]: pgmap v422: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:10.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:10 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T04:06:10.880 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:10 smithi160 ceph-mon[107718]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T04:06:11.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:10 smithi176 ceph-mon[110350]: pgmap v422: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:11.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:10 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-18T04:06:11.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:10 smithi176 ceph-mon[110350]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T04:06:12.518 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T04:06:12.518 INFO:teuthology.orchestra.run.smithi160.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:63ceb5e67093c634299e58fc2921f3fd6b271ccc547f7012d7456b270055f102", 2023-12-18T04:06:12.518 INFO:teuthology.orchestra.run.smithi160.stdout: "in_progress": true, 2023-12-18T04:06:12.518 INFO:teuthology.orchestra.run.smithi160.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-18T04:06:12.518 INFO:teuthology.orchestra.run.smithi160.stdout: "services_complete": [], 2023-12-18T04:06:12.518 INFO:teuthology.orchestra.run.smithi160.stdout: "progress": "1/23 daemons upgraded", 2023-12-18T04:06:12.518 INFO:teuthology.orchestra.run.smithi160.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed.", 2023-12-18T04:06:12.518 INFO:teuthology.orchestra.run.smithi160.stdout: "is_paused": true 2023-12-18T04:06:12.518 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T04:06:12.864 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:12 smithi160 ceph-mon[107718]: pgmap v423: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:13.002 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph health detail' 2023-12-18T04:06:13.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:12 smithi176 ceph-mon[110350]: pgmap v423: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:14.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:13 smithi176 ceph-mon[110350]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T04:06:14.021 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:13 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:06:14.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:13 smithi160 ceph-mon[107718]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-18T04:06:14.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:13 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-18T04:06:14.648 INFO:teuthology.orchestra.run.smithi160.stdout:HEALTH_WARN Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed. 2023-12-18T04:06:14.648 INFO:teuthology.orchestra.run.smithi160.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi160.agnnin on host smithi160 failed. 2023-12-18T04:06:14.648 INFO:teuthology.orchestra.run.smithi160.stdout: Upgrade daemon: mgr.smithi160.agnnin: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi160.agnnin ... 2023-12-18T04:06:14.648 INFO:teuthology.orchestra.run.smithi160.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-18T04:06:14.648 INFO:teuthology.orchestra.run.smithi160.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-18T04:06:14.648 INFO:teuthology.orchestra.run.smithi160.stdout:Traceback (most recent call last): 2023-12-18T04:06:14.649 INFO:teuthology.orchestra.run.smithi160.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-18T04:06:14.649 INFO:teuthology.orchestra.run.smithi160.stdout: "__main__", mod_spec) 2023-12-18T04:06:14.649 INFO:teuthology.orchestra.run.smithi160.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-18T04:06:14.649 INFO:teuthology.orchestra.run.smithi160.stdout: exec(code, run_globals) 2023-12-18T04:06:14.649 INFO:teuthology.orchestra.run.smithi160.stdout: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 5499, in 2023-12-18T04:06:14.649 INFO:teuthology.orchestra.run.smithi160.stdout: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 5487, in main 2023-12-18T04:06:14.649 INFO:teuthology.orchestra.run.smithi160.stdout: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 3021, in command_deploy_from 2023-12-18T04:06:14.649 INFO:teuthology.orchestra.run.smithi160.stdout: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 3056, in _common_deploy 2023-12-18T04:06:14.649 INFO:teuthology.orchestra.run.smithi160.stdout: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 3088, in _deploy_daemon_container 2023-12-18T04:06:14.649 INFO:teuthology.orchestra.run.smithi160.stdout: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 1032, in deploy_daemon 2023-12-18T04:06:14.650 INFO:teuthology.orchestra.run.smithi160.stdout: File "/tmp/tmpsnivooa9.cephadm.build/app/__main__.py", line 1148, in deploy_daemon_units 2023-12-18T04:06:14.650 INFO:teuthology.orchestra.run.smithi160.stdout: File "/tmp/tmpsnivooa9.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-18T04:06:14.650 INFO:teuthology.orchestra.run.smithi160.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-18T04:06:14.978 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph versions' 2023-12-18T04:06:15.283 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:15 smithi160 ceph-mon[107718]: pgmap v424: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:15.283 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:15 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:06:15.283 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:15 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:06:15.283 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:15 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T04:06:15.283 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:15 smithi160 ceph-mon[107718]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T04:06:15.283 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:15 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:06:15.284 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:15 smithi160 ceph-mon[107718]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:06:15.284 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:15 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/3743975289' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T04:06:15.471 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:15 smithi176 ceph-mon[110350]: pgmap v424: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:15.471 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:15 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:06:15.471 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:15 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:06:15.471 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:15 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-18T04:06:15.471 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:15 smithi176 ceph-mon[110350]: from='mgr.24423 172.21.15.176:0/1855270185' entity='mgr.smithi176.vfuuiq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-18T04:06:15.471 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:15 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:06:15.471 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:15 smithi176 ceph-mon[110350]: from='mgr.24423 ' entity='mgr.smithi176.vfuuiq' 2023-12-18T04:06:15.471 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:15 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/3743975289' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-18T04:06:16.379 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2023-12-18T04:06:16.379 INFO:teuthology.orchestra.run.smithi160.stdout: "mon": { 2023-12-18T04:06:16.379 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: "mgr": { 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: "osd": { 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: "mds": { 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: }, 2023-12-18T04:06:16.380 INFO:teuthology.orchestra.run.smithi160.stdout: "overall": { 2023-12-18T04:06:16.381 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-18T04:06:16.381 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph version 19.0.0-301-g7c08d8cc (7c08d8cc100424c780cddee2341c03c1c5e7543a) squid (dev)": 1 2023-12-18T04:06:16.381 INFO:teuthology.orchestra.run.smithi160.stdout: } 2023-12-18T04:06:16.381 INFO:teuthology.orchestra.run.smithi160.stdout:} 2023-12-18T04:06:16.785 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-18T04:06:17.100 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:17 smithi160 ceph-mon[107718]: pgmap v425: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:06:17.381 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:17 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/16438043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T04:06:17.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:17 smithi176 ceph-mon[110350]: pgmap v425: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-18T04:06:17.521 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:17 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/16438043' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T04:06:18.247 INFO:teuthology.orchestra.run.smithi160.stdout:false 2023-12-18T04:06:18.554 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:18 smithi160 ceph-mon[107718]: pgmap v426: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:18.554 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:18 smithi160 ceph-mon[107718]: from='client.? 172.21.15.160:0/1996950889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T04:06:18.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T04:06:18.614 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c08d8cc100424c780cddee2341c03c1c5e7543a/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_7c08d8cc100424c780cddee2341c03c1c5e7543a/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi160 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 cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-18T04:06:18.706 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=31000b37301145d39ef6988d32a4ca07 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_7c08d8cc100424c780cddee2341c03c1c5e7543a/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_7c08d8cc100424c780cddee2341c03c1c5e7543a/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi160 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 cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-18T04:06:18.709 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-18T04:06:18.719 INFO:tasks.cephadm:Teardown begin 2023-12-18T04:06:18.720 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T04:06:18.754 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T04:06:18.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:18 smithi176 ceph-mon[110350]: pgmap v426: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-18T04:06:18.771 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:18 smithi176 ceph-mon[110350]: from='client.? 172.21.15.160:0/1996950889' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-18T04:06:18.792 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-18T04:06:18.792 DEBUG:teuthology.orchestra.run.smithi160:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-18T04:06:18.813 DEBUG:teuthology.orchestra.run.smithi176:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-18T04:06:18.852 INFO:tasks.cephadm:Stopping all daemons... 2023-12-18T04:06:18.852 INFO:tasks.cephadm.mon.smithi160:Stopping mon.smithi160... 2023-12-18T04:06:18.852 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-cac96670-9d57-11ee-95a5-87774f69a715@mon.smithi160 2023-12-18T04:06:19.130 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:18 smithi160 systemd[1]: Stopping Ceph mon.smithi160 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T04:06:19.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:18 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon-smithi160[107695]: 2023-12-18T04:06:18.974+0000 7efc39bf0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi160 -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-18T04:06:19.131 INFO:journalctl@ceph.mon.smithi160.smithi160.stdout:Dec 18 04:06:18 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon-smithi160[107695]: 2023-12-18T04:06:18.974+0000 7efc39bf0700 -1 mon.smithi160@0(leader) e2 *** Got Signal Terminated *** 2023-12-18T04:06:19.449 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@mon.smithi160.service' 2023-12-18T04:06:19.498 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T04:06:19.498 INFO:tasks.cephadm.mon.smithi160:Stopped mon.smithi160 2023-12-18T04:06:19.498 INFO:tasks.cephadm.mon.smithi176:Stopping mon.smithi176... 2023-12-18T04:06:19.498 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-cac96670-9d57-11ee-95a5-87774f69a715@mon.smithi176 2023-12-18T04:06:19.951 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:19 smithi176 systemd[1]: Stopping Ceph mon.smithi176 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T04:06:19.952 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:19 smithi176 bash[135425]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon.smithi176" found: no such container 2023-12-18T04:06:19.952 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:19 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon-smithi176[110306]: 2023-12-18T04:06:19.629+0000 7f5d6ed78700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi176 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-12-18T04:06:19.952 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:19 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon-smithi176[110306]: 2023-12-18T04:06:19.629+0000 7f5d6ed78700 -1 mon.smithi176@1(peon) e2 *** Got Signal Terminated *** 2023-12-18T04:06:20.247 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:Dec 18 04:06:20 smithi176 bash[135437]: ceph-cac96670-9d57-11ee-95a5-87774f69a715-mon-smithi176 2023-12-18T04:06:20.259 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@mon.smithi176.service' 2023-12-18T04:06:20.308 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T04:06:20.308 INFO:tasks.cephadm.mon.smithi176:Stopped mon.smithi176 2023-12-18T04:06:20.308 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-18T04:06:20.309 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.0 2023-12-18T04:06:20.630 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 04:06:20 smithi160 systemd[1]: Stopping Ceph osd.0 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T04:06:20.631 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 04:06:20 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-0[120153]: 2023-12-18T04:06:20.413+0000 7fd83d62e700 -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-18T04:06:20.632 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 04:06:20 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-0[120153]: 2023-12-18T04:06:20.413+0000 7fd83d62e700 -1 osd.0 69 *** Got signal Terminated *** 2023-12-18T04:06:20.632 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 04:06:20 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-0[120153]: 2023-12-18T04:06:20.413+0000 7fd83d62e700 -1 osd.0 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T04:06:26.562 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 04:06:26 smithi160 bash[158157]: ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-0 2023-12-18T04:06:26.562 INFO:journalctl@ceph.osd.0.smithi160.stdout:Dec 18 04:06:26 smithi160 bash[158207]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.0" found: no such container 2023-12-18T04:06:27.251 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.0.service' 2023-12-18T04:06:27.294 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T04:06:27.294 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-18T04:06:27.295 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-18T04:06:27.295 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.1 2023-12-18T04:06:27.630 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 04:06:27 smithi160 systemd[1]: Stopping Ceph osd.1 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T04:06:27.631 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 04:06:27 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-1[123876]: 2023-12-18T04:06:27.440+0000 7f7f1e37f700 -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-18T04:06:27.631 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 04:06:27 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-1[123876]: 2023-12-18T04:06:27.440+0000 7f7f1e37f700 -1 osd.1 69 *** Got signal Terminated *** 2023-12-18T04:06:27.631 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 04:06:27 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-1[123876]: 2023-12-18T04:06:27.440+0000 7f7f1e37f700 -1 osd.1 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T04:06:33.382 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 04:06:33 smithi160 bash[158386]: ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-1 2023-12-18T04:06:33.382 INFO:journalctl@ceph.osd.1.smithi160.stdout:Dec 18 04:06:33 smithi160 bash[158429]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-18T04:06:34.173 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.1.service' 2023-12-18T04:06:34.215 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T04:06:34.215 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-18T04:06:34.215 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-18T04:06:34.216 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.2 2023-12-18T04:06:34.630 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 04:06:34 smithi160 systemd[1]: Stopping Ceph osd.2 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T04:06:34.631 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 04:06:34 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-2[128452]: 2023-12-18T04:06:34.352+0000 7f8ebf8f6700 -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-18T04:06:34.631 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 04:06:34 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-2[128452]: 2023-12-18T04:06:34.352+0000 7f8ebf8f6700 -1 osd.2 69 *** Got signal Terminated *** 2023-12-18T04:06:34.631 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 04:06:34 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-2[128452]: 2023-12-18T04:06:34.352+0000 7f8ebf8f6700 -1 osd.2 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T04:06:40.379 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 04:06:40 smithi160 bash[158644]: ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-2 2023-12-18T04:06:40.380 INFO:journalctl@ceph.osd.2.smithi160.stdout:Dec 18 04:06:40 smithi160 bash[158687]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.2" found: no such container 2023-12-18T04:06:41.048 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.2.service' 2023-12-18T04:06:41.089 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T04:06:41.089 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-18T04:06:41.090 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-18T04:06:41.090 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.3 2023-12-18T04:06:41.380 INFO:journalctl@ceph.osd.3.smithi160.stdout:Dec 18 04:06:41 smithi160 systemd[1]: Stopping Ceph osd.3 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T04:06:41.381 INFO:journalctl@ceph.osd.3.smithi160.stdout:Dec 18 04:06:41 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-3[132787]: 2023-12-18T04:06:41.225+0000 7f188e2e8700 -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-18T04:06:41.381 INFO:journalctl@ceph.osd.3.smithi160.stdout:Dec 18 04:06:41 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-3[132787]: 2023-12-18T04:06:41.225+0000 7f188e2e8700 -1 osd.3 69 *** Got signal Terminated *** 2023-12-18T04:06:41.381 INFO:journalctl@ceph.osd.3.smithi160.stdout:Dec 18 04:06:41 smithi160 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-3[132787]: 2023-12-18T04:06:41.225+0000 7f188e2e8700 -1 osd.3 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T04:06:47.291 INFO:journalctl@ceph.osd.3.smithi160.stdout:Dec 18 04:06:46 smithi160 bash[158865]: ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-3 2023-12-18T04:06:47.292 INFO:journalctl@ceph.osd.3.smithi160.stdout:Dec 18 04:06:46 smithi160 bash[158906]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.3" found: no such container 2023-12-18T04:06:47.989 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.3.service' 2023-12-18T04:06:48.030 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T04:06:48.030 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-18T04:06:48.030 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-18T04:06:48.030 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.4 2023-12-18T04:06:48.097 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 04:06:48 smithi176 systemd[1]: Stopping Ceph osd.4 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T04:06:48.099 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:48 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:48.050+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:48.100 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:47 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:47.830+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:48.521 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 04:06:48 smithi176 bash[135589]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-18T04:06:48.521 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 04:06:48 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-4[115075]: 2023-12-18T04:06:48.216+0000 7fdddea47700 -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-18T04:06:48.522 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 04:06:48 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-4[115075]: 2023-12-18T04:06:48.216+0000 7fdddea47700 -1 osd.4 69 *** Got signal Terminated *** 2023-12-18T04:06:48.522 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 04:06:48 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-4[115075]: 2023-12-18T04:06:48.216+0000 7fdddea47700 -1 osd.4 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T04:06:49.101 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:48 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:48.781+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:49.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:49 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:49.099+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:50.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:49 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:49.830+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:50.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:49 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:49.637+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:06:50.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:50 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:50.149+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:51.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:50 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:50.874+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:51.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:50 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:50.681+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:06:51.521 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 04:06:51 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-4[115075]: 2023-12-18T04:06:51.222+0000 7fddd93de700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.152495+0000 front 2023-12-18T04:06:25.152452+0000 (oldest deadline 2023-12-18T04:06:50.452321+0000) 2023-12-18T04:06:51.522 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:51 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:51.188+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:52.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:51 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:51.917+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:52.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:51 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:51.715+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:06:52.521 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 04:06:52 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-4[115075]: 2023-12-18T04:06:52.213+0000 7fddd93de700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.152495+0000 front 2023-12-18T04:06:25.152452+0000 (oldest deadline 2023-12-18T04:06:50.452321+0000) 2023-12-18T04:06:52.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:52 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:52.173+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:53.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:52 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:52.868+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:53.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:52 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:52.714+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:06:53.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:53 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:53.197+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:54.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:53 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:53.869+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:54.021 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 04:06:53 smithi176 bash[135602]: ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-4 2023-12-18T04:06:54.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:53 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:53.739+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:06:54.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:53 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:53.739+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:06:54.521 INFO:journalctl@ceph.osd.4.smithi176.stdout:Dec 18 04:06:54 smithi176 bash[135646]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-18T04:06:54.522 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:54 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:54.186+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:54.522 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:54 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:54.186+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:27.805976+0000 front 2023-12-18T04:06:27.805789+0000 (oldest deadline 2023-12-18T04:06:53.705838+0000) 2023-12-18T04:06:55.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:54 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:54.857+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:55.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:54 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:54.698+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:06:55.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:54 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:54.698+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:06:55.028 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.4.service' 2023-12-18T04:06:55.070 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T04:06:55.070 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-18T04:06:55.070 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-18T04:06:55.071 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.5 2023-12-18T04:06:55.471 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:55 smithi176 systemd[1]: Stopping Ceph osd.5 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T04:06:55.471 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:55 smithi176 bash[135859]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-18T04:06:55.471 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:55 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:55.211+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:55.471 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:55 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:55.211+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:27.805976+0000 front 2023-12-18T04:06:27.805789+0000 (oldest deadline 2023-12-18T04:06:53.705838+0000) 2023-12-18T04:06:55.471 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:55 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:55.231+0000 7f91e52b4700 -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-18T04:06:55.472 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:55 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:55.231+0000 7f91e52b4700 -1 osd.5 69 *** Got signal Terminated *** 2023-12-18T04:06:55.472 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:55 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:55.231+0000 7f91e52b4700 -1 osd.5 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T04:06:55.771 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:55 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:55.695+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:06:55.771 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:55 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:55.695+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:06:56.219 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:55 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:55.890+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:56.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:56 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:56.218+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:56.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:56 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:56.218+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:27.805976+0000 front 2023-12-18T04:06:27.805789+0000 (oldest deadline 2023-12-18T04:06:53.705838+0000) 2023-12-18T04:06:57.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:56 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:56.920+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:57.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:56 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:56.920+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:31.966134+0000 front 2023-12-18T04:06:31.966104+0000 (oldest deadline 2023-12-18T04:06:56.666220+0000) 2023-12-18T04:06:57.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:56 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:56.725+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:06:57.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:56 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:56.725+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:06:57.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:57 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:57.234+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:57.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:57 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:57.234+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:27.805976+0000 front 2023-12-18T04:06:27.805789+0000 (oldest deadline 2023-12-18T04:06:53.705838+0000) 2023-12-18T04:06:58.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:57 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:57.909+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:58.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:57 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:57.909+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:31.966134+0000 front 2023-12-18T04:06:31.966104+0000 (oldest deadline 2023-12-18T04:06:56.666220+0000) 2023-12-18T04:06:58.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:57 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:57.694+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:06:58.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:57 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:57.694+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:06:58.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:58 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:58.214+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:58.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:58 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:58.214+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:27.805976+0000 front 2023-12-18T04:06:27.805789+0000 (oldest deadline 2023-12-18T04:06:53.705838+0000) 2023-12-18T04:06:59.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:58 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:58.875+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:06:59.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:58 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:58.875+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:31.966134+0000 front 2023-12-18T04:06:31.966104+0000 (oldest deadline 2023-12-18T04:06:56.666220+0000) 2023-12-18T04:06:59.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:58 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:58.677+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:06:59.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:58 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:58.677+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:06:59.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:59 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:59.263+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.905456+0000 front 2023-12-18T04:06:24.905351+0000 (oldest deadline 2023-12-18T04:06:47.805288+0000) 2023-12-18T04:06:59.521 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:06:59 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5[118524]: 2023-12-18T04:06:59.263+0000 7f91de448700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:27.805976+0000 front 2023-12-18T04:06:27.805789+0000 (oldest deadline 2023-12-18T04:06:53.705838+0000) 2023-12-18T04:07:00.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:59 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:59.865+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:07:00.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:06:59 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:06:59.865+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:31.966134+0000 front 2023-12-18T04:06:31.966104+0000 (oldest deadline 2023-12-18T04:06:56.666220+0000) 2023-12-18T04:07:00.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:59 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:59.695+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:00.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:06:59 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:06:59.695+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:01.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:00 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:00.744+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:01.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:00 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:00.744+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:01.022 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:00 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:00.893+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:07:01.022 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:00 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:00.893+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:31.966134+0000 front 2023-12-18T04:06:31.966104+0000 (oldest deadline 2023-12-18T04:06:56.666220+0000) 2023-12-18T04:07:01.022 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:00 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:00.893+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:36.666812+0000 front 2023-12-18T04:06:36.666872+0000 (oldest deadline 2023-12-18T04:07:00.166732+0000) 2023-12-18T04:07:01.374 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:07:01 smithi176 bash[135871]: ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-5 2023-12-18T04:07:01.374 INFO:journalctl@ceph.osd.5.smithi176.stdout:Dec 18 04:07:01 smithi176 bash[135914]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-18T04:07:02.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:01 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:01.926+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:07:02.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:01 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:01.926+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:31.966134+0000 front 2023-12-18T04:06:31.966104+0000 (oldest deadline 2023-12-18T04:06:56.666220+0000) 2023-12-18T04:07:02.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:01 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:01.926+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:36.666812+0000 front 2023-12-18T04:06:36.666872+0000 (oldest deadline 2023-12-18T04:07:00.166732+0000) 2023-12-18T04:07:02.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:01 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:01.784+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:02.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:01 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:01.784+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:02.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:01 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:01.784+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:02.111 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.5.service' 2023-12-18T04:07:02.152 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T04:07:02.152 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-18T04:07:02.152 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-18T04:07:02.152 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.6 2023-12-18T04:07:02.521 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:02 smithi176 systemd[1]: Stopping Ceph osd.6 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T04:07:02.521 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:02 smithi176 bash[136093]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-18T04:07:02.522 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:02 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:02.351+0000 7fe7ba715700 -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-18T04:07:02.522 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:02 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:02.351+0000 7fe7ba715700 -1 osd.6 69 *** Got signal Terminated *** 2023-12-18T04:07:02.522 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:02 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:02.351+0000 7fe7ba715700 -1 osd.6 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T04:07:03.271 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:02 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:02.903+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:07:03.271 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:02 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:02.903+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:31.966134+0000 front 2023-12-18T04:06:31.966104+0000 (oldest deadline 2023-12-18T04:06:56.666220+0000) 2023-12-18T04:07:03.271 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:02 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:02.903+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:36.666812+0000 front 2023-12-18T04:06:36.666872+0000 (oldest deadline 2023-12-18T04:07:00.166732+0000) 2023-12-18T04:07:03.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:02 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:02.798+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:03.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:02 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:02.798+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:03.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:02 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:02.798+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:04.271 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:03 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:03.855+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:07:04.271 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:03 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:03.855+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:31.966134+0000 front 2023-12-18T04:06:31.966104+0000 (oldest deadline 2023-12-18T04:06:56.666220+0000) 2023-12-18T04:07:04.272 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:03 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:03.855+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:36.666812+0000 front 2023-12-18T04:06:36.666872+0000 (oldest deadline 2023-12-18T04:07:00.166732+0000) 2023-12-18T04:07:04.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:03 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:03.782+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:04.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:03 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:03.782+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:04.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:03 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:03.782+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:05.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:04 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:04.842+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:07:05.022 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:04 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:04.842+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:31.966134+0000 front 2023-12-18T04:06:31.966104+0000 (oldest deadline 2023-12-18T04:06:56.666220+0000) 2023-12-18T04:07:05.022 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:04 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:04.842+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:36.666812+0000 front 2023-12-18T04:06:36.666872+0000 (oldest deadline 2023-12-18T04:07:00.166732+0000) 2023-12-18T04:07:05.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:04 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:04.755+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:05.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:04 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:04.755+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:05.023 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:04 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:04.755+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:06.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:05 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:05.891+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:07:06.021 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:05 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:05.891+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:31.966134+0000 front 2023-12-18T04:06:31.966104+0000 (oldest deadline 2023-12-18T04:06:56.666220+0000) 2023-12-18T04:07:06.022 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:05 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:05.891+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:36.666812+0000 front 2023-12-18T04:06:36.666872+0000 (oldest deadline 2023-12-18T04:07:00.166732+0000) 2023-12-18T04:07:06.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:05 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:05.767+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:06.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:05 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:05.767+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:06.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:05 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:05.767+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:07.271 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:06 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:06.858+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:24.965008+0000 front 2023-12-18T04:06:24.965139+0000 (oldest deadline 2023-12-18T04:06:47.265018+0000) 2023-12-18T04:07:07.272 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:06 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:06.858+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:31.966134+0000 front 2023-12-18T04:06:31.966104+0000 (oldest deadline 2023-12-18T04:06:56.666220+0000) 2023-12-18T04:07:07.272 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:06 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6[122066]: 2023-12-18T04:07:06.858+0000 7fe7b80b2700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:36.666812+0000 front 2023-12-18T04:06:36.666872+0000 (oldest deadline 2023-12-18T04:07:00.166732+0000) 2023-12-18T04:07:07.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:06 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:06.789+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:07.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:06 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:06.789+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:07.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:06 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:06.789+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:08.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:07 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:07.740+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:08.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:07 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:07.740+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:08.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:07 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:07.740+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:08.456 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:08 smithi176 bash[136105]: ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-6 2023-12-18T04:07:08.457 INFO:journalctl@ceph.osd.6.smithi176.stdout:Dec 18 04:07:08 smithi176 bash[136149]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-18T04:07:09.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:08 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:08.712+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:09.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:08 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:08.712+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:09.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:08 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:08.712+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:09.193 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.6.service' 2023-12-18T04:07:09.234 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T04:07:09.234 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-18T04:07:09.234 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-18T04:07:09.234 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.7 2023-12-18T04:07:09.750 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:09 smithi176 systemd[1]: Stopping Ceph osd.7 for cac96670-9d57-11ee-95a5-87774f69a715... 2023-12-18T04:07:09.751 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:09 smithi176 bash[136326]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.7" found: no such container 2023-12-18T04:07:09.751 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:09 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:09.388+0000 7f430dc06700 -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-18T04:07:09.751 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:09 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:09.388+0000 7f430dc06700 -1 osd.7 69 *** Got signal Terminated *** 2023-12-18T04:07:09.751 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:09 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:09.388+0000 7f430dc06700 -1 osd.7 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-18T04:07:10.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:09 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:09.749+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:10.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:09 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:09.749+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:10.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:09 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:09.749+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:11.271 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:10 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:10.793+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:11.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:10 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:10.793+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:11.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:10 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:10.793+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:12.271 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:11 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:11.799+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:12.271 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:11 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:11.799+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:12.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:11 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:11.799+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:13.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:12 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:12.749+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:13.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:12 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:12.749+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:13.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:12 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:12.749+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:13.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:12 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:12.749+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6830 osd.3 since back 2023-12-18T04:06:46.076743+0000 front 2023-12-18T04:06:46.076751+0000 (oldest deadline 2023-12-18T04:07:11.976757+0000) 2023-12-18T04:07:14.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:13 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:13.722+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6806 osd.0 since back 2023-12-18T04:06:25.272949+0000 front 2023-12-18T04:06:25.272757+0000 (oldest deadline 2023-12-18T04:06:49.372897+0000) 2023-12-18T04:07:14.021 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:13 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:13.722+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6814 osd.1 since back 2023-12-18T04:06:29.373401+0000 front 2023-12-18T04:06:29.373347+0000 (oldest deadline 2023-12-18T04:06:53.473409+0000) 2023-12-18T04:07:14.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:13 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:13.722+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6822 osd.2 since back 2023-12-18T04:06:39.274968+0000 front 2023-12-18T04:06:39.275009+0000 (oldest deadline 2023-12-18T04:07:00.974933+0000) 2023-12-18T04:07:14.022 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:13 smithi176 ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7[125546]: 2023-12-18T04:07:13.722+0000 7f4308d9e700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.160:6830 osd.3 since back 2023-12-18T04:06:46.076743+0000 front 2023-12-18T04:06:46.076751+0000 (oldest deadline 2023-12-18T04:07:11.976757+0000) 2023-12-18T04:07:15.271 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:15 smithi176 bash[136338]: ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd-7 2023-12-18T04:07:15.272 INFO:journalctl@ceph.osd.7.smithi176.stdout:Dec 18 04:07:15 smithi176 bash[136419]: Error: no container with name or ID "ceph-cac96670-9d57-11ee-95a5-87774f69a715-osd.7" found: no such container 2023-12-18T04:07:16.117 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cac96670-9d57-11ee-95a5-87774f69a715@osd.7.service' 2023-12-18T04:07:16.157 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-18T04:07:16.157 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-18T04:07:16.157 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cac96670-9d57-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-18T04:07:37.393 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cac96670-9d57-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-18T04:07:53.385 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T04:07:53.425 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-18T04:07:53.456 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-18T04:07:53.458 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274/remote/smithi160/crash 2023-12-18T04:07:53.459 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/crash -- . 2023-12-18T04:07:53.504 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-18T04:07:53.504 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2023-12-18T04:07:53.506 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274/remote/smithi176/crash 2023-12-18T04:07:53.507 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/crash -- . 2023-12-18T04:07:53.559 INFO:teuthology.orchestra.run.smithi176.stderr:tar: /var/lib/ceph/cac96670-9d57-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-18T04:07:53.560 INFO:teuthology.orchestra.run.smithi176.stderr:tar: Error is not recoverable: exiting now 2023-12-18T04:07:53.561 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-18T04:07:53.561 DEBUG:teuthology.orchestra.run.smithi160:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-18T04:07:53.591 INFO:teuthology.orchestra.run.smithi160.stderr:grep: /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-18T04:07:53.593 INFO:tasks.cephadm:Compressing logs... 2023-12-18T04:07:53.594 DEBUG:teuthology.orchestra.run.smithi160:> 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-18T04:07:53.636 DEBUG:teuthology.orchestra.run.smithi176:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-18T04:07:53.664 INFO:teuthology.orchestra.run.smithi160.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-18T04:07:53.664 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-18T04:07:53.664 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mon.smithi160.log 2023-12-18T04:07:53.664 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-18T04:07:53.664 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-18T04:07:53.664 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mon.smithi160.log: /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi160.fjyckp.log 2023-12-18T04:07:53.665 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-18T04:07:53.667 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi160.fjyckp.log: 79.6% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi160.fjyckp.log.gz 2023-12-18T04:07:53.667 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-18T04:07:53.667 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mgr.smithi160.agnnin.log 2023-12-18T04:07:53.669 INFO:teuthology.orchestra.run.smithi176.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-18T04:07:53.669 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-18T04:07:53.669 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi176.rzoetr.log 2023-12-18T04:07:53.669 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-18T04:07:53.669 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi176.rzoetr.log: gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-18T04:07:53.670 INFO:teuthology.orchestra.run.smithi176.stderr: 60.4% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi176.rzoetr.log.gz 2023-12-18T04:07:53.670 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mgr.smithi176.vfuuiq.log 2023-12-18T04:07:53.670 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-18T04:07:53.670 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mgr.smithi176.vfuuiq.log: gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mon.smithi176.log 2023-12-18T04:07:53.670 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.7.log: /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mon.smithi176.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-18T04:07:53.670 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-18T04:07:53.670 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-18T04:07:53.671 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.4.log: /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.5.log: 91.0% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-18T04:07:53.671 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.0.log: /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mgr.smithi160.agnnin.log: 90.9% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-18T04:07:53.673 INFO:teuthology.orchestra.run.smithi160.stderr: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-18T04:07:53.674 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-18T04:07:53.799 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.1.log: 88.4% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mgr.smithi160.agnnin.log.gz 2023-12-18T04:07:53.801 INFO:teuthology.orchestra.run.smithi176.stderr: 90.1% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mgr.smithi176.vfuuiq.log.gz 2023-12-18T04:07:54.064 INFO:teuthology.orchestra.run.smithi176.stderr: 92.3% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mon.smithi176.log.gz 2023-12-18T04:07:55.108 INFO:teuthology.orchestra.run.smithi160.stderr: 91.7% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-mon.smithi160.log.gz 2023-12-18T04:08:01.438 INFO:teuthology.orchestra.run.smithi160.stderr: 94.5% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-18T04:08:03.069 INFO:teuthology.orchestra.run.smithi176.stderr: 94.0% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-18T04:08:05.037 INFO:teuthology.orchestra.run.smithi176.stderr: 94.3% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-18T04:08:05.860 INFO:teuthology.orchestra.run.smithi160.stderr: 94.1% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-18T04:08:05.941 INFO:teuthology.orchestra.run.smithi160.stderr: 94.3% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-18T04:08:06.257 INFO:teuthology.orchestra.run.smithi160.stderr: 94.1% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-18T04:08:06.260 INFO:teuthology.orchestra.run.smithi160.stderr: 2023-12-18T04:08:06.260 INFO:teuthology.orchestra.run.smithi160.stderr:real 0m12.607s 2023-12-18T04:08:06.260 INFO:teuthology.orchestra.run.smithi160.stderr:user 0m44.550s 2023-12-18T04:08:06.260 INFO:teuthology.orchestra.run.smithi160.stderr:sys 0m1.830s 2023-12-18T04:08:08.071 INFO:teuthology.orchestra.run.smithi176.stderr: 94.3% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-18T04:08:11.290 INFO:teuthology.orchestra.run.smithi176.stderr: 94.2% -- replaced with /var/log/ceph/cac96670-9d57-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-18T04:08:11.292 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-12-18T04:08:11.292 INFO:teuthology.orchestra.run.smithi176.stderr:real 0m17.638s 2023-12-18T04:08:11.292 INFO:teuthology.orchestra.run.smithi176.stderr:user 0m51.144s 2023-12-18T04:08:11.292 INFO:teuthology.orchestra.run.smithi176.stderr:sys 0m2.145s 2023-12-18T04:08:11.293 INFO:tasks.cephadm:Archiving logs... 2023-12-18T04:08:11.293 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274/remote/smithi160/log 2023-12-18T04:08:11.294 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-18T04:08:17.257 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/log/ceph to /home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274/remote/smithi176/log 2023-12-18T04:08:17.258 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-18T04:08:23.973 INFO:tasks.cephadm:Removing cluster... 2023-12-18T04:08:23.973 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cac96670-9d57-11ee-95a5-87774f69a715 --force 2023-12-18T04:08:24.365 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cac96670-9d57-11ee-95a5-87774f69a715 --force 2023-12-18T04:08:24.806 INFO:tasks.cephadm:Removing cephadm ... 2023-12-18T04:08:24.807 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-18T04:08:24.826 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-18T04:08:24.844 INFO:tasks.cephadm:Teardown complete 2023-12-18T04:08:24.845 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-18T04:08:24.855 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-18T04:08:24.856 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T04:08:24.869 DEBUG:teuthology.orchestra.run.smithi176:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-18T04:08:24.884 INFO:teuthology.orchestra.run.smithi160.stderr:bash: ntpq: command not found 2023-12-18T04:08:24.889 INFO:teuthology.orchestra.run.smithi160.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T04:08:24.889 INFO:teuthology.orchestra.run.smithi160.stdout:=============================================================================== 2023-12-18T04:08:24.889 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 2 +679us[ +684us] +/- 88ms 2023-12-18T04:08:24.889 INFO:teuthology.orchestra.run.smithi160.stdout:^* hv02.front.sepia.ceph.com 3 7 377 2 -364us[ -359us] +/- 63ms 2023-12-18T04:08:24.889 INFO:teuthology.orchestra.run.smithi160.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 -72us[ -72us] +/- 70ms 2023-12-18T04:08:24.890 INFO:teuthology.orchestra.run.smithi160.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T04:08:24.902 INFO:teuthology.orchestra.run.smithi176.stderr:bash: ntpq: command not found 2023-12-18T04:08:24.907 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-18T04:08:24.907 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2023-12-18T04:08:24.907 INFO:teuthology.orchestra.run.smithi176.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 1 +651us[ +695us] +/- 88ms 2023-12-18T04:08:24.907 INFO:teuthology.orchestra.run.smithi176.stdout:^* hv02.front.sepia.ceph.com 3 6 377 0 -330us[ -285us] +/- 63ms 2023-12-18T04:08:24.907 INFO:teuthology.orchestra.run.smithi176.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 64 -91us[ -58us] +/- 69ms 2023-12-18T04:08:24.907 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-18T04:08:24.908 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-18T04:08:24.918 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-18T04:08:24.918 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-18T04:08:24.929 DEBUG:teuthology.orchestra.run.smithi160:> 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-18T04:08:25.024 DEBUG:teuthology.orchestra.run.smithi176:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-18T04:08:25.114 DEBUG:teuthology.orchestra.run.smithi160:> 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-18T04:08:25.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T04:08:25.147 DEBUG:teuthology.orchestra.run.smithi176:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-18T04:08:25.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T04:08:25.180 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-18T04:08:25.190 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-18T04:08:25.201 INFO:teuthology.task.internal:Duration was 1863.299774 seconds 2023-12-18T04:08:25.201 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-18T04:08:25.213 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-18T04:08:25.213 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-18T04:08:25.216 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-18T04:08:25.259 INFO:teuthology.orchestra.run.smithi160.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T04:08:25.266 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-18T04:08:25.644 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-18T04:08:25.645 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2023-12-18T04:08:25.645 DEBUG:teuthology.orchestra.run.smithi160:> 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-18T04:08:25.670 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi176.front.sepia.ceph.com 2023-12-18T04:08:25.670 DEBUG:teuthology.orchestra.run.smithi176:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-18T04:08:25.693 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-18T04:08:25.693 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-18T04:08:25.713 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-18T04:08:25.790 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-18T04:08:25.791 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-18T04:08:25.793 DEBUG:teuthology.orchestra.run.smithi176:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-18T04:08:34.143 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-18T04:08:34.154 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-18T04:08:34.154 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-18T04:08:34.182 DEBUG:teuthology.orchestra.run.smithi176:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-18T04:08:34.216 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-18T04:08:34.226 DEBUG:teuthology.orchestra.run.smithi160:> 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-18T04:08:34.229 DEBUG:teuthology.orchestra.run.smithi176:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-18T04:08:34.253 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2023-12-18T04:08:34.286 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = core 2023-12-18T04:08:34.315 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-18T04:08:34.359 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T04:08:34.360 DEBUG:teuthology.orchestra.run.smithi176:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-18T04:08:34.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-18T04:08:34.379 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-18T04:08:34.389 INFO:teuthology.task.internal:Transferring archived files... 2023-12-18T04:08:34.389 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274/remote/smithi160 2023-12-18T04:08:34.390 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-18T04:08:34.466 DEBUG:teuthology.misc:Transferring archived files from smithi176:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274/remote/smithi176 2023-12-18T04:08:34.466 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-18T04:08:34.508 INFO:teuthology.task.internal:Removing archive directory... 2023-12-18T04:08:34.508 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-18T04:08:34.511 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-18T04:08:34.560 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-18T04:08:34.571 INFO:teuthology.task.internal:Not uploading archives. 2023-12-18T04:08:34.571 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-18T04:08:34.583 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-18T04:08:34.583 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-18T04:08:34.586 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-18T04:08:34.601 INFO:teuthology.orchestra.run.smithi160.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 18 04:08 /home/ubuntu/cephtest 2023-12-18T04:08:34.618 INFO:teuthology.orchestra.run.smithi176.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 18 04:08 /home/ubuntu/cephtest 2023-12-18T04:08:34.620 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-18T04:08:34.630 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-18T04:08:34.662 INFO:teuthology.nuke:Checking targets against current locks 2023-12-18T04:08:34.689 DEBUG:teuthology.nuke:shortname: smithi160 2023-12-18T04:08:34.689 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T04:08:34.711 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274', '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-18 03:28:08.625730', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGEqYjUiXLaCWSpEg1D895V7KmV+LE/ePbj1sMwfEXPh6jjxd9d27LL2MDYsZEhlKoV+46WyH92RYIMWXimEKQ8='} 2023-12-18T04:08:34.718 DEBUG:teuthology.nuke:shortname: smithi176 2023-12-18T04:08:34.718 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-18T04:08:34.741 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-18_03:27:02-orch:cephadm-wip-adk-testing-2023-12-17-1429-distro-default-smithi/7495274', '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-18 03:28:08.627221', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIVtwT8M36jxhva7+kb2TIvKGse+2FE1hI9hDr2Mav4yHlkgR1eIKzdEJtHB0eS9b8XbYufgq+DIlGyb9BDGvZY='} 2023-12-18T04:08:34.759 INFO:teuthology.orchestra.console.smithi160:Power off 2023-12-18T04:08:34.759 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-18T04:08:34.783 DEBUG:teuthology.orchestra.console.smithi160:power off output: Chassis Power Control: Down/Off 2023-12-18T04:08:34.783 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T04:08:34.795 INFO:teuthology.orchestra.console.smithi176:Power off 2023-12-18T04:08:34.796 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-18T04:08:34.805 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2023-12-18T04:08:34.817 DEBUG:teuthology.orchestra.console.smithi176:power off output: Chassis Power Control: Down/Off 2023-12-18T04:08:34.817 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T04:08:34.838 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2023-12-18T04:08:38.807 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T04:08:38.839 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T04:08:38.918 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2023-12-18T04:08:38.948 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2023-12-18T04:08:42.924 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T04:08:42.949 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T04:08:43.035 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2023-12-18T04:08:43.061 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2023-12-18T04:08:47.041 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T04:08:47.062 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-18T04:08:47.153 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is off 2023-12-18T04:08:47.171 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is off 2023-12-18T04:08:47.255 INFO:teuthology.orchestra.console.smithi160:Power off completed 2023-12-18T04:08:47.272 INFO:teuthology.orchestra.console.smithi176:Power off completed 2023-12-18T04:08:47.378 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: 1863.2997736930847 failure_reason: 'Command failed on smithi160 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 cac96670-9d57-11ee-95a5-87774f69a715 -e sha1=7c08d8cc100424c780cddee2341c03c1c5e7543a -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=31000b37301145d39ef6988d32a4ca07 status: fail success: false 2023-12-18T04:08:47.378 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-18T04:08:47.461 INFO:teuthology.run:FAIL