2023-12-21T07:32:35.846 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-21T07:32:35.846 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223 --verbose --owner scheduled_gabrioux@teuthology --name gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223/orig.config.yaml 2023-12-21T07:32:35.881 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T07:32:35.962 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223 branch: wip-guits-testing-2023-12-20-0830 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: gabrioux@redhat.com first_in_suite: false job_id: '7499223' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-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-guits-testing-2023-12-20-0830 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: a89fee39e1615509dcf1f65c74f2b137c73cba4f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a89fee39e1615509dcf1f65c74f2b137c73cba4f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2023-12-20-0830 sha1: a89fee39e1615509dcf1f65c74f2b137c73cba4f owner: scheduled_gabrioux@teuthology priority: 60 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: 2638 sha1: a89fee39e1615509dcf1f65c74f2b137c73cba4f sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2023-12-20-0830 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_a89fee39e1615509dcf1f65c74f2b137c73cba4f/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: a89fee39e1615509dcf1f65c74f2b137c73cba4f targets: smithi043.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOTAsS0QufyntJyst2vUZX/kqZzvg6dvSlT30/xMDnHf2hnnxEZvyqg45oqzPVuKOfsZ//U/0Ztx7J+FCTdIsTw= smithi050.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFIewJem9eR0qRbVadwS9KXaQ6+s5vaZmwvY/tpXMliiGa0IxwtJk+yFLhaoW05tpKy4VPLPT9K3sVXX5DyQhD8= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-21_07:27:10 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: gabrioux 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-21T07:32:35.962 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_a89fee39e1615509dcf1f65c74f2b137c73cba4f/qa; will attempt to use it 2023-12-21T07:32:35.970 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_a89fee39e1615509dcf1f65c74f2b137c73cba4f/qa/tasks 2023-12-21T07:32:35.970 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T07:32:35.971 INFO:teuthology.task.internal:Checking packages... 2023-12-21T07:32:36.094 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a89fee39e1615509dcf1f65c74f2b137c73cba4f' 2023-12-21T07:32:36.094 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T07:32:36.094 INFO:teuthology.packaging:ref: None 2023-12-21T07:32:36.094 INFO:teuthology.packaging:tag: None 2023-12-21T07:32:36.094 INFO:teuthology.packaging:branch: wip-guits-testing-2023-12-20-0830 2023-12-21T07:32:36.094 INFO:teuthology.packaging:sha1: a89fee39e1615509dcf1f65c74f2b137c73cba4f 2023-12-21T07:32:36.095 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-2023-12-20-0830 2023-12-21T07:32:36.254 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-297.ga89fee39 2023-12-21T07:32:36.255 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T07:32:36.262 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T07:32:36.262 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T07:32:36.271 INFO:teuthology.task.internal:Saving configuration 2023-12-21T07:32:36.285 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T07:32:36.291 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T07:32:36.314 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223', '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-21 07:27:33.397835', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOTAsS0QufyntJyst2vUZX/kqZzvg6dvSlT30/xMDnHf2hnnxEZvyqg45oqzPVuKOfsZ//U/0Ztx7J+FCTdIsTw='} 2023-12-21T07:32:36.335 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223', '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-21 07:27:33.399511', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFIewJem9eR0qRbVadwS9KXaQ6+s5vaZmwvY/tpXMliiGa0IxwtJk+yFLhaoW05tpKy4VPLPT9K3sVXX5DyQhD8='} 2023-12-21T07:32:36.335 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T07:32:36.341 INFO:teuthology.task.internal:roles: ubuntu@smithi043.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-12-21T07:32:36.341 INFO:teuthology.task.internal:roles: ubuntu@smithi050.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-12-21T07:32:36.342 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T07:32:36.412 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f07c73c2dc0>, signals=[15]) 2023-12-21T07:32:36.412 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T07:32:36.418 INFO:teuthology.task.internal:Opening connections... 2023-12-21T07:32:36.418 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi043.front.sepia.ceph.com 2023-12-21T07:32:36.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T07:32:36.490 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi050.front.sepia.ceph.com 2023-12-21T07:32:36.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T07:32:36.558 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T07:32:36.565 DEBUG:teuthology.orchestra.run.smithi043:> uname -m 2023-12-21T07:32:36.589 INFO:teuthology.orchestra.run.smithi043.stdout:x86_64 2023-12-21T07:32:36.589 DEBUG:teuthology.orchestra.run.smithi043:> cat /etc/os-release 2023-12-21T07:32:36.651 INFO:teuthology.orchestra.run.smithi043.stdout:NAME="CentOS Stream" 2023-12-21T07:32:36.651 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION="8" 2023-12-21T07:32:36.651 INFO:teuthology.orchestra.run.smithi043.stdout:ID="centos" 2023-12-21T07:32:36.651 INFO:teuthology.orchestra.run.smithi043.stdout:ID_LIKE="rhel fedora" 2023-12-21T07:32:36.651 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION_ID="8" 2023-12-21T07:32:36.651 INFO:teuthology.orchestra.run.smithi043.stdout:PLATFORM_ID="platform:el8" 2023-12-21T07:32:36.651 INFO:teuthology.orchestra.run.smithi043.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-21T07:32:36.651 INFO:teuthology.orchestra.run.smithi043.stdout:ANSI_COLOR="0;31" 2023-12-21T07:32:36.652 INFO:teuthology.orchestra.run.smithi043.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-21T07:32:36.652 INFO:teuthology.orchestra.run.smithi043.stdout:HOME_URL="https://centos.org/" 2023-12-21T07:32:36.652 INFO:teuthology.orchestra.run.smithi043.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T07:32:36.652 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T07:32:36.652 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-21T07:32:36.652 INFO:teuthology.lock.ops:Updating smithi043.front.sepia.ceph.com on lock server 2023-12-21T07:32:36.673 DEBUG:teuthology.orchestra.run.smithi050:> uname -m 2023-12-21T07:32:36.695 INFO:teuthology.orchestra.run.smithi050.stdout:x86_64 2023-12-21T07:32:36.696 DEBUG:teuthology.orchestra.run.smithi050:> cat /etc/os-release 2023-12-21T07:32:36.757 INFO:teuthology.orchestra.run.smithi050.stdout:NAME="CentOS Stream" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION="8" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:ID="centos" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:ID_LIKE="rhel fedora" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION_ID="8" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:PLATFORM_ID="platform:el8" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:ANSI_COLOR="0;31" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:HOME_URL="https://centos.org/" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T07:32:36.758 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-21T07:32:36.759 INFO:teuthology.lock.ops:Updating smithi050.front.sepia.ceph.com on lock server 2023-12-21T07:32:36.781 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T07:32:36.789 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T07:32:36.815 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T07:32:36.815 DEBUG:teuthology.orchestra.run.smithi043:> test '!' -e /home/ubuntu/cephtest 2023-12-21T07:32:36.817 DEBUG:teuthology.orchestra.run.smithi050:> test '!' -e /home/ubuntu/cephtest 2023-12-21T07:32:36.838 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T07:32:36.845 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T07:32:36.845 DEBUG:teuthology.orchestra.run.smithi043:> test -z $(ls -A /var/lib/ceph) 2023-12-21T07:32:36.879 DEBUG:teuthology.orchestra.run.smithi050:> test -z $(ls -A /var/lib/ceph) 2023-12-21T07:32:36.906 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T07:32:36.977 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T07:32:37.007 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T07:32:37.007 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T07:32:37.007 DEBUG:teuthology.orchestra.run.smithi043:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T07:32:37.007 DEBUG:teuthology.orchestra.run.smithi050:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T07:32:37.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T07:32:37.028 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T07:32:37.029 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2023-12-21T07:32:37.030 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2023-12-21T07:32:37.091 INFO:teuthology.orchestra.run.smithi050.stdout:4.18.0-489.el8.x86_64 2023-12-21T07:32:37.091 INFO:teuthology.task.kernel:Running kernel on smithi050: 4.18.0-489.el8.x86_64 2023-12-21T07:32:37.092 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum install -y kernel 2023-12-21T07:32:37.092 INFO:teuthology.orchestra.run.smithi043.stdout:4.18.0-489.el8.x86_64 2023-12-21T07:32:37.093 INFO:teuthology.task.kernel:Running kernel on smithi043: 4.18.0-489.el8.x86_64 2023-12-21T07:32:37.093 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum install -y kernel 2023-12-21T07:32:42.632 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - AppStream 12 MB/s | 35 MB 00:02 2023-12-21T07:32:43.178 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - AppStream 10 MB/s | 35 MB 00:03 2023-12-21T07:32:51.724 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 57 MB 00:02 2023-12-21T07:32:52.378 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 57 MB 00:02 2023-12-21T07:33:00.640 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - Extras 61 kB/s | 18 kB 00:00 2023-12-21T07:33:01.257 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-12-21T07:33:01.386 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - Extras 41 kB/s | 18 kB 00:00 2023-12-21T07:33:01.609 INFO:teuthology.orchestra.run.smithi043.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-21T07:33:01.795 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 8 - Extras common packages 32 kB/s | 6.9 kB 00:00 2023-12-21T07:33:02.088 INFO:teuthology.orchestra.run.smithi050.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-21T07:33:02.605 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-21T07:33:03.348 INFO:teuthology.orchestra.run.smithi050.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-21T07:33:06.701 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 363 kB/s | 24 kB 00:00 2023-12-21T07:33:07.389 INFO:teuthology.orchestra.run.smithi050.stdout:lab-extras 425 kB/s | 24 kB 00:00 2023-12-21T07:33:10.626 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-21T07:33:10.627 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-21T07:33:10.937 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-21T07:33:10.937 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout:Install 3 Packages 2023-12-21T07:33:10.938 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:33:10.939 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 89 M 2023-12-21T07:33:10.939 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 96 M 2023-12-21T07:33:10.939 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-21T07:33:11.333 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-21T07:33:11.333 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-21T07:33:11.653 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-12-21T07:33:11.653 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-21T07:33:11.653 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2023-12-21T07:33:11.653 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-21T07:33:11.653 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2023-12-21T07:33:11.653 INFO:teuthology.orchestra.run.smithi050.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-21T07:33:11.654 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-12-21T07:33:11.654 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-21T07:33:11.654 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-21T07:33:11.654 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:33:11.654 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-12-21T07:33:11.654 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-21T07:33:11.654 INFO:teuthology.orchestra.run.smithi050.stdout:Install 3 Packages 2023-12-21T07:33:11.654 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:33:11.655 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 89 M 2023-12-21T07:33:11.655 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 96 M 2023-12-21T07:33:11.655 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-12-21T07:33:12.436 INFO:teuthology.orchestra.run.smithi043.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 7.9 MB/s | 10 MB 00:01 2023-12-21T07:33:13.516 INFO:teuthology.orchestra.run.smithi050.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 6.1 MB/s | 10 MB 00:01 2023-12-21T07:33:13.903 INFO:teuthology.orchestra.run.smithi043.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 13 MB/s | 36 MB 00:02 2023-12-21T07:33:14.428 INFO:teuthology.orchestra.run.smithi043.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-12-21T07:33:14.428 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-21T07:33:14.428 INFO:teuthology.orchestra.run.smithi043.stdout:Total 26 MB/s | 89 MB 00:03 2023-12-21T07:33:14.657 INFO:teuthology.orchestra.run.smithi050.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 13 MB/s | 36 MB 00:02 2023-12-21T07:33:15.135 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-21T07:33:15.175 INFO:teuthology.orchestra.run.smithi050.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-12-21T07:33:15.175 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-12-21T07:33:15.175 INFO:teuthology.orchestra.run.smithi050.stdout:Total 25 MB/s | 89 MB 00:03 2023-12-21T07:33:15.590 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-21T07:33:15.591 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-21T07:33:15.884 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-12-21T07:33:16.336 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-12-21T07:33:16.337 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-12-21T07:33:16.887 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-21T07:33:16.915 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-21T07:33:17.646 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-12-21T07:33:17.667 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-12-21T07:33:19.841 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-21T07:33:20.399 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T07:33:20.627 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-12-21T07:33:21.199 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T07:33:24.317 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T07:33:24.815 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T07:33:24.925 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T07:33:25.281 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T07:33:28.497 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T07:33:28.909 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T07:33:28.960 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T07:33:29.240 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T07:33:52.267 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-21T07:33:52.293 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T07:33:52.651 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-21T07:33:52.656 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T07:33:52.656 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-21T07:33:52.656 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-21T07:33:52.677 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T07:33:53.036 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T07:33:53.036 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-21T07:33:53.036 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-21T07:33:53.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T07:33:53.459 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:33:53.460 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-21T07:33:53.460 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-21T07:33:53.460 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-21T07:33:53.460 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:33:53.460 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-21T07:33:53.841 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T07:33:53.842 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:33:53.842 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-12-21T07:33:53.842 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-21T07:33:53.842 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-21T07:33:53.842 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:33:53.842 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-12-21T07:33:54.007 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T07:33:54.239 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T07:33:54.239 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T07:33:54.239 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-21T07:33:54.240 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T07:33:54.240 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T07:33:54.240 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T07:33:54.240 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi050.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T07:33:54.240 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T07:33:54.390 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T07:33:54.458 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T07:33:54.458 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T07:33:54.459 DEBUG:teuthology.orchestra.run.smithi050:> sudo rpm -qi grub2-tools 2023-12-21T07:33:54.493 INFO:teuthology.orchestra.run.smithi050.stdout:Name : grub2-tools 2023-12-21T07:33:54.493 INFO:teuthology.orchestra.run.smithi050.stdout:Epoch : 1 2023-12-21T07:33:54.493 INFO:teuthology.orchestra.run.smithi050.stdout:Version : 2.02 2023-12-21T07:33:54.493 INFO:teuthology.orchestra.run.smithi050.stdout:Release : 129.el8 2023-12-21T07:33:54.493 INFO:teuthology.orchestra.run.smithi050.stdout:Architecture: x86_64 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Group : System Environment/Base 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Size : 9265586 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:License : GPLv3+ 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Relocations : (not relocatable) 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Packager : CentOS BuildSystem 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Vendor : CentOS 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Summary : Support tools for GRUB. 2023-12-21T07:33:54.494 INFO:teuthology.orchestra.run.smithi050.stdout:Description : 2023-12-21T07:33:54.495 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:33:54.495 INFO:teuthology.orchestra.run.smithi050.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T07:33:54.495 INFO:teuthology.orchestra.run.smithi050.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T07:33:54.495 INFO:teuthology.orchestra.run.smithi050.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T07:33:54.495 INFO:teuthology.orchestra.run.smithi050.stdout:hardware devices. 2023-12-21T07:33:54.495 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:33:54.495 INFO:teuthology.orchestra.run.smithi050.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T07:33:54.496 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T07:33:54.496 INFO:teuthology.task.kernel:Updating grub on smithi050 to boot 4.18.0-529.el8.x86_64 2023-12-21T07:33:54.496 DEBUG:teuthology.orchestra.run.smithi050:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T07:33:54.629 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T07:33:54.629 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T07:33:54.629 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-21T07:33:54.629 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T07:33:54.629 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T07:33:54.629 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T07:33:54.630 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi043.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T07:33:54.630 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T07:33:54.849 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T07:33:54.849 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T07:33:54.849 DEBUG:teuthology.orchestra.run.smithi043:> sudo rpm -qi grub2-tools 2023-12-21T07:33:54.883 INFO:teuthology.orchestra.run.smithi043.stdout:Name : grub2-tools 2023-12-21T07:33:54.883 INFO:teuthology.orchestra.run.smithi043.stdout:Epoch : 1 2023-12-21T07:33:54.883 INFO:teuthology.orchestra.run.smithi043.stdout:Version : 2.02 2023-12-21T07:33:54.883 INFO:teuthology.orchestra.run.smithi043.stdout:Release : 129.el8 2023-12-21T07:33:54.883 INFO:teuthology.orchestra.run.smithi043.stdout:Architecture: x86_64 2023-12-21T07:33:54.883 INFO:teuthology.orchestra.run.smithi043.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-21T07:33:54.883 INFO:teuthology.orchestra.run.smithi043.stdout:Group : System Environment/Base 2023-12-21T07:33:54.883 INFO:teuthology.orchestra.run.smithi043.stdout:Size : 9265586 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:License : GPLv3+ 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:Relocations : (not relocatable) 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:Packager : CentOS BuildSystem 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:Vendor : CentOS 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:Summary : Support tools for GRUB. 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:Description : 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T07:33:54.884 INFO:teuthology.orchestra.run.smithi043.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T07:33:54.885 INFO:teuthology.orchestra.run.smithi043.stdout:hardware devices. 2023-12-21T07:33:54.885 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:33:54.885 INFO:teuthology.orchestra.run.smithi043.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T07:33:54.885 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T07:33:54.885 INFO:teuthology.task.kernel:Updating grub on smithi043 to boot 4.18.0-529.el8.x86_64 2023-12-21T07:33:54.886 DEBUG:teuthology.orchestra.run.smithi043:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T07:33:55.620 INFO:teuthology.orchestra.run.smithi050.stderr:Generating grub configuration file ... 2023-12-21T07:33:55.864 INFO:teuthology.orchestra.run.smithi043.stderr:Generating grub configuration file ... 2023-12-21T07:33:57.404 INFO:teuthology.orchestra.run.smithi050.stderr:done 2023-12-21T07:33:57.406 DEBUG:teuthology.orchestra.run.smithi050:> mktemp 2023-12-21T07:33:57.427 INFO:teuthology.orchestra.run.smithi050.stdout:/tmp/tmp.2l3Uj6yRsA 2023-12-21T07:33:57.428 DEBUG:teuthology.orchestra.run.smithi050:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2l3Uj6yRsA 2023-12-21T07:33:57.504 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 0666 /tmp/tmp.2l3Uj6yRsA 2023-12-21T07:33:57.619 INFO:teuthology.orchestra.run.smithi043.stderr:done 2023-12-21T07:33:57.624 DEBUG:teuthology.orchestra.run.smithi043:> mktemp 2023-12-21T07:33:57.649 DEBUG:teuthology.orchestra.remote:smithi050:/tmp/tmp.2l3Uj6yRsA is 6KB 2023-12-21T07:33:57.662 INFO:teuthology.orchestra.run.smithi043.stdout:/tmp/tmp.SXYrPr3iXU 2023-12-21T07:33:57.662 DEBUG:teuthology.orchestra.run.smithi043:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.SXYrPr3iXU 2023-12-21T07:33:57.696 DEBUG:teuthology.orchestra.run.smithi050:> rm -fr /tmp/tmp.2l3Uj6yRsA 2023-12-21T07:33:57.714 DEBUG:teuthology.orchestra.run.smithi050:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T07:33:57.734 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 0666 /tmp/tmp.SXYrPr3iXU 2023-12-21T07:33:57.845 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-21T07:33:57.845 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-21T07:33:57.845 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-21T07:33:57.845 INFO:teuthology.orchestra.run.smithi050.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-21T07:33:57.847 DEBUG:teuthology.orchestra.run.smithi050:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-21T07:33:57.875 DEBUG:teuthology.orchestra.remote:smithi043:/tmp/tmp.SXYrPr3iXU is 6KB 2023-12-21T07:33:57.922 DEBUG:teuthology.orchestra.run.smithi043:> rm -fr /tmp/tmp.SXYrPr3iXU 2023-12-21T07:33:57.940 DEBUG:teuthology.orchestra.run.smithi043:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T07:33:57.961 DEBUG:teuthology.orchestra.run.smithi050:> sudo shutdown -r now 2023-12-21T07:33:58.016 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-21T07:33:58.017 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-21T07:33:58.017 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-21T07:33:58.017 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-21T07:33:58.018 DEBUG:teuthology.orchestra.run.smithi043:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-21T07:33:58.165 DEBUG:teuthology.orchestra.run.smithi043:> sudo shutdown -r now 2023-12-21T07:34:27.990 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T07:34:27.990 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-12-21T07:34:27.991 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T07:34:28.167 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T07:34:28.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-21T07:34:28.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T07:34:46.546 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.50 2023-12-21T07:34:46.546 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.43 2023-12-21T07:34:55.555 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-12-21T07:34:55.556 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T07:34:55.558 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-21T07:34:55.558 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T07:35:55.584 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T07:35:55.585 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T07:36:07.594 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-12-21T07:36:07.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T07:36:07.596 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-21T07:36:07.597 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T07:36:07.874 DEBUG:teuthology.orchestra.run.smithi043:> true 2023-12-21T07:36:07.993 DEBUG:teuthology.orchestra.run.smithi050:> true 2023-12-21T07:36:08.142 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-21T07:36:08.143 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-529.el8.x86_64"... 2023-12-21T07:36:08.143 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2023-12-21T07:36:08.163 INFO:teuthology.orchestra.run.smithi043.stdout:4.18.0-529.el8.x86_64 2023-12-21T07:36:08.163 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-21T07:36:08.163 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T07:36:08.163 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-21T07:36:08.295 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-12-21T07:36:08.296 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-529.el8.x86_64"... 2023-12-21T07:36:08.296 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2023-12-21T07:36:08.315 INFO:teuthology.orchestra.run.smithi050.stdout:4.18.0-529.el8.x86_64 2023-12-21T07:36:08.315 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-21T07:36:08.315 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T07:36:08.315 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-21T07:36:09.164 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T07:36:09.165 DEBUG:teuthology.orchestra.run.smithi043:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T07:36:09.250 INFO:teuthology.orchestra.run.smithi043.stdout:ttyS1 2023-12-21T07:36:09.263 DEBUG:teuthology.parallel:result is None 2023-12-21T07:36:09.316 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T07:36:09.317 DEBUG:teuthology.orchestra.run.smithi050:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T07:36:09.394 INFO:teuthology.orchestra.run.smithi050.stdout:ttyS1 2023-12-21T07:36:09.408 DEBUG:teuthology.parallel:result is None 2023-12-21T07:36:09.408 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T07:36:09.416 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T07:36:09.417 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T07:36:09.419 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T07:36:09.442 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T07:36:09.448 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T07:36:09.456 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T07:36:09.456 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T07:36:09.482 DEBUG:teuthology.orchestra.run.smithi050:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T07:36:09.524 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T07:36:09.530 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T07:36:09.531 DEBUG:teuthology.orchestra.run.smithi043:> 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-21T07:36:09.558 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T07:36:09.597 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T07:36:09.600 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T07:36:09.608 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T07:36:09.612 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T07:36:09.614 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T07:36:09.620 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T07:36:09.620 DEBUG:teuthology.orchestra.run.smithi043:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T07:36:09.622 DEBUG:teuthology.orchestra.run.smithi050:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T07:36:09.680 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T07:36:09.689 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T07:36:09.689 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T07:36:09.695 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T07:36:09.740 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T07:36:09.798 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T07:36:09.851 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T07:36:09.936 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T07:36:09.981 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-21T07:36:09.981 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T07:36:10.049 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T07:36:10.099 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T07:36:10.151 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T07:36:10.239 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T07:36:10.286 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-21T07:36:10.287 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T07:36:10.358 DEBUG:teuthology.orchestra.run.smithi043:> sudo service rsyslog restart 2023-12-21T07:36:10.360 DEBUG:teuthology.orchestra.run.smithi050:> sudo service rsyslog restart 2023-12-21T07:36:10.422 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T07:36:10.463 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T07:36:10.857 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T07:36:10.865 INFO:teuthology.task.internal:Starting timer... 2023-12-21T07:36:10.865 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T07:36:10.882 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T07:36:10.890 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-21T07:36:10.891 DEBUG:teuthology.orchestra.run.smithi043:> sudo service auditd rotate 2023-12-21T07:36:10.977 INFO:teuthology.orchestra.run.smithi043.stdout:Rotating logs: 2023-12-21T07:36:10.978 DEBUG:teuthology.orchestra.run.smithi050:> sudo service auditd rotate 2023-12-21T07:36:11.075 INFO:teuthology.orchestra.run.smithi050.stdout:Rotating logs: 2023-12-21T07:36:11.076 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T07:36:11.077 DEBUG:teuthology.orchestra.run.smithi043:> /usr/sbin/getenforce 2023-12-21T07:36:11.126 INFO:teuthology.orchestra.run.smithi043.stdout:Permissive 2023-12-21T07:36:11.126 DEBUG:teuthology.orchestra.run.smithi050:> /usr/sbin/getenforce 2023-12-21T07:36:11.190 INFO:teuthology.orchestra.run.smithi050.stdout:Permissive 2023-12-21T07:36:11.190 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi043.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi050.front.sepia.ceph.com': 'permissive'} 2023-12-21T07:36:11.191 DEBUG:teuthology.orchestra.run.smithi043:> 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-21T07:36:11.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T07:36:11.221 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T07:36:11.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T07:36:11.251 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T07:36:11.251 DEBUG:teuthology.orchestra.run.smithi043:> sudo /usr/sbin/setenforce permissive 2023-12-21T07:36:11.289 DEBUG:teuthology.orchestra.run.smithi050:> sudo /usr/sbin/setenforce permissive 2023-12-21T07:36:11.319 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T07:36:11.329 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-21T07:36:11.336 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2023-12-21T07:36:11.516 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T07:36:11.530 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-21T07:36:11.531 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi043.front.sepia.ceph.com,smithi050.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T07:43:46.536 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi043.front.sepia.ceph.com'), Remote(name='ubuntu@smithi050.front.sepia.ceph.com')] 2023-12-21T07:43:46.537 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-21T07:43:46.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T07:43:46.613 DEBUG:teuthology.orchestra.run.smithi043:> true 2023-12-21T07:43:46.689 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-21T07:43:46.690 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-12-21T07:43:46.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T07:43:46.760 DEBUG:teuthology.orchestra.run.smithi050:> true 2023-12-21T07:43:46.830 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi050.front.sepia.ceph.com' 2023-12-21T07:43:46.831 INFO:teuthology.run_tasks:Running task clock... 2023-12-21T07:43:46.843 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-21T07:43:46.843 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T07:43:46.843 DEBUG:teuthology.orchestra.run.smithi043:> 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-21T07:43:46.846 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T07:43:46.846 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T07:43:46.877 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-21T07:43:46.893 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-21T07:43:46.906 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-21T07:43:46.921 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-21T07:43:46.964 INFO:teuthology.orchestra.run.smithi043.stderr:sudo: ntpd: command not found 2023-12-21T07:43:46.976 INFO:teuthology.orchestra.run.smithi043.stdout:506 Cannot talk to daemon 2023-12-21T07:43:46.987 INFO:teuthology.orchestra.run.smithi050.stderr:sudo: ntpd: command not found 2023-12-21T07:43:46.990 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-21T07:43:46.999 INFO:teuthology.orchestra.run.smithi050.stdout:506 Cannot talk to daemon 2023-12-21T07:43:47.004 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-21T07:43:47.014 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-21T07:43:47.028 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-21T07:43:47.075 INFO:teuthology.orchestra.run.smithi043.stderr:bash: ntpq: command not found 2023-12-21T07:43:47.078 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T07:43:47.078 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2023-12-21T07:43:47.078 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T07:43:47.079 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T07:43:47.079 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T07:43:47.079 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T07:43:47.104 INFO:teuthology.orchestra.run.smithi050.stderr:bash: ntpq: command not found 2023-12-21T07:43:47.107 INFO:teuthology.orchestra.run.smithi050.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T07:43:47.108 INFO:teuthology.orchestra.run.smithi050.stdout:=============================================================================== 2023-12-21T07:43:47.108 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T07:43:47.108 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T07:43:47.108 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T07:43:47.108 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T07:43:47.109 INFO:teuthology.run_tasks:Running task pexec... 2023-12-21T07:43:47.118 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-21T07:43:47.118 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi043.front.sepia.ceph.com 2023-12-21T07:43:47.119 DEBUG:teuthology.orchestra.run.smithi043:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-21T07:43:47.119 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi050.front.sepia.ceph.com 2023-12-21T07:43:47.119 DEBUG:teuthology.orchestra.run.smithi050:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-21T07:43:48.034 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:38 ago on Thu 21 Dec 2023 07:42:09 AM UTC. 2023-12-21T07:43:48.056 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:38 ago on Thu 21 Dec 2023 07:42:09 AM UTC. 2023-12-21T07:43:50.366 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-21T07:43:50.367 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-21T07:43:50.367 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2023-12-21T07:43:50.367 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-21T07:43:50.367 INFO:teuthology.orchestra.run.smithi043.stdout:Resetting modules: 2023-12-21T07:43:50.367 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools 2023-12-21T07:43:50.367 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:43:50.367 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-21T07:43:50.367 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-21T07:43:50.367 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:43:50.379 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-12-21T07:43:50.380 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-21T07:43:50.381 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2023-12-21T07:43:50.381 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-21T07:43:50.381 INFO:teuthology.orchestra.run.smithi050.stdout:Resetting modules: 2023-12-21T07:43:50.381 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools 2023-12-21T07:43:50.381 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:43:50.381 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-12-21T07:43:50.381 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-21T07:43:50.381 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:43:50.618 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-21T07:43:50.644 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-12-21T07:43:51.586 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:42 ago on Thu 21 Dec 2023 07:42:09 AM UTC. 2023-12-21T07:43:51.622 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:42 ago on Thu 21 Dec 2023 07:42:09 AM UTC. 2023-12-21T07:43:53.862 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-21T07:43:53.903 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2023-12-21T07:43:54.061 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout:Installing group/module packages: 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-21T07:43:54.062 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout:Installing weak dependencies: 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout:Installing module profiles: 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools/common 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout:Enabling module streams: 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools rhel8 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout:Install 13 Packages 2023-12-21T07:43:54.063 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:43:54.064 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 27 M 2023-12-21T07:43:54.064 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 89 M 2023-12-21T07:43:54.064 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-21T07:43:54.109 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-21T07:43:54.109 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2023-12-21T07:43:54.109 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-21T07:43:54.109 INFO:teuthology.orchestra.run.smithi050.stdout:Installing group/module packages: 2023-12-21T07:43:54.109 INFO:teuthology.orchestra.run.smithi050.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-21T07:43:54.109 INFO:teuthology.orchestra.run.smithi050.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout:Installing weak dependencies: 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout:Installing module profiles: 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools/common 2023-12-21T07:43:54.110 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:43:54.111 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling module streams: 2023-12-21T07:43:54.111 INFO:teuthology.orchestra.run.smithi050.stdout: container-tools rhel8 2023-12-21T07:43:54.111 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:43:54.111 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2023-12-21T07:43:54.111 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2023-12-21T07:43:54.111 INFO:teuthology.orchestra.run.smithi050.stdout:Install 13 Packages 2023-12-21T07:43:54.111 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:43:54.111 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 27 M 2023-12-21T07:43:54.112 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 89 M 2023-12-21T07:43:54.112 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2023-12-21T07:43:55.163 INFO:teuthology.orchestra.run.smithi043.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 709 kB/s | 750 kB 00:01 2023-12-21T07:43:55.206 INFO:teuthology.orchestra.run.smithi050.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 823 kB/s | 750 kB 00:00 2023-12-21T07:43:55.257 INFO:teuthology.orchestra.run.smithi050.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 760 kB/s | 38 kB 00:00 2023-12-21T07:43:55.313 INFO:teuthology.orchestra.run.smithi043.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 253 kB/s | 38 kB 00:00 2023-12-21T07:43:55.347 INFO:teuthology.orchestra.run.smithi043.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 827 kB/s | 1.0 MB 00:01 2023-12-21T07:43:55.464 INFO:teuthology.orchestra.run.smithi043.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.6 MB/s | 241 kB 00:00 2023-12-21T07:43:55.482 INFO:teuthology.orchestra.run.smithi050.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.0 MB/s | 241 kB 00:00 2023-12-21T07:43:55.515 INFO:teuthology.orchestra.run.smithi050.stdout:(4/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 842 kB/s | 1.0 MB 00:01 2023-12-21T07:43:55.581 INFO:teuthology.orchestra.run.smithi043.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2023-12-21T07:43:55.624 INFO:teuthology.orchestra.run.smithi050.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2023-12-21T07:43:55.639 INFO:teuthology.orchestra.run.smithi043.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 425 kB/s | 25 kB 00:00 2023-12-21T07:43:55.674 INFO:teuthology.orchestra.run.smithi050.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 497 kB/s | 25 kB 00:00 2023-12-21T07:43:55.740 INFO:teuthology.orchestra.run.smithi043.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 939 kB/s | 94 kB 00:00 2023-12-21T07:43:55.758 INFO:teuthology.orchestra.run.smithi050.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-12-21T07:43:56.532 INFO:teuthology.orchestra.run.smithi043.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 3.3 MB/s | 3.9 MB 00:01 2023-12-21T07:43:56.575 INFO:teuthology.orchestra.run.smithi050.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 3.6 MB/s | 3.9 MB 00:01 2023-12-21T07:43:56.940 INFO:teuthology.orchestra.run.smithi043.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 6.2 MB/s | 2.5 MB 00:00 2023-12-21T07:43:56.999 INFO:teuthology.orchestra.run.smithi043.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 904 kB/s | 53 kB 00:00 2023-12-21T07:43:57.108 INFO:teuthology.orchestra.run.smithi043.stdout:(11/13): buildah-1.32.0-1.module_el8+712+4cd1bd 3.2 MB/s | 9.6 MB 00:03 2023-12-21T07:43:57.133 INFO:teuthology.orchestra.run.smithi043.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 306 kB/s | 41 kB 00:00 2023-12-21T07:43:57.150 INFO:teuthology.orchestra.run.smithi050.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 3.4 MB/s | 9.6 MB 00:02 2023-12-21T07:43:57.192 INFO:teuthology.orchestra.run.smithi050.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 4.1 MB/s | 2.5 MB 00:00 2023-12-21T07:43:57.218 INFO:teuthology.orchestra.run.smithi050.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 789 kB/s | 53 kB 00:00 2023-12-21T07:43:57.274 INFO:teuthology.orchestra.run.smithi050.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 506 kB/s | 41 kB 00:00 2023-12-21T07:43:57.483 INFO:teuthology.orchestra.run.smithi043.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 4.7 MB/s | 8.1 MB 00:01 2023-12-21T07:43:57.484 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-21T07:43:57.484 INFO:teuthology.orchestra.run.smithi043.stdout:Total 7.8 MB/s | 27 MB 00:03 2023-12-21T07:43:57.535 INFO:teuthology.orchestra.run.smithi050.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 4.6 MB/s | 8.1 MB 00:01 2023-12-21T07:43:57.535 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2023-12-21T07:43:57.535 INFO:teuthology.orchestra.run.smithi050.stdout:Total 7.8 MB/s | 27 MB 00:03 2023-12-21T07:43:57.763 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-21T07:43:57.786 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-21T07:43:57.786 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-21T07:43:57.816 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2023-12-21T07:43:57.839 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2023-12-21T07:43:57.839 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2023-12-21T07:43:58.053 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-21T07:43:58.057 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-21T07:43:58.106 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2023-12-21T07:43:58.109 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2023-12-21T07:43:58.733 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-21T07:43:58.818 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2023-12-21T07:43:58.948 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-21T07:43:59.021 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-21T07:43:59.118 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-21T07:43:59.207 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-21T07:43:59.322 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-21T07:43:59.398 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-21T07:43:59.550 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T07:43:59.622 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T07:44:00.112 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-21T07:44:00.186 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-21T07:44:01.124 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T07:44:01.208 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T07:44:01.342 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-21T07:44:01.468 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-21T07:44:01.676 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-21T07:44:01.712 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-21T07:44:01.962 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-21T07:44:02.324 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-21T07:44:02.395 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-21T07:44:02.732 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-21T07:44:03.520 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T07:44:03.663 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T07:44:03.762 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-21T07:44:03.892 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-21T07:44:03.947 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T07:44:04.083 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T07:44:04.412 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T07:44:04.412 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-21T07:44:04.412 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-21T07:44:04.412 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-21T07:44:04.413 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T07:44:04.413 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-21T07:44:04.413 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T07:44:04.413 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-21T07:44:04.413 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-21T07:44:04.413 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-21T07:44:04.413 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-21T07:44:04.413 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T07:44:04.413 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-21T07:44:04.532 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T07:44:04.533 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-21T07:44:05.236 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-21T07:44:05.236 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:44:05.236 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2023-12-21T07:44:05.236 INFO:teuthology.orchestra.run.smithi050.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.236 INFO:teuthology.orchestra.run.smithi050.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.236 INFO:teuthology.orchestra.run.smithi050.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-21T07:44:05.236 INFO:teuthology.orchestra.run.smithi050.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-21T07:44:05.236 INFO:teuthology.orchestra.run.smithi050.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.237 INFO:teuthology.orchestra.run.smithi050.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.237 INFO:teuthology.orchestra.run.smithi050.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T07:44:05.237 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-21T07:44:05.237 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-21T07:44:05.237 INFO:teuthology.orchestra.run.smithi050.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.237 INFO:teuthology.orchestra.run.smithi050.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.237 INFO:teuthology.orchestra.run.smithi050.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-21T07:44:05.237 INFO:teuthology.orchestra.run.smithi050.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-21T07:44:05.237 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:44:05.237 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2023-12-21T07:44:05.375 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-21T07:44:05.375 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:44:05.375 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-21T07:44:05.375 INFO:teuthology.orchestra.run.smithi043.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.375 INFO:teuthology.orchestra.run.smithi043.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:44:05.376 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-21T07:44:05.534 DEBUG:teuthology.parallel:result is None 2023-12-21T07:44:05.651 DEBUG:teuthology.parallel:result is None 2023-12-21T07:44:05.651 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-21T07:44:05.751 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': 'a89fee39e1615509dcf1f65c74f2b137c73cba4f'} 2023-12-21T07:44:05.751 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-21T07:44:05.752 INFO:tasks.cephadm:Cluster fsid is b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:44:05.752 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-21T07:44:05.752 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-21T07:44:05.753 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi043': '172.21.15.43', 'mon.smithi050': '172.21.15.50'} 2023-12-21T07:44:05.753 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-21T07:44:05.753 DEBUG:teuthology.orchestra.run.smithi043:> sudo hostname $(hostname -s) 2023-12-21T07:44:05.781 DEBUG:teuthology.orchestra.run.smithi050:> sudo hostname $(hostname -s) 2023-12-21T07:44:05.812 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-21T07:44:05.813 DEBUG:teuthology.orchestra.run.smithi043:> 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-21T07:44:05.967 INFO:teuthology.orchestra.run.smithi043.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 21 07:44 /home/ubuntu/cephtest/cephadm 2023-12-21T07:44:05.967 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T07:44:06.103 INFO:teuthology.orchestra.run.smithi050.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Dec 21 07:44 /home/ubuntu/cephtest/cephadm 2023-12-21T07:44:06.103 DEBUG:teuthology.orchestra.run.smithi043:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T07:44:06.123 DEBUG:teuthology.orchestra.run.smithi050:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T07:44:06.152 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-21T07:44:06.152 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-21T07:44:06.165 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-21T07:44:07.776 INFO:teuthology.orchestra.run.smithi043.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-21T07:44:07.834 INFO:teuthology.orchestra.run.smithi050.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-21T07:44:29.463 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:44:29.463 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-21T07:44:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-21T07:44:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: "repo_digests": [ 2023-12-21T07:44:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-21T07:44:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-21T07:44:29.464 INFO:teuthology.orchestra.run.smithi043.stdout: ] 2023-12-21T07:44:29.464 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:44:31.609 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2023-12-21T07:44:31.609 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-21T07:44:31.609 INFO:teuthology.orchestra.run.smithi050.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-21T07:44:31.609 INFO:teuthology.orchestra.run.smithi050.stdout: "repo_digests": [ 2023-12-21T07:44:31.609 INFO:teuthology.orchestra.run.smithi050.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-12-21T07:44:31.610 INFO:teuthology.orchestra.run.smithi050.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-12-21T07:44:31.610 INFO:teuthology.orchestra.run.smithi050.stdout: ] 2023-12-21T07:44:31.610 INFO:teuthology.orchestra.run.smithi050.stdout:} 2023-12-21T07:44:31.628 DEBUG:teuthology.orchestra.run.smithi043:> sudo mkdir -p /etc/ceph 2023-12-21T07:44:31.667 DEBUG:teuthology.orchestra.run.smithi050:> sudo mkdir -p /etc/ceph 2023-12-21T07:44:31.698 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 777 /etc/ceph 2023-12-21T07:44:31.739 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 777 /etc/ceph 2023-12-21T07:44:31.767 INFO:tasks.cephadm:Writing seed config... 2023-12-21T07:44:31.769 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-21T07:44:31.769 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-21T07:44:31.769 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-21T07:44:31.769 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-21T07:44:31.769 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-21T07:44:31.769 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-21T07:44:31.769 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-21T07:44:31.769 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-21T07:44:31.770 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-21T07:44:31.770 DEBUG:teuthology.orchestra.run.smithi043:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-21T07:44:31.801 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 = b79dce04-9fd4-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-21T07:44:31.801 DEBUG:teuthology.orchestra.run.smithi043:mon.smithi043> sudo journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mon.smithi043.service 2023-12-21T07:44:31.843 INFO:tasks.cephadm:Bootstrapping... 2023-12-21T07:44:31.844 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid b79dce04-9fd4-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.43 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-21T07:44:31.874 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:-- Logs begin at Thu 2023-12-21 07:35:21 UTC. -- 2023-12-21T07:44:32.052 INFO:teuthology.orchestra.run.smithi043.stderr:-------------------------------------------------------------------------------- 2023-12-21T07:44:32.052 INFO:teuthology.orchestra.run.smithi043.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'b79dce04-9fd4-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.43', '--skip-admin-label'] 2023-12-21T07:44:32.075 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: 4.6.1 2023-12-21T07:44:32.086 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying podman|docker is present... 2023-12-21T07:44:32.106 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: 4.6.1 2023-12-21T07:44:32.118 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying lvm2 is present... 2023-12-21T07:44:32.118 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying time synchronization is in place... 2023-12-21T07:44:32.126 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T07:44:32.130 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2023-12-21T07:44:32.137 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: enabled 2023-12-21T07:44:32.142 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: active 2023-12-21T07:44:32.143 INFO:teuthology.orchestra.run.smithi043.stderr:Unit chronyd.service is enabled and running 2023-12-21T07:44:32.143 INFO:teuthology.orchestra.run.smithi043.stderr:Repeating the final host check... 2023-12-21T07:44:32.162 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: 4.6.1 2023-12-21T07:44:32.173 INFO:teuthology.orchestra.run.smithi043.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-21T07:44:32.173 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl is present 2023-12-21T07:44:32.173 INFO:teuthology.orchestra.run.smithi043.stderr:lvcreate is present 2023-12-21T07:44:32.178 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T07:44:32.184 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2023-12-21T07:44:32.190 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: enabled 2023-12-21T07:44:32.195 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: active 2023-12-21T07:44:32.196 INFO:teuthology.orchestra.run.smithi043.stderr:Unit chronyd.service is enabled and running 2023-12-21T07:44:32.196 INFO:teuthology.orchestra.run.smithi043.stderr:Host looks OK 2023-12-21T07:44:32.196 INFO:teuthology.orchestra.run.smithi043.stderr:Cluster fsid: b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:44:32.196 INFO:teuthology.orchestra.run.smithi043.stderr:Acquiring lock 140280245833856 on /run/cephadm/b79dce04-9fd4-11ee-95a5-87774f69a715.lock 2023-12-21T07:44:32.197 INFO:teuthology.orchestra.run.smithi043.stderr:Lock 140280245833856 acquired on /run/cephadm/b79dce04-9fd4-11ee-95a5-87774f69a715.lock 2023-12-21T07:44:32.197 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying IP 172.21.15.43 port 3300 ... 2023-12-21T07:44:32.197 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying IP 172.21.15.43 port 6789 ... 2023-12-21T07:44:32.197 INFO:teuthology.orchestra.run.smithi043.stderr:Base mon IP is 172.21.15.43, final addrv is [v2:172.21.15.43:3300,v1:172.21.15.43:6789] 2023-12-21T07:44:32.200 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.43 metric 100 2023-12-21T07:44:32.200 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.43 metric 100 2023-12-21T07:44:32.203 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-21T07:44:32.203 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-21T07:44:32.203 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1485sec hoplimit 64 pref medium 2023-12-21T07:44:32.205 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-21T07:44:32.205 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-21T07:44:32.205 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T07:44:32.205 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-21T07:44:32.206 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1358/64 scope link 2023-12-21T07:44:32.206 INFO:teuthology.orchestra.run.smithi043.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T07:44:32.206 INFO:teuthology.orchestra.run.smithi043.stderr:Mon IP `172.21.15.43` is in CIDR network `172.21.0.0/20` 2023-12-21T07:44:32.206 INFO:teuthology.orchestra.run.smithi043.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-21T07:44:32.207 INFO:teuthology.orchestra.run.smithi043.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-21T07:44:32.286 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-12-21T07:44:32.736 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Getting image source signatures 2023-12-21T07:44:32.736 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-12-21T07:44:32.736 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-12-21T07:44:32.736 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-12-21T07:44:32.736 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-12-21T07:44:32.736 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-12-21T07:44:32.736 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-21T07:44:32.815 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: Writing manifest to image destination 2023-12-21T07:44:32.973 INFO:teuthology.orchestra.run.smithi043.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-12-21T07:44:33.318 INFO:teuthology.orchestra.run.smithi043.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-21T07:44:33.685 INFO:teuthology.orchestra.run.smithi043.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-21T07:44:33.685 INFO:teuthology.orchestra.run.smithi043.stderr:Extracting ceph user uid/gid from container image... 2023-12-21T07:44:33.976 INFO:teuthology.orchestra.run.smithi043.stderr:stat: 167 167 2023-12-21T07:44:34.301 INFO:teuthology.orchestra.run.smithi043.stderr:Creating initial keys... 2023-12-21T07:44:34.585 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-authtool: AQDi7INl6ykOIhAA/jLB/zZULzlo8GGLe9f00g== 2023-12-21T07:44:35.193 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-authtool: AQDj7INlmO+uChAAdCdQmRgGQwtTxGtE2pbDfQ== 2023-12-21T07:44:35.809 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph-authtool: AQDj7INlehJnLxAAwZ27ecNGRCtvRnniAYQomA== 2023-12-21T07:44:36.140 INFO:teuthology.orchestra.run.smithi043.stderr:Creating initial monmap... 2023-12-21T07:44:36.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T07:44:36.422 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-21T07:44:36.422 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:44:36.422 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T07:44:36.751 INFO:teuthology.orchestra.run.smithi043.stderr:monmaptool for smithi043 [v2:172.21.15.43:3300,v1:172.21.15.43:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T07:44:36.751 INFO:teuthology.orchestra.run.smithi043.stderr:setting min_mon_release = octopus 2023-12-21T07:44:36.751 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/monmaptool: set fsid to b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:44:36.751 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T07:44:36.752 INFO:teuthology.orchestra.run.smithi043.stderr: 2023-12-21T07:44:36.752 INFO:teuthology.orchestra.run.smithi043.stderr:Creating mon... 2023-12-21T07:44:37.423 INFO:teuthology.orchestra.run.smithi043.stderr:create mon.smithi043 on 2023-12-21T07:44:37.533 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-21T07:44:37.633 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b79dce04-9fd4-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-b79dce04-9fd4-11ee-95a5-87774f69a715.target. 2023-12-21T07:44:37.633 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b79dce04-9fd4-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-b79dce04-9fd4-11ee-95a5-87774f69a715.target. 2023-12-21T07:44:37.845 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Failed to reset failed state of unit ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mon.smithi043.service: Unit ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mon.smithi043.service not loaded. 2023-12-21T07:44:37.852 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b79dce04-9fd4-11ee-95a5-87774f69a715.target.wants/ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mon.smithi043.service → /etc/systemd/system/ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@.service. 2023-12-21T07:44:38.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:37 smithi043 systemd[1]: Starting Ceph mon.smithi043 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T07:44:38.277 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: disabled 2023-12-21T07:44:38.281 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2023-12-21T07:44:38.282 INFO:teuthology.orchestra.run.smithi043.stderr:firewalld.service is not enabled 2023-12-21T07:44:38.282 INFO:teuthology.orchestra.run.smithi043.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T07:44:38.282 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mon to start... 2023-12-21T07:44:38.283 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mon... 2023-12-21T07:44:38.609 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:38 smithi043 bash[107206]: 67dfd41a47ee5cb190662cea5025ebb886cd890469d85086c3d658cbb00b20b6 2023-12-21T07:44:38.609 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:38 smithi043 systemd[1]: Started Ceph mon.smithi043 for b79dce04-9fd4-11ee-95a5-87774f69a715. 2023-12-21T07:44:38.609 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:38 smithi043 ceph-mon[107244]: mkfs b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:44:38.610 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:38 smithi043 ceph-mon[107244]: mon.smithi043 is new leader, mons smithi043 in quorum (ranks 0) 2023-12-21T07:44:39.067 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: cluster: 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: id: b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: services: 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi043 (age 0.780481s) 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: data: 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: pgs: 2023-12-21T07:44:39.068 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:39.420 INFO:teuthology.orchestra.run.smithi043.stderr:mon is available 2023-12-21T07:44:39.420 INFO:teuthology.orchestra.run.smithi043.stderr:Assimilating anything we can from ceph.conf... 2023-12-21T07:44:39.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:39 smithi043 ceph-mon[107244]: mon.smithi043 is new leader, mons smithi043 in quorum (ranks 0) 2023-12-21T07:44:39.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:39 smithi043 ceph-mon[107244]: monmap e1: 1 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0]} 2023-12-21T07:44:39.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:39 smithi043 ceph-mon[107244]: fsmap 2023-12-21T07:44:39.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:39 smithi043 ceph-mon[107244]: osdmap e1: 0 total, 0 up, 0 in 2023-12-21T07:44:39.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:39 smithi043 ceph-mon[107244]: mgrmap e1: no daemons active 2023-12-21T07:44:39.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:39 smithi043 ceph-mon[107244]: from='client.? 172.21.15.43:0/3322036822' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-21T07:44:39.884 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [global] 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: fsid = b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.43:3300,v1:172.21.15.43:6789] 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [mgr] 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [osd] 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T07:44:39.885 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T07:44:40.219 INFO:teuthology.orchestra.run.smithi043.stderr:Generating new minimal ceph.conf... 2023-12-21T07:44:40.648 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:40 smithi043 ceph-mon[107244]: from='client.? 172.21.15.43:0/2111866936' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T07:44:40.649 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:40 smithi043 ceph-mon[107244]: from='client.? 172.21.15.43:0/2111866936' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-21T07:44:40.970 INFO:teuthology.orchestra.run.smithi043.stderr:Restarting the monitor... 2023-12-21T07:44:41.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:40 smithi043 systemd[1]: Stopping Ceph mon.smithi043 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T07:44:41.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 bash[107547]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-mon.smithi043" found: no such container 2023-12-21T07:44:41.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-mon-smithi043[107221]: 2023-12-21T07:44:41.066+0000 7f0a0dff8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi043 -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-21T07:44:41.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-mon-smithi043[107221]: 2023-12-21T07:44:41.066+0000 7f0a0dff8700 -1 mon.smithi043@0(leader) e1 *** Got Signal Terminated *** 2023-12-21T07:44:41.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 bash[107559]: ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-mon-smithi043 2023-12-21T07:44:41.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 bash[107598]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-mon.smithi043" found: no such container 2023-12-21T07:44:41.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 systemd[1]: ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mon.smithi043.service: Succeeded. 2023-12-21T07:44:41.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 systemd[1]: Stopped Ceph mon.smithi043 for b79dce04-9fd4-11ee-95a5-87774f69a715. 2023-12-21T07:44:41.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 systemd[1]: Starting Ceph mon.smithi043 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T07:44:41.821 INFO:teuthology.orchestra.run.smithi043.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-21T07:44:42.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: set uid:gid to 167:167 (ceph:ceph) 2023-12-21T07:44:42.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-21T07:44:42.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: pidfile_write: ignore empty --pid-file 2023-12-21T07:44:42.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 bash[107666]: ad9e9423c216d278b2c302dc87583c14f19d335823d58dea04ac8644122cc1ac 2023-12-21T07:44:42.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: load: jerasure load: lrc 2023-12-21T07:44:42.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: RocksDB version: 6.15.5 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Compile date Apr 18 2022 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: DB SUMMARY 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: DB Session ID: SNJQMM8D298XF50F9MGM 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: CURRENT file: CURRENT 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: IDENTITY file: IDENTITY 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi043/store.db dir, Total Num: 1, files: 000008.sst 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi043/store.db: 000010.log size: 80765 ; 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.error_if_exists: 0 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.create_if_missing: 0 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.paranoid_checks: 1 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.env: 0x55d296dde860 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.fs: Posix File System 2023-12-21T07:44:42.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.info_log: 0x55d297e99fa0 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_file_opening_threads: 16 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.statistics: (nil) 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.use_fsync: 0 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_log_file_size: 0 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.keep_log_file_num: 1000 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.recycle_log_file_num: 0 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.allow_fallocate: 1 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.allow_mmap_reads: 0 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.allow_mmap_writes: 0 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.use_direct_reads: 0 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.create_missing_column_families: 0 2023-12-21T07:44:42.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.db_log_dir: 2023-12-21T07:44:42.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi043/store.db 2023-12-21T07:44:42.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T07:44:42.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T07:44:42.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T07:44:42.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T07:44:42.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T07:44:42.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T07:44:42.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.advise_random_on_open: 1 2023-12-21T07:44:42.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.db_write_buffer_size: 0 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.write_buffer_manager: 0x55d297f8a330 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.rate_limiter: (nil) 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.wal_recovery_mode: 2 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.enable_thread_tracking: 0 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.enable_pipelined_write: 0 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.unordered_write: 0 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T07:44:42.259 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.row_cache: None 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.wal_filter: None 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.allow_ingest_behind: 0 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.preserve_deletes: 0 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.two_write_queues: 0 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.manual_wal_flush: 0 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.atomic_flush: 0 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.log_readahead_size: 0 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.best_efforts_recovery: 0 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-21T07:44:42.260 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.allow_data_in_errors: 0 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.db_host_id: __hostname__ 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_background_jobs: 2 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_background_compactions: -1 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_subcompactions: 1 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_total_wal_size: 0 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T07:44:42.261 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_open_files: -1 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.bytes_per_sync: 0 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_readahead_size: 0 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_background_flushes: -1 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Compression algorithms supported: 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: kZSTD supported: 0 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: kXpressCompression supported: 0 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: kLZ4HCCompression supported: 1 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: kLZ4Compression supported: 1 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: kBZip2Compression supported: 0 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: kZlibCompression supported: 1 2023-12-21T07:44:42.262 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: kSnappyCompression supported: 1 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi043/store.db/MANIFEST-000009 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.merge_operator: 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_filter: None 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_filter_factory: None 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.sst_partitioner_factory: None 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d297e65d00) 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: cache_index_and_filter_blocks: 1 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T07:44:42.263 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: pin_top_level_index_and_filter: 1 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: index_type: 0 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: data_block_index_type: 0 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: index_shortening: 1 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: hash_index_allow_collision: 1 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: checksum: 1 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: no_block_cache: 0 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: block_cache: 0x55d297ed0170 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: block_cache_name: BinnedLRUCache 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: block_cache_options: 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: capacity : 536870912 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: num_shard_bits : 4 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: strict_capacity_limit : 0 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: high_pri_pool_ratio: 0.000 2023-12-21T07:44:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: block_cache_compressed: (nil) 2023-12-21T07:44:42.265 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: persistent_cache: (nil) 2023-12-21T07:44:42.265 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: block_size: 4096 2023-12-21T07:44:42.265 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: block_size_deviation: 10 2023-12-21T07:44:42.265 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: block_restart_interval: 16 2023-12-21T07:44:42.265 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: index_block_restart_interval: 1 2023-12-21T07:44:42.265 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: metadata_block_size: 4096 2023-12-21T07:44:42.265 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: partition_filters: 0 2023-12-21T07:44:42.265 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: use_delta_encoding: 1 2023-12-21T07:44:42.266 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T07:44:42.266 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: whole_key_filtering: 1 2023-12-21T07:44:42.266 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: verify_compression: 0 2023-12-21T07:44:42.266 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: read_amp_bytes_per_bit: 0 2023-12-21T07:44:42.266 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: format_version: 4 2023-12-21T07:44:42.266 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: enable_index_compression: 1 2023-12-21T07:44:42.266 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: block_align: 0 2023-12-21T07:44:42.267 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.write_buffer_size: 33554432 2023-12-21T07:44:42.267 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_write_buffer_number: 2 2023-12-21T07:44:42.267 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compression: NoCompression 2023-12-21T07:44:42.267 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.bottommost_compression: Disabled 2023-12-21T07:44:42.267 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.prefix_extractor: nullptr 2023-12-21T07:44:42.267 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T07:44:42.267 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.num_levels: 7 2023-12-21T07:44:42.267 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T07:44:42.267 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T07:44:42.267 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T07:44:42.267 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compression_opts.level: 32767 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compression_opts.strategy: 0 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compression_opts.enabled: false 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T07:44:42.268 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.target_file_size_base: 67108864 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T07:44:42.269 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.arena_block_size: 4194304 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.disable_auto_compactions: 0 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T07:44:42.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.table_properties_collectors: 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.inplace_update_support: 0 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.bloom_locality: 0 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.max_successive_merges: 0 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.paranoid_file_checks: 0 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.force_consistency_checks: 1 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.report_bg_io_stats: 0 2023-12-21T07:44:42.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.ttl: 2592000 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.enable_blob_files: false 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.min_blob_size: 0 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.blob_file_size: 268435456 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi043/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-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703144681818705, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 systemd[1]: Started Ceph mon.smithi043 for b79dce04-9fd4-11ee-95a5-87774f69a715. 2023-12-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: 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-21T07:44:42.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703144681819581, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77623, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75881, "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": 70337, "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": 1703144681, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "e8d66f87-3303-4ac6-94d7-0547eb03e912", "db_session_id": "SNJQMM8D298XF50F9MGM"}} 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: EVENT_LOG_v1 {"time_micros": 1703144681820001, "job": 1, "event": "recovery_finished"} 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi043/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55d297eb6a80 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: DB pointer 0x55d297ec6000 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: ** DB Stats ** 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.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-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T07:44:42.273 INFO:journalctl@ceph.mon.smithi043.smithi043.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-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: ** Compaction Stats [default] ** 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.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-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.1 0.00 0.00 1 0.001 0 0 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.1 0.00 0.00 1 0.001 0 0 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.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 126.1 0.00 0.00 1 0.001 0 0 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: ** Compaction Stats [default] ** 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.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-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.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 126.1 0.00 0.00 1 0.001 0 0 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T07:44:42.274 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Cumulative compaction: 0.00 GB write, 21.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Interval compaction: 0.00 GB write, 21.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.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-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: ** Compaction Stats [default] ** 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.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-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: L0 2/0 77.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.1 0.00 0.00 1 0.001 0 0 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Sum 2/0 77.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.1 0.00 0.00 1 0.001 0 0 2023-12-21T07:44:42.275 INFO:journalctl@ceph.mon.smithi043.smithi043.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-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: 2023-12-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: ** Compaction Stats [default] ** 2023-12-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.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-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.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 126.1 0.00 0.00 1 0.001 0 0 2023-12-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: Cumulative compaction: 0.00 GB write, 21.07 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T07:44:42.276 INFO:journalctl@ceph.mon.smithi043.smithi043.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-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.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-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: 2023-12-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: starting mon.smithi043 rank 0 at public addrs [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] at bind addrs [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi043 fsid b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: mon.smithi043@-1(???) e1 preinit fsid b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: mon.smithi043@-1(???).mds e1 new map 2023-12-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: mon.smithi043@-1(???).mds e1 print_map 2023-12-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: e1 2023-12-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.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-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: legacy client fscid: -1 2023-12-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: 2023-12-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout: No filesystems configured 2023-12-21T07:44:42.277 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: mon.smithi043@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: mon.smithi043@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: mon.smithi043@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: mon.smithi043@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: mon.smithi043@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta expand map: {default=false} 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta from 'false' to 'false' 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta expanded map: {default=false} 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta expand map: {default=info} 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta from 'info' to 'info' 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta expanded map: {default=info} 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta expand map: {default=daemon} 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta from 'daemon' to 'daemon' 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta expanded map: {default=daemon} 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta expand map: {default=debug} 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta from 'debug' to 'debug' 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: expand_channel_meta expanded map: {default=debug} 2023-12-21T07:44:42.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: mon.smithi043 is new leader, mons smithi043 in quorum (ranks 0) 2023-12-21T07:44:42.279 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: monmap e1: 1 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0]} 2023-12-21T07:44:42.279 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: fsmap 2023-12-21T07:44:42.279 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: osdmap e1: 0 total, 0 up, 0 in 2023-12-21T07:44:42.279 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:41 smithi043 ceph-mon[107704]: mgrmap e1: no daemons active 2023-12-21T07:44:42.645 INFO:teuthology.orchestra.run.smithi043.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-21T07:44:42.645 INFO:teuthology.orchestra.run.smithi043.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-21T07:44:42.645 INFO:teuthology.orchestra.run.smithi043.stderr:Creating mgr... 2023-12-21T07:44:42.645 INFO:teuthology.orchestra.run.smithi043.stderr:Verifying port 9283 ... 2023-12-21T07:44:42.779 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Failed to reset failed state of unit ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mgr.smithi043.nepoxl.service: Unit ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mgr.smithi043.nepoxl.service not loaded. 2023-12-21T07:44:42.785 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b79dce04-9fd4-11ee-95a5-87774f69a715.target.wants/ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mgr.smithi043.nepoxl.service → /etc/systemd/system/ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@.service. 2023-12-21T07:44:43.281 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: disabled 2023-12-21T07:44:43.289 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2023-12-21T07:44:43.290 INFO:teuthology.orchestra.run.smithi043.stderr:firewalld.service is not enabled 2023-12-21T07:44:43.290 INFO:teuthology.orchestra.run.smithi043.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T07:44:43.299 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: disabled 2023-12-21T07:44:43.307 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2023-12-21T07:44:43.308 INFO:teuthology.orchestra.run.smithi043.stderr:firewalld.service is not enabled 2023-12-21T07:44:43.308 INFO:teuthology.orchestra.run.smithi043.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-21T07:44:43.308 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mgr to start... 2023-12-21T07:44:43.309 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mgr... 2023-12-21T07:44:43.519 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:43 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/4033283085' entity='client.admin' 2023-12-21T07:44:43.822 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:43.822 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2023-12-21T07:44:43.822 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsid": "b79dce04-9fd4-11ee-95a5-87774f69a715", 2023-12-21T07:44:43.822 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "health": { 2023-12-21T07:44:43.822 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T07:44:43.822 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T07:44:43.822 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T07:44:43.822 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:43.823 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T07:44:43.823 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T07:44:43.823 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 0 2023-12-21T07:44:43.823 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:43.823 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T07:44:43.823 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "smithi043" 2023-12-21T07:44:43.823 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:43.824 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-21T07:44:43.824 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T07:44:43.824 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:43.824 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-21T07:44:43.824 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T07:44:43.825 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:43.825 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T07:44:43.825 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:43.825 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T07:44:43.825 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T07:44:43.825 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T07:44:43.825 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T07:44:43.828 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T07:44:43.828 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T07:44:43.828 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:43.828 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T07:44:43.828 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T07:44:43.828 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T07:44:43.828 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "available": false, 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T07:44:43.829 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "iostat", 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "nfs", 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "restful" 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modified": "2023-12-21T07:44:38.285820+0000", 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T07:44:43.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2023-12-21T07:44:44.169 INFO:teuthology.orchestra.run.smithi043.stderr:mgr not available, waiting (1/15)... 2023-12-21T07:44:44.450 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:44 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2551826340' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T07:44:46.628 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:46.628 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsid": "b79dce04-9fd4-11ee-95a5-87774f69a715", 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "health": { 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 0 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "smithi043" 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:46.629 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-21T07:44:46.630 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T07:44:46.630 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:46.630 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-21T07:44:46.630 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T07:44:46.630 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:46.630 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T07:44:46.630 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:46.630 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T07:44:46.630 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T07:44:46.630 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T07:44:46.630 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T07:44:46.633 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T07:44:46.633 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T07:44:46.633 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:46.633 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T07:44:46.633 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T07:44:46.633 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T07:44:46.633 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T07:44:46.633 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T07:44:46.633 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "available": false, 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "iostat", 2023-12-21T07:44:46.634 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "nfs", 2023-12-21T07:44:46.635 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "restful" 2023-12-21T07:44:46.635 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:46.635 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2023-12-21T07:44:46.635 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:46.635 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T07:44:46.635 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:46.635 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modified": "2023-12-21T07:44:38.285820+0000", 2023-12-21T07:44:46.635 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2023-12-21T07:44:46.635 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:46.635 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T07:44:46.635 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2023-12-21T07:44:46.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:46 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/3410000833' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T07:44:46.976 INFO:teuthology.orchestra.run.smithi043.stderr:mgr not available, waiting (2/15)... 2023-12-21T07:44:49.414 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsid": "b79dce04-9fd4-11ee-95a5-87774f69a715", 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "health": { 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 0 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "smithi043" 2023-12-21T07:44:49.415 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T07:44:49.416 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T07:44:49.419 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T07:44:49.419 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T07:44:49.419 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:49.419 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T07:44:49.419 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "available": false, 2023-12-21T07:44:49.420 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "iostat", 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "nfs", 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "restful" 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modified": "2023-12-21T07:44:38.285820+0000", 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T07:44:49.421 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2023-12-21T07:44:49.751 INFO:teuthology.orchestra.run.smithi043.stderr:mgr not available, waiting (3/15)... 2023-12-21T07:44:49.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:49 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1733066368' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T07:44:50.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: Activating manager daemon smithi043.nepoxl 2023-12-21T07:44:50.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: mgrmap e2: smithi043.nepoxl(active, starting, since 0.00281397s) 2023-12-21T07:44:50.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: from='mgr.14100 172.21.15.43:0/1114573729' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T07:44:50.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: from='mgr.14100 172.21.15.43:0/1114573729' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T07:44:50.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: from='mgr.14100 172.21.15.43:0/1114573729' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T07:44:50.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: from='mgr.14100 172.21.15.43:0/1114573729' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:44:50.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: from='mgr.14100 172.21.15.43:0/1114573729' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr metadata", "who": "smithi043.nepoxl", "id": "smithi043.nepoxl"}]: dispatch 2023-12-21T07:44:50.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: Manager daemon smithi043.nepoxl is now available 2023-12-21T07:44:50.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: from='mgr.14100 172.21.15.43:0/1114573729' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:44:50.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: from='mgr.14100 172.21.15.43:0/1114573729' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:44:50.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: from='mgr.14100 172.21.15.43:0/1114573729' entity='mgr.smithi043.nepoxl' 2023-12-21T07:44:50.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: from='mgr.14100 172.21.15.43:0/1114573729' entity='mgr.smithi043.nepoxl' 2023-12-21T07:44:50.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:50 smithi043 ceph-mon[107704]: from='mgr.14100 172.21.15.43:0/1114573729' entity='mgr.smithi043.nepoxl' 2023-12-21T07:44:51.858 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:51 smithi043 ceph-mon[107704]: mgrmap e3: smithi043.nepoxl(active, since 1.00655s) 2023-12-21T07:44:52.344 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:52.344 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsid": "b79dce04-9fd4-11ee-95a5-87774f69a715", 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "health": { 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 0 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "smithi043" 2023-12-21T07:44:52.345 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T07:44:52.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T07:44:52.349 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T07:44:52.349 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T07:44:52.349 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:52.349 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T07:44:52.349 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T07:44:52.349 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T07:44:52.349 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T07:44:52.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "available": true, 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "iostat", 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "nfs", 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "restful" 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ], 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "modified": "2023-12-21T07:44:38.285820+0000", 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "services": {} 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: }, 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T07:44:52.351 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2023-12-21T07:44:52.709 INFO:teuthology.orchestra.run.smithi043.stderr:mgr is available 2023-12-21T07:44:53.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:52 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2084649205' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T07:44:53.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:52 smithi043 ceph-mon[107704]: mgrmap e4: smithi043.nepoxl(active, since 3s) 2023-12-21T07:44:53.208 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:53.208 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [global] 2023-12-21T07:44:53.208 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: fsid = b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:44:53.208 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T07:44:53.208 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T07:44:53.209 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T07:44:53.209 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T07:44:53.209 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:53.209 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [mgr] 2023-12-21T07:44:53.209 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T07:44:53.209 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 2023-12-21T07:44:53.209 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: [osd] 2023-12-21T07:44:53.209 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T07:44:53.209 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T07:44:53.543 INFO:teuthology.orchestra.run.smithi043.stderr:Enabling cephadm module... 2023-12-21T07:44:54.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:53 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1732632736' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T07:44:55.175 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:54 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/532871697' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-21T07:44:56.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:55 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/532871697' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-21T07:44:56.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:55 smithi043 ceph-mon[107704]: mgrmap e5: smithi043.nepoxl(active, since 5s) 2023-12-21T07:44:58.123 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2023-12-21T07:44:58.123 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-21T07:44:58.123 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "available": true, 2023-12-21T07:44:58.123 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "active_name": "smithi043.nepoxl", 2023-12-21T07:44:58.123 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T07:44:58.123 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2023-12-21T07:44:58.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:44:58 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1352212377' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T07:44:59.268 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for the mgr to restart... 2023-12-21T07:44:59.268 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mgr epoch 5... 2023-12-21T07:45:02.157 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2023-12-21T07:45:02.157 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-21T07:45:02.157 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T07:45:02.158 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2023-12-21T07:45:02.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: Active manager daemon smithi043.nepoxl restarted 2023-12-21T07:45:02.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: Activating manager daemon smithi043.nepoxl 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: osdmap e2: 0 total, 0 up, 0 in 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: mgrmap e6: smithi043.nepoxl(active, starting, since 0.0526308s) 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr metadata", "who": "smithi043.nepoxl", "id": "smithi043.nepoxl"}]: dispatch 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: Manager daemon smithi043.nepoxl is now available 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:45:02.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:45:02.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: [21/Dec/2023:07:45:01] ENGINE Bus STARTING 2023-12-21T07:45:02.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: [21/Dec/2023:07:45:01] ENGINE Serving on https://172.21.15.43:7150 2023-12-21T07:45:02.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: [21/Dec/2023:07:45:01] ENGINE Bus STARTED 2023-12-21T07:45:02.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:02.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:02 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:45:02.908 INFO:teuthology.orchestra.run.smithi043.stderr:mgr epoch 5 is available 2023-12-21T07:45:02.908 INFO:teuthology.orchestra.run.smithi043.stderr:Setting orchestrator backend to cephadm... 2023-12-21T07:45:03.497 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:03 smithi043 ceph-mon[107704]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T07:45:03.497 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:03 smithi043 ceph-mon[107704]: mgrmap e7: smithi043.nepoxl(active, since 1.05566s) 2023-12-21T07:45:03.498 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:03 smithi043 ceph-mon[107704]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T07:45:04.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:04 smithi043 ceph-mon[107704]: mgrmap e8: smithi043.nepoxl(active, since 2s) 2023-12-21T07:45:04.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:04 smithi043 ceph-mon[107704]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:04.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:04 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:04.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:04 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:45:04.350 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: value unchanged 2023-12-21T07:45:04.699 INFO:teuthology.orchestra.run.smithi043.stderr:Generating ssh key... 2023-12-21T07:45:05.460 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:05 smithi043 ceph-mon[107704]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:06.314 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr8hce06ltIemFnkvWzphWrOqIXcjtvb6/3Sfv8TC20BlqcDFsqlg9lFNXqg14UGICi9lCCfJX95rJVZJjKZushZPYKsiURSyjb7+T6t9PY6098jF4aoFssC/QeMuGpHWA4qAUQHrXWtqy1z+4aCii24ekDTUNm6AJaNgCBprq9Q2rDq/75PNc7SMvvZAl7C7gULhfOJnHOj92+ONPcdC8y0YXnSX5So+2rhF3owo1iTYuzJ4GDPm8D7T4d3D6kFFcJBo/fUDgZqWbuDo8ZyKbABnUu8DBXXIv5RpI4iLR4cONJ8mDWZjOlK2NjHBBhXuaYRbARpG6GW/2JkfoWUj3Gt8cHeOreVd8hfZY6RkcfxJROo6bImskth/mUwwEhgxRLa9iGAXjTQq5F13/ePmxnTisKRl2zMEQUC9DXH2mBlPGwTtK0yIACqmXH/9Zyp1CiVfim2qVJnzSBqm/+YTYAQs2Ccnjfr7zEzemFJb6vl+ofiQQwo8cb5vPLG2u23E= ceph-b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:45:06.617 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:06 smithi043 ceph-mon[107704]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:06.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:06 smithi043 ceph-mon[107704]: Generating ssh key... 2023-12-21T07:45:06.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:06 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:06.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:06 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:06.657 INFO:teuthology.orchestra.run.smithi043.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-21T07:45:06.657 INFO:teuthology.orchestra.run.smithi043.stderr:Adding key to root@localhost authorized_keys... 2023-12-21T07:45:06.657 INFO:teuthology.orchestra.run.smithi043.stderr:Adding host smithi043... 2023-12-21T07:45:08.001 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Added host 'smithi043' with addr '172.21.15.43' 2023-12-21T07:45:08.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:07 smithi043 ceph-mon[107704]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:08.311 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying mon service with default placement... 2023-12-21T07:45:08.873 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-21T07:45:09.122 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:08 smithi043 ceph-mon[107704]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi043", "addr": "172.21.15.43", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:09.122 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:08 smithi043 ceph-mon[107704]: Deploying cephadm binary to smithi043 2023-12-21T07:45:09.122 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:08 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:09.122 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:08 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:45:09.285 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying mgr service with default placement... 2023-12-21T07:45:09.926 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-21T07:45:10.192 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:09 smithi043 ceph-mon[107704]: Added host smithi043 2023-12-21T07:45:10.192 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:09 smithi043 ceph-mon[107704]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:10.192 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:09 smithi043 ceph-mon[107704]: Saving service mon spec with placement count:5 2023-12-21T07:45:10.192 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:09 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:10.273 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying crash service with default placement... 2023-12-21T07:45:10.873 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-21T07:45:11.146 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:10 smithi043 ceph-mon[107704]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:11.146 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:10 smithi043 ceph-mon[107704]: Saving service mgr spec with placement count:2 2023-12-21T07:45:11.146 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:10 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:11.146 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:10 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:11.146 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:10 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:11.147 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:10 smithi043 ceph-mon[107704]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:11.147 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:10 smithi043 ceph-mon[107704]: Saving service crash spec with placement * 2023-12-21T07:45:11.147 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:10 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:11.273 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying prometheus service with default placement... 2023-12-21T07:45:11.830 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-21T07:45:12.475 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying grafana service with default placement... 2023-12-21T07:45:12.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:12 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:12.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:12 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:12.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:12 smithi043 ceph-mon[107704]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:12.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:12 smithi043 ceph-mon[107704]: Saving service prometheus spec with placement count:1 2023-12-21T07:45:12.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:12 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:13.045 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-21T07:45:13.405 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying node-exporter service with default placement... 2023-12-21T07:45:13.973 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-21T07:45:14.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:14 smithi043 ceph-mon[107704]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:14.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:14 smithi043 ceph-mon[107704]: Saving service grafana spec with placement count:1 2023-12-21T07:45:14.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:14 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:14.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:14 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:14.322 INFO:teuthology.orchestra.run.smithi043.stderr:Deploying alertmanager service with default placement... 2023-12-21T07:45:14.868 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-21T07:45:16.194 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:15 smithi043 ceph-mon[107704]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:16.194 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:15 smithi043 ceph-mon[107704]: Saving service node-exporter spec with placement * 2023-12-21T07:45:16.195 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:15 smithi043 ceph-mon[107704]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:16.195 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:15 smithi043 ceph-mon[107704]: Saving service alertmanager spec with placement count:1 2023-12-21T07:45:16.195 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:15 smithi043 ceph-mon[107704]: from='mgr.14120 172.21.15.43:0/2682776710' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:16.195 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:15 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/4141943547' entity='client.admin' 2023-12-21T07:45:16.956 INFO:teuthology.orchestra.run.smithi043.stderr:Enabling the dashboard module... 2023-12-21T07:45:17.862 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:17 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1615478936' entity='client.admin' 2023-12-21T07:45:17.862 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:17 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2855193587' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-21T07:45:18.781 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2023-12-21T07:45:18.781 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-21T07:45:18.781 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "available": true, 2023-12-21T07:45:18.781 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "active_name": "smithi043.nepoxl", 2023-12-21T07:45:18.781 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T07:45:18.781 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2023-12-21T07:45:19.131 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for the mgr to restart... 2023-12-21T07:45:19.131 INFO:teuthology.orchestra.run.smithi043.stderr:Waiting for mgr epoch 9... 2023-12-21T07:45:19.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:18 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2855193587' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-21T07:45:19.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:18 smithi043 ceph-mon[107704]: mgrmap e9: smithi043.nepoxl(active, since 16s) 2023-12-21T07:45:19.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:18 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/3548253619' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T07:45:25.183 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: { 2023-12-21T07:45:25.183 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-21T07:45:25.184 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T07:45:25.184 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: } 2023-12-21T07:45:25.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: Active manager daemon smithi043.nepoxl restarted 2023-12-21T07:45:25.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: Activating manager daemon smithi043.nepoxl 2023-12-21T07:45:25.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: osdmap e3: 0 total, 0 up, 0 in 2023-12-21T07:45:25.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: mgrmap e10: smithi043.nepoxl(active, starting, since 0.0527953s) 2023-12-21T07:45:25.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:45:25.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr metadata", "who": "smithi043.nepoxl", "id": "smithi043.nepoxl"}]: dispatch 2023-12-21T07:45:25.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T07:45:25.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T07:45:25.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T07:45:25.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: Manager daemon smithi043.nepoxl is now available 2023-12-21T07:45:25.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:45:25.363 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:45:25.363 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:45:25.363 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:45:25.363 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: [21/Dec/2023:07:45:24] ENGINE Bus STARTING 2023-12-21T07:45:25.363 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: [21/Dec/2023:07:45:24] ENGINE Serving on https://172.21.15.43:7150 2023-12-21T07:45:25.363 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: [21/Dec/2023:07:45:24] ENGINE Bus STARTED 2023-12-21T07:45:25.363 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:25.363 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:25 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:25.529 INFO:teuthology.orchestra.run.smithi043.stderr:mgr epoch 9 is available 2023-12-21T07:45:25.530 INFO:teuthology.orchestra.run.smithi043.stderr:Generating a dashboard self-signed certificate... 2023-12-21T07:45:26.346 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-21T07:45:26.374 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:26 smithi043 ceph-mon[107704]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T07:45:26.374 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:26 smithi043 ceph-mon[107704]: mgrmap e11: smithi043.nepoxl(active, since 1.05495s) 2023-12-21T07:45:26.374 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:26 smithi043 ceph-mon[107704]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T07:45:26.374 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:26 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:26.863 INFO:teuthology.orchestra.run.smithi043.stderr:Creating initial admin user... 2023-12-21T07:45:27.650 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$u.wxVGGK0jnEcCo10Qbrj.y4dtkfuf4siIKGleYKEnw5Zjarb5O9G", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703144727, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-21T07:45:27.676 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:27 smithi043 ceph-mon[107704]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:27.676 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:27 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:27.676 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:27 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:27.676 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:27 smithi043 ceph-mon[107704]: mgrmap e12: smithi043.nepoxl(active, since 2s) 2023-12-21T07:45:28.003 INFO:teuthology.orchestra.run.smithi043.stderr:Fetching dashboard port number... 2023-12-21T07:45:28.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:28 smithi043 ceph-mon[107704]: 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-21T07:45:28.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:28 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:28.971 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: 8443 2023-12-21T07:45:29.329 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: disabled 2023-12-21T07:45:29.337 INFO:teuthology.orchestra.run.smithi043.stderr:systemctl: inactive 2023-12-21T07:45:29.338 INFO:teuthology.orchestra.run.smithi043.stderr:firewalld.service is not enabled 2023-12-21T07:45:29.338 INFO:teuthology.orchestra.run.smithi043.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-21T07:45:29.340 INFO:teuthology.orchestra.run.smithi043.stderr:Ceph Dashboard is now available at: 2023-12-21T07:45:29.340 INFO:teuthology.orchestra.run.smithi043.stderr: 2023-12-21T07:45:29.340 INFO:teuthology.orchestra.run.smithi043.stderr: URL: https://smithi043.front.sepia.ceph.com:8443/ 2023-12-21T07:45:29.340 INFO:teuthology.orchestra.run.smithi043.stderr: User: admin 2023-12-21T07:45:29.340 INFO:teuthology.orchestra.run.smithi043.stderr: Password: xalf5l6qh8 2023-12-21T07:45:29.340 INFO:teuthology.orchestra.run.smithi043.stderr: 2023-12-21T07:45:29.341 INFO:teuthology.orchestra.run.smithi043.stderr:Enabling autotune for osd_memory_target 2023-12-21T07:45:29.944 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:29 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1178282416' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-21T07:45:30.914 INFO:teuthology.orchestra.run.smithi043.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-21T07:45:31.208 INFO:teuthology.orchestra.run.smithi043.stderr:You can access the Ceph CLI with: 2023-12-21T07:45:31.208 INFO:teuthology.orchestra.run.smithi043.stderr: 2023-12-21T07:45:31.208 INFO:teuthology.orchestra.run.smithi043.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-21T07:45:31.208 INFO:teuthology.orchestra.run.smithi043.stderr: 2023-12-21T07:45:31.208 INFO:teuthology.orchestra.run.smithi043.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-21T07:45:31.208 INFO:teuthology.orchestra.run.smithi043.stderr: 2023-12-21T07:45:31.208 INFO:teuthology.orchestra.run.smithi043.stderr: ceph telemetry on 2023-12-21T07:45:31.209 INFO:teuthology.orchestra.run.smithi043.stderr: 2023-12-21T07:45:31.209 INFO:teuthology.orchestra.run.smithi043.stderr:For more information see: 2023-12-21T07:45:31.209 INFO:teuthology.orchestra.run.smithi043.stderr: 2023-12-21T07:45:31.209 INFO:teuthology.orchestra.run.smithi043.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-21T07:45:31.209 INFO:teuthology.orchestra.run.smithi043.stderr: 2023-12-21T07:45:31.209 INFO:teuthology.orchestra.run.smithi043.stderr:Bootstrap complete. 2023-12-21T07:45:31.241 INFO:tasks.cephadm:Fetching config... 2023-12-21T07:45:31.242 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-21T07:45:31.242 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-21T07:45:31.261 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-21T07:45:31.261 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-21T07:45:31.261 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-21T07:45:31.320 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-21T07:45:31.320 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-21T07:45:31.320 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/keyring of=/dev/stdout 2023-12-21T07:45:31.392 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-21T07:45:31.392 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-21T07:45:31.392 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-21T07:45:31.450 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-21T07:45:31.451 DEBUG:teuthology.orchestra.run.smithi043:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr8hce06ltIemFnkvWzphWrOqIXcjtvb6/3Sfv8TC20BlqcDFsqlg9lFNXqg14UGICi9lCCfJX95rJVZJjKZushZPYKsiURSyjb7+T6t9PY6098jF4aoFssC/QeMuGpHWA4qAUQHrXWtqy1z+4aCii24ekDTUNm6AJaNgCBprq9Q2rDq/75PNc7SMvvZAl7C7gULhfOJnHOj92+ONPcdC8y0YXnSX5So+2rhF3owo1iTYuzJ4GDPm8D7T4d3D6kFFcJBo/fUDgZqWbuDo8ZyKbABnUu8DBXXIv5RpI4iLR4cONJ8mDWZjOlK2NjHBBhXuaYRbARpG6GW/2JkfoWUj3Gt8cHeOreVd8hfZY6RkcfxJROo6bImskth/mUwwEhgxRLa9iGAXjTQq5F13/ePmxnTisKRl2zMEQUC9DXH2mBlPGwTtK0yIACqmXH/9Zyp1CiVfim2qVJnzSBqm/+YTYAQs2Ccnjfr7zEzemFJb6vl+ofiQQwo8cb5vPLG2u23E= ceph-b79dce04-9fd4-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T07:45:31.530 INFO:teuthology.orchestra.run.smithi043.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr8hce06ltIemFnkvWzphWrOqIXcjtvb6/3Sfv8TC20BlqcDFsqlg9lFNXqg14UGICi9lCCfJX95rJVZJjKZushZPYKsiURSyjb7+T6t9PY6098jF4aoFssC/QeMuGpHWA4qAUQHrXWtqy1z+4aCii24ekDTUNm6AJaNgCBprq9Q2rDq/75PNc7SMvvZAl7C7gULhfOJnHOj92+ONPcdC8y0YXnSX5So+2rhF3owo1iTYuzJ4GDPm8D7T4d3D6kFFcJBo/fUDgZqWbuDo8ZyKbABnUu8DBXXIv5RpI4iLR4cONJ8mDWZjOlK2NjHBBhXuaYRbARpG6GW/2JkfoWUj3Gt8cHeOreVd8hfZY6RkcfxJROo6bImskth/mUwwEhgxRLa9iGAXjTQq5F13/ePmxnTisKRl2zMEQUC9DXH2mBlPGwTtK0yIACqmXH/9Zyp1CiVfim2qVJnzSBqm/+YTYAQs2Ccnjfr7zEzemFJb6vl+ofiQQwo8cb5vPLG2u23E= ceph-b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:45:31.542 DEBUG:teuthology.orchestra.run.smithi050:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr8hce06ltIemFnkvWzphWrOqIXcjtvb6/3Sfv8TC20BlqcDFsqlg9lFNXqg14UGICi9lCCfJX95rJVZJjKZushZPYKsiURSyjb7+T6t9PY6098jF4aoFssC/QeMuGpHWA4qAUQHrXWtqy1z+4aCii24ekDTUNm6AJaNgCBprq9Q2rDq/75PNc7SMvvZAl7C7gULhfOJnHOj92+ONPcdC8y0YXnSX5So+2rhF3owo1iTYuzJ4GDPm8D7T4d3D6kFFcJBo/fUDgZqWbuDo8ZyKbABnUu8DBXXIv5RpI4iLR4cONJ8mDWZjOlK2NjHBBhXuaYRbARpG6GW/2JkfoWUj3Gt8cHeOreVd8hfZY6RkcfxJROo6bImskth/mUwwEhgxRLa9iGAXjTQq5F13/ePmxnTisKRl2zMEQUC9DXH2mBlPGwTtK0yIACqmXH/9Zyp1CiVfim2qVJnzSBqm/+YTYAQs2Ccnjfr7zEzemFJb6vl+ofiQQwo8cb5vPLG2u23E= ceph-b79dce04-9fd4-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T07:45:31.587 INFO:teuthology.orchestra.run.smithi050.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr8hce06ltIemFnkvWzphWrOqIXcjtvb6/3Sfv8TC20BlqcDFsqlg9lFNXqg14UGICi9lCCfJX95rJVZJjKZushZPYKsiURSyjb7+T6t9PY6098jF4aoFssC/QeMuGpHWA4qAUQHrXWtqy1z+4aCii24ekDTUNm6AJaNgCBprq9Q2rDq/75PNc7SMvvZAl7C7gULhfOJnHOj92+ONPcdC8y0YXnSX5So+2rhF3owo1iTYuzJ4GDPm8D7T4d3D6kFFcJBo/fUDgZqWbuDo8ZyKbABnUu8DBXXIv5RpI4iLR4cONJ8mDWZjOlK2NjHBBhXuaYRbARpG6GW/2JkfoWUj3Gt8cHeOreVd8hfZY6RkcfxJROo6bImskth/mUwwEhgxRLa9iGAXjTQq5F13/ePmxnTisKRl2zMEQUC9DXH2mBlPGwTtK0yIACqmXH/9Zyp1CiVfim2qVJnzSBqm/+YTYAQs2Ccnjfr7zEzemFJb6vl+ofiQQwo8cb5vPLG2u23E= ceph-b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:45:31.600 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-21T07:45:31.894 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:31 smithi043 ceph-mon[107704]: mgrmap e13: smithi043.nepoxl(active, since 6s) 2023-12-21T07:45:31.894 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:31 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/464365907' entity='client.admin' 2023-12-21T07:45:33.471 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-21T07:45:33.471 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-21T07:45:33.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:33 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:33.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:33 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd/host:smithi043", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:45:33.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:33 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:33 smithi043 ceph-mon[107704]: Deploying daemon alertmanager.smithi043 on smithi043 2023-12-21T07:45:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:33 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1331559251' entity='client.admin' 2023-12-21T07:45:36.852 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi050 2023-12-21T07:45:36.852 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-21T07:45:36.852 DEBUG:teuthology.orchestra.run.smithi050:> dd of=/etc/ceph/ceph.conf 2023-12-21T07:45:36.875 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-21T07:45:36.875 DEBUG:teuthology.orchestra.run.smithi050:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T07:45:36.936 INFO:tasks.cephadm:Adding host smithi050 to orchestrator... 2023-12-21T07:45:36.937 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch host add smithi050 2023-12-21T07:45:37.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:37 smithi043 ceph-mon[107704]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:37.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:37 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:40.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:39 smithi043 ceph-mon[107704]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi050", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:40.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:39 smithi043 ceph-mon[107704]: Deploying cephadm binary to smithi050 2023-12-21T07:45:40.415 INFO:teuthology.orchestra.run.smithi043.stdout:Added host 'smithi050' with addr '172.21.15.50' 2023-12-21T07:45:40.736 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-21T07:45:41.612 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:41 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:41.612 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:41 smithi043 ceph-mon[107704]: Added host smithi050 2023-12-21T07:45:41.612 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:41 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:41.612 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:41 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi043", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T07:45:41.612 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:41 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi043", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-21T07:45:41.613 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:41 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:45:42.418 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:45:42.418 INFO:teuthology.orchestra.run.smithi043.stdout:[{"addr": "172.21.15.43", "hostname": "smithi043", "labels": [], "status": ""}, {"addr": "172.21.15.50", "hostname": "smithi050", "labels": [], "status": ""}] 2023-12-21T07:45:42.785 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-21T07:45:42.786 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-21T07:45:43.074 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:42 smithi043 ceph-mon[107704]: Deploying daemon crash.smithi043 on smithi043 2023-12-21T07:45:44.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:43 smithi043 ceph-mon[107704]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T07:45:44.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:43 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:44.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:43 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:44.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:43 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:44.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:43 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T07:45:44.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:43 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:45.184 INFO:teuthology.orchestra.run.smithi043.stderr:adjusted tunables profile to default 2023-12-21T07:45:45.209 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:44 smithi043 ceph-mon[107704]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T07:45:45.209 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:44 smithi043 ceph-mon[107704]: Deploying daemon grafana.smithi043 on smithi043 2023-12-21T07:45:45.209 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:44 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1553046074' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-21T07:45:45.209 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:44 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:45.555 INFO:tasks.cephadm:Adding mon.smithi043 on smithi043 2023-12-21T07:45:45.556 INFO:tasks.cephadm:Adding mon.smithi050 on smithi050 2023-12-21T07:45:45.556 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi043:172.21.15.43=smithi043;smithi050:172.21.15.50=smithi050' 2023-12-21T07:45:46.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:45 smithi043 ceph-mon[107704]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:45:46.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:45 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1553046074' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-21T07:45:46.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:45 smithi043 ceph-mon[107704]: osdmap e4: 0 total, 0 up, 0 in 2023-12-21T07:45:46.962 INFO:teuthology.orchestra.run.smithi050.stdout:Scheduled mon update... 2023-12-21T07:45:47.328 DEBUG:teuthology.orchestra.run.smithi050:mon.smithi050> sudo journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mon.smithi050.service 2023-12-21T07:45:47.330 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T07:45:47.330 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T07:45:47.360 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:-- Logs begin at Thu 2023-12-21 07:35:18 UTC. -- 2023-12-21T07:45:48.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:47 smithi043 ceph-mon[107704]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:45:48.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:47 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:48.700 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:45:48.700 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","modified":"2023-12-21T07:44:36.409774Z","created":"2023-12-21T07:44:36.409774Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T07:45:48.702 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-21T07:45:49.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:48 smithi043 ceph-mon[107704]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi043:172.21.15.43=smithi043;smithi050:172.21.15.50=smithi050", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:45:49.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:48 smithi043 ceph-mon[107704]: Saving service mon spec with placement smithi043:172.21.15.43=smithi043;smithi050:172.21.15.50=smithi050;count:2 2023-12-21T07:45:49.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:48 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/3898773693' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T07:45:50.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T07:45:50.094 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T07:45:50.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:49 smithi043 ceph-mon[107704]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:45:51.548 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:45:51.548 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","modified":"2023-12-21T07:44:36.409774Z","created":"2023-12-21T07:44:36.409774Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T07:45:51.550 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-21T07:45:52.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:51 smithi043 ceph-mon[107704]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:45:52.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:51 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/4035080394' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T07:45:52.926 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T07:45:52.927 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T07:45:54.221 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:53 smithi043 ceph-mon[107704]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:45:54.341 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:45:54.341 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","modified":"2023-12-21T07:44:36.409774Z","created":"2023-12-21T07:44:36.409774Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T07:45:54.343 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-21T07:45:55.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:54 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/304648295' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T07:45:55.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:54 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:55.715 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T07:45:55.715 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T07:45:56.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:55 smithi043 ceph-mon[107704]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:45:56.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:55 smithi043 ceph-mon[107704]: Deploying daemon node-exporter.smithi043 on smithi043 2023-12-21T07:45:57.133 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:45:57.134 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","modified":"2023-12-21T07:44:36.409774Z","created":"2023-12-21T07:44:36.409774Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T07:45:57.135 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-21T07:45:58.180 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:57 smithi043 ceph-mon[107704]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:45:58.180 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:57 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/4074647301' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T07:45:58.180 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:57 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' 2023-12-21T07:45:58.180 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:57 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-21T07:45:58.506 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T07:45:58.506 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T07:45:59.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:59 smithi043 ceph-mon[107704]: from='mgr.14162 172.21.15.43:0/3143540444' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-21T07:45:59.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:45:59 smithi043 ceph-mon[107704]: mgrmap e14: smithi043.nepoxl(active, since 34s) 2023-12-21T07:45:59.851 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:45:59.851 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","modified":"2023-12-21T07:44:36.409774Z","created":"2023-12-21T07:44:36.409774Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T07:45:59.853 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-21T07:46:00.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:00 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/2800890775' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T07:46:01.255 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T07:46:01.255 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T07:46:02.785 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:46:02.785 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","modified":"2023-12-21T07:44:36.409774Z","created":"2023-12-21T07:44:36.409774Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T07:46:02.787 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-21T07:46:03.176 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:02 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/1772895412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T07:46:04.155 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T07:46:04.156 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T07:46:05.628 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:46:05.629 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","modified":"2023-12-21T07:44:36.409774Z","created":"2023-12-21T07:44:36.409774Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T07:46:05.630 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-21T07:46:05.715 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: Active manager daemon smithi043.nepoxl restarted 2023-12-21T07:46:05.715 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: Activating manager daemon smithi043.nepoxl 2023-12-21T07:46:05.715 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: osdmap e5: 0 total, 0 up, 0 in 2023-12-21T07:46:05.715 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: mgrmap e15: smithi043.nepoxl(active, starting, since 0.0522417s) 2023-12-21T07:46:05.715 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:46:05.715 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr metadata", "who": "smithi043.nepoxl", "id": "smithi043.nepoxl"}]: dispatch 2023-12-21T07:46:05.715 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T07:46:05.715 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T07:46:05.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T07:46:05.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: Manager daemon smithi043.nepoxl is now available 2023-12-21T07:46:05.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:46:05.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:46:05.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:05.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:46:05.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:05.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:46:05.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:46:05.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:05.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:06.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:06 smithi043 ceph-mon[107704]: [21/Dec/2023:07:46:05] ENGINE Bus STARTING 2023-12-21T07:46:06.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:06 smithi043 ceph-mon[107704]: mgrmap e16: smithi043.nepoxl(active, since 1.0554s) 2023-12-21T07:46:06.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:06 smithi043 ceph-mon[107704]: [21/Dec/2023:07:46:05] ENGINE Serving on https://172.21.15.43:7150 2023-12-21T07:46:06.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:06 smithi043 ceph-mon[107704]: [21/Dec/2023:07:46:05] ENGINE Bus STARTED 2023-12-21T07:46:06.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:06.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:06 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/414706311' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T07:46:06.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:06.989 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T07:46:06.989 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T07:46:07.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:07 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:07.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:07 smithi043 ceph-mon[107704]: mgrmap e17: smithi043.nepoxl(active, since 2s) 2023-12-21T07:46:07.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:07 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:07.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:07 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd/host:smithi043", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:46:07.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:07 smithi043 ceph-mon[107704]: Updating smithi043:/etc/ceph/ceph.conf 2023-12-21T07:46:07.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:07 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:08.792 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:46:08.792 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","modified":"2023-12-21T07:44:36.409774Z","created":"2023-12-21T07:44:36.409774Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T07:46:08.794 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-21T07:46:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:08 smithi043 ceph-mon[107704]: Updating smithi043:/etc/ceph/ceph.client.admin.keyring 2023-12-21T07:46:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:08 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:08 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:08 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd/host:smithi050", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:46:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:08 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:08 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T07:46:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:08 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-21T07:46:09.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:08 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:10.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:09 smithi043 ceph-mon[107704]: Deploying daemon crash.smithi050 on smithi050 2023-12-21T07:46:10.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:09 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/2479988112' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T07:46:10.414 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T07:46:10.415 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T07:46:11.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:11.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.sfkyvy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T07:46:11.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.sfkyvy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-21T07:46:11.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T07:46:11.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:11.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:11 smithi043 ceph-mon[107704]: Deploying daemon mgr.smithi050.sfkyvy on smithi050 2023-12-21T07:46:12.343 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:46:12.344 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":1,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","modified":"2023-12-21T07:44:36.409774Z","created":"2023-12-21T07:44:36.409774Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T07:46:12.345 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 1 2023-12-21T07:46:13.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:12 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/1448019099' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T07:46:13.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:12 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:13.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:12 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T07:46:13.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:12 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:13.681 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T07:46:13.681 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T07:46:14.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:13 smithi043 ceph-mon[107704]: Deploying daemon mon.smithi050 on smithi050 2023-12-21T07:46:14.983 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:14 smithi050 ceph-mon[110339]: mon.smithi050@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-21T07:46:20.249 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.249 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:46:20.249 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: mon.smithi043 calling monitor election 2023-12-21T07:46:20.249 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.249 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.249 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.249 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: mon.smithi050 calling monitor election 2023-12-21T07:46:20.249 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.50:0/4203546913' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.sfkyvy/crt"}]: dispatch 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: mon.smithi043 is new leader, mons smithi043,smithi050 in quorum (ranks 0,1) 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: monmap e2: 2 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0],smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0]} 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: fsmap 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: osdmap e5: 0 total, 0 up, 0 in 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: mgrmap e17: smithi043.nepoxl(active, since 15s) 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: Standby manager daemon smithi050.sfkyvy started 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: overall HEALTH_OK 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.50:0/4203546913' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.50:0/4203546913' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.sfkyvy/key"}]: dispatch 2023-12-21T07:46:20.250 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:19 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.50:0/4203546913' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T07:46:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:46:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: mon.smithi043 calling monitor election 2023-12-21T07:46:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: mon.smithi050 calling monitor election 2023-12-21T07:46:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.50:0/4203546913' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.sfkyvy/crt"}]: dispatch 2023-12-21T07:46:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:20.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: mon.smithi043 is new leader, mons smithi043,smithi050 in quorum (ranks 0,1) 2023-12-21T07:46:20.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: monmap e2: 2 mons at {smithi043=[v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0],smithi050=[v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0]} 2023-12-21T07:46:20.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: fsmap 2023-12-21T07:46:20.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: osdmap e5: 0 total, 0 up, 0 in 2023-12-21T07:46:20.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: mgrmap e17: smithi043.nepoxl(active, since 15s) 2023-12-21T07:46:20.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: Standby manager daemon smithi050.sfkyvy started 2023-12-21T07:46:20.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: overall HEALTH_OK 2023-12-21T07:46:20.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.50:0/4203546913' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T07:46:20.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:20.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.50:0/4203546913' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.sfkyvy/key"}]: dispatch 2023-12-21T07:46:20.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:19 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.50:0/4203546913' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T07:46:21.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:20 smithi043 ceph-mon[107704]: Deploying daemon node-exporter.smithi050 on smithi050 2023-12-21T07:46:21.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:20 smithi043 ceph-mon[107704]: mgrmap e18: smithi043.nepoxl(active, since 15s), standbys: smithi050.sfkyvy 2023-12-21T07:46:21.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:20 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr metadata", "who": "smithi050.sfkyvy", "id": "smithi050.sfkyvy"}]: dispatch 2023-12-21T07:46:21.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:20 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:20 smithi050 ceph-mon[110339]: Deploying daemon node-exporter.smithi050 on smithi050 2023-12-21T07:46:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:20 smithi050 ceph-mon[110339]: mgrmap e18: smithi043.nepoxl(active, since 15s), standbys: smithi050.sfkyvy 2023-12-21T07:46:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:20 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr metadata", "who": "smithi050.sfkyvy", "id": "smithi050.sfkyvy"}]: dispatch 2023-12-21T07:46:21.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:20 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:46:21.452 INFO:teuthology.orchestra.run.smithi050.stdout: 2023-12-21T07:46:21.453 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":2,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","modified":"2023-12-21T07:46:14.903314Z","created":"2023-12-21T07:44:36.409774Z","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":"smithi043","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:3300","nonce":0},{"type":"v1","addr":"172.21.15.43:6789","nonce":0}]},"addr":"172.21.15.43:6789/0","public_addr":"172.21.15.43:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi050","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-21T07:46:21.453 INFO:teuthology.orchestra.run.smithi050.stderr:dumped monmap epoch 2 2023-12-21T07:46:22.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:21 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/3734509483' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T07:46:22.274 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:21 smithi050 ceph-mon[110339]: from='client.? 172.21.15.50:0/3734509483' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T07:46:22.297 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-21T07:46:22.297 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-21T07:46:23.916 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:23 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:23.916 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:23 smithi043 ceph-mon[107704]: Deploying daemon prometheus.smithi043 on smithi043 2023-12-21T07:46:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:23 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:23 smithi050 ceph-mon[110339]: Deploying daemon prometheus.smithi043 on smithi043 2023-12-21T07:46:24.999 INFO:teuthology.orchestra.run.smithi043.stdout:# minimal ceph.conf for b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:46:24.999 INFO:teuthology.orchestra.run.smithi043.stdout:[global] 2023-12-21T07:46:24.999 INFO:teuthology.orchestra.run.smithi043.stdout: fsid = b79dce04-9fd4-11ee-95a5-87774f69a715 2023-12-21T07:46:24.999 INFO:teuthology.orchestra.run.smithi043.stdout: mon_host = [v2:172.21.15.43:3300/0,v1:172.21.15.43:6789/0] [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] 2023-12-21T07:46:25.532 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-21T07:46:25.532 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-21T07:46:25.532 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T07:46:25.558 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:25 smithi043 ceph-mon[107704]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:25.558 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:25 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:25.559 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:25 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/3348877471' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:25.562 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-21T07:46:25.562 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T07:46:25.630 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-21T07:46:25.630 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T07:46:25.668 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-21T07:46:25.668 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T07:46:25.740 INFO:tasks.cephadm:Deploying OSDs... 2023-12-21T07:46:25.741 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-21T07:46:25.741 DEBUG:teuthology.orchestra.run.smithi043:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T07:46:25.761 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-21T07:46:25.761 DEBUG:teuthology.orchestra.run.smithi043:> stat /dev/vg_nvme/lv_1 2023-12-21T07:46:25.819 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T07:46:25.819 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T07:46:25.819 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 6h/6d Inode: 387843 Links: 1 2023-12-21T07:46:25.819 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T07:46:25.819 INFO:teuthology.orchestra.run.smithi043.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T07:46:25.820 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2023-12-21 07:45:54.974114548 +0000 2023-12-21T07:46:25.820 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2023-12-21 07:43:07.477779383 +0000 2023-12-21T07:46:25.820 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2023-12-21 07:43:07.477779383 +0000 2023-12-21T07:46:25.820 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2023-12-21T07:46:25.820 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T07:46:25.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:25 smithi050 ceph-mon[110339]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:25 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:25 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/3348877471' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:25.888 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2023-12-21T07:46:25.888 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2023-12-21T07:46:25.888 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 8.7483e-05 s, 5.9 MB/s 2023-12-21T07:46:25.889 DEBUG:teuthology.orchestra.run.smithi043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T07:46:25.950 DEBUG:teuthology.orchestra.run.smithi043:> stat /dev/vg_nvme/lv_2 2023-12-21T07:46:26.010 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T07:46:26.010 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T07:46:26.010 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 6h/6d Inode: 390092 Links: 1 2023-12-21T07:46:26.010 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T07:46:26.010 INFO:teuthology.orchestra.run.smithi043.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T07:46:26.010 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2023-12-21 07:45:54.975114535 +0000 2023-12-21T07:46:26.010 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2023-12-21 07:43:07.982773173 +0000 2023-12-21T07:46:26.010 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2023-12-21 07:43:07.982773173 +0000 2023-12-21T07:46:26.010 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2023-12-21T07:46:26.010 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T07:46:26.079 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2023-12-21T07:46:26.079 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2023-12-21T07:46:26.079 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 0.000102648 s, 5.0 MB/s 2023-12-21T07:46:26.080 DEBUG:teuthology.orchestra.run.smithi043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T07:46:26.141 DEBUG:teuthology.orchestra.run.smithi043:> stat /dev/vg_nvme/lv_3 2023-12-21T07:46:26.200 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T07:46:26.200 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T07:46:26.200 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 6h/6d Inode: 387967 Links: 1 2023-12-21T07:46:26.200 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T07:46:26.200 INFO:teuthology.orchestra.run.smithi043.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T07:46:26.201 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2023-12-21 07:45:54.975114535 +0000 2023-12-21T07:46:26.201 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2023-12-21 07:43:08.488766950 +0000 2023-12-21T07:46:26.201 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2023-12-21 07:43:08.488766950 +0000 2023-12-21T07:46:26.201 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2023-12-21T07:46:26.201 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T07:46:26.267 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2023-12-21T07:46:26.267 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2023-12-21T07:46:26.267 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 9.673e-05 s, 5.3 MB/s 2023-12-21T07:46:26.268 DEBUG:teuthology.orchestra.run.smithi043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T07:46:26.328 DEBUG:teuthology.orchestra.run.smithi043:> stat /dev/vg_nvme/lv_4 2023-12-21T07:46:26.388 INFO:teuthology.orchestra.run.smithi043.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T07:46:26.388 INFO:teuthology.orchestra.run.smithi043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T07:46:26.388 INFO:teuthology.orchestra.run.smithi043.stdout:Device: 6h/6d Inode: 392793 Links: 1 2023-12-21T07:46:26.388 INFO:teuthology.orchestra.run.smithi043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T07:46:26.388 INFO:teuthology.orchestra.run.smithi043.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T07:46:26.388 INFO:teuthology.orchestra.run.smithi043.stdout:Access: 2023-12-21 07:45:54.975114535 +0000 2023-12-21T07:46:26.388 INFO:teuthology.orchestra.run.smithi043.stdout:Modify: 2023-12-21 07:43:08.994760728 +0000 2023-12-21T07:46:26.388 INFO:teuthology.orchestra.run.smithi043.stdout:Change: 2023-12-21 07:43:08.994760728 +0000 2023-12-21T07:46:26.388 INFO:teuthology.orchestra.run.smithi043.stdout: Birth: - 2023-12-21T07:46:26.388 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T07:46:26.457 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records in 2023-12-21T07:46:26.457 INFO:teuthology.orchestra.run.smithi043.stderr:1+0 records out 2023-12-21T07:46:26.457 INFO:teuthology.orchestra.run.smithi043.stderr:512 bytes copied, 0.000102165 s, 5.0 MB/s 2023-12-21T07:46:26.458 DEBUG:teuthology.orchestra.run.smithi043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T07:46:26.517 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2023-12-21T07:46:26.517 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T07:46:26.540 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-21T07:46:26.540 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_1 2023-12-21T07:46:26.602 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T07:46:26.602 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T07:46:26.602 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 386749 Links: 1 2023-12-21T07:46:26.602 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T07:46:26.602 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T07:46:26.602 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-12-21 07:46:20.454970011 +0000 2023-12-21T07:46:26.603 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-12-21 07:43:07.812248113 +0000 2023-12-21T07:46:26.603 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-12-21 07:43:07.812248113 +0000 2023-12-21T07:46:26.603 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-12-21T07:46:26.603 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T07:46:26.673 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-12-21T07:46:26.673 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-12-21T07:46:26.673 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000117403 s, 4.4 MB/s 2023-12-21T07:46:26.674 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T07:46:26.736 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_2 2023-12-21T07:46:26.796 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T07:46:26.796 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T07:46:26.796 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 394215 Links: 1 2023-12-21T07:46:26.796 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T07:46:26.796 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T07:46:26.796 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-12-21 07:46:20.454970011 +0000 2023-12-21T07:46:26.796 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-12-21 07:43:08.325235059 +0000 2023-12-21T07:46:26.796 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-12-21 07:43:08.325235059 +0000 2023-12-21T07:46:26.796 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-12-21T07:46:26.797 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T07:46:26.865 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-12-21T07:46:26.865 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-12-21T07:46:26.865 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 9.7944e-05 s, 5.2 MB/s 2023-12-21T07:46:26.867 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T07:46:26.927 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_3 2023-12-21T07:46:26.987 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T07:46:26.987 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T07:46:26.987 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 392736 Links: 1 2023-12-21T07:46:26.987 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T07:46:26.987 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T07:46:26.987 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-12-21 07:46:20.454970011 +0000 2023-12-21T07:46:26.987 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-12-21 07:43:08.826222310 +0000 2023-12-21T07:46:26.987 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-12-21 07:43:08.826222310 +0000 2023-12-21T07:46:26.987 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-12-21T07:46:26.987 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T07:46:27.055 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-12-21T07:46:27.055 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-12-21T07:46:27.055 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 9.2399e-05 s, 5.5 MB/s 2023-12-21T07:46:27.057 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T07:46:27.116 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_4 2023-12-21T07:46:27.175 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T07:46:27.175 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T07:46:27.175 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 6h/6d Inode: 395895 Links: 1 2023-12-21T07:46:27.175 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T07:46:27.175 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T07:46:27.175 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2023-12-21 07:46:20.454970011 +0000 2023-12-21T07:46:27.175 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2023-12-21 07:43:09.382208161 +0000 2023-12-21T07:46:27.176 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2023-12-21 07:43:09.382208161 +0000 2023-12-21T07:46:27.176 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: - 2023-12-21T07:46:27.176 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T07:46:27.242 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2023-12-21T07:46:27.242 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2023-12-21T07:46:27.242 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000102944 s, 5.0 MB/s 2023-12-21T07:46:27.243 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T07:46:27.302 INFO:tasks.cephadm:Deploying osd.0 on smithi043 with /dev/vg_nvme/lv_4... 2023-12-21T07:46:27.302 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-21T07:46:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:27 smithi050 ceph-mon[110339]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:28.103 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:27 smithi043 ceph-mon[107704]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:30.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:29 smithi043 ceph-mon[107704]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:30.068 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-21T07:46:30.068 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-21T07:46:30.068 INFO:teuthology.orchestra.run.smithi043.stderr: stderr: 10+0 records in 2023-12-21T07:46:30.068 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2023-12-21T07:46:30.069 INFO:teuthology.orchestra.run.smithi043.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00821142 s, 1.3 GB/s 2023-12-21T07:46:30.069 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping successful for: 2023-12-21T07:46:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:29 smithi050 ceph-mon[110339]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:30.468 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi043:vg_nvme/lv_4 2023-12-21T07:46:31.999 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:31 smithi050 ceph-mon[110339]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:31.999 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:31.999 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:46:31.999 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:31.999 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:46:32.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:31 smithi043 ceph-mon[107704]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:32.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:32.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:46:32.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:32.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:46:33.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:32 smithi043 ceph-mon[107704]: Updating smithi050:/etc/ceph/ceph.conf 2023-12-21T07:46:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:32 smithi043 ceph-mon[107704]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:46:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:46:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:46:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:32 smithi043 ceph-mon[107704]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2023-12-21T07:46:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:32 smithi050 ceph-mon[110339]: Updating smithi050:/etc/ceph/ceph.conf 2023-12-21T07:46:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:32 smithi050 ceph-mon[110339]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:46:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:46:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:46:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:32 smithi050 ceph-mon[110339]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2023-12-21T07:46:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:33.900 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:33 smithi043 ceph-mon[107704]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:33 smithi050 ceph-mon[110339]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:35.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:35.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: Updating smithi043:/etc/ceph/ceph.conf 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: Reconfiguring mon.smithi043 (unknown last config time)... 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: Reconfiguring daemon mon.smithi043 on smithi043 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/322984709' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00c2e718-17f2-43b3-a4c9-a4eed5ef65a5"}]: dispatch 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/322984709' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00c2e718-17f2-43b3-a4c9-a4eed5ef65a5"}]': finished 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: osdmap e6: 1 total, 0 up, 1 in 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: Updating smithi043:/etc/ceph/ceph.conf 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: Reconfiguring mon.smithi043 (unknown last config time)... 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: Reconfiguring daemon mon.smithi043 on smithi043 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/322984709' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "00c2e718-17f2-43b3-a4c9-a4eed5ef65a5"}]: dispatch 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/322984709' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "00c2e718-17f2-43b3-a4c9-a4eed5ef65a5"}]': finished 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: osdmap e6: 1 total, 0 up, 1 in 2023-12-21T07:46:35.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:35.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:36.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:35 smithi043 ceph-mon[107704]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:36.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:35 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/3338420811' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:46:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:35 smithi050 ceph-mon[110339]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:36.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:35 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/3338420811' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:46:38.159 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:37 smithi043 ceph-mon[107704]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:38.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:37 smithi050 ceph-mon[110339]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:39.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:39 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:39.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:39 smithi043 ceph-mon[107704]: Reconfiguring mgr.smithi043.nepoxl (unknown last config time)... 2023-12-21T07:46:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:39 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.nepoxl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T07:46:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:39 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T07:46:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:39 smithi043 ceph-mon[107704]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:39 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:39 smithi043 ceph-mon[107704]: Reconfiguring daemon mgr.smithi043.nepoxl on smithi043 2023-12-21T07:46:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:39 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:39 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:39 smithi050 ceph-mon[110339]: Reconfiguring mgr.smithi043.nepoxl (unknown last config time)... 2023-12-21T07:46:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:39 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.nepoxl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T07:46:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:39 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T07:46:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:39 smithi050 ceph-mon[110339]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:39 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:39 smithi050 ceph-mon[110339]: Reconfiguring daemon mgr.smithi043.nepoxl on smithi043 2023-12-21T07:46:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:39 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:40.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:40 smithi043 ceph-mon[107704]: Reconfiguring alertmanager.smithi043 (dependencies changed)... 2023-12-21T07:46:40.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:40 smithi043 ceph-mon[107704]: Reconfiguring daemon alertmanager.smithi043 on smithi043 2023-12-21T07:46:40.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:40 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T07:46:40.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:40 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:40 smithi050 ceph-mon[110339]: Reconfiguring alertmanager.smithi043 (dependencies changed)... 2023-12-21T07:46:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:40 smithi050 ceph-mon[110339]: Reconfiguring daemon alertmanager.smithi043 on smithi043 2023-12-21T07:46:40.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:40 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T07:46:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:40 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:41.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:41 smithi043 ceph-mon[107704]: Deploying daemon osd.0 on smithi043 2023-12-21T07:46:41.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:41 smithi043 ceph-mon[107704]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:41 smithi050 ceph-mon[110339]: Deploying daemon osd.0 on smithi043 2023-12-21T07:46:41.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:41 smithi050 ceph-mon[110339]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:43.668 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:43.668 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:43 smithi043 ceph-mon[107704]: Reconfiguring crash.smithi043 (monmap changed)... 2023-12-21T07:46:43.669 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi043", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T07:46:43.669 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:43.669 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:43 smithi043 ceph-mon[107704]: Reconfiguring daemon crash.smithi043 on smithi043 2023-12-21T07:46:43.669 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:43 smithi043 ceph-mon[107704]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:43.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:43 smithi050 ceph-mon[110339]: Reconfiguring crash.smithi043 (monmap changed)... 2023-12-21T07:46:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi043", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T07:46:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:43 smithi050 ceph-mon[110339]: Reconfiguring daemon crash.smithi043 on smithi043 2023-12-21T07:46:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:43 smithi050 ceph-mon[110339]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:45.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:45 smithi050 ceph-mon[110339]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:45.893 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:45 smithi043 ceph-mon[107704]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:47.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:47.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:47.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:47.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:47 smithi043 ceph-mon[107704]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:48.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:47 smithi043 ceph-mon[107704]: Reconfiguring grafana.smithi043 (dependencies changed)... 2023-12-21T07:46:48.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:47 smithi043 ceph-mon[107704]: Reconfiguring daemon grafana.smithi043 on smithi043 2023-12-21T07:46:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:47 smithi050 ceph-mon[110339]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:47 smithi050 ceph-mon[110339]: Reconfiguring grafana.smithi043 (dependencies changed)... 2023-12-21T07:46:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:47 smithi050 ceph-mon[110339]: Reconfiguring daemon grafana.smithi043 on smithi043 2023-12-21T07:46:49.867 INFO:teuthology.orchestra.run.smithi043.stdout:Created osd(s) 0 on host 'smithi043' 2023-12-21T07:46:50.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:49 smithi050 ceph-mon[110339]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:50.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:50.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:49 smithi050 ceph-mon[110339]: Reconfiguring crash.smithi050 (monmap changed)... 2023-12-21T07:46:50.037 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T07:46:50.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:50.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:49 smithi050 ceph-mon[110339]: Reconfiguring daemon crash.smithi050 on smithi050 2023-12-21T07:46:50.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:49 smithi050 ceph-mon[110339]: from='osd.0 [v2:172.21.15.43:6802/1571475534,v1:172.21.15.43:6803/1571475534]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T07:46:50.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:50.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.sfkyvy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T07:46:50.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T07:46:50.038 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:50.098 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:49 smithi043 ceph-mon[107704]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:50.098 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:50.098 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:49 smithi043 ceph-mon[107704]: Reconfiguring crash.smithi050 (monmap changed)... 2023-12-21T07:46:50.098 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi050", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T07:46:50.098 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:50.098 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:49 smithi043 ceph-mon[107704]: Reconfiguring daemon crash.smithi050 on smithi050 2023-12-21T07:46:50.099 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:49 smithi043 ceph-mon[107704]: from='osd.0 [v2:172.21.15.43:6802/1571475534,v1:172.21.15.43:6803/1571475534]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T07:46:50.099 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:50.099 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.sfkyvy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T07:46:50.099 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T07:46:50.099 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:50.273 DEBUG:teuthology.orchestra.run.smithi043:osd.0> sudo journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.0.service 2023-12-21T07:46:50.276 INFO:tasks.cephadm:Deploying osd.1 on smithi043 with /dev/vg_nvme/lv_3... 2023-12-21T07:46:50.276 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-21T07:46:50.307 INFO:journalctl@ceph.osd.0.smithi043.stdout:-- Logs begin at Thu 2023-12-21 07:35:21 UTC. -- 2023-12-21T07:46:50.910 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:50 smithi050 ceph-mon[110339]: Reconfiguring mgr.smithi050.sfkyvy (monmap changed)... 2023-12-21T07:46:50.910 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:50 smithi050 ceph-mon[110339]: Reconfiguring daemon mgr.smithi050.sfkyvy on smithi050 2023-12-21T07:46:50.911 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:50 smithi050 ceph-mon[110339]: from='osd.0 [v2:172.21.15.43:6802/1571475534,v1:172.21.15.43:6803/1571475534]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T07:46:50.911 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:50 smithi050 ceph-mon[110339]: osdmap e7: 1 total, 0 up, 1 in 2023-12-21T07:46:50.911 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:50 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:50.911 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:50 smithi050 ceph-mon[110339]: from='osd.0 [v2:172.21.15.43:6802/1571475534,v1:172.21.15.43:6803/1571475534]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2023-12-21T07:46:50.911 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:50 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:50.911 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:50 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:50.911 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:50 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T07:46:50.911 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:50 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T07:46:50.911 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:50 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:51.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-mon[107704]: Reconfiguring mgr.smithi050.sfkyvy (monmap changed)... 2023-12-21T07:46:51.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-mon[107704]: Reconfiguring daemon mgr.smithi050.sfkyvy on smithi050 2023-12-21T07:46:51.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-mon[107704]: from='osd.0 [v2:172.21.15.43:6802/1571475534,v1:172.21.15.43:6803/1571475534]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T07:46:51.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-mon[107704]: osdmap e7: 1 total, 0 up, 1 in 2023-12-21T07:46:51.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:51.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-mon[107704]: from='osd.0 [v2:172.21.15.43:6802/1571475534,v1:172.21.15.43:6803/1571475534]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2023-12-21T07:46:51.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:51.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:51.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T07:46:51.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T07:46:51.251 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:51.251 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-0[120505]: 2023-12-21T07:46:50.856+0000 7f2a7c375700 -1 osd.0 0 waiting for initial osdmap 2023-12-21T07:46:51.251 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 07:46:50 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-0[120505]: 2023-12-21T07:46:50.858+0000 7f2a75d0a700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-21T07:46:51.706 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-21T07:46:51.707 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-21T07:46:51.707 INFO:teuthology.orchestra.run.smithi043.stderr: stderr: 10+0 records in 2023-12-21T07:46:51.707 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2023-12-21T07:46:51.707 INFO:teuthology.orchestra.run.smithi043.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00948362 s, 1.1 GB/s 2023-12-21T07:46:51.707 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping successful for: 2023-12-21T07:46:52.064 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi043:vg_nvme/lv_3 2023-12-21T07:46:52.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:52.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: Reconfiguring mon.smithi050 (monmap changed)... 2023-12-21T07:46:52.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: Reconfiguring daemon mon.smithi050 on smithi050 2023-12-21T07:46:52.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='osd.0 [v2:172.21.15.43:6802/1571475534,v1:172.21.15.43:6803/1571475534]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2023-12-21T07:46:52.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: osdmap e8: 1 total, 0 up, 1 in 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.43:9093"}]: dispatch 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.43:3000"}]: dispatch 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.43:9095"}]: dispatch 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:46:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: Reconfiguring mon.smithi050 (monmap changed)... 2023-12-21T07:46:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: Reconfiguring daemon mon.smithi050 on smithi050 2023-12-21T07:46:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='osd.0 [v2:172.21.15.43:6802/1571475534,v1:172.21.15.43:6803/1571475534]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2023-12-21T07:46:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: osdmap e8: 1 total, 0 up, 1 in 2023-12-21T07:46:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T07:46:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.43:9093"}]: dispatch 2023-12-21T07:46:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:52.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T07:46:52.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.43:3000"}]: dispatch 2023-12-21T07:46:52.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:52.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T07:46:52.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.43:9095"}]: dispatch 2023-12-21T07:46:52.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:52.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:46:52.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:52.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:46:53.249 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: purged_snaps scrub starts 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: purged_snaps scrub ok 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.43:9093"}]: dispatch 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.43:3000"}]: dispatch 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.43:9095"}]: dispatch 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: osd.0 [v2:172.21.15.43:6802/1571475534,v1:172.21.15.43:6803/1571475534] boot 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: osdmap e9: 1 total, 1 up, 1 in 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:53.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:52 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: purged_snaps scrub starts 2023-12-21T07:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: purged_snaps scrub ok 2023-12-21T07:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T07:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.43:9093"}]: dispatch 2023-12-21T07:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T07:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.43:3000"}]: dispatch 2023-12-21T07:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T07:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.43:9095"}]: dispatch 2023-12-21T07:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: osd.0 [v2:172.21.15.43:6802/1571475534,v1:172.21.15.43:6803/1571475534] boot 2023-12-21T07:46:53.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: osdmap e9: 1 total, 1 up, 1 in 2023-12-21T07:46:53.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:46:53.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:52 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:54.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:53 smithi043 ceph-mon[107704]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:54.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:53 smithi043 ceph-mon[107704]: osdmap e10: 1 total, 1 up, 1 in 2023-12-21T07:46:54.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:53 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:46:54.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:53 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:46:54.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:53 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:53 smithi050 ceph-mon[110339]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T07:46:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:53 smithi050 ceph-mon[110339]: osdmap e10: 1 total, 1 up, 1 in 2023-12-21T07:46:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:53 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:46:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:53 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:46:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:53 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:46:55.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:54 smithi043 ceph-mon[107704]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:46:55.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:54 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:55.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:54 smithi050 ceph-mon[110339]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:46:55.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:54 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:46:56.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:55 smithi043 ceph-mon[107704]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:46:56.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:55 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/326684397' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e50f6e70-177d-4035-94b4-4a682222f2c4"}]: dispatch 2023-12-21T07:46:56.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:55 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/326684397' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e50f6e70-177d-4035-94b4-4a682222f2c4"}]': finished 2023-12-21T07:46:56.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:55 smithi043 ceph-mon[107704]: osdmap e11: 2 total, 1 up, 2 in 2023-12-21T07:46:56.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:55 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:46:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:55 smithi050 ceph-mon[110339]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:46:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:55 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/326684397' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e50f6e70-177d-4035-94b4-4a682222f2c4"}]: dispatch 2023-12-21T07:46:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:55 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/326684397' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e50f6e70-177d-4035-94b4-4a682222f2c4"}]': finished 2023-12-21T07:46:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:55 smithi050 ceph-mon[110339]: osdmap e11: 2 total, 1 up, 2 in 2023-12-21T07:46:56.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:55 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:46:57.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:56 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1074436041' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:46:57.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:56 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/1074436041' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:46:58.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:57 smithi043 ceph-mon[107704]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:46:58.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:57 smithi050 ceph-mon[110339]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:00.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:46:59 smithi043 ceph-mon[107704]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:46:59 smithi050 ceph-mon[110339]: pgmap v26: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:01 smithi050 ceph-mon[110339]: Detected new or changed devices on smithi043 2023-12-21T07:47:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:01 smithi050 ceph-mon[110339]: Adjusting osd_memory_target on smithi043 to 12902M 2023-12-21T07:47:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:01.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:01 smithi050 ceph-mon[110339]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:01.692 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:01 smithi043 ceph-mon[107704]: Detected new or changed devices on smithi043 2023-12-21T07:47:01.692 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:01.692 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:01.692 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:01 smithi043 ceph-mon[107704]: Adjusting osd_memory_target on smithi043 to 12902M 2023-12-21T07:47:01.692 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:01.692 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:01.693 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:01.693 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:01.693 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:01.693 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:01 smithi043 ceph-mon[107704]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:02 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:02 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T07:47:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:02 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:02 smithi050 ceph-mon[110339]: Deploying daemon osd.1 on smithi043 2023-12-21T07:47:03.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:02 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:03.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:02 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T07:47:03.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:02 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:03.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:02 smithi043 ceph-mon[107704]: Deploying daemon osd.1 on smithi043 2023-12-21T07:47:04.107 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:03 smithi043 ceph-mon[107704]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:03 smithi050 ceph-mon[110339]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:05.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:05.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:05.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:47:05.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:47:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:05 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:05 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:05 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:47:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:05 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:47:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:06 smithi050 ceph-mon[110339]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:06 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:06 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:06 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:06 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:06.440 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:06 smithi043 ceph-mon[107704]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:06.440 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:06.440 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:06.441 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:06.441 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:07.960 INFO:teuthology.orchestra.run.smithi043.stdout:Created osd(s) 1 on host 'smithi043' 2023-12-21T07:47:08.152 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:07 smithi043 ceph-mon[107704]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:08.152 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:07 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:08.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:07 smithi050 ceph-mon[110339]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:07 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:08.422 DEBUG:teuthology.orchestra.run.smithi043:osd.1> sudo journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.1.service 2023-12-21T07:47:08.424 INFO:tasks.cephadm:Deploying osd.2 on smithi043 with /dev/vg_nvme/lv_2... 2023-12-21T07:47:08.424 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-21T07:47:08.454 INFO:journalctl@ceph.osd.1.smithi043.stdout:-- Logs begin at Thu 2023-12-21 07:35:21 UTC. -- 2023-12-21T07:47:09.034 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:08 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:09.315 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 07:47:09 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-1[125156]: 2023-12-21T07:47:09.030+0000 7fd0f00ef3c0 -1 osd.1 0 log_to_monitors true 2023-12-21T07:47:09.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:08 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:10.002 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-21T07:47:10.002 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-21T07:47:10.002 INFO:teuthology.orchestra.run.smithi043.stderr: stderr: 10+0 records in 2023-12-21T07:47:10.002 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2023-12-21T07:47:10.002 INFO:teuthology.orchestra.run.smithi043.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00843799 s, 1.2 GB/s 2023-12-21T07:47:10.002 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping successful for: 2023-12-21T07:47:10.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:09 smithi043 ceph-mon[107704]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:10.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:09 smithi043 ceph-mon[107704]: from='osd.1 [v2:172.21.15.43:6810/2710341482,v1:172.21.15.43:6811/2710341482]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T07:47:10.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:09 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:10.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:09 smithi050 ceph-mon[110339]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:09 smithi050 ceph-mon[110339]: from='osd.1 [v2:172.21.15.43:6810/2710341482,v1:172.21.15.43:6811/2710341482]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T07:47:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:09 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:10.458 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi043:vg_nvme/lv_2 2023-12-21T07:47:11.253 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 07:47:10 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-1[125156]: 2023-12-21T07:47:10.970+0000 7fd0e6af2700 -1 osd.1 0 waiting for initial osdmap 2023-12-21T07:47:11.254 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 07:47:10 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-1[125156]: 2023-12-21T07:47:10.974+0000 7fd0e2c8c700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-21T07:47:11.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:10 smithi043 ceph-mon[107704]: from='osd.1 [v2:172.21.15.43:6810/2710341482,v1:172.21.15.43:6811/2710341482]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T07:47:11.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:10 smithi043 ceph-mon[107704]: osdmap e12: 2 total, 1 up, 2 in 2023-12-21T07:47:11.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:10 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:47:11.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:10 smithi043 ceph-mon[107704]: from='osd.1 [v2:172.21.15.43:6810/2710341482,v1:172.21.15.43:6811/2710341482]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2023-12-21T07:47:11.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:10 smithi050 ceph-mon[110339]: from='osd.1 [v2:172.21.15.43:6810/2710341482,v1:172.21.15.43:6811/2710341482]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T07:47:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:10 smithi050 ceph-mon[110339]: osdmap e12: 2 total, 1 up, 2 in 2023-12-21T07:47:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:10 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:47:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:10 smithi050 ceph-mon[110339]: from='osd.1 [v2:172.21.15.43:6810/2710341482,v1:172.21.15.43:6811/2710341482]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2023-12-21T07:47:12.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='osd.1 [v2:172.21.15.43:6810/2710341482,v1:172.21.15.43:6811/2710341482]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: osdmap e13: 2 total, 1 up, 2 in 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:47:12.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:47:12.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:11 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='osd.1 [v2:172.21.15.43:6810/2710341482,v1:172.21.15.43:6811/2710341482]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: osdmap e13: 2 total, 1 up, 2 in 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:12.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:12.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:47:12.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:47:12.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:11 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:12 smithi043 ceph-mon[107704]: purged_snaps scrub starts 2023-12-21T07:47:13.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:12 smithi043 ceph-mon[107704]: purged_snaps scrub ok 2023-12-21T07:47:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:12 smithi043 ceph-mon[107704]: Adjusting osd_memory_target on smithi043 to 6451M 2023-12-21T07:47:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:12 smithi043 ceph-mon[107704]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:47:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:12 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:47:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:12 smithi043 ceph-mon[107704]: osd.1 [v2:172.21.15.43:6810/2710341482,v1:172.21.15.43:6811/2710341482] boot 2023-12-21T07:47:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:12 smithi043 ceph-mon[107704]: osdmap e14: 2 total, 2 up, 2 in 2023-12-21T07:47:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:12 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:47:13.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:12 smithi050 ceph-mon[110339]: purged_snaps scrub starts 2023-12-21T07:47:13.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:12 smithi050 ceph-mon[110339]: purged_snaps scrub ok 2023-12-21T07:47:13.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:12 smithi050 ceph-mon[110339]: Adjusting osd_memory_target on smithi043 to 6451M 2023-12-21T07:47:13.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:12 smithi050 ceph-mon[110339]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:47:13.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:12 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:47:13.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:12 smithi050 ceph-mon[110339]: osd.1 [v2:172.21.15.43:6810/2710341482,v1:172.21.15.43:6811/2710341482] boot 2023-12-21T07:47:13.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:12 smithi050 ceph-mon[110339]: osdmap e14: 2 total, 2 up, 2 in 2023-12-21T07:47:13.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:12 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:47:14.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:13 smithi043 ceph-mon[107704]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:14.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:13 smithi043 ceph-mon[107704]: osdmap e15: 2 total, 2 up, 2 in 2023-12-21T07:47:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:13 smithi050 ceph-mon[110339]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-21T07:47:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:13 smithi050 ceph-mon[110339]: osdmap e15: 2 total, 2 up, 2 in 2023-12-21T07:47:15.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:14 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1612133588' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3418943d-5fc0-48be-b843-9bc8f979f1c7"}]: dispatch 2023-12-21T07:47:15.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:14 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1612133588' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3418943d-5fc0-48be-b843-9bc8f979f1c7"}]': finished 2023-12-21T07:47:15.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:14 smithi043 ceph-mon[107704]: osdmap e16: 3 total, 2 up, 3 in 2023-12-21T07:47:15.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:14 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:15.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:14 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:15.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:14 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:15.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:14 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2374817828' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:47:15.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:14 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/1612133588' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3418943d-5fc0-48be-b843-9bc8f979f1c7"}]: dispatch 2023-12-21T07:47:15.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:14 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/1612133588' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3418943d-5fc0-48be-b843-9bc8f979f1c7"}]': finished 2023-12-21T07:47:15.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:14 smithi050 ceph-mon[110339]: osdmap e16: 3 total, 2 up, 3 in 2023-12-21T07:47:15.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:14 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:15.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:14 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:15.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:14 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:15.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:14 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2374817828' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:47:16.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:16 smithi043 ceph-mon[107704]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:16.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:16 smithi050 ceph-mon[110339]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:18.444 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:18 smithi043 ceph-mon[107704]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:18.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:18 smithi050 ceph-mon[110339]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:20.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:20 smithi043 ceph-mon[107704]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:20.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:20 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T07:47:20.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:20 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:20.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:20 smithi043 ceph-mon[107704]: Deploying daemon osd.2 on smithi043 2023-12-21T07:47:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:20 smithi050 ceph-mon[110339]: pgmap v41: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:20 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T07:47:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:20 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:20 smithi050 ceph-mon[110339]: Deploying daemon osd.2 on smithi043 2023-12-21T07:47:22.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:22 smithi043 ceph-mon[107704]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:22.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:22 smithi050 ceph-mon[110339]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:23.907 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:23 smithi043 ceph-mon[107704]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:23.907 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:23 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:23.907 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:23 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:23.907 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:23 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:23.907 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:23 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:23 smithi050 ceph-mon[110339]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:23 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:23 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:23 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:23 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:24.596 INFO:teuthology.orchestra.run.smithi043.stdout:Created osd(s) 2 on host 'smithi043' 2023-12-21T07:47:25.057 DEBUG:teuthology.orchestra.run.smithi043:osd.2> sudo journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.2.service 2023-12-21T07:47:25.060 INFO:tasks.cephadm:Deploying osd.3 on smithi043 with /dev/vg_nvme/lv_1... 2023-12-21T07:47:25.060 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-21T07:47:25.092 INFO:journalctl@ceph.osd.2.smithi043.stdout:-- Logs begin at Thu 2023-12-21 07:35:21 UTC. -- 2023-12-21T07:47:25.686 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:25 smithi043 ceph-mon[107704]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:25.687 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:25 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:25 smithi050 ceph-mon[110339]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:25 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:26.003 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 07:47:25 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-2[129495]: 2023-12-21T07:47:25.796+0000 7fa230fd43c0 -1 osd.2 0 log_to_monitors true 2023-12-21T07:47:26.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:26 smithi043 ceph-mon[107704]: from='osd.2 [v2:172.21.15.43:6818/3571191021,v1:172.21.15.43:6819/3571191021]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T07:47:26.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:26 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:26 smithi050 ceph-mon[110339]: from='osd.2 [v2:172.21.15.43:6818/3571191021,v1:172.21.15.43:6819/3571191021]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T07:47:26.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:26 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:26.894 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-21T07:47:26.894 INFO:teuthology.orchestra.run.smithi043.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-21T07:47:26.894 INFO:teuthology.orchestra.run.smithi043.stderr: stderr: 10+0 records in 2023-12-21T07:47:26.894 INFO:teuthology.orchestra.run.smithi043.stderr:10+0 records out 2023-12-21T07:47:26.894 INFO:teuthology.orchestra.run.smithi043.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0137335 s, 764 MB/s 2023-12-21T07:47:26.894 INFO:teuthology.orchestra.run.smithi043.stderr:--> Zapping successful for: 2023-12-21T07:47:27.338 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi043:vg_nvme/lv_1 2023-12-21T07:47:27.651 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:27 smithi043 ceph-mon[107704]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:27.651 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:27 smithi043 ceph-mon[107704]: from='osd.2 [v2:172.21.15.43:6818/3571191021,v1:172.21.15.43:6819/3571191021]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T07:47:27.651 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:27 smithi043 ceph-mon[107704]: osdmap e17: 3 total, 2 up, 3 in 2023-12-21T07:47:27.651 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:27 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:27.651 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:27 smithi043 ceph-mon[107704]: from='osd.2 [v2:172.21.15.43:6818/3571191021,v1:172.21.15.43:6819/3571191021]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2023-12-21T07:47:27.651 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 07:47:27 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-2[129495]: 2023-12-21T07:47:27.605+0000 7fa2279d7700 -1 osd.2 0 waiting for initial osdmap 2023-12-21T07:47:27.651 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 07:47:27 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-2[129495]: 2023-12-21T07:47:27.608+0000 7fa22136c700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-21T07:47:28.096 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:27 smithi050 ceph-mon[110339]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:27 smithi050 ceph-mon[110339]: from='osd.2 [v2:172.21.15.43:6818/3571191021,v1:172.21.15.43:6819/3571191021]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T07:47:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:27 smithi050 ceph-mon[110339]: osdmap e17: 3 total, 2 up, 3 in 2023-12-21T07:47:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:27 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:27 smithi050 ceph-mon[110339]: from='osd.2 [v2:172.21.15.43:6818/3571191021,v1:172.21.15.43:6819/3571191021]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='osd.2 [v2:172.21.15.43:6818/3571191021,v1:172.21.15.43:6819/3571191021]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: osdmap e18: 3 total, 2 up, 3 in 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: Detected new or changed devices on smithi043 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: Adjusting osd_memory_target on smithi043 to 4300M 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:28.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:28.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:28.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:28.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:28.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:28 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='osd.2 [v2:172.21.15.43:6818/3571191021,v1:172.21.15.43:6819/3571191021]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2023-12-21T07:47:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: osdmap e18: 3 total, 2 up, 3 in 2023-12-21T07:47:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: Detected new or changed devices on smithi043 2023-12-21T07:47:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:29.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:29.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: Adjusting osd_memory_target on smithi043 to 4300M 2023-12-21T07:47:29.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:29.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:29.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:29.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:29.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:29.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:28 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:29.843 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:29 smithi043 ceph-mon[107704]: purged_snaps scrub starts 2023-12-21T07:47:29.844 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:29 smithi043 ceph-mon[107704]: purged_snaps scrub ok 2023-12-21T07:47:29.844 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:29 smithi043 ceph-mon[107704]: pgmap v48: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:29.844 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:29 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:29.844 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:29 smithi043 ceph-mon[107704]: osd.2 [v2:172.21.15.43:6818/3571191021,v1:172.21.15.43:6819/3571191021] boot 2023-12-21T07:47:29.844 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:29 smithi043 ceph-mon[107704]: osdmap e19: 3 total, 3 up, 3 in 2023-12-21T07:47:29.844 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:29 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:29.844 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:29 smithi043 ceph-mon[107704]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:47:29.844 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:29 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:47:29.844 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:29 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:47:29.844 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:29 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:29 smithi050 ceph-mon[110339]: purged_snaps scrub starts 2023-12-21T07:47:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:29 smithi050 ceph-mon[110339]: purged_snaps scrub ok 2023-12-21T07:47:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:29 smithi050 ceph-mon[110339]: pgmap v48: 0 pgs: ; 0 B data, 9.9 MiB used, 179 GiB / 179 GiB avail 2023-12-21T07:47:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:29 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:29 smithi050 ceph-mon[110339]: osd.2 [v2:172.21.15.43:6818/3571191021,v1:172.21.15.43:6819/3571191021] boot 2023-12-21T07:47:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:29 smithi050 ceph-mon[110339]: osdmap e19: 3 total, 3 up, 3 in 2023-12-21T07:47:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:29 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:47:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:29 smithi050 ceph-mon[110339]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi043:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:47:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:29 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:47:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:29 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:47:30.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:29 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:31.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:30 smithi043 ceph-mon[107704]: osdmap e20: 3 total, 3 up, 3 in 2023-12-21T07:47:31.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:30 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T07:47:31.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:30 smithi050 ceph-mon[110339]: osdmap e20: 3 total, 3 up, 3 in 2023-12-21T07:47:31.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:30 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T07:47:32.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:31 smithi043 ceph-mon[107704]: pgmap v51: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-21T07:47:32.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:31 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/164316107' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9aaafcf-449f-40d7-af8c-fbb0eca60a52"}]: dispatch 2023-12-21T07:47:32.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-21T07:47:32.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:31 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/164316107' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9aaafcf-449f-40d7-af8c-fbb0eca60a52"}]': finished 2023-12-21T07:47:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:31 smithi043 ceph-mon[107704]: osdmap e21: 4 total, 3 up, 4 in 2023-12-21T07:47:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-21T07:47:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:31 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/4040516996' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:47:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:31 smithi050 ceph-mon[110339]: pgmap v51: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-21T07:47:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:31 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/164316107' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c9aaafcf-449f-40d7-af8c-fbb0eca60a52"}]: dispatch 2023-12-21T07:47:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-21T07:47:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:31 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/164316107' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c9aaafcf-449f-40d7-af8c-fbb0eca60a52"}]': finished 2023-12-21T07:47:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:31 smithi050 ceph-mon[110339]: osdmap e21: 4 total, 3 up, 4 in 2023-12-21T07:47:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-21T07:47:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:31 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/4040516996' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:47:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-21T07:47:33.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:32 smithi043 ceph-mon[107704]: osdmap e22: 4 total, 3 up, 4 in 2023-12-21T07:47:33.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:33.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-21T07:47:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:32 smithi050 ceph-mon[110339]: osdmap e22: 4 total, 3 up, 4 in 2023-12-21T07:47:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:33.754 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 07:47:33 smithi043 sudo[132508]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-21T07:47:33.754 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 07:47:33 smithi043 sudo[132508]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-21T07:47:33.754 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 07:47:33 smithi043 sudo[132508]: pam_unix(sudo:session): session closed for user root 2023-12-21T07:47:34.113 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 07:47:33 smithi043 sudo[132519]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-21T07:47:34.113 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 07:47:33 smithi043 sudo[132519]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-21T07:47:34.113 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 07:47:33 smithi043 sudo[132519]: pam_unix(sudo:session): session closed for user root 2023-12-21T07:47:34.113 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:33 smithi043 ceph-mon[107704]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-21T07:47:34.113 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:33 smithi043 ceph-mon[107704]: osdmap e23: 4 total, 3 up, 4 in 2023-12-21T07:47:34.113 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:33 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:34.113 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:33 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:34.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:33 smithi050 ceph-mon[110339]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-21T07:47:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:33 smithi050 ceph-mon[110339]: osdmap e23: 4 total, 3 up, 4 in 2023-12-21T07:47:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:33 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:34.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:33 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:34.503 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 07:47:34 smithi043 sudo[132589]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-21T07:47:34.503 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 07:47:34 smithi043 sudo[132589]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-21T07:47:34.503 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 07:47:34 smithi043 sudo[132589]: pam_unix(sudo:session): session closed for user root 2023-12-21T07:47:34.908 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 07:47:34 smithi043 sudo[132652]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-21T07:47:34.908 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 07:47:34 smithi043 sudo[132652]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-21T07:47:34.908 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 07:47:34 smithi043 sudo[132652]: pam_unix(sudo:session): session closed for user root 2023-12-21T07:47:35.503 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 07:47:35 smithi043 sudo[132704]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-21T07:47:35.503 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 07:47:35 smithi043 sudo[132704]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-21T07:47:35.504 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 07:47:35 smithi043 sudo[132704]: pam_unix(sudo:session): session closed for user root 2023-12-21T07:47:35.987 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 07:47:35 smithi043 sudo[132743]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-21T07:47:35.987 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 07:47:35 smithi043 sudo[132743]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-21T07:47:35.987 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 07:47:35 smithi043 sudo[132743]: pam_unix(sudo:session): session closed for user root 2023-12-21T07:47:36.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:36 smithi043 sudo[132769]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-21T07:47:36.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:36 smithi043 sudo[132769]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-21T07:47:36.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:36 smithi043 sudo[132769]: pam_unix(sudo:session): session closed for user root 2023-12-21T07:47:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:36 smithi050 ceph-mon[110339]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-21T07:47:36.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:36 smithi050 ceph-mon[110339]: mgrmap e19: smithi043.nepoxl(active, since 90s), standbys: smithi050.sfkyvy 2023-12-21T07:47:36.923 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:36 smithi043 sudo[132772]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-21T07:47:36.923 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:36 smithi043 sudo[132772]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-21T07:47:36.924 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:36 smithi043 sudo[132772]: pam_unix(sudo:session): session closed for user root 2023-12-21T07:47:36.924 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:36 smithi043 ceph-mon[107704]: pgmap v56: 1 pgs: 1 active+clean; 449 KiB data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-21T07:47:36.924 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:36 smithi043 ceph-mon[107704]: mgrmap e19: smithi043.nepoxl(active, since 90s), standbys: smithi050.sfkyvy 2023-12-21T07:47:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:36 smithi050 sudo[112944]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-21T07:47:37.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:36 smithi050 sudo[112944]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-21T07:47:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:36 smithi050 sudo[112944]: pam_unix(sudo:session): session closed for user root 2023-12-21T07:47:37.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: Deploying daemon osd.3 on smithi043 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-21T07:47:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:37 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 sudo[112947]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-21T07:47:37.846 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 sudo[112947]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 sudo[112947]: pam_unix(sudo:session): session closed for user root 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: Deploying daemon osd.3 on smithi043 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-21T07:47:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:37 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:39.829 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:39 smithi043 ceph-mon[107704]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.9 KiB/s rd, 237 KiB/s wr, 16 op/s 2023-12-21T07:47:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:39 smithi050 ceph-mon[110339]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 4.9 KiB/s rd, 237 KiB/s wr, 16 op/s 2023-12-21T07:47:41.092 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:40 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:41.093 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:40 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:41.093 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:40 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:41.093 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:40 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:41.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:40 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:41.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:40 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:41.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:40 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:41.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:40 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:42.043 INFO:teuthology.orchestra.run.smithi043.stdout:Created osd(s) 3 on host 'smithi043' 2023-12-21T07:47:42.227 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:41 smithi043 ceph-mon[107704]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.6 KiB/s rd, 174 KiB/s wr, 11 op/s 2023-12-21T07:47:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:41 smithi050 ceph-mon[110339]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.6 KiB/s rd, 174 KiB/s wr, 11 op/s 2023-12-21T07:47:42.548 DEBUG:teuthology.orchestra.run.smithi043:osd.3> sudo journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.3.service 2023-12-21T07:47:42.551 INFO:tasks.cephadm:Deploying osd.4 on smithi050 with /dev/vg_nvme/lv_4... 2023-12-21T07:47:42.551 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-21T07:47:42.584 INFO:journalctl@ceph.osd.3.smithi043.stdout:-- Logs begin at Thu 2023-12-21 07:35:21 UTC. -- 2023-12-21T07:47:43.314 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:43.423 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:43.423 INFO:journalctl@ceph.osd.3.smithi043.stdout:Dec 21 07:47:43 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-3[133278]: 2023-12-21T07:47:43.083+0000 7fe0ef5863c0 -1 osd.3 0 log_to_monitors true 2023-12-21T07:47:44.180 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-21T07:47:44.180 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-21T07:47:44.180 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-12-21T07:47:44.180 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-12-21T07:47:44.180 INFO:teuthology.orchestra.run.smithi050.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00826166 s, 1.3 GB/s 2023-12-21T07:47:44.180 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-12-21T07:47:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:44 smithi050 ceph-mon[110339]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 137 KiB/s wr, 9 op/s 2023-12-21T07:47:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:44 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:44 smithi050 ceph-mon[110339]: from='osd.3 [v2:172.21.15.43:6826/1229940541,v1:172.21.15.43:6827/1229940541]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T07:47:44.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:44 smithi043 ceph-mon[107704]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 137 KiB/s wr, 9 op/s 2023-12-21T07:47:44.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:44 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:44.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:44 smithi043 ceph-mon[107704]: from='osd.3 [v2:172.21.15.43:6826/1229940541,v1:172.21.15.43:6827/1229940541]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T07:47:44.670 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_4 2023-12-21T07:47:45.253 INFO:journalctl@ceph.osd.3.smithi043.stdout:Dec 21 07:47:45 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-3[133278]: 2023-12-21T07:47:45.058+0000 7fe0e5f89700 -1 osd.3 0 waiting for initial osdmap 2023-12-21T07:47:45.254 INFO:journalctl@ceph.osd.3.smithi043.stdout:Dec 21 07:47:45 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-3[133278]: 2023-12-21T07:47:45.062+0000 7fe0e011f700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-21T07:47:45.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:45 smithi043 ceph-mon[107704]: from='osd.3 [v2:172.21.15.43:6826/1229940541,v1:172.21.15.43:6827/1229940541]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T07:47:45.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:45 smithi043 ceph-mon[107704]: osdmap e24: 4 total, 3 up, 4 in 2023-12-21T07:47:45.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:45.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:45 smithi043 ceph-mon[107704]: from='osd.3 [v2:172.21.15.43:6826/1229940541,v1:172.21.15.43:6827/1229940541]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2023-12-21T07:47:45.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:45 smithi050 ceph-mon[110339]: from='osd.3 [v2:172.21.15.43:6826/1229940541,v1:172.21.15.43:6827/1229940541]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T07:47:45.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:45 smithi050 ceph-mon[110339]: osdmap e24: 4 total, 3 up, 4 in 2023-12-21T07:47:45.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:45.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:45 smithi050 ceph-mon[110339]: from='osd.3 [v2:172.21.15.43:6826/1229940541,v1:172.21.15.43:6827/1229940541]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]: dispatch 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='osd.3 [v2:172.21.15.43:6826/1229940541,v1:172.21.15.43:6827/1229940541]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: osdmap e25: 4 total, 3 up, 4 in 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: Detected new or changed devices on smithi043 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:46.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: Adjusting osd_memory_target on smithi043 to 3225M 2023-12-21T07:47:46.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:46.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:46.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:46.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:46.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:46.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:46 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:46.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='osd.3 [v2:172.21.15.43:6826/1229940541,v1:172.21.15.43:6827/1229940541]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi043", "root=default"]}]': finished 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: osdmap e25: 4 total, 3 up, 4 in 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: Detected new or changed devices on smithi043 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: Adjusting osd_memory_target on smithi043 to 3225M 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:46.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:46.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:46.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:46.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:46.505 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:46 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:47.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:47 smithi050 ceph-mon[110339]: purged_snaps scrub starts 2023-12-21T07:47:47.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:47 smithi050 ceph-mon[110339]: purged_snaps scrub ok 2023-12-21T07:47:47.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:47.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:47 smithi050 ceph-mon[110339]: osd.3 [v2:172.21.15.43:6826/1229940541,v1:172.21.15.43:6827/1229940541] boot 2023-12-21T07:47:47.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:47 smithi050 ceph-mon[110339]: osdmap e26: 4 total, 4 up, 4 in 2023-12-21T07:47:47.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:47.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:47 smithi050 ceph-mon[110339]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:47:47.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:47:47.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:47:47.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:47.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:47 smithi043 ceph-mon[107704]: purged_snaps scrub starts 2023-12-21T07:47:47.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:47 smithi043 ceph-mon[107704]: purged_snaps scrub ok 2023-12-21T07:47:47.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:47.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:47 smithi043 ceph-mon[107704]: osd.3 [v2:172.21.15.43:6826/1229940541,v1:172.21.15.43:6827/1229940541] boot 2023-12-21T07:47:47.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:47 smithi043 ceph-mon[107704]: osdmap e26: 4 total, 4 up, 4 in 2023-12-21T07:47:47.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:47:47.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:47 smithi043 ceph-mon[107704]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:47:47.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:47:47.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:47:47.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:48 smithi050 ceph-mon[110339]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-21T07:47:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:48 smithi050 ceph-mon[110339]: osdmap e27: 4 total, 4 up, 4 in 2023-12-21T07:47:48.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:48 smithi043 ceph-mon[107704]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-21T07:47:48.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:48 smithi043 ceph-mon[107704]: osdmap e27: 4 total, 4 up, 4 in 2023-12-21T07:47:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:49 smithi050 ceph-mon[110339]: from='client.? 172.21.15.50:0/2290987155' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ceefedb9-e56b-4ffc-90fc-43e6ccc60e26"}]: dispatch 2023-12-21T07:47:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:49 smithi050 ceph-mon[110339]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ceefedb9-e56b-4ffc-90fc-43e6ccc60e26"}]: dispatch 2023-12-21T07:47:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:49 smithi050 ceph-mon[110339]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ceefedb9-e56b-4ffc-90fc-43e6ccc60e26"}]': finished 2023-12-21T07:47:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:49 smithi050 ceph-mon[110339]: osdmap e28: 5 total, 4 up, 5 in 2023-12-21T07:47:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:47:49.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:49 smithi050 ceph-mon[110339]: from='client.? 172.21.15.50:0/3825777291' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:47:49.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:49 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/2290987155' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ceefedb9-e56b-4ffc-90fc-43e6ccc60e26"}]: dispatch 2023-12-21T07:47:49.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:49 smithi043 ceph-mon[107704]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ceefedb9-e56b-4ffc-90fc-43e6ccc60e26"}]: dispatch 2023-12-21T07:47:49.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:49 smithi043 ceph-mon[107704]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ceefedb9-e56b-4ffc-90fc-43e6ccc60e26"}]': finished 2023-12-21T07:47:49.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:49 smithi043 ceph-mon[107704]: osdmap e28: 5 total, 4 up, 5 in 2023-12-21T07:47:49.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:47:49.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:49 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/3825777291' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:47:50.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:50 smithi043 ceph-mon[107704]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:47:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:50 smithi050 ceph-mon[110339]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:47:52.255 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:52 smithi050 ceph-mon[110339]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:47:52.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:52 smithi043 ceph-mon[107704]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:47:53.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:53 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T07:47:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:53 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:53.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:53 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T07:47:53.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:53 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:54.436 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:54 smithi050 ceph-mon[110339]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:47:54.436 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:54 smithi050 ceph-mon[110339]: Deploying daemon osd.4 on smithi050 2023-12-21T07:47:54.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:54 smithi043 ceph-mon[107704]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:47:54.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:54 smithi043 ceph-mon[107704]: Deploying daemon osd.4 on smithi050 2023-12-21T07:47:56.384 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:56 smithi050 ceph-mon[110339]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:47:56.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:56 smithi043 ceph-mon[107704]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:47:57.546 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:57 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:57.546 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:57 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:57.546 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:57 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:57.547 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:57 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:57.547 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:57 smithi050 ceph-mon[110339]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:47:57.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:57 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:57.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:57 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:57.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:57 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:57.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:57 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:57.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:57 smithi043 ceph-mon[107704]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:47:58.383 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 4 on host 'smithi050' 2023-12-21T07:47:58.839 DEBUG:teuthology.orchestra.run.smithi050:osd.4> sudo journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.4.service 2023-12-21T07:47:58.842 INFO:tasks.cephadm:Deploying osd.5 on smithi050 with /dev/vg_nvme/lv_3... 2023-12-21T07:47:58.842 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-21T07:47:58.871 INFO:journalctl@ceph.osd.4.smithi050.stdout:-- Logs begin at Thu 2023-12-21 07:35:18 UTC. -- 2023-12-21T07:47:59.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:58 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:59.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:58 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:59.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:58 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:59.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:58 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:59.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:58 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:59.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:58 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:58 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:58 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:59.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:58 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:47:59.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:58 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:47:59.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:58 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:47:59.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:58 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:47:59.847 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 07:47:59 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-4[115095]: 2023-12-21T07:47:59.627+0000 7f1f03e813c0 -1 osd.4 0 log_to_monitors true 2023-12-21T07:48:00.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:59 smithi043 ceph-mon[107704]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:48:00.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:59 smithi043 ceph-mon[107704]: from='osd.4 [v2:172.21.15.50:6800/1740658615,v1:172.21.15.50:6801/1740658615]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T07:48:00.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:47:59 smithi043 ceph-mon[107704]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T07:48:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:59 smithi050 ceph-mon[110339]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:48:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:59 smithi050 ceph-mon[110339]: from='osd.4 [v2:172.21.15.50:6800/1740658615,v1:172.21.15.50:6801/1740658615]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T07:48:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:47:59 smithi050 ceph-mon[110339]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T07:48:00.498 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-21T07:48:00.498 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-21T07:48:00.498 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-12-21T07:48:00.498 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-12-21T07:48:00.498 INFO:teuthology.orchestra.run.smithi050.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00830711 s, 1.3 GB/s 2023-12-21T07:48:00.498 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-12-21T07:48:00.884 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_3 2023-12-21T07:48:01.504 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-4[115095]: 2023-12-21T07:48:01.390+0000 7f1efa884700 -1 osd.4 0 waiting for initial osdmap 2023-12-21T07:48:01.504 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-4[115095]: 2023-12-21T07:48:01.395+0000 7f1ef4a1a700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: osdmap e29: 5 total, 4 up, 5 in 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: from='osd.4 [v2:172.21.15.50:6800/1740658615,v1:172.21.15.50:6801/1740658615]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: Detected new or changed devices on smithi050 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: Adjusting osd_memory_target on smithi050 to 15974M 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:01.505 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:01 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T07:48:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: osdmap e29: 5 total, 4 up, 5 in 2023-12-21T07:48:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:48:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: from='osd.4 [v2:172.21.15.50:6800/1740658615,v1:172.21.15.50:6801/1740658615]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-21T07:48:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: Detected new or changed devices on smithi050 2023-12-21T07:48:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: Adjusting osd_memory_target on smithi050 to 15974M 2023-12-21T07:48:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:01.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:01 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:02.561 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:02 smithi050 ceph-mon[110339]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-21T07:48:02.561 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:02 smithi050 ceph-mon[110339]: osdmap e30: 5 total, 4 up, 5 in 2023-12-21T07:48:02.561 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:02 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:48:02.561 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:02 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:48:02.561 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:02 smithi050 ceph-mon[110339]: osd.4 [v2:172.21.15.50:6800/1740658615,v1:172.21.15.50:6801/1740658615] boot 2023-12-21T07:48:02.561 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:02 smithi050 ceph-mon[110339]: osdmap e31: 5 total, 5 up, 5 in 2023-12-21T07:48:02.562 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:02 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:48:02.562 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:02 smithi050 ceph-mon[110339]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:48:02.562 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:02 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:48:02.562 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:02 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:48:02.562 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:02 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:02.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:02 smithi043 ceph-mon[107704]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-21T07:48:02.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:02 smithi043 ceph-mon[107704]: osdmap e30: 5 total, 4 up, 5 in 2023-12-21T07:48:02.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:02 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:48:02.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:02 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:48:02.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:02 smithi043 ceph-mon[107704]: osd.4 [v2:172.21.15.50:6800/1740658615,v1:172.21.15.50:6801/1740658615] boot 2023-12-21T07:48:02.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:02 smithi043 ceph-mon[107704]: osdmap e31: 5 total, 5 up, 5 in 2023-12-21T07:48:02.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:02 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:48:02.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:02 smithi043 ceph-mon[107704]: from='client.24173 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:48:02.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:02 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:48:02.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:02 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:48:02.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:02 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:03 smithi050 ceph-mon[110339]: purged_snaps scrub starts 2023-12-21T07:48:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:03 smithi050 ceph-mon[110339]: purged_snaps scrub ok 2023-12-21T07:48:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:03 smithi050 ceph-mon[110339]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-21T07:48:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:03 smithi050 ceph-mon[110339]: osdmap e32: 5 total, 5 up, 5 in 2023-12-21T07:48:03.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:03 smithi043 ceph-mon[107704]: purged_snaps scrub starts 2023-12-21T07:48:03.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:03 smithi043 ceph-mon[107704]: purged_snaps scrub ok 2023-12-21T07:48:03.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:03 smithi043 ceph-mon[107704]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-21T07:48:03.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:03 smithi043 ceph-mon[107704]: osdmap e32: 5 total, 5 up, 5 in 2023-12-21T07:48:05.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:04 smithi043 ceph-mon[107704]: osdmap e33: 5 total, 5 up, 5 in 2023-12-21T07:48:05.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:04 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/2152417033' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dce6cc43-1b22-4ea3-81a4-47d129c4d0b3"}]: dispatch 2023-12-21T07:48:05.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:04 smithi043 ceph-mon[107704]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dce6cc43-1b22-4ea3-81a4-47d129c4d0b3"}]: dispatch 2023-12-21T07:48:05.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:04 smithi043 ceph-mon[107704]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dce6cc43-1b22-4ea3-81a4-47d129c4d0b3"}]': finished 2023-12-21T07:48:05.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:04 smithi043 ceph-mon[107704]: osdmap e34: 6 total, 5 up, 6 in 2023-12-21T07:48:05.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:05.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:48:05.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:48:05.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:04 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/1740502000' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:48:05.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:04 smithi050 ceph-mon[110339]: osdmap e33: 5 total, 5 up, 5 in 2023-12-21T07:48:05.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:04 smithi050 ceph-mon[110339]: from='client.? 172.21.15.50:0/2152417033' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dce6cc43-1b22-4ea3-81a4-47d129c4d0b3"}]: dispatch 2023-12-21T07:48:05.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:04 smithi050 ceph-mon[110339]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dce6cc43-1b22-4ea3-81a4-47d129c4d0b3"}]: dispatch 2023-12-21T07:48:05.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:04 smithi050 ceph-mon[110339]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dce6cc43-1b22-4ea3-81a4-47d129c4d0b3"}]': finished 2023-12-21T07:48:05.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:04 smithi050 ceph-mon[110339]: osdmap e34: 6 total, 5 up, 6 in 2023-12-21T07:48:05.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:05.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:48:05.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:48:05.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:04 smithi050 ceph-mon[110339]: from='client.? 172.21.15.50:0/1740502000' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:48:06.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:05 smithi043 ceph-mon[107704]: pgmap v82: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-21T07:48:06.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:05 smithi043 ceph-mon[107704]: osdmap e35: 6 total, 5 up, 6 in 2023-12-21T07:48:06.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:05 smithi050 ceph-mon[110339]: pgmap v82: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-21T07:48:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:05 smithi050 ceph-mon[110339]: osdmap e35: 6 total, 5 up, 6 in 2023-12-21T07:48:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:05 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:08.145 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:07 smithi050 ceph-mon[110339]: pgmap v84: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-21T07:48:08.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:07 smithi043 ceph-mon[107704]: pgmap v84: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-21T07:48:09.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:08 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T07:48:09.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:08 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:09.267 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:08 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T07:48:09.267 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:08 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:10.210 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:09 smithi050 ceph-mon[110339]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2023-12-21T07:48:10.210 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:09 smithi050 ceph-mon[110339]: Deploying daemon osd.5 on smithi050 2023-12-21T07:48:10.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:09 smithi043 ceph-mon[107704]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 92 KiB/s, 0 objects/s recovering 2023-12-21T07:48:10.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:09 smithi043 ceph-mon[107704]: Deploying daemon osd.5 on smithi050 2023-12-21T07:48:12.239 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:11 smithi050 ceph-mon[110339]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-21T07:48:12.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:11 smithi043 ceph-mon[107704]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-21T07:48:13.404 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:13 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:13.404 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:13 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:13.404 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:13 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:13.404 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:13 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:13 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:13 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:13 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:13.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:13 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:14.379 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 5 on host 'smithi050' 2023-12-21T07:48:14.404 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:14 smithi050 ceph-mon[110339]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-12-21T07:48:14.404 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:14 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:14.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:14 smithi043 ceph-mon[107704]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-12-21T07:48:14.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:14 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:14.998 DEBUG:teuthology.orchestra.run.smithi050:osd.5> sudo journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.5.service 2023-12-21T07:48:15.000 INFO:tasks.cephadm:Deploying osd.6 on smithi050 with /dev/vg_nvme/lv_2... 2023-12-21T07:48:15.000 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-21T07:48:15.030 INFO:journalctl@ceph.osd.5.smithi050.stdout:-- Logs begin at Thu 2023-12-21 07:35:18 UTC. -- 2023-12-21T07:48:15.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:15 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:15.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:15 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:15.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:15 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:15.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:15 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:15.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:15 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:15.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:15 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:15.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:15 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:15.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:15 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:15.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:15 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:15.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:15 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:15.596 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 07:48:15 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T07:48:15.392+0000 7f82efaf03c0 -1 osd.5 0 log_to_monitors true 2023-12-21T07:48:16.442 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-21T07:48:16.442 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-21T07:48:16.442 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-12-21T07:48:16.442 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-12-21T07:48:16.442 INFO:teuthology.orchestra.run.smithi050.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0135547 s, 774 MB/s 2023-12-21T07:48:16.443 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-12-21T07:48:16.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:16 smithi050 ceph-mon[110339]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-21T07:48:16.484 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:16 smithi050 ceph-mon[110339]: from='osd.5 [v2:172.21.15.50:6808/1738002143,v1:172.21.15.50:6809/1738002143]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T07:48:16.485 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:16 smithi050 ceph-mon[110339]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T07:48:16.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:16 smithi043 ceph-mon[107704]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-21T07:48:16.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:16 smithi043 ceph-mon[107704]: from='osd.5 [v2:172.21.15.50:6808/1738002143,v1:172.21.15.50:6809/1738002143]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T07:48:16.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:16 smithi043 ceph-mon[107704]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T07:48:16.822 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_2 2023-12-21T07:48:17.597 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T07:48:17.386+0000 7f82e64f3700 -1 osd.5 0 waiting for initial osdmap 2023-12-21T07:48:17.597 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T07:48:17.392+0000 7f82e0e8a700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-21T07:48:17.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T07:48:17.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: osdmap e36: 6 total, 5 up, 6 in 2023-12-21T07:48:17.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:17.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: from='osd.5 [v2:172.21.15.50:6808/1738002143,v1:172.21.15.50:6809/1738002143]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:17.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:17.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-21T07:48:17.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: Detected new or changed devices on smithi050 2023-12-21T07:48:17.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:17.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:17.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:17.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: Adjusting osd_memory_target on smithi050 to 7987M 2023-12-21T07:48:17.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:17.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:17 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:17.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T07:48:17.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: osdmap e36: 6 total, 5 up, 6 in 2023-12-21T07:48:17.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:17.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: from='osd.5 [v2:172.21.15.50:6808/1738002143,v1:172.21.15.50:6809/1738002143]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:17.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:17.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-21T07:48:17.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: Detected new or changed devices on smithi050 2023-12-21T07:48:17.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:17.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:17.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:17.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: Adjusting osd_memory_target on smithi050 to 7987M 2023-12-21T07:48:17.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:17.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:17 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:18.542 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:18 smithi050 ceph-mon[110339]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-21T07:48:18.542 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:18 smithi050 ceph-mon[110339]: osdmap e37: 6 total, 5 up, 6 in 2023-12-21T07:48:18.542 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:18 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:18.542 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:18 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:18.542 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:18 smithi050 ceph-mon[110339]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:48:18.542 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:18 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:48:18.542 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:18 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:48:18.542 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:18 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:18.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:18 smithi043 ceph-mon[107704]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-21T07:48:18.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:18 smithi043 ceph-mon[107704]: osdmap e37: 6 total, 5 up, 6 in 2023-12-21T07:48:18.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:18 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:18.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:18 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:18.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:18 smithi043 ceph-mon[107704]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:48:18.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:18 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:48:18.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:18 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:48:18.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:18 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:19 smithi050 ceph-mon[110339]: purged_snaps scrub starts 2023-12-21T07:48:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:19 smithi050 ceph-mon[110339]: purged_snaps scrub ok 2023-12-21T07:48:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:19 smithi050 ceph-mon[110339]: osd.5 [v2:172.21.15.50:6808/1738002143,v1:172.21.15.50:6809/1738002143] boot 2023-12-21T07:48:19.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:19 smithi050 ceph-mon[110339]: osdmap e38: 6 total, 6 up, 6 in 2023-12-21T07:48:19.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:19 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:19.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:19 smithi050 ceph-mon[110339]: pgmap v93: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-21T07:48:19.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:19 smithi043 ceph-mon[107704]: purged_snaps scrub starts 2023-12-21T07:48:19.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:19 smithi043 ceph-mon[107704]: purged_snaps scrub ok 2023-12-21T07:48:19.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:19 smithi043 ceph-mon[107704]: osd.5 [v2:172.21.15.50:6808/1738002143,v1:172.21.15.50:6809/1738002143] boot 2023-12-21T07:48:19.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:19 smithi043 ceph-mon[107704]: osdmap e38: 6 total, 6 up, 6 in 2023-12-21T07:48:19.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:19 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:48:19.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:19 smithi043 ceph-mon[107704]: pgmap v93: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-21T07:48:20.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:20 smithi043 ceph-mon[107704]: osdmap e39: 6 total, 6 up, 6 in 2023-12-21T07:48:20.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:20 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/4174187896' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ee0f800-7619-42e9-9f6b-be03abb5366d"}]: dispatch 2023-12-21T07:48:20.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:20 smithi043 ceph-mon[107704]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ee0f800-7619-42e9-9f6b-be03abb5366d"}]: dispatch 2023-12-21T07:48:20.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:20 smithi043 ceph-mon[107704]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ee0f800-7619-42e9-9f6b-be03abb5366d"}]': finished 2023-12-21T07:48:20.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:20 smithi043 ceph-mon[107704]: osdmap e40: 7 total, 6 up, 7 in 2023-12-21T07:48:20.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:20 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:20 smithi050 ceph-mon[110339]: osdmap e39: 6 total, 6 up, 6 in 2023-12-21T07:48:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:20 smithi050 ceph-mon[110339]: from='client.? 172.21.15.50:0/4174187896' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ee0f800-7619-42e9-9f6b-be03abb5366d"}]: dispatch 2023-12-21T07:48:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:20 smithi050 ceph-mon[110339]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ee0f800-7619-42e9-9f6b-be03abb5366d"}]: dispatch 2023-12-21T07:48:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:20 smithi050 ceph-mon[110339]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ee0f800-7619-42e9-9f6b-be03abb5366d"}]': finished 2023-12-21T07:48:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:20 smithi050 ceph-mon[110339]: osdmap e40: 7 total, 6 up, 7 in 2023-12-21T07:48:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:20 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:21.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:21 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/66079342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:48:21.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:21 smithi043 ceph-mon[107704]: pgmap v96: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-21T07:48:21.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:21 smithi043 ceph-mon[107704]: osdmap e41: 7 total, 6 up, 7 in 2023-12-21T07:48:21.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:21 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:21 smithi050 ceph-mon[110339]: from='client.? 172.21.15.50:0/66079342' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:48:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:21 smithi050 ceph-mon[110339]: pgmap v96: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-21T07:48:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:21 smithi050 ceph-mon[110339]: osdmap e41: 7 total, 6 up, 7 in 2023-12-21T07:48:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:21 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:23.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:22 smithi050 ceph-mon[110339]: osdmap e42: 7 total, 6 up, 7 in 2023-12-21T07:48:23.033 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:22 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:23.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:22 smithi043 ceph-mon[107704]: osdmap e42: 7 total, 6 up, 7 in 2023-12-21T07:48:23.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:22 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:24.018 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:23 smithi050 ceph-mon[110339]: pgmap v99: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-21T07:48:24.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:23 smithi043 ceph-mon[107704]: pgmap v99: 1 pgs: 1 peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-21T07:48:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:24 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T07:48:25.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:24 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:25.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:24 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T07:48:25.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:24 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:26.235 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:25 smithi050 ceph-mon[110339]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-21T07:48:26.236 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:25 smithi050 ceph-mon[110339]: Deploying daemon osd.6 on smithi050 2023-12-21T07:48:26.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:25 smithi043 ceph-mon[107704]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-21T07:48:26.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:25 smithi043 ceph-mon[107704]: Deploying daemon osd.6 on smithi050 2023-12-21T07:48:28.171 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:27 smithi050 ceph-mon[110339]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-21T07:48:28.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:27 smithi043 ceph-mon[107704]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-21T07:48:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:29 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:29.600 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:29 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:29.600 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:29 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:29.600 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:29 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:29.601 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:29 smithi050 ceph-mon[110339]: pgmap v102: 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-21T07:48:29.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:29 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:29.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:29 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:29.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:29 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:29.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:29 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:29.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:29 smithi043 ceph-mon[107704]: pgmap v102: 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-21T07:48:30.354 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 6 on host 'smithi050' 2023-12-21T07:48:30.762 DEBUG:teuthology.orchestra.run.smithi050:osd.6> sudo journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.6.service 2023-12-21T07:48:30.765 INFO:tasks.cephadm:Deploying osd.7 on smithi050 with /dev/vg_nvme/lv_1... 2023-12-21T07:48:30.765 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-21T07:48:30.792 INFO:journalctl@ceph.osd.6.smithi050.stdout:-- Logs begin at Thu 2023-12-21 07:35:18 UTC. -- 2023-12-21T07:48:31.342 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:31.342 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:31.342 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:31.342 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:31.342 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:31.342 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:31.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:31.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:31.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:31.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:31.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:31.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:31.597 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 07:48:31 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T07:48:31.500+0000 7faa237083c0 -1 osd.6 0 log_to_monitors true 2023-12-21T07:48:32.060 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:32 smithi050 ceph-mon[110339]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-21T07:48:32.060 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:32 smithi050 ceph-mon[110339]: from='osd.6 [v2:172.21.15.50:6816/814499803,v1:172.21.15.50:6817/814499803]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T07:48:32.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:32 smithi043 ceph-mon[107704]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-21T07:48:32.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:32 smithi043 ceph-mon[107704]: from='osd.6 [v2:172.21.15.50:6816/814499803,v1:172.21.15.50:6817/814499803]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T07:48:32.531 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-21T07:48:32.531 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-21T07:48:32.531 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2023-12-21T07:48:32.531 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2023-12-21T07:48:32.531 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00815864 s, 1.3 GB/s 2023-12-21T07:48:32.531 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2023-12-21T07:48:32.911 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch daemon add osd smithi050:vg_nvme/lv_1 2023-12-21T07:48:33.525 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T07:48:33.359+0000 7faa1a10b700 -1 osd.6 0 waiting for initial osdmap 2023-12-21T07:48:33.525 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T07:48:33.367+0000 7faa12a9e700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-21T07:48:33.526 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: from='osd.6 [v2:172.21.15.50:6816/814499803,v1:172.21.15.50:6817/814499803]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T07:48:33.526 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: osdmap e43: 7 total, 6 up, 7 in 2023-12-21T07:48:33.526 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:33.526 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: from='osd.6 [v2:172.21.15.50:6816/814499803,v1:172.21.15.50:6817/814499803]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:33.526 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: pgmap v105: 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-21T07:48:33.526 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: Detected new or changed devices on smithi050 2023-12-21T07:48:33.526 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:33.526 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:33.526 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:33.527 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:33.527 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: Adjusting osd_memory_target on smithi050 to 5324M 2023-12-21T07:48:33.527 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:33.527 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:33 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:33.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: from='osd.6 [v2:172.21.15.50:6816/814499803,v1:172.21.15.50:6817/814499803]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T07:48:33.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: osdmap e43: 7 total, 6 up, 7 in 2023-12-21T07:48:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: from='osd.6 [v2:172.21.15.50:6816/814499803,v1:172.21.15.50:6817/814499803]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: pgmap v105: 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-21T07:48:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: Detected new or changed devices on smithi050 2023-12-21T07:48:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: Adjusting osd_memory_target on smithi050 to 5324M 2023-12-21T07:48:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:33 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:34 smithi050 ceph-mon[110339]: from='osd.6 [v2:172.21.15.50:6816/814499803,v1:172.21.15.50:6817/814499803]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-21T07:48:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:34 smithi050 ceph-mon[110339]: osdmap e44: 7 total, 6 up, 7 in 2023-12-21T07:48:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:48:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:48:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:34.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:34 smithi043 ceph-mon[107704]: from='osd.6 [v2:172.21.15.50:6816/814499803,v1:172.21.15.50:6817/814499803]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-21T07:48:34.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:34 smithi043 ceph-mon[107704]: osdmap e44: 7 total, 6 up, 7 in 2023-12-21T07:48:34.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:34.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:34.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T07:48:34.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T07:48:34.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:35 smithi050 ceph-mon[110339]: purged_snaps scrub starts 2023-12-21T07:48:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:35 smithi050 ceph-mon[110339]: purged_snaps scrub ok 2023-12-21T07:48:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:35 smithi050 ceph-mon[110339]: from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:48:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:35 smithi050 ceph-mon[110339]: osd.6 [v2:172.21.15.50:6816/814499803,v1:172.21.15.50:6817/814499803] boot 2023-12-21T07:48:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:35 smithi050 ceph-mon[110339]: osdmap e45: 7 total, 7 up, 7 in 2023-12-21T07:48:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:35 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:35 smithi050 ceph-mon[110339]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-21T07:48:35.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:35 smithi043 ceph-mon[107704]: purged_snaps scrub starts 2023-12-21T07:48:35.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:35 smithi043 ceph-mon[107704]: purged_snaps scrub ok 2023-12-21T07:48:35.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:35 smithi043 ceph-mon[107704]: from='client.24209 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:48:35.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:35 smithi043 ceph-mon[107704]: osd.6 [v2:172.21.15.50:6816/814499803,v1:172.21.15.50:6817/814499803] boot 2023-12-21T07:48:35.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:35 smithi043 ceph-mon[107704]: osdmap e45: 7 total, 7 up, 7 in 2023-12-21T07:48:35.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:35 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:48:35.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:35 smithi043 ceph-mon[107704]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-21T07:48:36.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:36 smithi043 ceph-mon[107704]: osdmap e46: 7 total, 7 up, 7 in 2023-12-21T07:48:36.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:36 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/2736481939' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1899f4d4-b086-48bf-b2f9-e2dd907a1b42"}]: dispatch 2023-12-21T07:48:36.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:36 smithi043 ceph-mon[107704]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1899f4d4-b086-48bf-b2f9-e2dd907a1b42"}]: dispatch 2023-12-21T07:48:36.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:36 smithi043 ceph-mon[107704]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1899f4d4-b086-48bf-b2f9-e2dd907a1b42"}]': finished 2023-12-21T07:48:36.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:36 smithi043 ceph-mon[107704]: osdmap e47: 8 total, 7 up, 8 in 2023-12-21T07:48:36.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:36 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:36 smithi050 ceph-mon[110339]: osdmap e46: 7 total, 7 up, 7 in 2023-12-21T07:48:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:36 smithi050 ceph-mon[110339]: from='client.? 172.21.15.50:0/2736481939' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1899f4d4-b086-48bf-b2f9-e2dd907a1b42"}]: dispatch 2023-12-21T07:48:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:36 smithi050 ceph-mon[110339]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1899f4d4-b086-48bf-b2f9-e2dd907a1b42"}]: dispatch 2023-12-21T07:48:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:36 smithi050 ceph-mon[110339]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1899f4d4-b086-48bf-b2f9-e2dd907a1b42"}]': finished 2023-12-21T07:48:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:36 smithi050 ceph-mon[110339]: osdmap e47: 8 total, 7 up, 8 in 2023-12-21T07:48:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:36 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:37 smithi043 ceph-mon[107704]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-21T07:48:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:37 smithi043 ceph-mon[107704]: from='client.? 172.21.15.50:0/1196587120' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:48:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:37 smithi043 ceph-mon[107704]: osdmap e48: 8 total, 7 up, 8 in 2023-12-21T07:48:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:37 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:37 smithi050 ceph-mon[110339]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-21T07:48:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:37 smithi050 ceph-mon[110339]: from='client.? 172.21.15.50:0/1196587120' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T07:48:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:37 smithi050 ceph-mon[110339]: osdmap e48: 8 total, 7 up, 8 in 2023-12-21T07:48:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:37 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:39.075 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:38 smithi050 ceph-mon[110339]: osdmap e49: 8 total, 7 up, 8 in 2023-12-21T07:48:39.075 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:38 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:39.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:38 smithi043 ceph-mon[107704]: osdmap e49: 8 total, 7 up, 8 in 2023-12-21T07:48:39.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:38 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:40.091 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:39 smithi050 ceph-mon[110339]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-21T07:48:40.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:39 smithi043 ceph-mon[107704]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-21T07:48:41.991 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:41 smithi050 ceph-mon[110339]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-21T07:48:41.992 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:41 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T07:48:41.992 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:41 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:41.992 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:41 smithi050 ceph-mon[110339]: Deploying daemon osd.7 on smithi050 2023-12-21T07:48:42.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:41 smithi043 ceph-mon[107704]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 101 KiB/s, 0 objects/s recovering 2023-12-21T07:48:42.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:41 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T07:48:42.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:41 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:42.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:41 smithi043 ceph-mon[107704]: Deploying daemon osd.7 on smithi050 2023-12-21T07:48:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:43 smithi050 ceph-mon[110339]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-21T07:48:44.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:43 smithi043 ceph-mon[107704]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-12-21T07:48:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:45 smithi050 ceph-mon[110339]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-21T07:48:45.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:45.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:45.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:45.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:45.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:45 smithi043 ceph-mon[107704]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-21T07:48:46.718 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 7 on host 'smithi050' 2023-12-21T07:48:47.077 DEBUG:teuthology.orchestra.run.smithi050:osd.7> sudo journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.7.service 2023-12-21T07:48:47.080 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-21T07:48:47.080 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T07:48:47.108 INFO:journalctl@ceph.osd.7.smithi050.stdout:-- Logs begin at Thu 2023-12-21 07:35:18 UTC. -- 2023-12-21T07:48:47.552 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:47.552 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:47.552 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:47 smithi050 ceph-mon[110339]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-21T07:48:47.552 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:47.552 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:47.552 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:47.552 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:47.705 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:47.705 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:47.705 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:47 smithi043 ceph-mon[107704]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-21T07:48:47.705 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:47.705 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:48:47.705 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:48:47.705 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:48:47.815 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 07:48:47 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T07:48:47.623+0000 7fc7dc7d53c0 -1 osd.7 0 log_to_monitors true 2023-12-21T07:48:48.422 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:48:48.699 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:48 smithi043 ceph-mon[107704]: from='osd.7 [v2:172.21.15.50:6824/247573602,v1:172.21.15.50:6825/247573602]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T07:48:48.699 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:48 smithi043 ceph-mon[107704]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T07:48:48.699 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:48 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2412286903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T07:48:48.751 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":49,"num_osds":8,"num_up_osds":7,"osd_up_since":1703144914,"num_in_osds":8,"osd_in_since":1703144915,"num_remapped_pgs":0} 2023-12-21T07:48:48.793 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:48 smithi050 ceph-mon[110339]: from='osd.7 [v2:172.21.15.50:6824/247573602,v1:172.21.15.50:6825/247573602]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T07:48:48.793 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:48 smithi050 ceph-mon[110339]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T07:48:48.793 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:48 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2412286903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T07:48:49.753 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T07:48:49.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: osdmap e50: 8 total, 7 up, 8 in 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: from='osd.7 [v2:172.21.15.50:6824/247573602,v1:172.21.15.50:6825/247573602]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: Detected new or changed devices on smithi050 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: Adjusting osd_memory_target on smithi050 to 3993M 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:49.755 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:49.847 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T07:48:49.446+0000 7fc7d31d8700 -1 osd.7 0 waiting for initial osdmap 2023-12-21T07:48:49.847 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T07:48:49.455+0000 7fc7cd36e700 -1 osd.7 51 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-21T07:48:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T07:48:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: osdmap e50: 8 total, 7 up, 8 in 2023-12-21T07:48:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: from='osd.7 [v2:172.21.15.50:6824/247573602,v1:172.21.15.50:6825/247573602]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2023-12-21T07:48:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-21T07:48:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: Detected new or changed devices on smithi050 2023-12-21T07:48:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:48:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: Adjusting osd_memory_target on smithi050 to 3993M 2023-12-21T07:48:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:48:50.680 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:50 smithi043 ceph-mon[107704]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-21T07:48:50.681 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:50 smithi043 ceph-mon[107704]: osdmap e51: 8 total, 7 up, 8 in 2023-12-21T07:48:50.681 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:50 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:50.681 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:50 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:50 smithi050 ceph-mon[110339]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2023-12-21T07:48:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:50 smithi050 ceph-mon[110339]: osdmap e51: 8 total, 7 up, 8 in 2023-12-21T07:48:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:50 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:50 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:51.066 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:48:51.485 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":52,"num_osds":8,"num_up_osds":8,"osd_up_since":1703144930,"num_in_osds":8,"osd_in_since":1703144915,"num_remapped_pgs":1} 2023-12-21T07:48:51.486 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T07:48:51.719 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:48:51.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:51 smithi043 ceph-mon[107704]: purged_snaps scrub starts 2023-12-21T07:48:51.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:51 smithi043 ceph-mon[107704]: purged_snaps scrub ok 2023-12-21T07:48:51.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:51.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:51 smithi043 ceph-mon[107704]: osd.7 [v2:172.21.15.50:6824/247573602,v1:172.21.15.50:6825/247573602] boot 2023-12-21T07:48:51.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:51 smithi043 ceph-mon[107704]: osdmap e52: 8 total, 8 up, 8 in 2023-12-21T07:48:51.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:51.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:51 smithi043 ceph-mon[107704]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-21T07:48:51.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:51 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1221271400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T07:48:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:51 smithi050 ceph-mon[110339]: purged_snaps scrub starts 2023-12-21T07:48:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:51 smithi050 ceph-mon[110339]: purged_snaps scrub ok 2023-12-21T07:48:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:51 smithi050 ceph-mon[110339]: osd.7 [v2:172.21.15.50:6824/247573602,v1:172.21.15.50:6825/247573602] boot 2023-12-21T07:48:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:51 smithi050 ceph-mon[110339]: osdmap e52: 8 total, 8 up, 8 in 2023-12-21T07:48:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:48:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:51 smithi050 ceph-mon[110339]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-21T07:48:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:51 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/1221271400' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T07:48:52.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:52 smithi043 ceph-mon[107704]: osdmap e53: 8 total, 8 up, 8 in 2023-12-21T07:48:52.781 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:48:52.781 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":54,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","created":"2023-12-21T07:44:38.285081+0000","modified":"2023-12-21T07:48:52.451805+0000","last_up_change":"2023-12-21T07:48:50.443827+0000","last_in_change":"2023-12-21T07:48:35.912041+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-21T07:47:30.970569+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"00c2e718-17f2-43b3-a4c9-a4eed5ef65a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6802","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6803","nonce":1571475534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6804","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6805","nonce":1571475534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6808","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6809","nonce":1571475534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6806","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6807","nonce":1571475534}]},"public_addr":"172.21.15.43:6803/1571475534","cluster_addr":"172.21.15.43:6805/1571475534","heartbeat_back_addr":"172.21.15.43:6809/1571475534","heartbeat_front_addr":"172.21.15.43:6807/1571475534","state":["exists","up"]},{"osd":1,"uuid":"e50f6e70-177d-4035-94b4-4a682222f2c4","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.43:6810","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6811","nonce":2710341482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6812","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6813","nonce":2710341482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6816","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6817","nonce":2710341482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6814","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6815","nonce":2710341482}]},"public_addr":"172.21.15.43:6811/2710341482","cluster_addr":"172.21.15.43:6813/2710341482","heartbeat_back_addr":"172.21.15.43:6817/2710341482","heartbeat_front_addr":"172.21.15.43:6815/2710341482","state":["exists","up"]},{"osd":2,"uuid":"3418943d-5fc0-48be-b843-9bc8f979f1c7","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.43:6818","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6819","nonce":3571191021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6820","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6821","nonce":3571191021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6824","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6825","nonce":3571191021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6822","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6823","nonce":3571191021}]},"public_addr":"172.21.15.43:6819/3571191021","cluster_addr":"172.21.15.43:6821/3571191021","heartbeat_back_addr":"172.21.15.43:6825/3571191021","heartbeat_front_addr":"172.21.15.43:6823/3571191021","state":["exists","up"]},{"osd":3,"uuid":"c9aaafcf-449f-40d7-af8c-fbb0eca60a52","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.43:6826","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6827","nonce":1229940541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6828","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6829","nonce":1229940541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6832","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6833","nonce":1229940541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6830","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6831","nonce":1229940541}]},"public_addr":"172.21.15.43:6827/1229940541","cluster_addr":"172.21.15.43:6829/1229940541","heartbeat_back_addr":"172.21.15.43:6833/1229940541","heartbeat_front_addr":"172.21.15.43:6831/1229940541","state":["exists","up"]},{"osd":4,"uuid":"ceefedb9-e56b-4ffc-90fc-43e6ccc60e26","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.50:6800","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6801","nonce":1740658615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6803","nonce":1740658615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6807","nonce":1740658615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6805","nonce":1740658615}]},"public_addr":"172.21.15.50:6801/1740658615","cluster_addr":"172.21.15.50:6803/1740658615","heartbeat_back_addr":"172.21.15.50:6807/1740658615","heartbeat_front_addr":"172.21.15.50:6805/1740658615","state":["exists","up"]},{"osd":5,"uuid":"dce6cc43-1b22-4ea3-81a4-47d129c4d0b3","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.50:6808","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6809","nonce":1738002143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6811","nonce":1738002143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6815","nonce":1738002143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6813","nonce":1738002143}]},"public_addr":"172.21.15.50:6809/1738002143","cluster_addr":"172.21.15.50:6811/1738002143","heartbeat_back_addr":"172.21.15.50:6815/1738002143","heartbeat_front_addr":"172.21.15.50:6813/1738002143","state":["exists","up"]},{"osd":6,"uuid":"0ee0f800-7619-42e9-9f6b-be03abb5366d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6817","nonce":814499803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6818","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6819","nonce":814499803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6823","nonce":814499803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6821","nonce":814499803}]},"public_addr":"172.21.15.50:6817/814499803","cluster_addr":"172.21.15.50:6819/814499803","heartbeat_back_addr":"172.21.15.50:6823/814499803","heartbeat_front_addr":"172.21.15.50:6821/814499803","state":["exists","up"]},{"osd":7,"uuid":"1899f4d4-b086-48bf-b2f9-e2dd907a1b42","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6825","nonce":247573602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6826","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6827","nonce":247573602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6831","nonce":247573602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6829","nonce":247573602}]},"public_addr":"172.21.15.50:6825/247573602","cluster_addr":"172.21.15.50:6827/247573602","heartbeat_back_addr":"172.21.15.50:6831/247573602","heartbeat_front_addr":"172.21.15.50:6829/247573602","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-21T07:46:49.916141+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-21T07:47:09.995505+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-21T07:47:26.832080+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-21T07:47:44.113447+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-21T07:48:00.588106+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-21T07:48:16.381092+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-21T07:48:32.484719+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-21T07:48:48.603317+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.43:0/3777688992":"2023-12-22T07:46:04.427896+0000","172.21.15.43:0/2718890586":"2023-12-22T07:46:04.427896+0000","172.21.15.43:0/4153343038":"2023-12-22T07:46:04.427896+0000","172.21.15.43:6801/237252893":"2023-12-22T07:46:04.427896+0000","172.21.15.43:6800/237252893":"2023-12-22T07:46:04.427896+0000","172.21.15.43:6801/494793567":"2023-12-22T07:45:24.119781+0000","172.21.15.43:6800/494793567":"2023-12-22T07:45:24.119781+0000","172.21.15.43:0/3708740119":"2023-12-22T07:45:24.119781+0000","172.21.15.43:0/2781814857":"2023-12-22T07:45:01.093861+0000","172.21.15.43:0/2064322492":"2023-12-22T07:45:24.119781+0000","172.21.15.43:0/3500451412":"2023-12-22T07:45:01.093861+0000","172.21.15.43:0/2350243518":"2023-12-22T07:45:01.093861+0000","172.21.15.43:0/2957523451":"2023-12-22T07:45:24.119781+0000","172.21.15.43:6800/3748925175":"2023-12-22T07:45:01.093861+0000","172.21.15.43:6801/3748925175":"2023-12-22T07:45:01.093861+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-21T07:48:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:52 smithi050 ceph-mon[110339]: osdmap e53: 8 total, 8 up, 8 in 2023-12-21T07:48:53.142 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-21T07:47:30.970569+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-21T07:48:53.142 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-21T07:48:53.375 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:48:53.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:53 smithi043 ceph-mon[107704]: osdmap e54: 8 total, 8 up, 8 in 2023-12-21T07:48:53.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:53 smithi043 ceph-mon[107704]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:48:53.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:53 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/4130023243' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T07:48:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:53 smithi050 ceph-mon[110339]: osdmap e54: 8 total, 8 up, 8 in 2023-12-21T07:48:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:53 smithi050 ceph-mon[110339]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:48:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:53 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/4130023243' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T07:48:54.415 INFO:teuthology.orchestra.run.smithi043.stdout:pg_num: 1 2023-12-21T07:48:54.733 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:54 smithi043 ceph-mon[107704]: osdmap e55: 8 total, 8 up, 8 in 2023-12-21T07:48:54.733 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:54 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2033123028' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-21T07:48:54.735 INFO:tasks.cephadm:Setting up client nodes... 2023-12-21T07:48:54.735 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T07:48:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:54 smithi050 ceph-mon[110339]: osdmap e55: 8 total, 8 up, 8 in 2023-12-21T07:48:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:54 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2033123028' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-21T07:48:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:55 smithi050 ceph-mon[110339]: osdmap e56: 8 total, 8 up, 8 in 2023-12-21T07:48:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:55 smithi050 ceph-mon[110339]: pgmap v129: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-21T07:48:55.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:55 smithi043 ceph-mon[107704]: osdmap e56: 8 total, 8 up, 8 in 2023-12-21T07:48:55.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:55 smithi043 ceph-mon[107704]: pgmap v129: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-21T07:48:56.045 INFO:teuthology.orchestra.run.smithi043.stdout:[client.0] 2023-12-21T07:48:56.045 INFO:teuthology.orchestra.run.smithi043.stdout: key = AQDo7YNlN41hAhAAWKtVmsHZFq38DkTPEaQHsw== 2023-12-21T07:48:56.390 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-21T07:48:56.390 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-21T07:48:56.391 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-21T07:48:56.431 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-21T07:48:56.431 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-21T07:48:56.431 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-21T07:48:56.701 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:48:56.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:56 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/4054509677' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T07:48:56.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:56 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/4054509677' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T07:48:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:56 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/4054509677' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T07:48:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:56 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/4054509677' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T07:48:57.830 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:48:58.223 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:57 smithi043 ceph-mon[107704]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-21T07:48:58.223 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:57 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/4098893401' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T07:48:58.243 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi043.nepoxl","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6800","nonce":1969565476},{"type":"v1","addr":"172.21.15.43:6801","nonce":1969565476}]},"active_addr":"172.21.15.43:6801/1969565476","active_change":"2023-12-21T07:46:04.428186+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi050.sfkyvy","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.43:8443/","prometheus":"http://172.21.15.43: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.43:0","nonce":4121859577}]},{"addrvec":[{"type":"v2","addr":"172.21.15.43:0","nonce":1303392852}]},{"addrvec":[{"type":"v2","addr":"172.21.15.43:0","nonce":118930420}]},{"addrvec":[{"type":"v2","addr":"172.21.15.43:0","nonce":3809418793}]}]}} 2023-12-21T07:48:58.246 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-21T07:48:58.246 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-21T07:48:58.246 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T07:48:58.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:57 smithi050 ceph-mon[110339]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 102 KiB/s, 0 objects/s recovering 2023-12-21T07:48:58.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:57 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/4098893401' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T07:48:58.478 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:48:59.610 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:48:59.611 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":56,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","created":"2023-12-21T07:44:38.285081+0000","modified":"2023-12-21T07:48:54.461079+0000","last_up_change":"2023-12-21T07:48:50.443827+0000","last_in_change":"2023-12-21T07:48:35.912041+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-21T07:47:30.970569+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"00c2e718-17f2-43b3-a4c9-a4eed5ef65a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6802","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6803","nonce":1571475534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6804","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6805","nonce":1571475534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6808","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6809","nonce":1571475534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6806","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6807","nonce":1571475534}]},"public_addr":"172.21.15.43:6803/1571475534","cluster_addr":"172.21.15.43:6805/1571475534","heartbeat_back_addr":"172.21.15.43:6809/1571475534","heartbeat_front_addr":"172.21.15.43:6807/1571475534","state":["exists","up"]},{"osd":1,"uuid":"e50f6e70-177d-4035-94b4-4a682222f2c4","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.43:6810","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6811","nonce":2710341482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6812","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6813","nonce":2710341482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6816","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6817","nonce":2710341482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6814","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6815","nonce":2710341482}]},"public_addr":"172.21.15.43:6811/2710341482","cluster_addr":"172.21.15.43:6813/2710341482","heartbeat_back_addr":"172.21.15.43:6817/2710341482","heartbeat_front_addr":"172.21.15.43:6815/2710341482","state":["exists","up"]},{"osd":2,"uuid":"3418943d-5fc0-48be-b843-9bc8f979f1c7","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.43:6818","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6819","nonce":3571191021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6820","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6821","nonce":3571191021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6824","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6825","nonce":3571191021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6822","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6823","nonce":3571191021}]},"public_addr":"172.21.15.43:6819/3571191021","cluster_addr":"172.21.15.43:6821/3571191021","heartbeat_back_addr":"172.21.15.43:6825/3571191021","heartbeat_front_addr":"172.21.15.43:6823/3571191021","state":["exists","up"]},{"osd":3,"uuid":"c9aaafcf-449f-40d7-af8c-fbb0eca60a52","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.43:6826","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6827","nonce":1229940541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6828","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6829","nonce":1229940541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6832","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6833","nonce":1229940541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6830","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6831","nonce":1229940541}]},"public_addr":"172.21.15.43:6827/1229940541","cluster_addr":"172.21.15.43:6829/1229940541","heartbeat_back_addr":"172.21.15.43:6833/1229940541","heartbeat_front_addr":"172.21.15.43:6831/1229940541","state":["exists","up"]},{"osd":4,"uuid":"ceefedb9-e56b-4ffc-90fc-43e6ccc60e26","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.50:6800","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6801","nonce":1740658615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6803","nonce":1740658615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6807","nonce":1740658615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6805","nonce":1740658615}]},"public_addr":"172.21.15.50:6801/1740658615","cluster_addr":"172.21.15.50:6803/1740658615","heartbeat_back_addr":"172.21.15.50:6807/1740658615","heartbeat_front_addr":"172.21.15.50:6805/1740658615","state":["exists","up"]},{"osd":5,"uuid":"dce6cc43-1b22-4ea3-81a4-47d129c4d0b3","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.50:6808","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6809","nonce":1738002143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6811","nonce":1738002143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6815","nonce":1738002143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6813","nonce":1738002143}]},"public_addr":"172.21.15.50:6809/1738002143","cluster_addr":"172.21.15.50:6811/1738002143","heartbeat_back_addr":"172.21.15.50:6815/1738002143","heartbeat_front_addr":"172.21.15.50:6813/1738002143","state":["exists","up"]},{"osd":6,"uuid":"0ee0f800-7619-42e9-9f6b-be03abb5366d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6817","nonce":814499803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6818","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6819","nonce":814499803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6823","nonce":814499803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6821","nonce":814499803}]},"public_addr":"172.21.15.50:6817/814499803","cluster_addr":"172.21.15.50:6819/814499803","heartbeat_back_addr":"172.21.15.50:6823/814499803","heartbeat_front_addr":"172.21.15.50:6821/814499803","state":["exists","up"]},{"osd":7,"uuid":"1899f4d4-b086-48bf-b2f9-e2dd907a1b42","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6825","nonce":247573602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6826","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6827","nonce":247573602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6831","nonce":247573602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6829","nonce":247573602}]},"public_addr":"172.21.15.50:6825/247573602","cluster_addr":"172.21.15.50:6827/247573602","heartbeat_back_addr":"172.21.15.50:6831/247573602","heartbeat_front_addr":"172.21.15.50:6829/247573602","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-21T07:46:49.916141+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-21T07:47:09.995505+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-21T07:47:26.832080+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-21T07:47:44.113447+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-21T07:48:00.588106+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-21T07:48:16.381092+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-21T07:48:32.484719+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-21T07:48:48.603317+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.43:0/3777688992":"2023-12-22T07:46:04.427896+0000","172.21.15.43:0/2718890586":"2023-12-22T07:46:04.427896+0000","172.21.15.43:0/4153343038":"2023-12-22T07:46:04.427896+0000","172.21.15.43:6801/237252893":"2023-12-22T07:46:04.427896+0000","172.21.15.43:6800/237252893":"2023-12-22T07:46:04.427896+0000","172.21.15.43:6801/494793567":"2023-12-22T07:45:24.119781+0000","172.21.15.43:6800/494793567":"2023-12-22T07:45:24.119781+0000","172.21.15.43:0/3708740119":"2023-12-22T07:45:24.119781+0000","172.21.15.43:0/2781814857":"2023-12-22T07:45:01.093861+0000","172.21.15.43:0/2064322492":"2023-12-22T07:45:24.119781+0000","172.21.15.43:0/3500451412":"2023-12-22T07:45:01.093861+0000","172.21.15.43:0/2350243518":"2023-12-22T07:45:01.093861+0000","172.21.15.43:0/2957523451":"2023-12-22T07:45:24.119781+0000","172.21.15.43:6800/3748925175":"2023-12-22T07:45:01.093861+0000","172.21.15.43:6801/3748925175":"2023-12-22T07:45:01.093861+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-21T07:48:59.897 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:59 smithi043 ceph-mon[107704]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-21T07:48:59.898 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:48:59 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2589322597' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T07:48:59.965 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-21T07:48:59.965 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T07:49:00.196 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:59 smithi050 ceph-mon[110339]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-12-21T07:49:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:48:59 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2589322597' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T07:49:01.355 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:49:01.356 INFO:teuthology.orchestra.run.smithi043.stdout:{"epoch":56,"fsid":"b79dce04-9fd4-11ee-95a5-87774f69a715","created":"2023-12-21T07:44:38.285081+0000","modified":"2023-12-21T07:48:54.461079+0000","last_up_change":"2023-12-21T07:48:50.443827+0000","last_in_change":"2023-12-21T07:48:35.912041+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-21T07:47:30.970569+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"00c2e718-17f2-43b3-a4c9-a4eed5ef65a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6802","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6803","nonce":1571475534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6804","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6805","nonce":1571475534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6808","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6809","nonce":1571475534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6806","nonce":1571475534},{"type":"v1","addr":"172.21.15.43:6807","nonce":1571475534}]},"public_addr":"172.21.15.43:6803/1571475534","cluster_addr":"172.21.15.43:6805/1571475534","heartbeat_back_addr":"172.21.15.43:6809/1571475534","heartbeat_front_addr":"172.21.15.43:6807/1571475534","state":["exists","up"]},{"osd":1,"uuid":"e50f6e70-177d-4035-94b4-4a682222f2c4","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.43:6810","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6811","nonce":2710341482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6812","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6813","nonce":2710341482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6816","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6817","nonce":2710341482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6814","nonce":2710341482},{"type":"v1","addr":"172.21.15.43:6815","nonce":2710341482}]},"public_addr":"172.21.15.43:6811/2710341482","cluster_addr":"172.21.15.43:6813/2710341482","heartbeat_back_addr":"172.21.15.43:6817/2710341482","heartbeat_front_addr":"172.21.15.43:6815/2710341482","state":["exists","up"]},{"osd":2,"uuid":"3418943d-5fc0-48be-b843-9bc8f979f1c7","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.43:6818","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6819","nonce":3571191021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6820","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6821","nonce":3571191021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6824","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6825","nonce":3571191021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6822","nonce":3571191021},{"type":"v1","addr":"172.21.15.43:6823","nonce":3571191021}]},"public_addr":"172.21.15.43:6819/3571191021","cluster_addr":"172.21.15.43:6821/3571191021","heartbeat_back_addr":"172.21.15.43:6825/3571191021","heartbeat_front_addr":"172.21.15.43:6823/3571191021","state":["exists","up"]},{"osd":3,"uuid":"c9aaafcf-449f-40d7-af8c-fbb0eca60a52","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.43:6826","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6827","nonce":1229940541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6828","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6829","nonce":1229940541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6832","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6833","nonce":1229940541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.43:6830","nonce":1229940541},{"type":"v1","addr":"172.21.15.43:6831","nonce":1229940541}]},"public_addr":"172.21.15.43:6827/1229940541","cluster_addr":"172.21.15.43:6829/1229940541","heartbeat_back_addr":"172.21.15.43:6833/1229940541","heartbeat_front_addr":"172.21.15.43:6831/1229940541","state":["exists","up"]},{"osd":4,"uuid":"ceefedb9-e56b-4ffc-90fc-43e6ccc60e26","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.50:6800","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6801","nonce":1740658615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6803","nonce":1740658615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6807","nonce":1740658615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":1740658615},{"type":"v1","addr":"172.21.15.50:6805","nonce":1740658615}]},"public_addr":"172.21.15.50:6801/1740658615","cluster_addr":"172.21.15.50:6803/1740658615","heartbeat_back_addr":"172.21.15.50:6807/1740658615","heartbeat_front_addr":"172.21.15.50:6805/1740658615","state":["exists","up"]},{"osd":5,"uuid":"dce6cc43-1b22-4ea3-81a4-47d129c4d0b3","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.50:6808","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6809","nonce":1738002143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6811","nonce":1738002143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6815","nonce":1738002143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1738002143},{"type":"v1","addr":"172.21.15.50:6813","nonce":1738002143}]},"public_addr":"172.21.15.50:6809/1738002143","cluster_addr":"172.21.15.50:6811/1738002143","heartbeat_back_addr":"172.21.15.50:6815/1738002143","heartbeat_front_addr":"172.21.15.50:6813/1738002143","state":["exists","up"]},{"osd":6,"uuid":"0ee0f800-7619-42e9-9f6b-be03abb5366d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6817","nonce":814499803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6818","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6819","nonce":814499803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6822","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6823","nonce":814499803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6820","nonce":814499803},{"type":"v1","addr":"172.21.15.50:6821","nonce":814499803}]},"public_addr":"172.21.15.50:6817/814499803","cluster_addr":"172.21.15.50:6819/814499803","heartbeat_back_addr":"172.21.15.50:6823/814499803","heartbeat_front_addr":"172.21.15.50:6821/814499803","state":["exists","up"]},{"osd":7,"uuid":"1899f4d4-b086-48bf-b2f9-e2dd907a1b42","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6824","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6825","nonce":247573602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6826","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6827","nonce":247573602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6830","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6831","nonce":247573602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6828","nonce":247573602},{"type":"v1","addr":"172.21.15.50:6829","nonce":247573602}]},"public_addr":"172.21.15.50:6825/247573602","cluster_addr":"172.21.15.50:6827/247573602","heartbeat_back_addr":"172.21.15.50:6831/247573602","heartbeat_front_addr":"172.21.15.50:6829/247573602","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-21T07:46:49.916141+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-21T07:47:09.995505+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-21T07:47:26.832080+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-21T07:47:44.113447+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-21T07:48:00.588106+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-21T07:48:16.381092+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-21T07:48:32.484719+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-21T07:48:48.603317+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.43:0/3777688992":"2023-12-22T07:46:04.427896+0000","172.21.15.43:0/2718890586":"2023-12-22T07:46:04.427896+0000","172.21.15.43:0/4153343038":"2023-12-22T07:46:04.427896+0000","172.21.15.43:6801/237252893":"2023-12-22T07:46:04.427896+0000","172.21.15.43:6800/237252893":"2023-12-22T07:46:04.427896+0000","172.21.15.43:6801/494793567":"2023-12-22T07:45:24.119781+0000","172.21.15.43:6800/494793567":"2023-12-22T07:45:24.119781+0000","172.21.15.43:0/3708740119":"2023-12-22T07:45:24.119781+0000","172.21.15.43:0/2781814857":"2023-12-22T07:45:01.093861+0000","172.21.15.43:0/2064322492":"2023-12-22T07:45:24.119781+0000","172.21.15.43:0/3500451412":"2023-12-22T07:45:01.093861+0000","172.21.15.43:0/2350243518":"2023-12-22T07:45:01.093861+0000","172.21.15.43:0/2957523451":"2023-12-22T07:45:24.119781+0000","172.21.15.43:6800/3748925175":"2023-12-22T07:45:01.093861+0000","172.21.15.43:6801/3748925175":"2023-12-22T07:45:01.093861+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-21T07:49:01.708 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-21T07:49:01.708 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-21T07:49:01.709 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-21T07:49:01.709 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-21T07:49:01.710 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-21T07:49:01.710 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-21T07:49:01.711 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-21T07:49:01.711 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-21T07:49:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:01 smithi043 ceph-mon[107704]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-21T07:49:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:01 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/4190552043' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T07:49:02.113 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:02.127 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:02.143 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:02.163 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:01 smithi050 ceph-mon[110339]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-21T07:49:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:01 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/4190552043' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T07:49:02.985 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:03.836 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:04.139 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:04.240 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:04.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:03 smithi043 ceph-mon[107704]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:04.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:03 smithi050 ceph-mon[110339]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:05.190 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:49:05.190 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:49:05.210 INFO:teuthology.orchestra.run.smithi043.stdout:193273528328 2023-12-21T07:49:05.210 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-21T07:49:05.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:49:05.315 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:49:05.450 INFO:teuthology.orchestra.run.smithi043.stdout:163208757259 2023-12-21T07:49:05.450 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-21T07:49:06.126 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:05 smithi043 ceph-mon[107704]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:06.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:05 smithi050 ceph-mon[110339]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:06.411 INFO:teuthology.orchestra.run.smithi043.stdout:223338299398 2023-12-21T07:49:06.411 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-21T07:49:06.412 INFO:teuthology.orchestra.run.smithi043.stdout:60129542169 2023-12-21T07:49:06.413 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-21T07:49:06.978 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:07.005 INFO:teuthology.orchestra.run.smithi043.stdout:81604378647 2023-12-21T07:49:07.005 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-21T07:49:07.006 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:07.282 INFO:teuthology.orchestra.run.smithi043.stdout:133143986191 2023-12-21T07:49:07.283 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-21T07:49:07.657 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:07.803 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:07.989 INFO:teuthology.orchestra.run.smithi043.stdout:38654705694 2023-12-21T07:49:07.990 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-21T07:49:08.158 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:07 smithi043 ceph-mon[107704]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:08.343 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:07 smithi050 ceph-mon[110339]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:09.636 INFO:teuthology.orchestra.run.smithi043.stdout:223338299399 2023-12-21T07:49:09.878 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:09.907 INFO:teuthology.orchestra.run.smithi043.stdout:111669149716 2023-12-21T07:49:09.907 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-21T07:49:10.063 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:10.168 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:09 smithi043 ceph-mon[107704]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:10.168 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:09 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/113984641' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T07:49:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:09 smithi050 ceph-mon[110339]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:09 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/113984641' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T07:49:10.794 INFO:teuthology.orchestra.run.smithi043.stdout:163208757260 2023-12-21T07:49:10.880 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299398 got 223338299399 for osd.7 2023-12-21T07:49:10.880 DEBUG:teuthology.parallel:result is None 2023-12-21T07:49:10.932 INFO:teuthology.orchestra.run.smithi043.stdout:193273528329 2023-12-21T07:49:11.068 INFO:teuthology.orchestra.run.smithi043.stdout:81604378648 2023-12-21T07:49:11.093 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:10 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/3824266131' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T07:49:11.093 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:10 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2990476838' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T07:49:11.309 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:11.329 INFO:teuthology.orchestra.run.smithi043.stdout:60129542170 2023-12-21T07:49:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:10 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/3824266131' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T07:49:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:10 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2990476838' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T07:49:11.653 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757259 got 163208757260 for osd.5 2023-12-21T07:49:11.653 DEBUG:teuthology.parallel:result is None 2023-12-21T07:49:11.806 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378648 for osd.2 2023-12-21T07:49:11.806 DEBUG:teuthology.parallel:result is None 2023-12-21T07:49:12.194 INFO:teuthology.orchestra.run.smithi043.stdout:133143986192 2023-12-21T07:49:12.227 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:11 smithi043 ceph-mon[107704]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:12.227 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:11 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/666325623' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T07:49:12.227 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:11 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/3084774793' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T07:49:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:11 smithi050 ceph-mon[110339]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:11 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/666325623' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T07:49:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:11 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/3084774793' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T07:49:12.374 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528328 got 193273528329 for osd.6 2023-12-21T07:49:12.374 DEBUG:teuthology.parallel:result is None 2023-12-21T07:49:12.382 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542169 got 60129542170 for osd.1 2023-12-21T07:49:12.382 DEBUG:teuthology.parallel:result is None 2023-12-21T07:49:12.848 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986191 got 133143986192 for osd.4 2023-12-21T07:49:12.848 DEBUG:teuthology.parallel:result is None 2023-12-21T07:49:13.043 INFO:teuthology.orchestra.run.smithi043.stdout:38654705695 2023-12-21T07:49:13.145 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:12 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1478043378' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T07:49:13.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:12 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/1478043378' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T07:49:13.470 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705694 got 38654705695 for osd.0 2023-12-21T07:49:13.470 DEBUG:teuthology.parallel:result is None 2023-12-21T07:49:13.879 INFO:teuthology.orchestra.run.smithi043.stdout:111669149717 2023-12-21T07:49:14.246 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:13 smithi043 ceph-mon[107704]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:14.246 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:13 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1942418027' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T07:49:14.246 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:13 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2575305754' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T07:49:14.247 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149717 for osd.3 2023-12-21T07:49:14.247 DEBUG:teuthology.parallel:result is None 2023-12-21T07:49:14.247 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-21T07:49:14.247 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T07:49:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:13 smithi050 ceph-mon[110339]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:13 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/1942418027' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T07:49:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:13 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2575305754' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T07:49:14.480 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:15.630 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:49:15.631 INFO:teuthology.orchestra.run.smithi043.stderr:dumped all 2023-12-21T07:49:15.997 INFO:teuthology.orchestra.run.smithi043.stdout:{"pg_ready":true,"pg_map":{"version":139,"stamp":"2023-12-21T07:49:14.513493+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":48408,"kb_used_data":6040,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912808,"statfs":{"total":767960285184,"available":767910715392,"internally_reserved":0,"allocated":6184960,"data_stored":3436176,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002153"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-21T07:48:54.469098+0000","last_change":"2023-12-21T07:48:54.469098+0000","last_active":"2023-12-21T07:48:54.469098+0000","last_peered":"2023-12-21T07:48:54.469098+0000","last_clean":"2023-12-21T07:48:54.469098+0000","last_became_active":"2023-12-21T07:48:54.468513+0000","last_became_peered":"2023-12-21T07:48:54.468513+0000","last_unstale":"2023-12-21T07:48:54.469098+0000","last_undegraded":"2023-12-21T07:48:54.469098+0000","last_fullsized":"2023-12-21T07:48:54.469098+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T07:47:30.971596+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T07:47:30.971596+0000","last_clean_scrub_stamp":"2023-12-21T07:47:30.971596+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-22T12:20:01.180907+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":52,"seq":223338299400,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":760102,"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.51800000000000002}]},{"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.40899999999999997}]},{"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.33600000000000002}]},{"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.41999999999999998}]},{"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.65600000000000003}]},{"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.623}]},{"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.69099999999999995}]}]},{"osd":6,"up_from":45,"seq":193273528330,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6080,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739072,"statfs":{"total":95995035648,"available":95988809728,"internally_reserved":0,"allocated":1105920,"data_stored":760102,"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.40400000000000003}]},{"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.41699999999999998}]},{"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.52400000000000002}]},{"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":0.36599999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56999999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58299999999999996}]}]},{"osd":1,"up_from":14,"seq":60129542171,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6264,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738888,"statfs":{"total":95995035648,"available":95988621312,"internally_reserved":0,"allocated":573440,"data_stored":231174,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 07:48:13 2023","interfaces":[{"interface":"back","average":{"1min":0.318,"5min":0.318,"15min":0.318},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.19800000000000001,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.26700000000000002}]},{"osd":2,"last update":"Thu Dec 21 07:48:31 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.35899999999999999}]},{"osd":3,"last update":"Thu Dec 21 07:48:46 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.307},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.316}]},{"osd":4,"last update":"Thu Dec 21 07:49:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.621},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.48299999999999998}]},{"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.50900000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56999999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]}]},{"osd":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":760102,"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":"Thu Dec 21 07:48:14 2023","interfaces":[{"interface":"back","average":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.47999999999999998}]},{"osd":2,"last update":"Thu Dec 21 07:48:31 2023","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.42999999999999999}]},{"osd":3,"last update":"Thu Dec 21 07:48:48 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.38900000000000001}]},{"osd":4,"last update":"Thu Dec 21 07:49:02 2023","interfaces":[{"interface":"back","average":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":5.6619999999999999,"5min":5.6619999999999999,"15min":5.6619999999999999},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.53900000000000003}]},{"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.68400000000000005}]},{"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.49399999999999999}]},{"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.51200000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378648,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":231174,"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":"Thu Dec 21 07:48:30 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.372}]},{"osd":1,"last update":"Thu Dec 21 07:48:30 2023","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.39400000000000002}]},{"osd":3,"last update":"Thu Dec 21 07:48:48 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.60199999999999998}]},{"osd":4,"last update":"Thu Dec 21 07:49:03 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.61799999999999999}]},{"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.67000000000000004}]},{"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.72799999999999998}]},{"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.71399999999999997}]}]},{"osd":3,"up_from":26,"seq":111669149717,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231174,"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":"Thu Dec 21 07:48:48 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.57099999999999995}]},{"osd":1,"last update":"Thu Dec 21 07:48:48 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.36599999999999999}]},{"osd":2,"last update":"Thu Dec 21 07:48:48 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.498}]},{"osd":4,"last update":"Thu Dec 21 07:49:02 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.58999999999999997}]},{"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.77400000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67200000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74299999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986193,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231174,"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":"Thu Dec 21 07:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.56599999999999995}]},{"osd":1,"last update":"Thu Dec 21 07:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.752}]},{"osd":2,"last update":"Thu Dec 21 07:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.66400000000000003}]},{"osd":3,"last update":"Thu Dec 21 07:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.46899999999999997}]},{"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.50800000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54900000000000004}]},{"osd":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.57799999999999996}]}]},{"osd":5,"up_from":38,"seq":163208757262,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":231174,"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.39300000000000002}]},{"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.34699999999999998}]},{"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.35699999999999998}]},{"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.41199999999999998}]},{"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.374}]},{"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.46200000000000002}]},{"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.54900000000000004}]}]}],"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-21T07:49:15.999 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T07:49:16.232 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:16.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:15 smithi043 ceph-mon[107704]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:15 smithi050 ceph-mon[110339]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:17.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:16 smithi043 ceph-mon[107704]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T07:49:17.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:16 smithi050 ceph-mon[110339]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T07:49:17.377 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:49:17.378 INFO:teuthology.orchestra.run.smithi043.stderr:dumped all 2023-12-21T07:49:17.737 INFO:teuthology.orchestra.run.smithi043.stdout:{"pg_ready":true,"pg_map":{"version":140,"stamp":"2023-12-21T07:49:16.513785+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":48408,"kb_used_data":6040,"kb_used_omap":0,"kb_used_meta":42304,"kb_avail":749912808,"statfs":{"total":767960285184,"available":767910715392,"internally_reserved":0,"allocated":6184960,"data_stored":3436176,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43319296},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002077"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":226,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-12-21T07:48:54.469098+0000","last_change":"2023-12-21T07:48:54.469098+0000","last_active":"2023-12-21T07:48:54.469098+0000","last_peered":"2023-12-21T07:48:54.469098+0000","last_clean":"2023-12-21T07:48:54.469098+0000","last_became_active":"2023-12-21T07:48:54.468513+0000","last_became_peered":"2023-12-21T07:48:54.468513+0000","last_unstale":"2023-12-21T07:48:54.469098+0000","last_undegraded":"2023-12-21T07:48:54.469098+0000","last_fullsized":"2023-12-21T07:48:54.469098+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T07:47:30.971596+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T07:47:30.971596+0000","last_clean_scrub_stamp":"2023-12-21T07:47:30.971596+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-22T12:20:01.180907+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":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":760102,"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.64300000000000002}]},{"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.58199999999999996}]},{"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.60199999999999998}]},{"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.56200000000000006}]},{"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.53500000000000003}]},{"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.68200000000000005}]},{"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.72099999999999997}]}]},{"osd":6,"up_from":45,"seq":193273528331,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6080,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739072,"statfs":{"total":95995035648,"available":95988809728,"internally_reserved":0,"allocated":1105920,"data_stored":760102,"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.623}]},{"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.78400000000000003}]},{"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.54500000000000004}]},{"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.71599999999999997}]},{"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.69499999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.86199999999999999}]},{"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.753}]}]},{"osd":1,"up_from":14,"seq":60129542171,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6264,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738888,"statfs":{"total":95995035648,"available":95988621312,"internally_reserved":0,"allocated":573440,"data_stored":231174,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 07:48:13 2023","interfaces":[{"interface":"back","average":{"1min":0.318,"5min":0.318,"15min":0.318},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.19800000000000001,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.26700000000000002}]},{"osd":2,"last update":"Thu Dec 21 07:48:31 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.35899999999999999}]},{"osd":3,"last update":"Thu Dec 21 07:48:46 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.307},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.316}]},{"osd":4,"last update":"Thu Dec 21 07:49:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.621},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.48299999999999998}]},{"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.50900000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56999999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]}]},{"osd":0,"up_from":9,"seq":38654705696,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":760102,"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":"Thu Dec 21 07:48:14 2023","interfaces":[{"interface":"back","average":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.47999999999999998}]},{"osd":2,"last update":"Thu Dec 21 07:48:31 2023","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.42999999999999999}]},{"osd":3,"last update":"Thu Dec 21 07:48:48 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.38900000000000001}]},{"osd":4,"last update":"Thu Dec 21 07:49:02 2023","interfaces":[{"interface":"back","average":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":5.6619999999999999,"5min":5.6619999999999999,"15min":5.6619999999999999},"last":0.64500000000000002},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.53900000000000003}]},{"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.68400000000000005}]},{"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.49399999999999999}]},{"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.51200000000000001}]}]},{"osd":2,"up_from":19,"seq":81604378649,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":231174,"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":"Thu Dec 21 07:48:30 2023","interfaces":[{"interface":"back","average":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.29199999999999998}]},{"osd":1,"last update":"Thu Dec 21 07:48:30 2023","interfaces":[{"interface":"back","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.317}]},{"osd":3,"last update":"Thu Dec 21 07:48:48 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.35299999999999998}]},{"osd":4,"last update":"Thu Dec 21 07:49:03 2023","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.41099999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42999999999999999}]},{"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.44800000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149717,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231174,"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":"Thu Dec 21 07:48:48 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.57099999999999995}]},{"osd":1,"last update":"Thu Dec 21 07:48:48 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.36599999999999999}]},{"osd":2,"last update":"Thu Dec 21 07:48:48 2023","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.498}]},{"osd":4,"last update":"Thu Dec 21 07:49:02 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.65200000000000002},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.58999999999999997}]},{"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.77400000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67200000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74299999999999999}]}]},{"osd":4,"up_from":31,"seq":133143986193,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231174,"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":"Thu Dec 21 07:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.56599999999999995}]},{"osd":1,"last update":"Thu Dec 21 07:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.752}]},{"osd":2,"last update":"Thu Dec 21 07:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.66400000000000003}]},{"osd":3,"last update":"Thu Dec 21 07:49:05 2023","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.46899999999999997}]},{"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.50800000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54900000000000004}]},{"osd":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.57799999999999996}]}]},{"osd":5,"up_from":38,"seq":163208757262,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":231174,"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.39300000000000002}]},{"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.34699999999999998}]},{"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.35699999999999998}]},{"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.41199999999999998}]},{"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.374}]},{"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.46200000000000002}]},{"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.54900000000000004}]}]}],"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-21T07:49:17.738 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-21T07:49:17.739 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-21T07:49:17.739 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-21T07:49:17.739 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-21T07:49:17.973 INFO:teuthology.orchestra.run.smithi043.stderr:Inferring config /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/mon.smithi043/config 2023-12-21T07:49:18.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:17 smithi043 ceph-mon[107704]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:17 smithi050 ceph-mon[110339]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:19.106 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:49:19.106 INFO:teuthology.orchestra.run.smithi043.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-21T07:49:19.249 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:18 smithi043 ceph-mon[107704]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T07:49:19.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:18 smithi050 ceph-mon[110339]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T07:49:19.471 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-21T07:49:19.471 INFO:tasks.cephadm:Setup complete, yielding 2023-12-21T07:49:19.472 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T07:49:19.480 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2023-12-21T07:49:19.481 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-21T07:49:20.074 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:19 smithi043 ceph-mon[107704]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:20.074 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:19 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2592605788' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T07:49:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:19 smithi050 ceph-mon[110339]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:19 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2592605788' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T07:49:20.776 INFO:teuthology.orchestra.run.smithi043.stdout:Backend: cephadm 2023-12-21T07:49:20.777 INFO:teuthology.orchestra.run.smithi043.stdout:Available: Yes 2023-12-21T07:49:20.777 INFO:teuthology.orchestra.run.smithi043.stdout:Paused: No 2023-12-21T07:49:21.136 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-21T07:49:22.067 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:21 smithi043 ceph-mon[107704]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:22.067 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:21 smithi043 ceph-mon[107704]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:21 smithi050 ceph-mon[110339]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:21 smithi050 ceph-mon[110339]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:22.436 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T07:49:22.436 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (2m) 99s ago 3m 14.5M - ba2b418f427c eb5011011be7 2023-12-21T07:49:22.436 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (3m) 99s ago 3m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T07:49:22.436 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (3m) 36s ago 3m - - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T07:49:22.436 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (2m) 99s ago 3m 46.9M - 8.3.5 dad864ee21e9 2db6eaa173c7 2023-12-21T07:49:22.436 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (4m) 99s ago 4m 462M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T07:49:22.436 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (3m) 36s ago 3m - - 17.2.0 e1d6a67b021e 6accd591c617 2023-12-21T07:49:22.436 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (4m) 99s ago 4m 56.8M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T07:49:22.436 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (3m) 36s ago 3m - 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T07:49:22.436 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (3m) 99s ago 3m 24.6M - 1dbe0e931976 f1309bbe8d4f 2023-12-21T07:49:22.437 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 running (2m) 36s ago 2m - - 1dbe0e931976 47508f815f25 2023-12-21T07:49:22.437 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (2m) 99s ago 2m 37.9M 3225M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T07:49:22.437 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (2m) 99s ago 2m 42.0M 3225M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T07:49:22.437 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (2m) 99s ago 119s 38.3M 3225M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T07:49:22.437 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (102s) 99s ago 102s 11.3M 3225M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T07:49:22.437 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (86s) 36s ago 86s - 3993M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T07:49:22.437 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (70s) 36s ago 70s - 3993M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T07:49:22.437 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (54s) 36s ago 54s - 3993M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T07:49:22.437 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (38s) 36s ago 38s - 3993M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T07:49:22.437 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (2m) 99s ago 2m 43.8M - 514e6a882f6e c1a3149929fd 2023-12-21T07:49:22.786 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-21T07:49:24.083 INFO:teuthology.orchestra.run.smithi043.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-21T07:49:24.083 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager ?:9093,9094 1/1 101s ago 4m count:1 2023-12-21T07:49:24.083 INFO:teuthology.orchestra.run.smithi043.stdout:crash 2/2 101s ago 4m * 2023-12-21T07:49:24.083 INFO:teuthology.orchestra.run.smithi043.stdout:grafana ?:3000 1/1 101s ago 4m count:1 2023-12-21T07:49:24.083 INFO:teuthology.orchestra.run.smithi043.stdout:mgr 2/2 101s ago 4m count:2 2023-12-21T07:49:24.083 INFO:teuthology.orchestra.run.smithi043.stdout:mon 2/2 101s ago 3m smithi043:172.21.15.43=smithi043;smithi050:172.21.15.50=smithi050;count:2 2023-12-21T07:49:24.083 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter ?:9100 2/2 101s ago 4m * 2023-12-21T07:49:24.083 INFO:teuthology.orchestra.run.smithi043.stdout:osd 8 101s ago - 2023-12-21T07:49:24.083 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus ?:9095 1/1 101s ago 4m count:1 2023-12-21T07:49:24.249 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:23 smithi043 ceph-mon[107704]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:24.249 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:23 smithi043 ceph-mon[107704]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:24.346 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:23 smithi050 ceph-mon[110339]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:23 smithi050 ceph-mon[110339]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:24.479 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-21T07:49:25.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:24 smithi043 ceph-mon[107704]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:25.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:24 smithi050 ceph-mon[110339]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:25.728 INFO:teuthology.orchestra.run.smithi043.stdout:HOST ADDR LABELS STATUS 2023-12-21T07:49:25.728 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 172.21.15.43 2023-12-21T07:49:25.728 INFO:teuthology.orchestra.run.smithi043.stdout:smithi050 172.21.15.50 2023-12-21T07:49:25.728 INFO:teuthology.orchestra.run.smithi043.stdout:2 hosts in cluster 2023-12-21T07:49:26.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:25 smithi043 ceph-mon[107704]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:26.070 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-21T07:49:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:25 smithi050 ceph-mon[110339]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:27.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:26 smithi043 ceph-mon[107704]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:27.319 INFO:teuthology.orchestra.run.smithi043.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-12-21T07:49:27.319 INFO:teuthology.orchestra.run.smithi043.stdout:smithi043 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB751300GH480DGN 480G LVM detected, locked 2023-12-21T07:49:27.319 INFO:teuthology.orchestra.run.smithi043.stdout:smithi050 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513001F480DGN 480G LVM detected, locked 2023-12-21T07:49:27.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:26 smithi050 ceph-mon[110339]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:27.669 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-21T07:49:27.679 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2023-12-21T07:49:27.680 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T07:49:27.711 INFO:teuthology.orchestra.run.smithi043.stderr:+ systemctl stop nfs-server 2023-12-21T07:49:27.718 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi050.front.sepia.ceph.com 2023-12-21T07:49:27.718 DEBUG:teuthology.orchestra.run.smithi050:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T07:49:27.759 INFO:teuthology.orchestra.run.smithi050.stderr:+ systemctl stop nfs-server 2023-12-21T07:49:27.768 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T07:49:27.777 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2023-12-21T07:49:27.777 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-21T07:49:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:27 smithi050 ceph-mon[110339]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:28.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:27 smithi043 ceph-mon[107704]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:29.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:28 smithi043 ceph-mon[107704]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:28 smithi050 ceph-mon[110339]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:30.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:29 smithi043 ceph-mon[107704]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:30.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:29 smithi043 ceph-mon[107704]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:30.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:29 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-21T07:49:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:29 smithi050 ceph-mon[110339]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:29 smithi050 ceph-mon[110339]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:29 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-21T07:49:31.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-21T07:49:31.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:31 smithi050 ceph-mon[110339]: osdmap e57: 8 total, 8 up, 8 in 2023-12-21T07:49:31.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:31 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-21T07:49:31.359 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-21T07:49:31.360 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:31 smithi043 ceph-mon[107704]: osdmap e57: 8 total, 8 up, 8 in 2023-12-21T07:49:31.360 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:31 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-21T07:49:31.360 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:31 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-mon-smithi043[107681]: 2023-12-21T07:49:31.020+0000 7f338486d700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T07:49:31.415 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-21T07:49:31.425 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-12-21T07:49:31.425 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T07:49:32.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: pgmap v148: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: osdmap e58: 8 total, 8 up, 8 in 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: osdmap e59: 8 total, 8 up, 8 in 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: fsmap foofs:0 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: Saving service mds.foofs spec with placement count:2 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:32.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:32.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:32.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:32.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi043.ixrngd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T07:49:32.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi043.ixrngd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T07:49:32.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:32 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: pgmap v148: 33 pgs: 5 creating+peering, 1 active+clean, 27 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-21T07:49:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: osdmap e58: 8 total, 8 up, 8 in 2023-12-21T07:49:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-21T07:49:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T07:49:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-21T07:49:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: osdmap e59: 8 total, 8 up, 8 in 2023-12-21T07:49:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-21T07:49:32.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: fsmap foofs:0 2023-12-21T07:49:32.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: Saving service mds.foofs spec with placement count:2 2023-12-21T07:49:32.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:32.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:32.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:32.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:32.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:32.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:32.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi043.ixrngd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T07:49:32.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi043.ixrngd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T07:49:32.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:32 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:33.202 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:33 smithi043 ceph-mon[107704]: Deploying daemon mds.foofs.smithi043.ixrngd on smithi043 2023-12-21T07:49:33.203 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:33 smithi043 ceph-mon[107704]: osdmap e60: 8 total, 8 up, 8 in 2023-12-21T07:49:33.272 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:49:33.272 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T07:45:14.864427Z", "last_refresh": "2023-12-21T07:47:43.043835Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T07:45:10.869009Z", "last_refresh": "2023-12-21T07:47:43.043977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T07:45:13.040923Z", "last_refresh": "2023-12-21T07:47:43.044103Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T07:49:31.045418Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T07:49:31.040980Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T07:45:09.923029Z", "last_refresh": "2023-12-21T07:47:43.043685Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi043:172.21.15.43=smithi043", "smithi050:172.21.15.50=smithi050"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T07:45:46.958663Z", "last_refresh": "2023-12-21T07:47:43.043465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T07:45:13.968877Z", "last_refresh": "2023-12-21T07:47:43.044220Z", "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-21T07:47:43.044448Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T07:45:11.824910Z", "last_refresh": "2023-12-21T07:47:43.044336Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T07:49:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:33 smithi050 ceph-mon[110339]: Deploying daemon mds.foofs.smithi043.ixrngd on smithi043 2023-12-21T07:49:33.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:33 smithi050 ceph-mon[110339]: osdmap e60: 8 total, 8 up, 8 in 2023-12-21T07:49:33.701 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T07:49:34.091 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:34 smithi050 ceph-mon[110339]: pgmap v152: 65 pgs: 20 active+clean, 7 creating+activating, 5 creating+peering, 33 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:34.092 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:34 smithi050 ceph-mon[110339]: osdmap e61: 8 total, 8 up, 8 in 2023-12-21T07:49:34.092 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:34.092 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.xrkwsg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T07:49:34.092 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.xrkwsg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T07:49:34.092 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:34 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:34.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:34 smithi043 ceph-mon[107704]: pgmap v152: 65 pgs: 20 active+clean, 7 creating+activating, 5 creating+peering, 33 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:34.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:34 smithi043 ceph-mon[107704]: osdmap e61: 8 total, 8 up, 8 in 2023-12-21T07:49:34.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:34.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.xrkwsg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T07:49:34.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi050.xrkwsg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T07:49:34.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:34 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:34.701 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T07:49:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T07:49:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: Deploying daemon mds.foofs.smithi050.xrkwsg on smithi050 2023-12-21T07:49:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: mds.? [v2:172.21.15.43:6834/3636568902,v1:172.21.15.43:6835/3636568902] up:boot 2023-12-21T07:49:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: daemon mds.foofs.smithi043.ixrngd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-21T07:49:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-21T07:49:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-21T07:49:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: Cluster is now healthy 2023-12-21T07:49:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: fsmap foofs:0 1 up:standby 2023-12-21T07:49:35.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.ixrngd"}]: dispatch 2023-12-21T07:49:35.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: fsmap foofs:1 {0=foofs.smithi043.ixrngd=up:creating} 2023-12-21T07:49:35.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: daemon mds.foofs.smithi043.ixrngd is now active in filesystem foofs as rank 0 2023-12-21T07:49:35.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:35.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:35.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:35.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:35 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: Deploying daemon mds.foofs.smithi050.xrkwsg on smithi050 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: mds.? [v2:172.21.15.43:6834/3636568902,v1:172.21.15.43:6835/3636568902] up:boot 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: daemon mds.foofs.smithi043.ixrngd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: Cluster is now healthy 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: fsmap foofs:0 1 up:standby 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.ixrngd"}]: dispatch 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: fsmap foofs:1 {0=foofs.smithi043.ixrngd=up:creating} 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: daemon mds.foofs.smithi043.ixrngd is now active in filesystem foofs as rank 0 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:35.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:35.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:35.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:35 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:36.096 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:49:36.096 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T07:45:14.864427Z", "last_refresh": "2023-12-21T07:47:43.043835Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T07:45:10.869009Z", "last_refresh": "2023-12-21T07:47:43.043977Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T07:45:13.040923Z", "last_refresh": "2023-12-21T07:47:43.044103Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T07:49:31.045418Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T07:49:31.040980Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T07:45:09.923029Z", "last_refresh": "2023-12-21T07:47:43.043685Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi043:172.21.15.43=smithi043", "smithi050:172.21.15.50=smithi050"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T07:45:46.958663Z", "last_refresh": "2023-12-21T07:47:43.043465Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T07:45:13.968877Z", "last_refresh": "2023-12-21T07:47:43.044220Z", "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-21T07:47:43.044448Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T07:45:11.824910Z", "last_refresh": "2023-12-21T07:47:43.044336Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T07:49:36.305 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:36 smithi043 ceph-mon[107704]: pgmap v154: 65 pgs: 47 active+clean, 7 creating+activating, 5 creating+peering, 6 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:36.305 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:36 smithi043 ceph-mon[107704]: mds.? [v2:172.21.15.43:6834/3636568902,v1:172.21.15.43:6835/3636568902] up:active 2023-12-21T07:49:36.305 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:36 smithi043 ceph-mon[107704]: mds.? [v2:172.21.15.50:6832/1578418743,v1:172.21.15.50:6833/1578418743] up:boot 2023-12-21T07:49:36.305 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:36 smithi043 ceph-mon[107704]: fsmap foofs:1 {0=foofs.smithi043.ixrngd=up:active} 1 up:standby 2023-12-21T07:49:36.305 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:36 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi050.xrkwsg"}]: dispatch 2023-12-21T07:49:36.305 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:36 smithi043 ceph-mon[107704]: fsmap foofs:1 {0=foofs.smithi043.ixrngd=up:active} 1 up:standby 2023-12-21T07:49:36.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:36 smithi050 ceph-mon[110339]: pgmap v154: 65 pgs: 47 active+clean, 7 creating+activating, 5 creating+peering, 6 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-21T07:49:36.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:36 smithi050 ceph-mon[110339]: mds.? [v2:172.21.15.43:6834/3636568902,v1:172.21.15.43:6835/3636568902] up:active 2023-12-21T07:49:36.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:36 smithi050 ceph-mon[110339]: mds.? [v2:172.21.15.50:6832/1578418743,v1:172.21.15.50:6833/1578418743] up:boot 2023-12-21T07:49:36.317 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:36 smithi050 ceph-mon[110339]: fsmap foofs:1 {0=foofs.smithi043.ixrngd=up:active} 1 up:standby 2023-12-21T07:49:36.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:36 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi050.xrkwsg"}]: dispatch 2023-12-21T07:49:36.318 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:36 smithi050 ceph-mon[110339]: fsmap foofs:1 {0=foofs.smithi043.ixrngd=up:active} 1 up:standby 2023-12-21T07:49:36.549 INFO:tasks.cephadm:mds.foofs has 0/2 2023-12-21T07:49:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:37 smithi050 ceph-mon[110339]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T07:49:37.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:37 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:37.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:37 smithi043 ceph-mon[107704]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T07:49:37.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:37 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:37.550 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T07:49:38.205 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:38 smithi043 ceph-mon[107704]: pgmap v155: 65 pgs: 61 active+clean, 4 creating+activating; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 557 B/s wr, 5 op/s 2023-12-21T07:49:38.205 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:38 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:38.205 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:38 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:38.205 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:38 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:38.205 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:38 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:38.205 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:38 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:38.205 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:38 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:38 smithi050 ceph-mon[110339]: pgmap v155: 65 pgs: 61 active+clean, 4 creating+activating; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 557 B/s wr, 5 op/s 2023-12-21T07:49:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:38 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:38 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:38 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:38 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:38 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:38 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:38.883 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:49:38.883 INFO:teuthology.orchestra.run.smithi043.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T07:45:14.864427Z", "last_refresh": "2023-12-21T07:49:37.988606Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T07:45:10.869009Z", "last_refresh": "2023-12-21T07:49:36.319506Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T07:45:13.040923Z", "last_refresh": "2023-12-21T07:49:37.988751Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T07:49:31.045418Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T07:49:31.040980Z", "last_refresh": "2023-12-21T07:49:36.320118Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T07:45:09.923029Z", "last_refresh": "2023-12-21T07:49:36.319644Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi043:172.21.15.43=smithi043", "smithi050:172.21.15.50=smithi050"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T07:45:46.958663Z", "last_refresh": "2023-12-21T07:49:36.319732Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T07:45:13.968877Z", "last_refresh": "2023-12-21T07:49:36.319800Z", "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-21T07:49:36.319865Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T07:45:11.824910Z", "last_refresh": "2023-12-21T07:49:37.988878Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T07:49:39.251 INFO:tasks.cephadm:mds.foofs has 2/2 2023-12-21T07:49:39.251 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T07:49:39.262 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2023-12-21T07:49:39.262 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-12-21T07:49:40.156 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:40 smithi043 ceph-mon[107704]: pgmap v156: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 5 op/s 2023-12-21T07:49:40.157 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:40 smithi043 ceph-mon[107704]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T07:49:40.157 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:40 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:40 smithi050 ceph-mon[110339]: pgmap v156: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 5 op/s 2023-12-21T07:49:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:40 smithi050 ceph-mon[110339]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T07:49:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:40 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:41.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:41 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-21T07:49:41.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:41 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-21T07:49:42.102 INFO:teuthology.orchestra.run.smithi043.stdout:NFS Cluster Created Successfully 2023-12-21T07:49:42.324 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:42 smithi043 ceph-mon[107704]: pgmap v157: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-21T07:49:42.324 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:42 smithi043 ceph-mon[107704]: from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:42.324 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:42 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-21T07:49:42.324 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:42 smithi043 ceph-mon[107704]: osdmap e62: 8 total, 8 up, 8 in 2023-12-21T07:49:42.325 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:42 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-21T07:49:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:42 smithi050 ceph-mon[110339]: pgmap v157: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 5 op/s 2023-12-21T07:49:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:42 smithi050 ceph-mon[110339]: from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:42 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-21T07:49:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:42 smithi050 ceph-mon[110339]: osdmap e62: 8 total, 8 up, 8 in 2023-12-21T07:49:42.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:42 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-21T07:49:42.467 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-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-21T07:49:43.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-21T07:49:43.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: osdmap e63: 8 total, 8 up, 8 in 2023-12-21T07:49:43.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: Saving service nfs.foo spec with placement count:2 2023-12-21T07:49:43.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:43.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:43.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: Creating key for client.nfs.foo.0.0.smithi043.qrypcz 2023-12-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.qrypcz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.qrypcz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T07:49:43.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T07:49:43.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.qrypcz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T07:49:43.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.qrypcz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T07:49:43.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:43 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-21T07:49:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: osdmap e63: 8 total, 8 up, 8 in 2023-12-21T07:49:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: Saving service nfs.foo spec with placement count:2 2023-12-21T07:49:43.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: Creating key for client.nfs.foo.0.0.smithi043.qrypcz 2023-12-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.qrypcz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.qrypcz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:43.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:43.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T07:49:43.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T07:49:43.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.qrypcz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T07:49:43.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi043.qrypcz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T07:49:43.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:43 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:44.170 INFO:teuthology.orchestra.run.smithi043.stderr:Invalid command: Unexpected argument '--clusterid' 2023-12-21T07:49:44.170 INFO:teuthology.orchestra.run.smithi043.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-12-21T07:49:44.170 INFO:teuthology.orchestra.run.smithi043.stderr:Error EINVAL: invalid command 2023-12-21T07:49:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:44 smithi050 ceph-mon[110339]: Rados config object exists: conf-nfs.foo 2023-12-21T07:49:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:44 smithi050 ceph-mon[110339]: Creating key for client.nfs.foo.0.0.smithi043.qrypcz-rgw 2023-12-21T07:49:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:44 smithi050 ceph-mon[110339]: Deploying daemon nfs.foo.0.0.smithi043.qrypcz on smithi043 2023-12-21T07:49:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:44 smithi050 ceph-mon[110339]: pgmap v160: 97 pgs: 7 creating+activating, 16 unknown, 74 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-21T07:49:44.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:44 smithi050 ceph-mon[110339]: osdmap e64: 8 total, 8 up, 8 in 2023-12-21T07:49:44.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:44 smithi043 ceph-mon[107704]: Rados config object exists: conf-nfs.foo 2023-12-21T07:49:44.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:44 smithi043 ceph-mon[107704]: Creating key for client.nfs.foo.0.0.smithi043.qrypcz-rgw 2023-12-21T07:49:44.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:44 smithi043 ceph-mon[107704]: Deploying daemon nfs.foo.0.0.smithi043.qrypcz on smithi043 2023-12-21T07:49:44.503 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:44 smithi043 ceph-mon[107704]: pgmap v160: 97 pgs: 7 creating+activating, 16 unknown, 74 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-12-21T07:49:44.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:44 smithi043 ceph-mon[107704]: osdmap e64: 8 total, 8 up, 8 in 2023-12-21T07:49:44.543 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:49:44.543 INFO:teuthology.orchestra.run.smithi043.stdout: "bind": "/fake", 2023-12-21T07:49:44.543 INFO:teuthology.orchestra.run.smithi043.stdout: "fs": "foofs", 2023-12-21T07:49:44.543 INFO:teuthology.orchestra.run.smithi043.stdout: "path": "/", 2023-12-21T07:49:44.543 INFO:teuthology.orchestra.run.smithi043.stdout: "cluster": "foo", 2023-12-21T07:49:44.543 INFO:teuthology.orchestra.run.smithi043.stdout: "mode": "RW" 2023-12-21T07:49:44.543 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:49:44.857 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-12-21T07:49:45.454 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:45.454 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: Creating key for client.nfs.foo.1.0.smithi050.yrpjbj 2023-12-21T07:49:45.454 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi050.yrpjbj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T07:49:45.454 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: mgrmap e20: smithi043.nepoxl(active, since 3m), standbys: smithi050.sfkyvy 2023-12-21T07:49:45.454 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi050.yrpjbj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T07:49:45.454 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-21T07:49:45.454 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:45.454 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:45.454 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:45.455 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:45.455 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: pgmap v162: 97 pgs: 7 creating+activating, 4 unknown, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-21T07:49:45.455 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:45.455 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:45.455 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:45 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: Creating key for client.nfs.foo.1.0.smithi050.yrpjbj 2023-12-21T07:49:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi050.yrpjbj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T07:49:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: mgrmap e20: smithi043.nepoxl(active, since 3m), standbys: smithi050.sfkyvy 2023-12-21T07:49:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi050.yrpjbj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T07:49:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-21T07:49:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:45.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:45.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:45.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:45.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: pgmap v162: 97 pgs: 7 creating+activating, 4 unknown, 86 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-12-21T07:49:45.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:45.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 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-21T07:49:45.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:45 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:46 smithi050 ceph-mon[110339]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:46.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:46 smithi043 ceph-mon[107704]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:47.990 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:47 smithi050 ceph-mon[110339]: pgmap v163: 97 pgs: 7 creating+activating, 90 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-21T07:49:47.990 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T07:49:47.990 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T07:49:47.990 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi050.yrpjbj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T07:49:47.990 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi050.yrpjbj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T07:49:47.990 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:47 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:48.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:47 smithi043 ceph-mon[107704]: pgmap v163: 97 pgs: 7 creating+activating, 90 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2023-12-21T07:49:48.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T07:49:48.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T07:49:48.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi050.yrpjbj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T07:49:48.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi050.yrpjbj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T07:49:48.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:47 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:48 smithi050 ceph-mon[110339]: Rados config object exists: conf-nfs.foo 2023-12-21T07:49:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:48 smithi050 ceph-mon[110339]: Creating key for client.nfs.foo.1.0.smithi050.yrpjbj-rgw 2023-12-21T07:49:49.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:48 smithi050 ceph-mon[110339]: Deploying daemon nfs.foo.1.0.smithi050.yrpjbj on smithi050 2023-12-21T07:49:49.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:48 smithi050 ceph-mon[110339]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:49.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:48 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:49.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:48 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:49.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:48 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:49.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:48 smithi043 ceph-mon[107704]: Rados config object exists: conf-nfs.foo 2023-12-21T07:49:49.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:48 smithi043 ceph-mon[107704]: Creating key for client.nfs.foo.1.0.smithi050.yrpjbj-rgw 2023-12-21T07:49:49.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:48 smithi043 ceph-mon[107704]: Deploying daemon nfs.foo.1.0.smithi050.yrpjbj on smithi050 2023-12-21T07:49:49.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:48 smithi043 ceph-mon[107704]: from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:49.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:48 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:49.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:48 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:49.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:48 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:50.200 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:49 smithi043 ceph-mon[107704]: pgmap v164: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-21T07:49:50.201 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:49 smithi043 ceph-mon[107704]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:50.201 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:50.201 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:49 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:49 smithi050 ceph-mon[110339]: pgmap v164: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-21T07:49:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:49 smithi050 ceph-mon[110339]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:50.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:49 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:51.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:50 smithi043 ceph-mon[107704]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:51.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:50 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:50 smithi050 ceph-mon[110339]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:51.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:50 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:52.253 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:51 smithi043 ceph-mon[107704]: pgmap v165: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 2.1 KiB/s wr, 4 op/s 2023-12-21T07:49:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:52.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:51 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:51 smithi050 ceph-mon[110339]: pgmap v165: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 2.1 KiB/s wr, 4 op/s 2023-12-21T07:49:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:49:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:49:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:49:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:52.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:51 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:52.792 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo ?:2049 2/2 2s ago 10s count:2 2023-12-21T07:49:53.064 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:52 smithi043 ceph-mon[107704]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:53.148 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-21T07:49:53.158 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2023-12-21T07:49:53.158 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-12-21T07:49:53.187 INFO:teuthology.orchestra.run.smithi043.stderr:+ mkdir /mnt/foo 2023-12-21T07:49:53.192 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-12-21T07:49:53.260 INFO:teuthology.orchestra.run.smithi043.stderr:++ hostname 2023-12-21T07:49:53.261 INFO:teuthology.orchestra.run.smithi043.stderr:+ mount -t nfs smithi043:/fake /mnt/foo -o sync 2023-12-21T07:49:53.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:52 smithi050 ceph-mon[110339]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:53.668 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-12-21T07:49:53.736 INFO:teuthology.orchestra.run.smithi043.stderr:+ echo test 2023-12-21T07:49:53.786 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-12-21T07:49:53.853 INFO:teuthology.orchestra.run.smithi043.stderr:+ sync 2023-12-21T07:49:54.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:53 smithi043 ceph-mon[107704]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.6 KiB/s wr, 7 op/s 2023-12-21T07:49:54.003 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:53 smithi043 ceph-mon[107704]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:54.241 INFO:teuthology.run_tasks:Running task parallel... 2023-12-21T07:49:54.261 INFO:teuthology.task.parallel:starting parallel... 2023-12-21T07:49:54.261 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-21T07:49:54.264 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-21T07:49:54.264 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2023-12-21T07:49:54.264 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-21T07:49:54.265 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-12-21T07:49:54.265 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-12-21T07:49:54.285 INFO:teuthology.task.exec:Executing custom commands... 2023-12-21T07:49:54.285 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2023-12-21T07:49:54.285 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-12-21T07:49:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:53 smithi050 ceph-mon[110339]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.6 KiB/s wr, 7 op/s 2023-12-21T07:49:54.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:53 smithi050 ceph-mon[110339]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:49:54.359 INFO:teuthology.orchestra.run.smithi043.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-21T07:49:54.359 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T07:49:54.359 INFO:teuthology.orchestra.run.smithi043.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-12-21T07:49:54.364 INFO:teuthology.orchestra.run.smithi043.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-21T07:49:54.464 INFO:teuthology.orchestra.run.smithi043.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-21T07:49:54.464 INFO:teuthology.orchestra.run.smithi043.stdout:releasing clients 2023-12-21T07:49:55.464 INFO:teuthology.orchestra.run.smithi043.stdout: 5 89 20.12 MB/sec warmup 1 sec latency 260.915 ms 2023-12-21T07:49:55.609 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:55 smithi043 ceph-mon[107704]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-12-21T07:49:55.609 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:55 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:55 smithi050 ceph-mon[110339]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-12-21T07:49:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:55 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:49:56.464 INFO:teuthology.orchestra.run.smithi043.stdout: 5 199 19.64 MB/sec warmup 2 sec latency 127.580 ms 2023-12-21T07:49:56.653 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-21T07:49:57.469 INFO:teuthology.orchestra.run.smithi043.stdout: 5 321 19.52 MB/sec warmup 3 sec latency 133.413 ms 2023-12-21T07:49:57.957 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:57 smithi043 ceph-mon[107704]: pgmap v168: 97 pgs: 97 active+clean; 7.3 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 597 KiB/s wr, 43 op/s 2023-12-21T07:49:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:57 smithi050 ceph-mon[110339]: pgmap v168: 97 pgs: 97 active+clean; 7.3 MiB data, 51 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 597 KiB/s wr, 43 op/s 2023-12-21T07:49:58.469 INFO:teuthology.orchestra.run.smithi043.stdout: 5 427 18.82 MB/sec warmup 4 sec latency 133.997 ms 2023-12-21T07:49:59.142 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-21T07:49:59.469 INFO:teuthology.orchestra.run.smithi043.stdout: 5 534 18.30 MB/sec warmup 5 sec latency 178.041 ms 2023-12-21T07:50:00.156 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:49:59 smithi043 ceph-mon[107704]: pgmap v169: 97 pgs: 97 active+clean; 40 MiB data, 63 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.3 MiB/s wr, 93 op/s 2023-12-21T07:50:00.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:49:59 smithi050 ceph-mon[110339]: pgmap v169: 97 pgs: 97 active+clean; 40 MiB data, 63 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.3 MiB/s wr, 93 op/s 2023-12-21T07:50:00.469 INFO:teuthology.orchestra.run.smithi043.stdout: 5 720 17.70 MB/sec warmup 6 sec latency 195.977 ms 2023-12-21T07:50:00.926 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:00 smithi043 ceph-mon[107704]: overall HEALTH_OK 2023-12-21T07:50:01.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:00 smithi050 ceph-mon[110339]: overall HEALTH_OK 2023-12-21T07:50:01.474 INFO:teuthology.orchestra.run.smithi043.stdout: 5 1038 16.06 MB/sec warmup 7 sec latency 100.911 ms 2023-12-21T07:50:01.608 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph mgr module enable nfs --force' 2023-12-21T07:50:02.190 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:01 smithi043 ceph-mon[107704]: pgmap v170: 97 pgs: 97 active+clean; 64 MiB data, 115 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 5.4 MiB/s wr, 227 op/s 2023-12-21T07:50:02.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:01 smithi050 ceph-mon[110339]: pgmap v170: 97 pgs: 97 active+clean; 64 MiB data, 115 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 5.4 MiB/s wr, 227 op/s 2023-12-21T07:50:02.479 INFO:teuthology.orchestra.run.smithi043.stdout: 5 1524 16.27 MB/sec warmup 8 sec latency 86.381 ms 2023-12-21T07:50:03.480 INFO:teuthology.orchestra.run.smithi043.stdout: 5 2111 14.88 MB/sec warmup 9 sec latency 127.329 ms 2023-12-21T07:50:03.970 INFO:teuthology.orchestra.run.smithi043.stderr:module 'nfs' is already enabled 2023-12-21T07:50:04.201 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:03 smithi043 ceph-mon[107704]: pgmap v171: 97 pgs: 97 active+clean; 98 MiB data, 162 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 8.5 MiB/s wr, 409 op/s 2023-12-21T07:50:04.201 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:03 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1553030037' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-21T07:50:04.201 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:03 smithi043 ceph-mon[107704]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-21T07:50:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:03 smithi050 ceph-mon[110339]: pgmap v171: 97 pgs: 97 active+clean; 98 MiB data, 162 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 8.5 MiB/s wr, 409 op/s 2023-12-21T07:50:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:03 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/1553030037' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-21T07:50:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:03 smithi050 ceph-mon[110339]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-12-21T07:50:04.422 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-21T07:50:04.480 INFO:teuthology.orchestra.run.smithi043.stdout: 5 2539 14.55 MB/sec warmup 10 sec latency 127.067 ms 2023-12-21T07:50:05.214 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:04 smithi043 ceph-mon[107704]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-21T07:50:05.215 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:04 smithi043 ceph-mon[107704]: mgrmap e21: smithi043.nepoxl(active, since 3m), standbys: smithi050.sfkyvy 2023-12-21T07:50:05.215 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-21T07:50:05.215 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-21T07:50:05.215 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-21T07:50:05.215 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2023-12-21T07:50:05.215 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:50:05.215 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:50:05.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:04 smithi050 ceph-mon[110339]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-12-21T07:50:05.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:04 smithi050 ceph-mon[110339]: mgrmap e21: smithi043.nepoxl(active, since 3m), standbys: smithi050.sfkyvy 2023-12-21T07:50:05.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2023-12-21T07:50:05.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2023-12-21T07:50:05.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-21T07:50:05.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2023-12-21T07:50:05.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:50:05.316 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:50:05.480 INFO:teuthology.orchestra.run.smithi043.stdout: 5 2982 15.13 MB/sec warmup 11 sec latency 132.675 ms 2023-12-21T07:50:06.239 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:05 smithi043 ceph-mon[107704]: pgmap v172: 97 pgs: 97 active+clean; 111 MiB data, 180 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 9.9 MiB/s wr, 450 op/s 2023-12-21T07:50:06.240 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2023-12-21T07:50:06.240 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-12-21T07:50:06.240 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-12-21T07:50:06.240 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:05 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2023-12-21T07:50:06.240 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:05 smithi043 ceph-mon[107704]: osdmap e65: 8 total, 8 up, 8 in 2023-12-21T07:50:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:05 smithi050 ceph-mon[110339]: pgmap v172: 97 pgs: 97 active+clean; 111 MiB data, 180 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 9.9 MiB/s wr, 450 op/s 2023-12-21T07:50:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:05 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2023-12-21T07:50:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:05 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2023-12-21T07:50:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:05 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-12-21T07:50:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:05 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2023-12-21T07:50:06.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:05 smithi050 ceph-mon[110339]: osdmap e65: 8 total, 8 up, 8 in 2023-12-21T07:50:06.480 INFO:teuthology.orchestra.run.smithi043.stdout: 5 3431 15.32 MB/sec warmup 12 sec latency 129.851 ms 2023-12-21T07:50:06.543 INFO:teuthology.orchestra.run.smithi043.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:a89fee39e1615509dcf1f65c74f2b137c73cba4f 2023-12-21T07:50:07.070 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-12-21T07:50:07.071 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi043.front.sepia.ceph.com 2023-12-21T07:50:07.071 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- 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-21T07:50:07.248 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:06 smithi043 ceph-mon[107704]: osdmap e66: 8 total, 8 up, 8 in 2023-12-21T07:50:07.248 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:50:07.248 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:50:07.248 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:50:07.248 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:50:07.248 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:50:07.248 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:06 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:50:07.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:06 smithi050 ceph-mon[110339]: osdmap e66: 8 total, 8 up, 8 in 2023-12-21T07:50:07.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:06 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:50:07.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:06 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:50:07.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:06 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:50:07.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:06 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:50:07.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:06 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:50:07.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:06 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:50:07.489 INFO:teuthology.orchestra.run.smithi043.stdout: 5 3688 14.98 MB/sec warmup 13 sec latency 138.290 ms 2023-12-21T07:50:07.998 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:07 smithi043 ceph-mon[107704]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a89fee39e1615509dcf1f65c74f2b137c73cba4f", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:07.998 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:07 smithi043 ceph-mon[107704]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:a89fee39e1615509dcf1f65c74f2b137c73cba4f 2023-12-21T07:50:07.998 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:07 smithi043 ceph-mon[107704]: pgmap v175: 97 pgs: 97 active+clean; 117 MiB data, 189 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 MiB/s wr, 738 op/s 2023-12-21T07:50:07.998 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:07 smithi043 ceph-mon[107704]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a89fee39e1615509dcf1f65c74f2b137c73cba4f 2023-12-21T07:50:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:07 smithi050 ceph-mon[110339]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a89fee39e1615509dcf1f65c74f2b137c73cba4f", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:07 smithi050 ceph-mon[110339]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:a89fee39e1615509dcf1f65c74f2b137c73cba4f 2023-12-21T07:50:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:07 smithi050 ceph-mon[110339]: pgmap v175: 97 pgs: 97 active+clean; 117 MiB data, 189 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 MiB/s wr, 738 op/s 2023-12-21T07:50:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:07 smithi050 ceph-mon[110339]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a89fee39e1615509dcf1f65c74f2b137c73cba4f 2023-12-21T07:50:08.490 INFO:teuthology.orchestra.run.smithi043.stdout: 5 3868 14.20 MB/sec warmup 14 sec latency 140.440 ms 2023-12-21T07:50:09.248 INFO:teuthology.orchestra.run.smithi043.stdout:true 2023-12-21T07:50:09.490 INFO:teuthology.orchestra.run.smithi043.stdout: 5 4038 13.35 MB/sec warmup 15 sec latency 123.022 ms 2023-12-21T07:50:10.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:09 smithi043 ceph-mon[107704]: pgmap v176: 97 pgs: 97 active+clean; 128 MiB data, 213 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 MiB/s wr, 703 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:10.055 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:09 smithi043 ceph-mon[107704]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:10.175 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T07:50:10.175 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (3m) 18s ago 4m 24.7M - ba2b418f427c eb5011011be7 2023-12-21T07:50:10.175 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (4m) 18s ago 4m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T07:50:10.175 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (4m) 19s ago 3m 7142k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T07:50:10.176 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (3m) 18s ago 4m 47.5M - 8.3.5 dad864ee21e9 2db6eaa173c7 2023-12-21T07:50:10.176 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (37s) 18s ago 36s 16.4M - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T07:50:10.176 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (35s) 19s ago 35s 12.4M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T07:50:10.176 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (5m) 18s ago 5m 476M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T07:50:10.176 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (3m) 19s ago 3m 418M - 17.2.0 e1d6a67b021e 6accd591c617 2023-12-21T07:50:10.176 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (5m) 18s ago 5m 77.5M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T07:50:10.176 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (3m) 19s ago 3m 61.0M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T07:50:10.176 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (26s) 18s ago 25s 54.3M - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T07:50:10.176 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (21s) 19s ago 21s 55.9M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T07:50:10.176 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (4m) 18s ago 4m 23.6M - 1dbe0e931976 f1309bbe8d4f 2023-12-21T07:50:10.177 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 running (3m) 19s ago 3m 26.7M - 1dbe0e931976 47508f815f25 2023-12-21T07:50:10.177 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (3m) 18s ago 3m 55.2M 3225M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T07:50:10.177 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (3m) 18s ago 3m 56.1M 3225M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T07:50:10.177 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (2m) 18s ago 2m 51.4M 3225M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T07:50:10.177 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (2m) 18s ago 2m 49.8M 3225M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T07:50:10.177 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (2m) 19s ago 2m 48.5M 3993M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T07:50:10.177 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (118s) 19s ago 118s 48.1M 3993M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T07:50:10.177 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (102s) 19s ago 101s 51.3M 3993M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T07:50:10.177 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (86s) 19s ago 85s 52.6M 3993M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T07:50:10.177 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (3m) 18s ago 3m 64.0M - 514e6a882f6e c1a3149929fd 2023-12-21T07:50:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:09 smithi050 ceph-mon[110339]: pgmap v176: 97 pgs: 97 active+clean; 128 MiB data, 213 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 MiB/s wr, 703 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:09 smithi050 ceph-mon[110339]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:10.498 INFO:teuthology.orchestra.run.smithi043.stdout: 5 4369 12.73 MB/sec warmup 16 sec latency 108.385 ms 2023-12-21T07:50:10.761 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:50:10.761 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T07:50:10.761 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:50:10.762 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:50:10.762 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T07:50:10.762 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:50:10.762 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:50:10.762 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T07:50:10.762 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T07:50:10.762 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:50:10.762 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T07:50:10.762 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:50:10.762 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:50:10.762 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T07:50:10.763 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-21T07:50:10.763 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T07:50:10.763 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:50:11.075 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:10 smithi043 ceph-mon[107704]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:11.076 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:10 smithi043 ceph-mon[107704]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:11.076 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:10 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/899055128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:50:11.242 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:50:11.243 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a89fee39e1615509dcf1f65c74f2b137c73cba4f", 2023-12-21T07:50:11.243 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2023-12-21T07:50:11.243 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2023-12-21T07:50:11.243 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "", 2023-12-21T07:50:11.244 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:a89fee39e1615509dcf1f65c74f2b137c73cba4f image" 2023-12-21T07:50:11.244 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:50:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:11 smithi050 ceph-mon[110339]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:11 smithi050 ceph-mon[110339]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:11.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:11 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/899055128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:50:11.491 INFO:teuthology.orchestra.run.smithi043.stdout: 5 4674 12.39 MB/sec warmup 17 sec latency 137.547 ms 2023-12-21T07:50:11.787 INFO:teuthology.orchestra.run.smithi043.stdout:HEALTH_OK 2023-12-21T07:50:12.102 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:12 smithi043 ceph-mon[107704]: pgmap v177: 97 pgs: 97 active+clean; 132 MiB data, 226 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 6.7 MiB/s wr, 497 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:12.102 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:12 smithi043 ceph-mon[107704]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:12.102 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:12 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/4117128058' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:50:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:12 smithi050 ceph-mon[110339]: pgmap v177: 97 pgs: 97 active+clean; 132 MiB data, 226 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 6.7 MiB/s wr, 497 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:12 smithi050 ceph-mon[110339]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:12.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:12 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/4117128058' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:50:12.490 INFO:teuthology.orchestra.run.smithi043.stdout: 5 4987 12.21 MB/sec warmup 18 sec latency 138.924 ms 2023-12-21T07:50:13.490 INFO:teuthology.orchestra.run.smithi043.stdout: 5 5366 11.95 MB/sec warmup 19 sec latency 128.574 ms 2023-12-21T07:50:14.166 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:14 smithi043 ceph-mon[107704]: pgmap v178: 97 pgs: 97 active+clean; 130 MiB data, 256 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 5.5 MiB/s wr, 477 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:14.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:14 smithi050 ceph-mon[110339]: pgmap v178: 97 pgs: 97 active+clean; 130 MiB data, 256 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s rd, 5.5 MiB/s wr, 477 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:14.490 INFO:teuthology.orchestra.run.smithi043.stdout: 5 5752 11.55 MB/sec warmup 20 sec latency 126.920 ms 2023-12-21T07:50:15.491 INFO:teuthology.orchestra.run.smithi043.stdout: 5 5997 11.35 MB/sec warmup 21 sec latency 136.573 ms 2023-12-21T07:50:16.209 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:16 smithi043 ceph-mon[107704]: pgmap v179: 97 pgs: 97 active+clean; 127 MiB data, 263 MiB used, 715 GiB / 715 GiB avail; 2.9 KiB/s rd, 5.2 MiB/s wr, 458 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:16.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:16 smithi050 ceph-mon[110339]: pgmap v179: 97 pgs: 97 active+clean; 127 MiB data, 263 MiB used, 715 GiB / 715 GiB avail; 2.9 KiB/s rd, 5.2 MiB/s wr, 458 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:16.490 INFO:teuthology.orchestra.run.smithi043.stdout: 5 6192 11.18 MB/sec warmup 22 sec latency 124.852 ms 2023-12-21T07:50:17.497 INFO:teuthology.orchestra.run.smithi043.stdout: 5 6546 11.29 MB/sec warmup 23 sec latency 136.643 ms 2023-12-21T07:50:18.272 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:18 smithi043 ceph-mon[107704]: pgmap v180: 97 pgs: 97 active+clean; 127 MiB data, 277 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.3 MiB/s wr, 481 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:18 smithi050 ceph-mon[110339]: pgmap v180: 97 pgs: 97 active+clean; 127 MiB data, 277 MiB used, 715 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.3 MiB/s wr, 481 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:18.497 INFO:teuthology.orchestra.run.smithi043.stdout: 5 6977 11.63 MB/sec warmup 24 sec latency 208.324 ms 2023-12-21T07:50:19.502 INFO:teuthology.orchestra.run.smithi043.stdout: 5 7235 11.51 MB/sec warmup 25 sec latency 129.159 ms 2023-12-21T07:50:20.304 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:20 smithi043 ceph-mon[107704]: pgmap v181: 97 pgs: 97 active+clean; 133 MiB data, 301 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 437 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:20.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:20 smithi050 ceph-mon[110339]: pgmap v181: 97 pgs: 97 active+clean; 133 MiB data, 301 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 437 op/s; 0 B/s, 0 objects/s recovering 2023-12-21T07:50:20.502 INFO:teuthology.orchestra.run.smithi043.stdout: 5 7428 11.29 MB/sec warmup 26 sec latency 149.911 ms 2023-12-21T07:50:21.502 INFO:teuthology.orchestra.run.smithi043.stdout: 5 7609 10.94 MB/sec warmup 27 sec latency 123.218 ms 2023-12-21T07:50:22.103 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:22 smithi043 ceph-mon[107704]: pgmap v182: 97 pgs: 97 active+clean; 136 MiB data, 321 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.8 MiB/s wr, 339 op/s 2023-12-21T07:50:22.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:22 smithi050 ceph-mon[110339]: pgmap v182: 97 pgs: 97 active+clean; 136 MiB data, 321 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.8 MiB/s wr, 339 op/s 2023-12-21T07:50:22.503 INFO:teuthology.orchestra.run.smithi043.stdout: 5 7834 10.66 MB/sec warmup 28 sec latency 133.484 ms 2023-12-21T07:50:23.502 INFO:teuthology.orchestra.run.smithi043.stdout: 5 8122 10.49 MB/sec warmup 29 sec latency 126.915 ms 2023-12-21T07:50:24.129 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:24 smithi043 ceph-mon[107704]: pgmap v183: 97 pgs: 97 active+clean; 143 MiB data, 324 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.4 MiB/s wr, 421 op/s 2023-12-21T07:50:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:24 smithi050 ceph-mon[110339]: pgmap v183: 97 pgs: 97 active+clean; 143 MiB data, 324 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.4 MiB/s wr, 421 op/s 2023-12-21T07:50:24.513 INFO:teuthology.orchestra.run.smithi043.stdout: 5 8338 10.35 MB/sec warmup 30 sec latency 137.192 ms 2023-12-21T07:50:25.513 INFO:teuthology.orchestra.run.smithi043.stdout: 5 8653 10.18 MB/sec warmup 31 sec latency 123.101 ms 2023-12-21T07:50:26.175 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:26 smithi043 ceph-mon[107704]: pgmap v184: 97 pgs: 97 active+clean; 144 MiB data, 344 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-12-21T07:50:26.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:26 smithi050 ceph-mon[110339]: pgmap v184: 97 pgs: 97 active+clean; 144 MiB data, 344 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-12-21T07:50:26.513 INFO:teuthology.orchestra.run.smithi043.stdout: 5 8986 10.11 MB/sec warmup 32 sec latency 123.978 ms 2023-12-21T07:50:27.513 INFO:teuthology.orchestra.run.smithi043.stdout: 5 9257 9.89 MB/sec warmup 33 sec latency 119.278 ms 2023-12-21T07:50:28.252 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:28 smithi043 ceph-mon[107704]: pgmap v185: 97 pgs: 97 active+clean; 147 MiB data, 379 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.5 MiB/s wr, 484 op/s 2023-12-21T07:50:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:28 smithi050 ceph-mon[110339]: pgmap v185: 97 pgs: 97 active+clean; 147 MiB data, 379 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 4.5 MiB/s wr, 484 op/s 2023-12-21T07:50:28.513 INFO:teuthology.orchestra.run.smithi043.stdout: 5 9588 9.91 MB/sec warmup 34 sec latency 123.783 ms 2023-12-21T07:50:29.513 INFO:teuthology.orchestra.run.smithi043.stdout: 5 9893 9.89 MB/sec warmup 35 sec latency 129.576 ms 2023-12-21T07:50:30.270 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:30 smithi043 ceph-mon[107704]: pgmap v186: 97 pgs: 97 active+clean; 139 MiB data, 418 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.5 MiB/s wr, 465 op/s 2023-12-21T07:50:30.513 INFO:teuthology.orchestra.run.smithi043.stdout: 5 10284 10.15 MB/sec warmup 36 sec latency 147.410 ms 2023-12-21T07:50:30.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:30 smithi050 ceph-mon[110339]: pgmap v186: 97 pgs: 97 active+clean; 139 MiB data, 418 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.5 MiB/s wr, 465 op/s 2023-12-21T07:50:31.513 INFO:teuthology.orchestra.run.smithi043.stdout: 5 10600 10.13 MB/sec warmup 37 sec latency 132.875 ms 2023-12-21T07:50:32.302 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:32 smithi043 ceph-mon[107704]: pgmap v187: 97 pgs: 97 active+clean; 140 MiB data, 407 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-12-21T07:50:32.513 INFO:teuthology.orchestra.run.smithi043.stdout: 5 10828 10.16 MB/sec warmup 38 sec latency 137.713 ms 2023-12-21T07:50:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:32 smithi050 ceph-mon[110339]: pgmap v187: 97 pgs: 97 active+clean; 140 MiB data, 407 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-12-21T07:50:33.514 INFO:teuthology.orchestra.run.smithi043.stdout: 5 11048 10.02 MB/sec warmup 39 sec latency 132.597 ms 2023-12-21T07:50:34.325 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:34 smithi043 ceph-mon[107704]: pgmap v188: 97 pgs: 97 active+clean; 146 MiB data, 428 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-12-21T07:50:34.514 INFO:teuthology.orchestra.run.smithi043.stdout: 5 11275 9.83 MB/sec warmup 40 sec latency 126.711 ms 2023-12-21T07:50:34.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:34 smithi050 ceph-mon[110339]: pgmap v188: 97 pgs: 97 active+clean; 146 MiB data, 428 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 403 op/s 2023-12-21T07:50:35.519 INFO:teuthology.orchestra.run.smithi043.stdout: 5 11478 9.63 MB/sec warmup 41 sec latency 148.206 ms 2023-12-21T07:50:36.390 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:36 smithi043 ceph-mon[107704]: pgmap v189: 97 pgs: 97 active+clean; 157 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 433 op/s 2023-12-21T07:50:36.519 INFO:teuthology.orchestra.run.smithi043.stdout: 5 11732 9.55 MB/sec warmup 42 sec latency 125.792 ms 2023-12-21T07:50:36.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:36 smithi050 ceph-mon[110339]: pgmap v189: 97 pgs: 97 active+clean; 157 MiB data, 431 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.4 MiB/s wr, 433 op/s 2023-12-21T07:50:37.524 INFO:teuthology.orchestra.run.smithi043.stdout: 5 11983 9.45 MB/sec warmup 43 sec latency 120.830 ms 2023-12-21T07:50:38.438 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:38 smithi043 ceph-mon[107704]: pgmap v190: 97 pgs: 97 active+clean; 158 MiB data, 446 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.3 MiB/s wr, 447 op/s 2023-12-21T07:50:38.523 INFO:teuthology.orchestra.run.smithi043.stdout: 5 12275 9.38 MB/sec warmup 44 sec latency 120.862 ms 2023-12-21T07:50:38.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:38 smithi050 ceph-mon[110339]: pgmap v190: 97 pgs: 97 active+clean; 158 MiB data, 446 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.3 MiB/s wr, 447 op/s 2023-12-21T07:50:39.524 INFO:teuthology.orchestra.run.smithi043.stdout: 5 12614 9.35 MB/sec warmup 45 sec latency 86.907 ms 2023-12-21T07:50:40.264 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:40 smithi050 ceph-mon[110339]: pgmap v191: 97 pgs: 97 active+clean; 154 MiB data, 458 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 4.1 MiB/s wr, 353 op/s 2023-12-21T07:50:40.264 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:40 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:50:40.264 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:40 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:50:40.264 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:40 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:50:40.465 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:40 smithi043 ceph-mon[107704]: pgmap v191: 97 pgs: 97 active+clean; 154 MiB data, 458 MiB used, 715 GiB / 715 GiB avail; 4.4 KiB/s rd, 4.1 MiB/s wr, 353 op/s 2023-12-21T07:50:40.465 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:40 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:50:40.465 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:40 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:50:40.465 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:40 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:50:40.525 INFO:teuthology.orchestra.run.smithi043.stdout: 5 12969 9.29 MB/sec warmup 46 sec latency 129.157 ms 2023-12-21T07:50:41.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:41 smithi043 ceph-mon[107704]: Upgrade: Target is version 19.0.0-297-ga89fee39 (unknown) 2023-12-21T07:50:41.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:41 smithi043 ceph-mon[107704]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e'] 2023-12-21T07:50:41.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:41 smithi043 ceph-mon[107704]: Upgrade: Need to upgrade myself (mgr.smithi043.nepoxl) 2023-12-21T07:50:41.250 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:41 smithi043 ceph-mon[107704]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e on smithi050 2023-12-21T07:50:41.526 INFO:teuthology.orchestra.run.smithi043.stdout: 5 13390 9.36 MB/sec warmup 47 sec latency 123.496 ms 2023-12-21T07:50:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:41 smithi050 ceph-mon[110339]: Upgrade: Target is version 19.0.0-297-ga89fee39 (unknown) 2023-12-21T07:50:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:41 smithi050 ceph-mon[110339]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e'] 2023-12-21T07:50:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:41 smithi050 ceph-mon[110339]: Upgrade: Need to upgrade myself (mgr.smithi043.nepoxl) 2023-12-21T07:50:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:41 smithi050 ceph-mon[110339]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e on smithi050 2023-12-21T07:50:42.244 INFO:teuthology.orchestra.run.smithi043.stdout:true 2023-12-21T07:50:42.264 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:42 smithi043 ceph-mon[107704]: pgmap v192: 97 pgs: 97 active+clean; 152 MiB data, 466 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.9 MiB/s wr, 350 op/s 2023-12-21T07:50:42.526 INFO:teuthology.orchestra.run.smithi043.stdout: 5 13676 9.44 MB/sec warmup 48 sec latency 126.695 ms 2023-12-21T07:50:42.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:42 smithi050 ceph-mon[110339]: pgmap v192: 97 pgs: 97 active+clean; 152 MiB data, 466 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 3.9 MiB/s wr, 350 op/s 2023-12-21T07:50:43.116 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T07:50:43.116 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (4m) 51s ago 5m 24.7M - ba2b418f427c eb5011011be7 2023-12-21T07:50:43.116 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (5m) 51s ago 5m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (4m) 52s ago 4m 7142k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (3m) 51s ago 4m 47.5M - 8.3.5 dad864ee21e9 2db6eaa173c7 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (70s) 51s ago 69s 16.4M - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (68s) 52s ago 68s 12.4M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (6m) 51s ago 5m 476M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (4m) 52s ago 4m 418M - 17.2.0 e1d6a67b021e 6accd591c617 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (6m) 51s ago 6m 77.5M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (4m) 52s ago 4m 61.0M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (59s) 51s ago 58s 54.3M - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (54s) 52s ago 54s 55.9M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (4m) 51s ago 4m 23.6M - 1dbe0e931976 f1309bbe8d4f 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 running (4m) 52s ago 4m 26.7M - 1dbe0e931976 47508f815f25 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (3m) 51s ago 3m 55.2M 3225M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T07:50:43.117 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (3m) 51s ago 3m 56.1M 3225M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T07:50:43.118 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (3m) 51s ago 3m 51.4M 3225M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T07:50:43.118 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (3m) 51s ago 3m 49.8M 3225M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T07:50:43.118 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (2m) 52s ago 2m 48.5M 3993M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T07:50:43.118 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (2m) 52s ago 2m 48.1M 3993M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T07:50:43.118 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (2m) 52s ago 2m 51.3M 3993M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T07:50:43.118 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (118s) 52s ago 118s 52.6M 3993M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T07:50:43.118 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (4m) 51s ago 4m 64.0M - 514e6a882f6e c1a3149929fd 2023-12-21T07:50:43.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:43 smithi043 ceph-mon[107704]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:43.526 INFO:teuthology.orchestra.run.smithi043.stdout: 5 14001 9.51 MB/sec warmup 49 sec latency 135.310 ms 2023-12-21T07:50:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:43 smithi050 ceph-mon[110339]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:43.630 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:50:43.630 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:50:43.631 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T07:50:43.632 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-21T07:50:43.632 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T07:50:43.632 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:50:44.085 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:50:44.085 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e", 2023-12-21T07:50:44.085 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2023-12-21T07:50:44.085 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2023-12-21T07:50:44.085 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "0/23 daemons upgraded", 2023-12-21T07:50:44.085 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e image on host smithi050" 2023-12-21T07:50:44.085 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:50:44.316 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:44 smithi043 ceph-mon[107704]: pgmap v193: 97 pgs: 97 active+clean; 155 MiB data, 482 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-21T07:50:44.316 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:44 smithi043 ceph-mon[107704]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:44.316 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:44 smithi043 ceph-mon[107704]: from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:44.317 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:44 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/4148925176' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:50:44.526 INFO:teuthology.orchestra.run.smithi043.stdout: 5 14341 9.58 MB/sec warmup 50 sec latency 133.635 ms 2023-12-21T07:50:44.592 INFO:teuthology.orchestra.run.smithi043.stdout:HEALTH_OK 2023-12-21T07:50:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:44 smithi050 ceph-mon[110339]: pgmap v193: 97 pgs: 97 active+clean; 155 MiB data, 482 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-12-21T07:50:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:44 smithi050 ceph-mon[110339]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:44 smithi050 ceph-mon[110339]: from='client.24413 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:44.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:44 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/4148925176' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:50:45.324 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:45 smithi043 ceph-mon[107704]: from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:45.324 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:45 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2118931389' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:50:45.526 INFO:teuthology.orchestra.run.smithi043.stdout: 5 14747 9.56 MB/sec warmup 51 sec latency 127.430 ms 2023-12-21T07:50:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:45 smithi050 ceph-mon[110339]: from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:50:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:45 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2118931389' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:50:46.280 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:46 smithi043 ceph-mon[107704]: pgmap v194: 97 pgs: 97 active+clean; 161 MiB data, 518 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.6 MiB/s wr, 482 op/s 2023-12-21T07:50:46.526 INFO:teuthology.orchestra.run.smithi043.stdout: 5 15039 9.50 MB/sec warmup 52 sec latency 132.521 ms 2023-12-21T07:50:46.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:46 smithi050 ceph-mon[110339]: pgmap v194: 97 pgs: 97 active+clean; 161 MiB data, 518 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.6 MiB/s wr, 482 op/s 2023-12-21T07:50:47.536 INFO:teuthology.orchestra.run.smithi043.stdout: 5 15386 9.41 MB/sec warmup 53 sec latency 125.835 ms 2023-12-21T07:50:48.397 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:48 smithi043 ceph-mon[107704]: pgmap v195: 97 pgs: 97 active+clean; 163 MiB data, 533 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 3.8 MiB/s wr, 345 op/s 2023-12-21T07:50:48.544 INFO:teuthology.orchestra.run.smithi043.stdout: 5 15647 9.31 MB/sec warmup 54 sec latency 126.650 ms 2023-12-21T07:50:48.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:48 smithi050 ceph-mon[110339]: pgmap v195: 97 pgs: 97 active+clean; 163 MiB data, 533 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 3.8 MiB/s wr, 345 op/s 2023-12-21T07:50:49.544 INFO:teuthology.orchestra.run.smithi043.stdout: 5 15994 9.32 MB/sec warmup 55 sec latency 128.624 ms 2023-12-21T07:50:50.413 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:50 smithi043 ceph-mon[107704]: pgmap v196: 97 pgs: 97 active+clean; 168 MiB data, 572 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.5 MiB/s wr, 383 op/s 2023-12-21T07:50:50.544 INFO:teuthology.orchestra.run.smithi043.stdout: 5 16319 9.28 MB/sec warmup 56 sec latency 144.219 ms 2023-12-21T07:50:50.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:50 smithi050 ceph-mon[110339]: pgmap v196: 97 pgs: 97 active+clean; 168 MiB data, 572 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.5 MiB/s wr, 383 op/s 2023-12-21T07:50:51.544 INFO:teuthology.orchestra.run.smithi043.stdout: 5 16878 9.37 MB/sec warmup 57 sec latency 118.245 ms 2023-12-21T07:50:52.461 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:52 smithi043 ceph-mon[107704]: pgmap v197: 97 pgs: 97 active+clean; 168 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-12-21T07:50:52.554 INFO:teuthology.orchestra.run.smithi043.stdout: 5 17283 9.51 MB/sec warmup 58 sec latency 141.522 ms 2023-12-21T07:50:52.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:52 smithi050 ceph-mon[110339]: pgmap v197: 97 pgs: 97 active+clean; 168 MiB data, 574 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 4.4 MiB/s wr, 436 op/s 2023-12-21T07:50:53.555 INFO:teuthology.orchestra.run.smithi043.stdout: 5 17620 9.56 MB/sec warmup 59 sec latency 146.501 ms 2023-12-21T07:50:54.519 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:54 smithi043 ceph-mon[107704]: pgmap v198: 97 pgs: 97 active+clean; 166 MiB data, 599 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.1 MiB/s wr, 517 op/s 2023-12-21T07:50:54.554 INFO:teuthology.orchestra.run.smithi043.stdout: 5 17873 9.56 MB/sec warmup 60 sec latency 131.052 ms 2023-12-21T07:50:54.596 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:54 smithi050 ceph-mon[110339]: pgmap v198: 97 pgs: 97 active+clean; 166 MiB data, 599 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.1 MiB/s wr, 517 op/s 2023-12-21T07:50:55.555 INFO:teuthology.orchestra.run.smithi043.stdout: 5 18135 9.52 MB/sec warmup 61 sec latency 138.584 ms 2023-12-21T07:50:56.550 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:56 smithi043 ceph-mon[107704]: pgmap v199: 97 pgs: 97 active+clean; 174 MiB data, 619 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 541 op/s 2023-12-21T07:50:56.565 INFO:teuthology.orchestra.run.smithi043.stdout: 5 18374 9.41 MB/sec warmup 62 sec latency 202.152 ms 2023-12-21T07:50:56.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:56 smithi050 ceph-mon[110339]: pgmap v199: 97 pgs: 97 active+clean; 174 MiB data, 619 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.3 MiB/s wr, 541 op/s 2023-12-21T07:50:57.572 INFO:teuthology.orchestra.run.smithi043.stdout: 5 18827 9.38 MB/sec warmup 63 sec latency 126.894 ms 2023-12-21T07:50:58.572 INFO:teuthology.orchestra.run.smithi043.stdout: 5 19239 9.40 MB/sec warmup 64 sec latency 126.245 ms 2023-12-21T07:50:58.588 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:50:58 smithi043 ceph-mon[107704]: pgmap v200: 97 pgs: 97 active+clean; 176 MiB data, 622 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 457 op/s 2023-12-21T07:50:58.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:50:58 smithi050 ceph-mon[110339]: pgmap v200: 97 pgs: 97 active+clean; 176 MiB data, 622 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 457 op/s 2023-12-21T07:50:59.572 INFO:teuthology.orchestra.run.smithi043.stdout: 5 19719 9.39 MB/sec warmup 65 sec latency 124.002 ms 2023-12-21T07:51:00.375 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:00 smithi043 ceph-mon[107704]: pgmap v201: 97 pgs: 97 active+clean; 180 MiB data, 663 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.3 MiB/s wr, 484 op/s 2023-12-21T07:51:00.572 INFO:teuthology.orchestra.run.smithi043.stdout: 5 20145 9.39 MB/sec warmup 66 sec latency 123.796 ms 2023-12-21T07:51:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:00 smithi050 ceph-mon[110339]: pgmap v201: 97 pgs: 97 active+clean; 180 MiB data, 663 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.3 MiB/s wr, 484 op/s 2023-12-21T07:51:01.386 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:01 smithi043 ceph-mon[107704]: pgmap v202: 97 pgs: 97 active+clean; 186 MiB data, 700 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.1 MiB/s wr, 586 op/s 2023-12-21T07:51:01.572 INFO:teuthology.orchestra.run.smithi043.stdout: 5 20600 9.49 MB/sec warmup 67 sec latency 126.965 ms 2023-12-21T07:51:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:01 smithi050 ceph-mon[110339]: pgmap v202: 97 pgs: 97 active+clean; 186 MiB data, 700 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 5.1 MiB/s wr, 586 op/s 2023-12-21T07:51:02.572 INFO:teuthology.orchestra.run.smithi043.stdout: 5 21055 9.64 MB/sec warmup 68 sec latency 129.899 ms 2023-12-21T07:51:03.576 INFO:teuthology.orchestra.run.smithi043.stdout: 5 21369 9.64 MB/sec warmup 69 sec latency 152.686 ms 2023-12-21T07:51:04.185 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:03 smithi043 ceph-mon[107704]: pgmap v203: 97 pgs: 97 active+clean; 183 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-12-21T07:51:04.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:03 smithi050 ceph-mon[110339]: pgmap v203: 97 pgs: 97 active+clean; 183 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.5 MiB/s wr, 551 op/s 2023-12-21T07:51:04.580 INFO:teuthology.orchestra.run.smithi043.stdout: 5 21660 9.64 MB/sec warmup 70 sec latency 174.259 ms 2023-12-21T07:51:05.206 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:51:05.206 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:04 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:51:05.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:51:05.321 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:04 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi043.nepoxl/trash_purge_schedule"}]: dispatch 2023-12-21T07:51:05.581 INFO:teuthology.orchestra.run.smithi043.stdout: 5 21872 9.56 MB/sec warmup 71 sec latency 105.283 ms 2023-12-21T07:51:05.979 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:05 smithi043 ceph-mon[107704]: pgmap v204: 97 pgs: 97 active+clean; 183 MiB data, 713 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 467 op/s 2023-12-21T07:51:06.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:05 smithi050 ceph-mon[110339]: pgmap v204: 97 pgs: 97 active+clean; 183 MiB data, 713 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 5.4 MiB/s wr, 467 op/s 2023-12-21T07:51:06.581 INFO:teuthology.orchestra.run.smithi043.stdout: 5 22155 9.49 MB/sec warmup 72 sec latency 124.584 ms 2023-12-21T07:51:07.581 INFO:teuthology.orchestra.run.smithi043.stdout: 5 22414 9.41 MB/sec warmup 73 sec latency 117.599 ms 2023-12-21T07:51:08.041 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:07 smithi043 ceph-mon[107704]: pgmap v205: 97 pgs: 97 active+clean; 194 MiB data, 749 MiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-12-21T07:51:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:07 smithi050 ceph-mon[110339]: pgmap v205: 97 pgs: 97 active+clean; 194 MiB data, 749 MiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-12-21T07:51:08.581 INFO:teuthology.orchestra.run.smithi043.stdout: 5 22720 9.42 MB/sec warmup 74 sec latency 120.397 ms 2023-12-21T07:51:09.581 INFO:teuthology.orchestra.run.smithi043.stdout: 5 23059 9.40 MB/sec warmup 75 sec latency 125.167 ms 2023-12-21T07:51:10.075 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:09 smithi043 ceph-mon[107704]: pgmap v206: 97 pgs: 97 active+clean; 195 MiB data, 766 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-12-21T07:51:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:09 smithi050 ceph-mon[110339]: pgmap v206: 97 pgs: 97 active+clean; 195 MiB data, 766 MiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-12-21T07:51:10.591 INFO:teuthology.orchestra.run.smithi043.stdout: 5 23594 9.38 MB/sec warmup 76 sec latency 87.255 ms 2023-12-21T07:51:11.591 INFO:teuthology.orchestra.run.smithi043.stdout: 5 23945 9.40 MB/sec warmup 77 sec latency 121.065 ms 2023-12-21T07:51:12.100 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:12 smithi043 ceph-mon[107704]: pgmap v207: 97 pgs: 97 active+clean; 191 MiB data, 777 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 4.9 MiB/s wr, 507 op/s 2023-12-21T07:51:12.293 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:12 smithi050 ceph-mon[110339]: pgmap v207: 97 pgs: 97 active+clean; 191 MiB data, 777 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 4.9 MiB/s wr, 507 op/s 2023-12-21T07:51:12.591 INFO:teuthology.orchestra.run.smithi043.stdout: 5 24332 9.48 MB/sec warmup 78 sec latency 125.235 ms 2023-12-21T07:51:13.591 INFO:teuthology.orchestra.run.smithi043.stdout: 5 24727 9.56 MB/sec warmup 79 sec latency 121.262 ms 2023-12-21T07:51:13.880 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:13 smithi043 ceph-mon[107704]: pgmap v208: 97 pgs: 97 active+clean; 195 MiB data, 788 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-12-21T07:51:13.880 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:13 smithi043 ceph-mon[107704]: Upgrade: Updating mgr.smithi050.sfkyvy 2023-12-21T07:51:13.880 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:13 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:13.881 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:13 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.sfkyvy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T07:51:13.881 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:13 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T07:51:13.881 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:13 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:51:13.881 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:13 smithi043 ceph-mon[107704]: Deploying daemon mgr.smithi050.sfkyvy on smithi050 2023-12-21T07:51:13.960 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:13 smithi050 ceph-mon[110339]: pgmap v208: 97 pgs: 97 active+clean; 195 MiB data, 788 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-12-21T07:51:13.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:13 smithi050 ceph-mon[110339]: Upgrade: Updating mgr.smithi050.sfkyvy 2023-12-21T07:51:13.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:13 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:13.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:13 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi050.sfkyvy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T07:51:13.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:13 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T07:51:13.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:13 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:51:13.961 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:13 smithi050 ceph-mon[110339]: Deploying daemon mgr.smithi050.sfkyvy on smithi050 2023-12-21T07:51:14.594 INFO:teuthology.orchestra.run.smithi043.stdout: 5 25072 9.58 MB/sec warmup 80 sec latency 130.834 ms 2023-12-21T07:51:15.126 INFO:teuthology.orchestra.run.smithi043.stdout:true 2023-12-21T07:51:15.593 INFO:teuthology.orchestra.run.smithi043.stdout: 5 25309 9.54 MB/sec warmup 81 sec latency 87.735 ms 2023-12-21T07:51:15.924 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:15 smithi043 ceph-mon[107704]: pgmap v209: 97 pgs: 97 active+clean; 197 MiB data, 795 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-12-21T07:51:15.925 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:15 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:15.925 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:15 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:51:15.925 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:15 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:51:15.925 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:15 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:51:15.925 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:15 smithi043 ceph-mon[107704]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:15.978 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:15 smithi050 ceph-mon[110339]: pgmap v209: 97 pgs: 97 active+clean; 197 MiB data, 795 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.3 MiB/s wr, 534 op/s 2023-12-21T07:51:15.978 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:15 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:15.978 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:15 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:51:15.978 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:15 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:51:15.978 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:15 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:51:15.979 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:15 smithi050 ceph-mon[110339]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:15.986 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T07:51:15.986 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (4m) 84s ago 5m 24.7M - ba2b418f427c eb5011011be7 2023-12-21T07:51:15.986 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (5m) 84s ago 5m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T07:51:15.986 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (5m) 85s ago 5m 7142k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (4m) 84s ago 5m 47.5M - 8.3.5 dad864ee21e9 2db6eaa173c7 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (102s) 84s ago 102s 16.4M - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (101s) 85s ago 101s 12.4M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (6m) 84s ago 6m 476M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 starting - - - - 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (6m) 84s ago 6m 77.5M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (5m) 85s ago 5m 61.0M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (92s) 84s ago 91s 54.3M - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (87s) 85s ago 87s 55.9M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (5m) 84s ago 5m 23.6M - 1dbe0e931976 f1309bbe8d4f 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 running (4m) 85s ago 4m 26.7M - 1dbe0e931976 47508f815f25 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (4m) 84s ago 4m 55.2M 3225M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (4m) 84s ago 4m 56.1M 3225M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (3m) 84s ago 3m 51.4M 3225M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T07:51:15.987 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (3m) 84s ago 3m 49.8M 3225M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T07:51:15.988 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (3m) 85s ago 3m 48.5M 3993M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T07:51:15.988 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (3m) 85s ago 3m 48.1M 3993M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T07:51:15.988 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (2m) 85s ago 2m 51.3M 3993M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T07:51:15.988 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (2m) 85s ago 2m 52.6M 3993M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T07:51:15.988 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (4m) 84s ago 4m 64.0M - 514e6a882f6e c1a3149929fd 2023-12-21T07:51:16.509 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:51:16.509 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T07:51:16.509 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:51:16.509 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:51:16.509 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T07:51:16.509 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:51:16.509 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:51:16.509 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T07:51:16.510 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T07:51:16.510 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:51:16.510 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T07:51:16.510 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:51:16.510 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:51:16.510 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T07:51:16.510 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-12-21T07:51:16.510 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T07:51:16.510 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:51:16.595 INFO:teuthology.orchestra.run.smithi043.stdout: 5 25610 9.46 MB/sec warmup 82 sec latency 137.308 ms 2023-12-21T07:51:16.679 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:16 smithi043 ceph-mon[107704]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:16.679 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:16 smithi043 ceph-mon[107704]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:16.679 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:16 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/3115233846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:51:16.921 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:51:16.921 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e", 2023-12-21T07:51:16.921 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2023-12-21T07:51:16.922 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2023-12-21T07:51:16.922 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "", 2023-12-21T07:51:16.922 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading mgr daemons" 2023-12-21T07:51:16.922 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:51:17.026 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:16 smithi050 ceph-mon[110339]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:17.026 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:16 smithi050 ceph-mon[110339]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:17.026 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:16 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/3115233846' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:51:17.425 INFO:teuthology.orchestra.run.smithi043.stdout:HEALTH_OK 2023-12-21T07:51:17.595 INFO:teuthology.orchestra.run.smithi043.stdout: 5 26023 9.48 MB/sec warmup 83 sec latency 138.267 ms 2023-12-21T07:51:18.225 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:18 smithi050 ceph-mon[110339]: pgmap v210: 97 pgs: 97 active+clean; 199 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-12-21T07:51:18.225 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:18 smithi050 ceph-mon[110339]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:18.225 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:18 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:18.225 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:18 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/274668864' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:51:18.225 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:18 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:18.462 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:18 smithi043 ceph-mon[107704]: pgmap v210: 97 pgs: 97 active+clean; 199 MiB data, 827 MiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-12-21T07:51:18.462 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:18 smithi043 ceph-mon[107704]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:18.462 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:18 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:18.462 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:18 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/274668864' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:51:18.463 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:18 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:18.599 INFO:teuthology.orchestra.run.smithi043.stdout: 5 26431 9.44 MB/sec warmup 84 sec latency 124.992 ms 2023-12-21T07:51:19.599 INFO:teuthology.orchestra.run.smithi043.stdout: 5 26974 9.45 MB/sec warmup 85 sec latency 127.063 ms 2023-12-21T07:51:20.243 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:20 smithi043 ceph-mon[107704]: pgmap v211: 97 pgs: 97 active+clean; 204 MiB data, 852 MiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.9 MiB/s wr, 425 op/s 2023-12-21T07:51:20.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:20 smithi050 ceph-mon[110339]: pgmap v211: 97 pgs: 97 active+clean; 204 MiB data, 852 MiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.9 MiB/s wr, 425 op/s 2023-12-21T07:51:20.600 INFO:teuthology.orchestra.run.smithi043.stdout: 5 27404 9.46 MB/sec warmup 86 sec latency 126.823 ms 2023-12-21T07:51:21.514 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:21 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:21.515 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:21 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:21.515 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:21 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:21.515 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:21 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:51:21.515 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:21 smithi043 ceph-mon[107704]: Upgrade: Need to upgrade myself (mgr.smithi043.nepoxl) 2023-12-21T07:51:21.515 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:21 smithi043 ceph-mon[107704]: Failing over to other MGR 2023-12-21T07:51:21.515 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:21 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr fail", "who": "smithi043.nepoxl"}]: dispatch 2023-12-21T07:51:21.515 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:21 smithi043 ceph-mon[107704]: osdmap e67: 8 total, 8 up, 8 in 2023-12-21T07:51:21.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:21 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:21.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:21 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:21.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:21 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' 2023-12-21T07:51:21.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:21 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:51:21.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:21 smithi050 ceph-mon[110339]: Upgrade: Need to upgrade myself (mgr.smithi043.nepoxl) 2023-12-21T07:51:21.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:21 smithi050 ceph-mon[110339]: Failing over to other MGR 2023-12-21T07:51:21.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:21 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "mgr fail", "who": "smithi043.nepoxl"}]: dispatch 2023-12-21T07:51:21.594 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:21 smithi050 ceph-mon[110339]: osdmap e67: 8 total, 8 up, 8 in 2023-12-21T07:51:21.600 INFO:teuthology.orchestra.run.smithi043.stdout: 5 27843 9.57 MB/sec warmup 87 sec latency 126.553 ms 2023-12-21T07:51:22.543 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:22 smithi043 ceph-mon[107704]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "mgr fail", "who": "smithi043.nepoxl"}]': finished 2023-12-21T07:51:22.544 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:22 smithi043 ceph-mon[107704]: mgrmap e22: smithi050.sfkyvy(active, starting, since 1.00982s) 2023-12-21T07:51:22.604 INFO:teuthology.orchestra.run.smithi043.stdout: 5 28133 9.59 MB/sec warmup 88 sec latency 155.937 ms 2023-12-21T07:51:22.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:22 smithi050 ceph-mon[110339]: from='mgr.14204 172.21.15.43:0/754468528' entity='mgr.smithi043.nepoxl' cmd='[{"prefix": "mgr fail", "who": "smithi043.nepoxl"}]': finished 2023-12-21T07:51:22.799 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:22 smithi050 ceph-mon[110339]: mgrmap e22: smithi050.sfkyvy(active, starting, since 1.00982s) 2023-12-21T07:51:23.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:23 smithi050 ceph-mon[110339]: Active manager daemon smithi050.sfkyvy restarted 2023-12-21T07:51:23.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:23 smithi050 ceph-mon[110339]: Activating manager daemon smithi050.sfkyvy 2023-12-21T07:51:23.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:23 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.sfkyvy/crt"}]: dispatch 2023-12-21T07:51:23.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:23 smithi050 ceph-mon[110339]: osdmap e68: 8 total, 8 up, 8 in 2023-12-21T07:51:23.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:23 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T07:51:23.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:23 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.sfkyvy/key"}]: dispatch 2023-12-21T07:51:23.489 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:23 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T07:51:23.567 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:23 smithi043 ceph-mon[107704]: Active manager daemon smithi050.sfkyvy restarted 2023-12-21T07:51:23.567 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:23 smithi043 ceph-mon[107704]: Activating manager daemon smithi050.sfkyvy 2023-12-21T07:51:23.567 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:23 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.sfkyvy/crt"}]: dispatch 2023-12-21T07:51:23.567 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:23 smithi043 ceph-mon[107704]: osdmap e68: 8 total, 8 up, 8 in 2023-12-21T07:51:23.568 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:23 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T07:51:23.568 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:23 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi050.sfkyvy/key"}]: dispatch 2023-12-21T07:51:23.568 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:23 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T07:51:23.604 INFO:teuthology.orchestra.run.smithi043.stdout: 5 28384 9.62 MB/sec warmup 89 sec latency 140.645 ms 2023-12-21T07:51:24.575 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: mgrmap e23: smithi050.sfkyvy(active, starting, since 0.198678s) 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.ixrngd"}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi050.xrkwsg"}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mgr metadata", "who": "smithi050.sfkyvy", "id": "smithi050.sfkyvy"}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T07:51:24.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: Manager daemon smithi050.sfkyvy is now available 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.sfkyvy/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.sfkyvy/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.sfkyvy/trash_purge_schedule"}]: dispatch 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.sfkyvy/trash_purge_schedule"}]: dispatch 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:24.577 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:24 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:24.604 INFO:teuthology.orchestra.run.smithi043.stdout: 5 28611 9.58 MB/sec warmup 90 sec latency 126.621 ms 2023-12-21T07:51:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: mgrmap e23: smithi050.sfkyvy(active, starting, since 0.198678s) 2023-12-21T07:51:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mon metadata", "id": "smithi043"}]: dispatch 2023-12-21T07:51:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mon metadata", "id": "smithi050"}]: dispatch 2023-12-21T07:51:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi043.ixrngd"}]: dispatch 2023-12-21T07:51:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi050.xrkwsg"}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mgr metadata", "who": "smithi050.sfkyvy", "id": "smithi050.sfkyvy"}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: Manager daemon smithi050.sfkyvy is now available 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:51:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:51:24.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:51:24.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.sfkyvy/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:51:24.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.sfkyvy/mirror_snapshot_schedule"}]: dispatch 2023-12-21T07:51:24.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.sfkyvy/trash_purge_schedule"}]: dispatch 2023-12-21T07:51:24.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi050.sfkyvy/trash_purge_schedule"}]: dispatch 2023-12-21T07:51:24.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:24.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:24 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:25 smithi050 ceph-mon[110339]: Deploying cephadm binary to smithi050 2023-12-21T07:51:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:25 smithi050 ceph-mon[110339]: Deploying cephadm binary to smithi043 2023-12-21T07:51:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:25 smithi050 ceph-mon[110339]: mgrmap e24: smithi050.sfkyvy(active, since 1.20644s) 2023-12-21T07:51:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:25 smithi050 ceph-mon[110339]: pgmap v3: 97 pgs: 97 active+clean; 217 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-12-21T07:51:25.604 INFO:teuthology.orchestra.run.smithi043.stdout: 5 28860 9.53 MB/sec warmup 91 sec latency 129.883 ms 2023-12-21T07:51:25.605 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:25 smithi043 ceph-mon[107704]: Deploying cephadm binary to smithi050 2023-12-21T07:51:25.605 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:25 smithi043 ceph-mon[107704]: Deploying cephadm binary to smithi043 2023-12-21T07:51:25.605 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:25 smithi043 ceph-mon[107704]: mgrmap e24: smithi050.sfkyvy(active, since 1.20644s) 2023-12-21T07:51:25.605 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:25 smithi043 ceph-mon[107704]: pgmap v3: 97 pgs: 97 active+clean; 217 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-12-21T07:51:26.604 INFO:teuthology.orchestra.run.smithi043.stdout: 5 29131 9.47 MB/sec warmup 92 sec latency 130.830 ms 2023-12-21T07:51:26.617 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:26 smithi043 ceph-mon[107704]: [21/Dec/2023:07:51:25] ENGINE Bus STARTING 2023-12-21T07:51:26.617 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:26 smithi043 ceph-mon[107704]: [21/Dec/2023:07:51:25] ENGINE Serving on http://172.21.15.50:8765 2023-12-21T07:51:26.617 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:26 smithi043 ceph-mon[107704]: pgmap v4: 97 pgs: 97 active+clean; 217 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-12-21T07:51:26.617 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:26 smithi043 ceph-mon[107704]: mgrmap e25: smithi050.sfkyvy(active, since 2s) 2023-12-21T07:51:26.617 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:26 smithi043 ceph-mon[107704]: [21/Dec/2023:07:51:25] ENGINE Serving on https://172.21.15.50:7150 2023-12-21T07:51:26.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:26 smithi043 ceph-mon[107704]: [21/Dec/2023:07:51:25] ENGINE Bus STARTED 2023-12-21T07:51:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:26 smithi050 ceph-mon[110339]: [21/Dec/2023:07:51:25] ENGINE Bus STARTING 2023-12-21T07:51:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:26 smithi050 ceph-mon[110339]: [21/Dec/2023:07:51:25] ENGINE Serving on http://172.21.15.50:8765 2023-12-21T07:51:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:26 smithi050 ceph-mon[110339]: pgmap v4: 97 pgs: 97 active+clean; 217 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-12-21T07:51:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:26 smithi050 ceph-mon[110339]: mgrmap e25: smithi050.sfkyvy(active, since 2s) 2023-12-21T07:51:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:26 smithi050 ceph-mon[110339]: [21/Dec/2023:07:51:25] ENGINE Serving on https://172.21.15.50:7150 2023-12-21T07:51:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:26 smithi050 ceph-mon[110339]: [21/Dec/2023:07:51:25] ENGINE Bus STARTED 2023-12-21T07:51:27.604 INFO:teuthology.orchestra.run.smithi043.stdout: 5 29398 9.43 MB/sec warmup 93 sec latency 132.963 ms 2023-12-21T07:51:28.156 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:27 smithi043 ceph-mon[107704]: pgmap v5: 97 pgs: 97 active+clean; 217 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-12-21T07:51:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:27 smithi050 ceph-mon[110339]: pgmap v5: 97 pgs: 97 active+clean; 217 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-12-21T07:51:28.604 INFO:teuthology.orchestra.run.smithi043.stdout: 5 29710 9.40 MB/sec warmup 94 sec latency 132.094 ms 2023-12-21T07:51:29.168 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:28 smithi043 ceph-mon[107704]: mgrmap e26: smithi050.sfkyvy(active, since 4s) 2023-12-21T07:51:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:28 smithi050 ceph-mon[110339]: mgrmap e26: smithi050.sfkyvy(active, since 4s) 2023-12-21T07:51:29.604 INFO:teuthology.orchestra.run.smithi043.stdout: 5 30088 9.39 MB/sec warmup 95 sec latency 120.644 ms 2023-12-21T07:51:30.229 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:29 smithi043 ceph-mon[107704]: pgmap v6: 97 pgs: 97 active+clean; 217 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-12-21T07:51:30.229 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:29 smithi043 ceph-mon[107704]: Standby manager daemon smithi043.nepoxl started 2023-12-21T07:51:30.229 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:29 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.43:0/1652540569' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.nepoxl/crt"}]: dispatch 2023-12-21T07:51:30.229 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:29 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.43:0/1652540569' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T07:51:30.229 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:29 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.43:0/1652540569' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.nepoxl/key"}]: dispatch 2023-12-21T07:51:30.229 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:29 smithi043 ceph-mon[107704]: from='mgr.? 172.21.15.43:0/1652540569' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T07:51:30.277 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:29 smithi050 ceph-mon[110339]: pgmap v6: 97 pgs: 97 active+clean; 217 MiB data, 921 MiB used, 714 GiB / 715 GiB avail 2023-12-21T07:51:30.277 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:29 smithi050 ceph-mon[110339]: Standby manager daemon smithi043.nepoxl started 2023-12-21T07:51:30.277 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:29 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.43:0/1652540569' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.nepoxl/crt"}]: dispatch 2023-12-21T07:51:30.277 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:29 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.43:0/1652540569' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T07:51:30.277 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:29 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.43:0/1652540569' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi043.nepoxl/key"}]: dispatch 2023-12-21T07:51:30.277 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:29 smithi050 ceph-mon[110339]: from='mgr.? 172.21.15.43:0/1652540569' entity='mgr.smithi043.nepoxl' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T07:51:30.604 INFO:teuthology.orchestra.run.smithi043.stdout: 5 30482 9.36 MB/sec warmup 96 sec latency 130.336 ms 2023-12-21T07:51:30.985 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:30 smithi043 ceph-mon[107704]: mgrmap e27: smithi050.sfkyvy(active, since 6s), standbys: smithi043.nepoxl 2023-12-21T07:51:31.235 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:30 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mgr metadata", "who": "smithi043.nepoxl", "id": "smithi043.nepoxl"}]: dispatch 2023-12-21T07:51:31.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:30 smithi050 ceph-mon[110339]: mgrmap e27: smithi050.sfkyvy(active, since 6s), standbys: smithi043.nepoxl 2023-12-21T07:51:31.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:30 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mgr metadata", "who": "smithi043.nepoxl", "id": "smithi043.nepoxl"}]: dispatch 2023-12-21T07:51:31.604 INFO:teuthology.orchestra.run.smithi043.stdout: 5 30803 9.36 MB/sec warmup 97 sec latency 128.261 ms 2023-12-21T07:51:32.015 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:31 smithi043 ceph-mon[107704]: pgmap v7: 97 pgs: 97 active+clean; 215 MiB data, 977 MiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 2.6 MiB/s wr, 338 op/s 2023-12-21T07:51:32.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:31 smithi050 ceph-mon[110339]: pgmap v7: 97 pgs: 97 active+clean; 215 MiB data, 977 MiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 2.6 MiB/s wr, 338 op/s 2023-12-21T07:51:32.616 INFO:teuthology.orchestra.run.smithi043.stdout: 5 31174 9.39 MB/sec warmup 98 sec latency 137.291 ms 2023-12-21T07:51:33.616 INFO:teuthology.orchestra.run.smithi043.stdout: 5 31545 9.43 MB/sec warmup 99 sec latency 117.963 ms 2023-12-21T07:51:34.587 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:34 smithi043 ceph-mon[107704]: pgmap v8: 97 pgs: 97 active+clean; 215 MiB data, 977 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.0 MiB/s wr, 263 op/s 2023-12-21T07:51:34.587 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:34 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:34.587 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:34 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:34 smithi050 ceph-mon[110339]: pgmap v8: 97 pgs: 97 active+clean; 215 MiB data, 977 MiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.0 MiB/s wr, 263 op/s 2023-12-21T07:51:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:34 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:34.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:34 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:34.616 INFO:teuthology.orchestra.run.smithi043.stdout: 5 31856 9.48 MB/sec warmup 100 sec latency 156.144 ms 2023-12-21T07:51:35.618 INFO:teuthology.orchestra.run.smithi043.stdout: 5 32122 9.47 MB/sec warmup 101 sec latency 167.480 ms 2023-12-21T07:51:35.860 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:35.860 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:35.860 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: Adjusting osd_memory_target on smithi043 to 1945M 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:35.861 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:35 smithi043 ceph-mon[107704]: pgmap v9: 97 pgs: 97 active+clean; 227 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.2 MiB/s wr, 432 op/s 2023-12-21T07:51:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:36.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:36.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:36.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:36.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: Adjusting osd_memory_target on smithi043 to 1945M 2023-12-21T07:51:36.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:36.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:36.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:36.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:35 smithi050 ceph-mon[110339]: pgmap v9: 97 pgs: 97 active+clean; 227 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.2 MiB/s wr, 432 op/s 2023-12-21T07:51:36.618 INFO:teuthology.orchestra.run.smithi043.stdout: 5 32482 9.45 MB/sec warmup 102 sec latency 129.770 ms 2023-12-21T07:51:37.141 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:37 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:37.141 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:37 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:37.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:37 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:37.176 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:37 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:37.621 INFO:teuthology.orchestra.run.smithi043.stdout: 5 32868 9.43 MB/sec warmup 103 sec latency 213.680 ms 2023-12-21T07:51:38.152 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:38 smithi043 ceph-mon[107704]: pgmap v10: 97 pgs: 97 active+clean; 227 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 394 op/s 2023-12-21T07:51:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:38 smithi050 ceph-mon[110339]: pgmap v10: 97 pgs: 97 active+clean; 227 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 394 op/s 2023-12-21T07:51:38.621 INFO:teuthology.orchestra.run.smithi043.stdout: 5 33234 9.44 MB/sec warmup 104 sec latency 129.969 ms 2023-12-21T07:51:39.630 INFO:teuthology.orchestra.run.smithi043.stdout: 5 33493 9.36 MB/sec warmup 105 sec latency 131.124 ms 2023-12-21T07:51:39.708 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:39.708 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:39.708 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.708 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.708 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:51:39.708 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.708 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.708 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.708 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.708 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.709 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.709 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: Adjusting osd_memory_target on smithi050 to 2713M 2023-12-21T07:51:39.709 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:39.709 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:51:39.709 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:51:39.709 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: Updating smithi043:/etc/ceph/ceph.conf 2023-12-21T07:51:39.709 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:39 smithi043 ceph-mon[107704]: Updating smithi050:/etc/ceph/ceph.conf 2023-12-21T07:51:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:51:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T07:51:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: Adjusting osd_memory_target on smithi050 to 2713M 2023-12-21T07:51:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:51:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T07:51:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: Updating smithi043:/etc/ceph/ceph.conf 2023-12-21T07:51:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:39 smithi050 ceph-mon[110339]: Updating smithi050:/etc/ceph/ceph.conf 2023-12-21T07:51:40.630 INFO:teuthology.orchestra.run.smithi043.stdout: 5 33833 9.34 MB/sec warmup 106 sec latency 127.000 ms 2023-12-21T07:51:40.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: Updating smithi050:/var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-21T07:51:40.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: Updating smithi043:/var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-21T07:51:40.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2023-12-21T07:51:40.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: Updating smithi043:/etc/ceph/ceph.client.admin.keyring 2023-12-21T07:51:40.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: Updating smithi050:/var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-21T07:51:40.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: pgmap v11: 97 pgs: 97 active+clean; 227 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 394 op/s 2023-12-21T07:51:40.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: Updating smithi043:/var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-21T07:51:40.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.725 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.725 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.725 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.725 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.725 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.725 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:40 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: Updating smithi050:/var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: Updating smithi043:/var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/config/ceph.conf 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: Updating smithi043:/etc/ceph/ceph.client.admin.keyring 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: Updating smithi050:/var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: pgmap v11: 97 pgs: 97 active+clean; 227 MiB data, 1012 MiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 394 op/s 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: Updating smithi043:/var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/config/ceph.client.admin.keyring 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:40.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:40 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:41.547 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:41 smithi043 ceph-mon[107704]: Reconfiguring alertmanager.smithi043 (dependencies changed)... 2023-12-21T07:51:41.547 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:41 smithi043 ceph-mon[107704]: Reconfiguring daemon alertmanager.smithi043 on smithi043 2023-12-21T07:51:41.630 INFO:teuthology.orchestra.run.smithi043.stdout: 5 34167 9.33 MB/sec warmup 107 sec latency 142.930 ms 2023-12-21T07:51:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:41 smithi050 ceph-mon[110339]: Reconfiguring alertmanager.smithi043 (dependencies changed)... 2023-12-21T07:51:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:41 smithi050 ceph-mon[110339]: Reconfiguring daemon alertmanager.smithi043 on smithi043 2023-12-21T07:51:42.540 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:42 smithi043 ceph-mon[107704]: pgmap v12: 97 pgs: 97 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2023-12-21T07:51:42.630 INFO:teuthology.orchestra.run.smithi043.stdout: 5 34457 9.31 MB/sec warmup 108 sec latency 128.745 ms 2023-12-21T07:51:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:42 smithi050 ceph-mon[110339]: pgmap v12: 97 pgs: 97 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2023-12-21T07:51:43.630 INFO:teuthology.orchestra.run.smithi043.stdout: 5 34921 9.41 MB/sec warmup 109 sec latency 111.650 ms 2023-12-21T07:51:44.599 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:44 smithi043 ceph-mon[107704]: pgmap v13: 97 pgs: 97 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-12-21T07:51:44.635 INFO:teuthology.orchestra.run.smithi043.stdout: 5 35347 9.43 MB/sec warmup 110 sec latency 126.666 ms 2023-12-21T07:51:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:44 smithi050 ceph-mon[110339]: pgmap v13: 97 pgs: 97 active+clean; 227 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-12-21T07:51:45.635 INFO:teuthology.orchestra.run.smithi043.stdout: 5 35737 9.48 MB/sec warmup 111 sec latency 88.708 ms 2023-12-21T07:51:46.621 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:46 smithi043 ceph-mon[107704]: pgmap v14: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.6 MiB/s wr, 615 op/s 2023-12-21T07:51:46.635 INFO:teuthology.orchestra.run.smithi043.stdout: 5 36044 9.46 MB/sec warmup 112 sec latency 143.212 ms 2023-12-21T07:51:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:46 smithi050 ceph-mon[110339]: pgmap v14: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.6 MiB/s wr, 615 op/s 2023-12-21T07:51:47.636 INFO:teuthology.orchestra.run.smithi043.stdout: 5 36312 9.42 MB/sec warmup 113 sec latency 126.495 ms 2023-12-21T07:51:47.962 INFO:teuthology.orchestra.run.smithi043.stdout:true 2023-12-21T07:51:48.161 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:47 smithi043 ceph-mon[107704]: pgmap v15: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-21T07:51:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:47 smithi050 ceph-mon[110339]: pgmap v15: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-21T07:51:48.636 INFO:teuthology.orchestra.run.smithi043.stdout: 5 36576 9.37 MB/sec warmup 114 sec latency 129.197 ms 2023-12-21T07:51:48.963 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 starting - - - - 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (6m) 15s ago 6m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (5m) 13s ago 5m 7147k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (5m) 15s ago 5m 58.9M - 8.3.5 dad864ee21e9 2db6eaa173c7 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (2m) 15s ago 2m 34.2M - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (2m) 13s ago 2m 13.0M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (7m) 15s ago 7m 421M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (34s) 13s ago 5m 494M - 19.0.0-297-ga89fee39 36973ca01a0c c5323c1b1613 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (7m) 15s ago 7m 85.9M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (5m) 13s ago 5m 57.0M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (2m) 15s ago 2m 263M - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T07:51:48.964 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (2m) 13s ago 2m 80.2M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T07:51:48.965 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (5m) 15s ago 5m 23.9M - 1.3.1 1dbe0e931976 f1309bbe8d4f 2023-12-21T07:51:48.965 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 running (5m) 13s ago 5m 28.3M - 1.3.1 1dbe0e931976 47508f815f25 2023-12-21T07:51:48.965 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (5m) 15s ago 5m 545M 1945M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T07:51:48.965 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (4m) 15s ago 4m 354M 1945M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T07:51:48.965 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (4m) 15s ago 4m 193M 1945M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T07:51:48.965 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (4m) 15s ago 4m 505M 1945M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T07:51:48.965 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (3m) 13s ago 3m 466M 2713M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T07:51:48.965 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (3m) 13s ago 3m 480M 2713M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T07:51:48.965 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (3m) 13s ago 3m 472M 2713M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T07:51:48.965 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (3m) 13s ago 3m 792M 2713M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T07:51:48.965 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (5m) 15s ago 5m 65.2M - 2.33.4 514e6a882f6e c1a3149929fd 2023-12-21T07:51:49.434 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:49 smithi043 ceph-mon[107704]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:49.434 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:49 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:49.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:49 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:49.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:49 smithi043 ceph-mon[107704]: from='client.24475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:49.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:49 smithi043 ceph-mon[107704]: Reconfiguring grafana.smithi043 (dependencies changed)... 2023-12-21T07:51:49.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:49 smithi043 ceph-mon[107704]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-21T07:51:49.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:49 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:49.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:49 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:49.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:49 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T07:51:49.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:49 smithi043 ceph-mon[107704]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T07:51:49.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:49 smithi043 ceph-mon[107704]: Reconfiguring daemon grafana.smithi043 on smithi043 2023-12-21T07:51:49.564 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T07:51:49.565 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:51:49.566 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:51:49.566 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T07:51:49.566 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-21T07:51:49.566 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:51:49.566 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T07:51:49.566 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:51:49.636 INFO:teuthology.orchestra.run.smithi043.stdout: 5 36814 9.35 MB/sec warmup 115 sec latency 205.455 ms 2023-12-21T07:51:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:49 smithi050 ceph-mon[110339]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:49 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:49 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:49 smithi050 ceph-mon[110339]: from='client.24475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:49 smithi050 ceph-mon[110339]: Reconfiguring grafana.smithi043 (dependencies changed)... 2023-12-21T07:51:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:49 smithi050 ceph-mon[110339]: Regenerating cephadm self-signed grafana TLS certificates 2023-12-21T07:51:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:49 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:49 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:51:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:49 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T07:51:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:49 smithi050 ceph-mon[110339]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T07:51:49.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:49 smithi050 ceph-mon[110339]: Reconfiguring daemon grafana.smithi043 on smithi043 2023-12-21T07:51:50.123 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:51:50.123 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e", 2023-12-21T07:51:50.123 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2023-12-21T07:51:50.123 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-21T07:51:50.123 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2023-12-21T07:51:50.123 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "1/23 daemons upgraded", 2023-12-21T07:51:50.123 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "", 2023-12-21T07:51:50.123 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2023-12-21T07:51:50.123 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:51:50.637 INFO:teuthology.orchestra.run.smithi043.stdout: 5 37055 9.31 MB/sec warmup 116 sec latency 119.279 ms 2023-12-21T07:51:50.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:50 smithi043 ceph-mon[107704]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:50.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:50 smithi043 ceph-mon[107704]: pgmap v16: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-21T07:51:50.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:50 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/934246039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:51:50.744 INFO:teuthology.orchestra.run.smithi043.stdout:HEALTH_OK 2023-12-21T07:51:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:50 smithi050 ceph-mon[110339]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:50 smithi050 ceph-mon[110339]: pgmap v16: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-21T07:51:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:50 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/934246039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:51:51.637 INFO:teuthology.orchestra.run.smithi043.stdout: 5 37397 9.31 MB/sec warmup 117 sec latency 108.071 ms 2023-12-21T07:51:51.740 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:51 smithi043 ceph-mon[107704]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:51.740 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:51 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/173992139' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:51:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:51 smithi050 ceph-mon[110339]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:51:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:51 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/173992139' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:51:52.638 INFO:teuthology.orchestra.run.smithi043.stdout: 5 37690 9.30 MB/sec warmup 118 sec latency 125.735 ms 2023-12-21T07:51:52.786 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:52 smithi043 ceph-mon[107704]: pgmap v17: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 610 op/s 2023-12-21T07:51:53.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:52 smithi050 ceph-mon[110339]: pgmap v17: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 610 op/s 2023-12-21T07:51:53.637 INFO:teuthology.orchestra.run.smithi043.stdout: 5 38000 9.28 MB/sec warmup 119 sec latency 136.799 ms 2023-12-21T07:51:53.813 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:53 smithi043 ceph-mon[107704]: pgmap v18: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-12-21T07:51:53.813 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:53 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:51:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:53 smithi050 ceph-mon[110339]: pgmap v18: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-12-21T07:51:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:53 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:51:55.638 INFO:teuthology.orchestra.run.smithi043.stdout: 5 38625 10.70 MB/sec execute 1 sec latency 147.108 ms 2023-12-21T07:51:56.599 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:56 smithi043 ceph-mon[107704]: pgmap v19: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 572 op/s 2023-12-21T07:51:56.641 INFO:teuthology.orchestra.run.smithi043.stdout: 5 38887 9.87 MB/sec execute 2 sec latency 133.730 ms 2023-12-21T07:51:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:56 smithi050 ceph-mon[110339]: pgmap v19: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 572 op/s 2023-12-21T07:51:57.641 INFO:teuthology.orchestra.run.smithi043.stdout: 5 39162 9.99 MB/sec execute 3 sec latency 132.730 ms 2023-12-21T07:51:58.141 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:51:57 smithi043 ceph-mon[107704]: pgmap v20: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-12-21T07:51:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:51:57 smithi050 ceph-mon[110339]: pgmap v20: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-12-21T07:51:58.641 INFO:teuthology.orchestra.run.smithi043.stdout: 5 39409 9.55 MB/sec execute 4 sec latency 219.160 ms 2023-12-21T07:51:59.641 INFO:teuthology.orchestra.run.smithi043.stdout: 5 39677 9.29 MB/sec execute 5 sec latency 126.227 ms 2023-12-21T07:52:00.641 INFO:teuthology.orchestra.run.smithi043.stdout: 5 39892 8.35 MB/sec execute 6 sec latency 151.755 ms 2023-12-21T07:52:00.695 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:00 smithi043 ceph-mon[107704]: pgmap v21: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-12-21T07:52:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:00 smithi050 ceph-mon[110339]: pgmap v21: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.5 MiB/s wr, 365 op/s 2023-12-21T07:52:01.641 INFO:teuthology.orchestra.run.smithi043.stdout: 5 40113 7.87 MB/sec execute 7 sec latency 134.908 ms 2023-12-21T07:52:02.480 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:02 smithi043 ceph-mon[107704]: pgmap v22: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 525 op/s 2023-12-21T07:52:02.646 INFO:teuthology.orchestra.run.smithi043.stdout: 5 40399 7.41 MB/sec execute 8 sec latency 111.728 ms 2023-12-21T07:52:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:02 smithi050 ceph-mon[110339]: pgmap v22: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 525 op/s 2023-12-21T07:52:03.646 INFO:teuthology.orchestra.run.smithi043.stdout: 5 40640 6.92 MB/sec execute 9 sec latency 120.895 ms 2023-12-21T07:52:04.562 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:04 smithi043 ceph-mon[107704]: pgmap v23: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 332 op/s 2023-12-21T07:52:04.647 INFO:teuthology.orchestra.run.smithi043.stdout: 5 40934 7.06 MB/sec execute 10 sec latency 131.957 ms 2023-12-21T07:52:04.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:04 smithi050 ceph-mon[110339]: pgmap v23: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 332 op/s 2023-12-21T07:52:05.648 INFO:teuthology.orchestra.run.smithi043.stdout: 5 41283 7.36 MB/sec execute 11 sec latency 139.110 ms 2023-12-21T07:52:06.630 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:06 smithi043 ceph-mon[107704]: pgmap v24: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-12-21T07:52:06.647 INFO:teuthology.orchestra.run.smithi043.stdout: 5 41636 7.65 MB/sec execute 12 sec latency 126.803 ms 2023-12-21T07:52:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:06 smithi050 ceph-mon[110339]: pgmap v24: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-12-21T07:52:07.647 INFO:teuthology.orchestra.run.smithi043.stdout: 5 42006 8.00 MB/sec execute 13 sec latency 137.384 ms 2023-12-21T07:52:08.169 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:07 smithi043 ceph-mon[107704]: pgmap v25: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-21T07:52:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:07 smithi050 ceph-mon[110339]: pgmap v25: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-21T07:52:08.651 INFO:teuthology.orchestra.run.smithi043.stdout: 5 42264 7.85 MB/sec execute 14 sec latency 142.756 ms 2023-12-21T07:52:09.182 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:08 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:52:09.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:08 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:52:09.662 INFO:teuthology.orchestra.run.smithi043.stdout: 5 42602 8.16 MB/sec execute 15 sec latency 105.016 ms 2023-12-21T07:52:10.465 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:10 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:10.466 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:10 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:10.466 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:10 smithi043 ceph-mon[107704]: Reconfiguring node-exporter.smithi043 (dependencies changed)... 2023-12-21T07:52:10.466 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:10 smithi043 ceph-mon[107704]: Reconfiguring daemon node-exporter.smithi043 on smithi043 2023-12-21T07:52:10.466 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:10 smithi043 ceph-mon[107704]: pgmap v26: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-21T07:52:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:10 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:10 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:10 smithi050 ceph-mon[110339]: Reconfiguring node-exporter.smithi043 (dependencies changed)... 2023-12-21T07:52:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:10 smithi050 ceph-mon[110339]: Reconfiguring daemon node-exporter.smithi043 on smithi043 2023-12-21T07:52:10.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:10 smithi050 ceph-mon[110339]: pgmap v26: 97 pgs: 97 active+clean; 254 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-12-21T07:52:10.662 INFO:teuthology.orchestra.run.smithi043.stdout: 5 42938 8.28 MB/sec execute 16 sec latency 123.665 ms 2023-12-21T07:52:11.663 INFO:teuthology.orchestra.run.smithi043.stdout: 5 43174 8.18 MB/sec execute 17 sec latency 126.625 ms 2023-12-21T07:52:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:12 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:12 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:12 smithi043 ceph-mon[107704]: Reconfiguring prometheus.smithi043 (dependencies changed)... 2023-12-21T07:52:12.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:12 smithi043 ceph-mon[107704]: pgmap v27: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 506 op/s 2023-12-21T07:52:12.255 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:12 smithi043 ceph-mon[107704]: Reconfiguring daemon prometheus.smithi043 on smithi043 2023-12-21T07:52:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:12 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:12.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:12 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:12.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:12 smithi050 ceph-mon[110339]: Reconfiguring prometheus.smithi043 (dependencies changed)... 2023-12-21T07:52:12.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:12 smithi050 ceph-mon[110339]: pgmap v27: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 506 op/s 2023-12-21T07:52:12.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:12 smithi050 ceph-mon[110339]: Reconfiguring daemon prometheus.smithi043 on smithi043 2023-12-21T07:52:12.665 INFO:teuthology.orchestra.run.smithi043.stdout: 5 43445 8.08 MB/sec execute 18 sec latency 133.027 ms 2023-12-21T07:52:13.668 INFO:teuthology.orchestra.run.smithi043.stdout: 5 43684 7.88 MB/sec execute 19 sec latency 138.079 ms 2023-12-21T07:52:14.547 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:14 smithi043 ceph-mon[107704]: pgmap v28: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-21T07:52:14.669 INFO:teuthology.orchestra.run.smithi043.stdout: 5 43936 7.61 MB/sec execute 20 sec latency 119.681 ms 2023-12-21T07:52:14.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:14 smithi050 ceph-mon[110339]: pgmap v28: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-12-21T07:52:15.678 INFO:teuthology.orchestra.run.smithi043.stdout: 5 44240 7.55 MB/sec execute 21 sec latency 149.491 ms 2023-12-21T07:52:16.597 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:16 smithi043 ceph-mon[107704]: pgmap v29: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 518 op/s 2023-12-21T07:52:16.678 INFO:teuthology.orchestra.run.smithi043.stdout: 5 44592 7.75 MB/sec execute 22 sec latency 130.197 ms 2023-12-21T07:52:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:16 smithi050 ceph-mon[110339]: pgmap v29: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 518 op/s 2023-12-21T07:52:17.678 INFO:teuthology.orchestra.run.smithi043.stdout: 5 44952 7.93 MB/sec execute 23 sec latency 147.270 ms 2023-12-21T07:52:18.115 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:17 smithi043 ceph-mon[107704]: pgmap v30: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-21T07:52:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:17 smithi050 ceph-mon[110339]: pgmap v30: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-21T07:52:18.678 INFO:teuthology.orchestra.run.smithi043.stdout: 5 45280 7.88 MB/sec execute 24 sec latency 138.514 ms 2023-12-21T07:52:19.678 INFO:teuthology.orchestra.run.smithi043.stdout: 5 45686 8.06 MB/sec execute 25 sec latency 123.881 ms 2023-12-21T07:52:20.657 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:20 smithi043 ceph-mon[107704]: pgmap v31: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-21T07:52:20.681 INFO:teuthology.orchestra.run.smithi043.stdout: 5 46065 8.25 MB/sec execute 26 sec latency 123.992 ms 2023-12-21T07:52:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:20 smithi050 ceph-mon[110339]: pgmap v31: 97 pgs: 97 active+clean; 267 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-12-21T07:52:21.236 INFO:teuthology.orchestra.run.smithi043.stdout:true 2023-12-21T07:52:21.681 INFO:teuthology.orchestra.run.smithi043.stdout: 5 46406 8.30 MB/sec execute 27 sec latency 131.735 ms 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 starting - - - - 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (6m) 48s ago 6m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (6m) 46s ago 6m 7147k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 starting - - - - 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (2m) 48s ago 2m 34.2M - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (2m) 46s ago 2m 13.0M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (7m) 48s ago 7m 421M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (67s) 46s ago 6m 494M - 19.0.0-297-ga89fee39 36973ca01a0c c5323c1b1613 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (7m) 48s ago 7m 85.9M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (6m) 46s ago 6m 57.0M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T07:52:22.174 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (2m) 48s ago 2m 263M - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (2m) 46s ago 2m 80.2M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 starting - - - - 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 running (5m) 46s ago 5m 28.3M - 1.3.1 1dbe0e931976 47508f815f25 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (5m) 48s ago 5m 545M 1945M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (5m) 48s ago 5m 354M 1945M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (4m) 48s ago 4m 193M 1945M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (4m) 48s ago 4m 505M 1945M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (4m) 46s ago 4m 466M 2713M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (4m) 46s ago 4m 480M 2713M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (3m) 46s ago 3m 472M 2713M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (3m) 46s ago 3m 792M 2713M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T07:52:22.175 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (5m) 48s ago 5m 65.2M - 2.33.4 514e6a882f6e c1a3149929fd 2023-12-21T07:52:22.681 INFO:teuthology.orchestra.run.smithi043.stdout: 5 46726 8.44 MB/sec execute 28 sec latency 144.949 ms 2023-12-21T07:52:22.685 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:22 smithi043 ceph-mon[107704]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:22.685 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:22 smithi043 ceph-mon[107704]: pgmap v32: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 555 op/s 2023-12-21T07:52:22.778 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:52:22.778 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T07:52:22.778 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:52:22.778 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:52:22.779 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T07:52:22.780 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:52:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:22 smithi050 ceph-mon[110339]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:22 smithi050 ceph-mon[110339]: pgmap v32: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 555 op/s 2023-12-21T07:52:23.245 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:52:23.245 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e", 2023-12-21T07:52:23.245 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2023-12-21T07:52:23.246 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-21T07:52:23.246 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2023-12-21T07:52:23.246 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "1/23 daemons upgraded", 2023-12-21T07:52:23.246 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "", 2023-12-21T07:52:23.246 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2023-12-21T07:52:23.246 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:52:23.681 INFO:teuthology.orchestra.run.smithi043.stdout: 5 46951 8.29 MB/sec execute 29 sec latency 123.756 ms 2023-12-21T07:52:23.698 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:23 smithi050 ceph-mon[110339]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:23.698 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:23 smithi050 ceph-mon[110339]: from='client.24485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:23.698 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:23 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:23.698 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:23 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:23.698 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:23 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2458182459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:52:23.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:23 smithi043 ceph-mon[107704]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:23.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:23 smithi043 ceph-mon[107704]: from='client.24485 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:23.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:23 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:23.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:23 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:23.703 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:23 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2458182459' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:52:23.844 INFO:teuthology.orchestra.run.smithi043.stdout:HEALTH_OK 2023-12-21T07:52:24.682 INFO:teuthology.orchestra.run.smithi043.stdout: 5 47251 8.17 MB/sec execute 30 sec latency 126.871 ms 2023-12-21T07:52:24.727 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: Reconfiguring node-exporter.smithi050 (dependencies changed)... 2023-12-21T07:52:24.727 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: Reconfiguring daemon node-exporter.smithi050 on smithi050 2023-12-21T07:52:24.727 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='client.24489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:24.727 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: pgmap v33: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-12-21T07:52:24.727 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:52:24.727 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/570862662' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:52:24.727 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:24.727 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:24.727 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T07:52:24.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi043.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T07:52:24.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:24.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T07:52:24.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi043.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T07:52:24.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:24.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T07:52:24.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi043.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T07:52:24.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:24.728 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:52:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: Reconfiguring node-exporter.smithi050 (dependencies changed)... 2023-12-21T07:52:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: Reconfiguring daemon node-exporter.smithi050 on smithi050 2023-12-21T07:52:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='client.24489 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: pgmap v33: 97 pgs: 97 active+clean; 273 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-12-21T07:52:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:52:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/570862662' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:52:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T07:52:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi043.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T07:52:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T07:52:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi043.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T07:52:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T07:52:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi043.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T07:52:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:52:25.686 INFO:teuthology.orchestra.run.smithi043.stdout: 5 47541 8.02 MB/sec execute 31 sec latency 184.678 ms 2023-12-21T07:52:25.731 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:25 smithi043 ceph-mon[107704]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T07:52:25.731 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:25 smithi043 ceph-mon[107704]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi043.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T07:52:25.731 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:25 smithi043 ceph-mon[107704]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T07:52:25.731 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:25 smithi043 ceph-mon[107704]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi043.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T07:52:25.731 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:25 smithi043 ceph-mon[107704]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T07:52:25.731 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:25 smithi043 ceph-mon[107704]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi043.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T07:52:25.731 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:25 smithi043 ceph-mon[107704]: Upgrade: Need to upgrade myself (mgr.smithi050.sfkyvy) 2023-12-21T07:52:25.731 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:25 smithi043 ceph-mon[107704]: Upgrade: Need to upgrade myself (mgr.smithi050.sfkyvy) 2023-12-21T07:52:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:25 smithi050 ceph-mon[110339]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T07:52:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:25 smithi050 ceph-mon[110339]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi043.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T07:52:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:25 smithi050 ceph-mon[110339]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T07:52:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:25 smithi050 ceph-mon[110339]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi043.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T07:52:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:25 smithi050 ceph-mon[110339]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T07:52:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:25 smithi050 ceph-mon[110339]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi043.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T07:52:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:25 smithi050 ceph-mon[110339]: Upgrade: Need to upgrade myself (mgr.smithi050.sfkyvy) 2023-12-21T07:52:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:25 smithi050 ceph-mon[110339]: Upgrade: Need to upgrade myself (mgr.smithi050.sfkyvy) 2023-12-21T07:52:26.696 INFO:teuthology.orchestra.run.smithi043.stdout: 5 47920 8.12 MB/sec execute 32 sec latency 204.060 ms 2023-12-21T07:52:26.751 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:26 smithi043 ceph-mon[107704]: pgmap v34: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.7 MiB/s wr, 569 op/s 2023-12-21T07:52:26.751 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:26 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:26.751 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:26 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.nepoxl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T07:52:26.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:26 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.nepoxl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T07:52:26.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:26 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T07:52:26.752 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:26 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:52:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:26 smithi050 ceph-mon[110339]: pgmap v34: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.7 MiB/s wr, 569 op/s 2023-12-21T07:52:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:26 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:52:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:26 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.nepoxl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T07:52:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:26 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi043.nepoxl", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T07:52:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:26 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T07:52:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:26 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T07:52:27.526 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:27 smithi043 ceph-mon[107704]: Upgrade: Updating mgr.smithi043.nepoxl 2023-12-21T07:52:27.526 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:27 smithi043 ceph-mon[107704]: Deploying daemon mgr.smithi043.nepoxl on smithi043 2023-12-21T07:52:27.696 INFO:teuthology.orchestra.run.smithi043.stdout: 5 48360 8.24 MB/sec execute 33 sec latency 126.631 ms 2023-12-21T07:52:27.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:27 smithi050 ceph-mon[110339]: Upgrade: Updating mgr.smithi043.nepoxl 2023-12-21T07:52:27.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:27 smithi050 ceph-mon[110339]: Deploying daemon mgr.smithi043.nepoxl on smithi043 2023-12-21T07:52:28.546 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:28 smithi043 ceph-mon[107704]: pgmap v35: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-12-21T07:52:28.696 INFO:teuthology.orchestra.run.smithi043.stdout: 5 48850 8.38 MB/sec execute 34 sec latency 130.151 ms 2023-12-21T07:52:28.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:28 smithi050 ceph-mon[110339]: pgmap v35: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-12-21T07:52:29.696 INFO:teuthology.orchestra.run.smithi043.stdout: 5 49222 8.47 MB/sec execute 35 sec latency 129.965 ms 2023-12-21T07:52:30.573 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:30 smithi043 ceph-mon[107704]: pgmap v36: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-12-21T07:52:30.696 INFO:teuthology.orchestra.run.smithi043.stdout: 5 49561 8.60 MB/sec execute 36 sec latency 126.425 ms 2023-12-21T07:52:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:30 smithi050 ceph-mon[110339]: pgmap v36: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-12-21T07:52:31.696 INFO:teuthology.orchestra.run.smithi043.stdout: 5 49954 8.63 MB/sec execute 37 sec latency 129.683 ms 2023-12-21T07:52:32.617 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:32 smithi043 ceph-mon[107704]: pgmap v37: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.4 MiB/s wr, 628 op/s 2023-12-21T07:52:32.697 INFO:teuthology.orchestra.run.smithi043.stdout: 5 50201 8.60 MB/sec execute 38 sec latency 213.271 ms 2023-12-21T07:52:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:32 smithi050 ceph-mon[110339]: pgmap v37: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.4 MiB/s wr, 628 op/s 2023-12-21T07:52:33.697 INFO:teuthology.orchestra.run.smithi043.stdout: 5 50519 8.66 MB/sec execute 39 sec latency 137.948 ms 2023-12-21T07:52:34.654 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:34 smithi043 ceph-mon[107704]: pgmap v38: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 433 op/s 2023-12-21T07:52:34.697 INFO:teuthology.orchestra.run.smithi043.stdout: 5 50881 8.52 MB/sec execute 40 sec latency 126.767 ms 2023-12-21T07:52:34.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:34 smithi050 ceph-mon[110339]: pgmap v38: 97 pgs: 97 active+clean; 285 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 433 op/s 2023-12-21T07:52:35.697 INFO:teuthology.orchestra.run.smithi043.stdout: 5 51215 8.45 MB/sec execute 41 sec latency 132.609 ms 2023-12-21T07:52:36.701 INFO:teuthology.orchestra.run.smithi043.stdout: 5 51590 8.60 MB/sec execute 42 sec latency 129.695 ms 2023-12-21T07:52:36.704 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:36 smithi043 ceph-mon[107704]: pgmap v39: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 628 op/s 2023-12-21T07:52:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:36 smithi050 ceph-mon[110339]: pgmap v39: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 628 op/s 2023-12-21T07:52:37.702 INFO:teuthology.orchestra.run.smithi043.stdout: 5 52162 8.74 MB/sec execute 43 sec latency 96.949 ms 2023-12-21T07:52:38.235 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:38 smithi043 ceph-mon[107704]: pgmap v40: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-21T07:52:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:38 smithi050 ceph-mon[110339]: pgmap v40: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-21T07:52:38.702 INFO:teuthology.orchestra.run.smithi043.stdout: 5 52541 8.76 MB/sec execute 44 sec latency 129.720 ms 2023-12-21T07:52:39.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:52:39.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:52:39.702 INFO:teuthology.orchestra.run.smithi043.stdout: 5 52838 8.77 MB/sec execute 45 sec latency 123.735 ms 2023-12-21T07:52:40.119 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:40 smithi043 ceph-mon[107704]: pgmap v41: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-21T07:52:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:40 smithi050 ceph-mon[110339]: pgmap v41: 97 pgs: 97 active+clean; 293 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-12-21T07:52:40.708 INFO:teuthology.orchestra.run.smithi043.stdout: 5 53120 8.74 MB/sec execute 46 sec latency 123.474 ms 2023-12-21T07:52:41.709 INFO:teuthology.orchestra.run.smithi043.stdout: 5 53515 8.86 MB/sec execute 47 sec latency 123.970 ms 2023-12-21T07:52:42.678 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:42 smithi043 ceph-mon[107704]: pgmap v42: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.9 MiB/s wr, 669 op/s 2023-12-21T07:52:42.708 INFO:teuthology.orchestra.run.smithi043.stdout: 5 53753 8.82 MB/sec execute 48 sec latency 126.241 ms 2023-12-21T07:52:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:42 smithi050 ceph-mon[110339]: pgmap v42: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.9 MiB/s wr, 669 op/s 2023-12-21T07:52:43.709 INFO:teuthology.orchestra.run.smithi043.stdout: 5 54035 8.84 MB/sec execute 49 sec latency 99.416 ms 2023-12-21T07:52:44.477 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:44 smithi043 ceph-mon[107704]: pgmap v43: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 437 op/s 2023-12-21T07:52:44.711 INFO:teuthology.orchestra.run.smithi043.stdout: 5 54390 8.72 MB/sec execute 50 sec latency 108.388 ms 2023-12-21T07:52:44.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:44 smithi050 ceph-mon[110339]: pgmap v43: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 437 op/s 2023-12-21T07:52:45.714 INFO:teuthology.orchestra.run.smithi043.stdout: 5 54714 8.65 MB/sec execute 51 sec latency 130.412 ms 2023-12-21T07:52:46.511 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:46 smithi043 ceph-mon[107704]: pgmap v44: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 614 op/s 2023-12-21T07:52:46.713 INFO:teuthology.orchestra.run.smithi043.stdout: 5 55068 8.72 MB/sec execute 52 sec latency 134.211 ms 2023-12-21T07:52:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:46 smithi050 ceph-mon[110339]: pgmap v44: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 614 op/s 2023-12-21T07:52:47.713 INFO:teuthology.orchestra.run.smithi043.stdout: 5 55463 8.74 MB/sec execute 53 sec latency 99.131 ms 2023-12-21T07:52:48.044 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:48 smithi043 ceph-mon[107704]: pgmap v45: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-21T07:52:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:48 smithi050 ceph-mon[110339]: pgmap v45: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-21T07:52:48.713 INFO:teuthology.orchestra.run.smithi043.stdout: 5 55900 8.80 MB/sec execute 54 sec latency 127.032 ms 2023-12-21T07:52:49.714 INFO:teuthology.orchestra.run.smithi043.stdout: 5 56195 8.83 MB/sec execute 55 sec latency 129.824 ms 2023-12-21T07:52:50.592 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:50 smithi043 ceph-mon[107704]: pgmap v46: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-21T07:52:50.721 INFO:teuthology.orchestra.run.smithi043.stdout: 5 56565 8.87 MB/sec execute 56 sec latency 143.811 ms 2023-12-21T07:52:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:50 smithi050 ceph-mon[110339]: pgmap v46: 97 pgs: 97 active+clean; 306 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-12-21T07:52:51.722 INFO:teuthology.orchestra.run.smithi043.stdout: 5 56882 8.88 MB/sec execute 57 sec latency 135.538 ms 2023-12-21T07:52:52.637 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:52 smithi043 ceph-mon[107704]: pgmap v47: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.5 MiB/s wr, 639 op/s 2023-12-21T07:52:52.722 INFO:teuthology.orchestra.run.smithi043.stdout: 5 57159 8.86 MB/sec execute 58 sec latency 207.388 ms 2023-12-21T07:52:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:52 smithi050 ceph-mon[110339]: pgmap v47: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.5 MiB/s wr, 639 op/s 2023-12-21T07:52:53.722 INFO:teuthology.orchestra.run.smithi043.stdout: 5 57377 8.80 MB/sec execute 59 sec latency 132.740 ms 2023-12-21T07:52:54.394 INFO:teuthology.orchestra.run.smithi043.stdout:true 2023-12-21T07:52:54.697 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:54 smithi043 ceph-mon[107704]: pgmap v48: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-12-21T07:52:54.697 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:54 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:52:54.722 INFO:teuthology.orchestra.run.smithi043.stdout: 5 57681 8.82 MB/sec execute 60 sec latency 123.714 ms 2023-12-21T07:52:54.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:54 smithi050 ceph-mon[110339]: pgmap v48: 97 pgs: 97 active+clean; 309 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-12-21T07:52:54.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:54 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:52:55.264 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T07:52:55.264 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 starting - - - - 2023-12-21T07:52:55.264 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (7m) 81s ago 7m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T07:52:55.264 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (6m) 80s ago 6m 7147k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T07:52:55.264 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 starting - - - - 2023-12-21T07:52:55.264 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (3m) 81s ago 3m 34.2M - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (3m) 80s ago 3m 13.0M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (8m) 81s ago 8m 421M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (100s) 80s ago 6m 494M - 19.0.0-297-ga89fee39 36973ca01a0c c5323c1b1613 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (8m) 81s ago 8m 85.9M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (6m) 80s ago 6m 57.0M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (3m) 81s ago 3m 263M - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (3m) 80s ago 3m 80.2M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 starting - - - - 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (6m) 81s ago 6m 545M 1945M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (5m) 81s ago 5m 354M 1945M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (5m) 81s ago 5m 193M 1945M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (5m) 81s ago 5m 505M 1945M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T07:52:55.265 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (4m) 80s ago 4m 466M 2713M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T07:52:55.266 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (4m) 80s ago 4m 480M 2713M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T07:52:55.266 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (4m) 80s ago 4m 472M 2713M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T07:52:55.266 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (4m) 80s ago 4m 792M 2713M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T07:52:55.266 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 starting - - - - 2023-12-21T07:52:55.722 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:55 smithi043 ceph-mon[107704]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:55.722 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:55 smithi043 ceph-mon[107704]: mgrmap e28: smithi050.sfkyvy(active, since 91s), standbys: smithi043.nepoxl 2023-12-21T07:52:55.722 INFO:teuthology.orchestra.run.smithi043.stdout: 5 57927 8.73 MB/sec execute 61 sec latency 126.568 ms 2023-12-21T07:52:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:55 smithi050 ceph-mon[110339]: from='client.24495 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:55 smithi050 ceph-mon[110339]: mgrmap e28: smithi050.sfkyvy(active, since 91s), standbys: smithi043.nepoxl 2023-12-21T07:52:55.861 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:52:55.861 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:52:55.862 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T07:52:55.863 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:52:56.363 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:52:56.363 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e", 2023-12-21T07:52:56.363 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2023-12-21T07:52:56.363 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-21T07:52:56.363 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2023-12-21T07:52:56.363 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "1/23 daemons upgraded", 2023-12-21T07:52:56.363 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading mgr daemons", 2023-12-21T07:52:56.364 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2023-12-21T07:52:56.364 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:52:56.722 INFO:teuthology.orchestra.run.smithi043.stdout: 5 58247 8.68 MB/sec execute 62 sec latency 123.332 ms 2023-12-21T07:52:56.741 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:56 smithi043 ceph-mon[107704]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:56.741 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:56 smithi043 ceph-mon[107704]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:56.741 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:56 smithi043 ceph-mon[107704]: pgmap v49: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.0 MiB/s wr, 579 op/s 2023-12-21T07:52:56.741 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:56 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1916385316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:52:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:56 smithi050 ceph-mon[110339]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:56 smithi050 ceph-mon[110339]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:56 smithi050 ceph-mon[110339]: pgmap v49: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.0 MiB/s wr, 579 op/s 2023-12-21T07:52:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:56 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/1916385316' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:52:56.957 INFO:teuthology.orchestra.run.smithi043.stdout:HEALTH_OK 2023-12-21T07:52:57.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:57 smithi043 ceph-mon[107704]: from='client.24509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:57.504 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:57 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1418856112' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:52:57.722 INFO:teuthology.orchestra.run.smithi043.stdout: 5 58515 8.61 MB/sec execute 63 sec latency 124.626 ms 2023-12-21T07:52:57.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:57 smithi050 ceph-mon[110339]: from='client.24509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:52:57.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:57 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/1418856112' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:52:58.517 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:52:58 smithi043 ceph-mon[107704]: pgmap v50: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-12-21T07:52:58.722 INFO:teuthology.orchestra.run.smithi043.stdout: 5 58893 8.70 MB/sec execute 64 sec latency 129.577 ms 2023-12-21T07:52:58.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:52:58 smithi050 ceph-mon[110339]: pgmap v50: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-12-21T07:52:59.723 INFO:teuthology.orchestra.run.smithi043.stdout: 5 59354 8.72 MB/sec execute 65 sec latency 131.008 ms 2023-12-21T07:53:00.552 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:00 smithi043 ceph-mon[107704]: pgmap v51: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-12-21T07:53:00.722 INFO:teuthology.orchestra.run.smithi043.stdout: 5 59745 8.83 MB/sec execute 66 sec latency 130.138 ms 2023-12-21T07:53:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:00 smithi050 ceph-mon[110339]: pgmap v51: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-12-21T07:53:01.733 INFO:teuthology.orchestra.run.smithi043.stdout: 5 60176 8.87 MB/sec execute 67 sec latency 129.739 ms 2023-12-21T07:53:02.568 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:02 smithi043 ceph-mon[107704]: pgmap v52: 97 pgs: 97 active+clean; 322 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.1 MiB/s wr, 593 op/s 2023-12-21T07:53:02.733 INFO:teuthology.orchestra.run.smithi043.stdout: 5 60565 8.93 MB/sec execute 68 sec latency 127.047 ms 2023-12-21T07:53:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:02 smithi050 ceph-mon[110339]: pgmap v52: 97 pgs: 97 active+clean; 322 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.1 MiB/s wr, 593 op/s 2023-12-21T07:53:03.733 INFO:teuthology.orchestra.run.smithi043.stdout: 5 60841 8.89 MB/sec execute 69 sec latency 136.200 ms 2023-12-21T07:53:04.615 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:04 smithi043 ceph-mon[107704]: pgmap v53: 97 pgs: 97 active+clean; 322 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-12-21T07:53:04.733 INFO:teuthology.orchestra.run.smithi043.stdout: 5 61097 8.88 MB/sec execute 70 sec latency 129.272 ms 2023-12-21T07:53:04.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:04 smithi050 ceph-mon[110339]: pgmap v53: 97 pgs: 97 active+clean; 322 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-12-21T07:53:05.733 INFO:teuthology.orchestra.run.smithi043.stdout: 5 61439 8.83 MB/sec execute 71 sec latency 127.101 ms 2023-12-21T07:53:06.608 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:06 smithi043 ceph-mon[107704]: pgmap v54: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 591 op/s 2023-12-21T07:53:06.734 INFO:teuthology.orchestra.run.smithi043.stdout: 5 61760 8.77 MB/sec execute 72 sec latency 129.497 ms 2023-12-21T07:53:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:06 smithi050 ceph-mon[110339]: pgmap v54: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.4 MiB/s wr, 591 op/s 2023-12-21T07:53:07.734 INFO:teuthology.orchestra.run.smithi043.stdout: 5 62051 8.78 MB/sec execute 73 sec latency 132.411 ms 2023-12-21T07:53:08.167 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:07 smithi043 ceph-mon[107704]: pgmap v55: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-12-21T07:53:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:07 smithi050 ceph-mon[110339]: pgmap v55: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 408 op/s 2023-12-21T07:53:08.744 INFO:teuthology.orchestra.run.smithi043.stdout: 5 62408 8.80 MB/sec execute 74 sec latency 126.925 ms 2023-12-21T07:53:09.193 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:09 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:53:09.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:09 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:53:09.746 INFO:teuthology.orchestra.run.smithi043.stdout: 5 62916 8.86 MB/sec execute 75 sec latency 141.447 ms 2023-12-21T07:53:10.230 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:10 smithi043 ceph-mon[107704]: pgmap v56: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 446 op/s 2023-12-21T07:53:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:10 smithi050 ceph-mon[110339]: pgmap v56: 97 pgs: 97 active+clean; 337 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 446 op/s 2023-12-21T07:53:10.748 INFO:teuthology.orchestra.run.smithi043.stdout: 5 63263 8.85 MB/sec execute 76 sec latency 124.080 ms 2023-12-21T07:53:11.748 INFO:teuthology.orchestra.run.smithi043.stdout: 5 63630 8.92 MB/sec execute 77 sec latency 134.757 ms 2023-12-21T07:53:12.539 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:12 smithi043 ceph-mon[107704]: pgmap v57: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 612 op/s 2023-12-21T07:53:12.748 INFO:teuthology.orchestra.run.smithi043.stdout: 5 63936 8.94 MB/sec execute 78 sec latency 129.525 ms 2023-12-21T07:53:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:12 smithi050 ceph-mon[110339]: pgmap v57: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 612 op/s 2023-12-21T07:53:13.749 INFO:teuthology.orchestra.run.smithi043.stdout: 5 64150 8.91 MB/sec execute 79 sec latency 123.663 ms 2023-12-21T07:53:14.589 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:14 smithi043 ceph-mon[107704]: pgmap v58: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 421 op/s 2023-12-21T07:53:14.748 INFO:teuthology.orchestra.run.smithi043.stdout: 5 64412 8.89 MB/sec execute 80 sec latency 131.768 ms 2023-12-21T07:53:14.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:14 smithi050 ceph-mon[110339]: pgmap v58: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.2 MiB/s wr, 421 op/s 2023-12-21T07:53:15.749 INFO:teuthology.orchestra.run.smithi043.stdout: 5 64669 8.85 MB/sec execute 81 sec latency 129.853 ms 2023-12-21T07:53:16.615 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:16 smithi043 ceph-mon[107704]: pgmap v59: 97 pgs: 97 active+clean; 347 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.5 MiB/s wr, 680 op/s 2023-12-21T07:53:16.748 INFO:teuthology.orchestra.run.smithi043.stdout: 5 65013 8.82 MB/sec execute 82 sec latency 129.574 ms 2023-12-21T07:53:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:16 smithi050 ceph-mon[110339]: pgmap v59: 97 pgs: 97 active+clean; 347 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.5 MiB/s wr, 680 op/s 2023-12-21T07:53:17.749 INFO:teuthology.orchestra.run.smithi043.stdout: 5 65392 8.80 MB/sec execute 83 sec latency 107.919 ms 2023-12-21T07:53:18.152 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:18 smithi043 ceph-mon[107704]: pgmap v60: 97 pgs: 97 active+clean; 347 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 462 op/s 2023-12-21T07:53:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:18 smithi050 ceph-mon[110339]: pgmap v60: 97 pgs: 97 active+clean; 347 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 462 op/s 2023-12-21T07:53:18.757 INFO:teuthology.orchestra.run.smithi043.stdout: 5 65733 8.82 MB/sec execute 84 sec latency 123.707 ms 2023-12-21T07:53:19.757 INFO:teuthology.orchestra.run.smithi043.stdout: 5 66141 8.82 MB/sec execute 85 sec latency 126.621 ms 2023-12-21T07:53:20.694 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:20 smithi043 ceph-mon[107704]: pgmap v61: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 511 op/s 2023-12-21T07:53:20.757 INFO:teuthology.orchestra.run.smithi043.stdout: 5 66500 8.85 MB/sec execute 86 sec latency 124.067 ms 2023-12-21T07:53:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:20 smithi050 ceph-mon[110339]: pgmap v61: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 511 op/s 2023-12-21T07:53:21.757 INFO:teuthology.orchestra.run.smithi043.stdout: 5 66864 8.87 MB/sec execute 87 sec latency 127.054 ms 2023-12-21T07:53:22.710 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:22 smithi043 ceph-mon[107704]: pgmap v62: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 635 op/s 2023-12-21T07:53:22.757 INFO:teuthology.orchestra.run.smithi043.stdout: 5 67230 8.89 MB/sec execute 88 sec latency 105.514 ms 2023-12-21T07:53:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:22 smithi050 ceph-mon[110339]: pgmap v62: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 635 op/s 2023-12-21T07:53:23.721 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:23 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:53:23.757 INFO:teuthology.orchestra.run.smithi043.stdout: 5 67591 8.94 MB/sec execute 89 sec latency 135.081 ms 2023-12-21T07:53:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:23 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:53:24.740 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:24 smithi043 ceph-mon[107704]: pgmap v63: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.2 MiB/s wr, 469 op/s 2023-12-21T07:53:24.757 INFO:teuthology.orchestra.run.smithi043.stdout: 5 67947 8.97 MB/sec execute 90 sec latency 138.628 ms 2023-12-21T07:53:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:24 smithi050 ceph-mon[110339]: pgmap v63: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.2 MiB/s wr, 469 op/s 2023-12-21T07:53:25.758 INFO:teuthology.orchestra.run.smithi043.stdout: 5 68240 8.94 MB/sec execute 91 sec latency 127.402 ms 2023-12-21T07:53:26.758 INFO:teuthology.orchestra.run.smithi043.stdout: 5 68596 8.90 MB/sec execute 92 sec latency 129.728 ms 2023-12-21T07:53:26.770 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:26 smithi043 ceph-mon[107704]: pgmap v64: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.6 MiB/s wr, 680 op/s 2023-12-21T07:53:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:26 smithi050 ceph-mon[110339]: pgmap v64: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.6 MiB/s wr, 680 op/s 2023-12-21T07:53:27.421 INFO:teuthology.orchestra.run.smithi043.stdout:true 2023-12-21T07:53:27.757 INFO:teuthology.orchestra.run.smithi043.stdout: 5 68950 8.88 MB/sec execute 93 sec latency 117.906 ms 2023-12-21T07:53:28.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:27 smithi043 ceph-mon[107704]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:53:28.045 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:27 smithi043 ceph-mon[107704]: pgmap v65: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-21T07:53:28.303 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T07:53:28.303 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 starting - - - - 2023-12-21T07:53:28.303 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (7m) 114s ago 7m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T07:53:28.303 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (7m) 113s ago 7m 7147k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T07:53:28.303 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 starting - - - - 2023-12-21T07:53:28.304 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (3m) 114s ago 3m 34.2M - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T07:53:28.304 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (3m) 113s ago 3m 13.0M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T07:53:28.304 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (8m) 114s ago 8m 421M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T07:53:28.304 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (2m) 113s ago 7m 494M - 19.0.0-297-ga89fee39 36973ca01a0c c5323c1b1613 2023-12-21T07:53:28.304 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (8m) 114s ago 8m 85.9M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T07:53:28.304 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (7m) 113s ago 7m 57.0M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T07:53:28.304 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (3m) 114s ago 3m 263M - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T07:53:28.304 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (3m) 113s ago 3m 80.2M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T07:53:28.304 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 starting - - - - 2023-12-21T07:53:28.304 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2023-12-21T07:53:28.305 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (6m) 114s ago 6m 545M 1945M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T07:53:28.305 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (6m) 114s ago 6m 354M 1945M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T07:53:28.305 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (6m) 114s ago 6m 193M 1945M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T07:53:28.305 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (5m) 114s ago 5m 505M 1945M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T07:53:28.305 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (5m) 113s ago 5m 466M 2713M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T07:53:28.305 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (5m) 113s ago 5m 480M 2713M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T07:53:28.305 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (5m) 113s ago 5m 472M 2713M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T07:53:28.305 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (4m) 113s ago 4m 792M 2713M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T07:53:28.305 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 starting - - - - 2023-12-21T07:53:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:27 smithi050 ceph-mon[110339]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:53:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:27 smithi050 ceph-mon[110339]: pgmap v65: 97 pgs: 97 active+clean; 343 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-21T07:53:28.758 INFO:teuthology.orchestra.run.smithi043.stdout: 5 69235 8.87 MB/sec execute 94 sec latency 128.816 ms 2023-12-21T07:53:28.903 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:53:28.903 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T07:53:28.903 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:53:28.904 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:53:28.904 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T07:53:28.904 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-21T07:53:28.904 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:53:28.904 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:53:28.904 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T07:53:28.904 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T07:53:28.904 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:53:28.904 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T07:53:28.904 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:53:28.904 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:53:28.905 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T07:53:28.905 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-21T07:53:28.905 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:53:28.905 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T07:53:28.905 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:53:29.066 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:28 smithi043 ceph-mon[107704]: from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:53:29.066 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:28 smithi043 ceph-mon[107704]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:53:29.066 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:28 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2926066053' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:53:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:28 smithi050 ceph-mon[110339]: from='client.24513 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:53:29.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:28 smithi050 ceph-mon[110339]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:53:29.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:28 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2926066053' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:53:29.411 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:53:29.411 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e", 2023-12-21T07:53:29.411 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2023-12-21T07:53:29.411 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-21T07:53:29.411 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2023-12-21T07:53:29.412 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "1/23 daemons upgraded", 2023-12-21T07:53:29.412 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading mgr daemons", 2023-12-21T07:53:29.412 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2023-12-21T07:53:29.412 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:53:29.758 INFO:teuthology.orchestra.run.smithi043.stdout: 5 69629 8.91 MB/sec execute 95 sec latency 133.866 ms 2023-12-21T07:53:30.013 INFO:teuthology.orchestra.run.smithi043.stdout:HEALTH_OK 2023-12-21T07:53:30.087 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:30 smithi043 ceph-mon[107704]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:53:30.087 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:30 smithi043 ceph-mon[107704]: pgmap v66: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.9 MiB/s wr, 526 op/s 2023-12-21T07:53:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:30 smithi050 ceph-mon[110339]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:53:30.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:30 smithi050 ceph-mon[110339]: pgmap v66: 97 pgs: 97 active+clean; 345 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.9 MiB/s wr, 526 op/s 2023-12-21T07:53:30.762 INFO:teuthology.orchestra.run.smithi043.stdout: 5 70063 8.93 MB/sec execute 96 sec latency 87.579 ms 2023-12-21T07:53:31.097 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:31 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2247435277' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:53:31.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:31 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2247435277' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:53:31.762 INFO:teuthology.orchestra.run.smithi043.stdout: 5 70476 8.97 MB/sec execute 97 sec latency 126.733 ms 2023-12-21T07:53:32.123 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:32 smithi043 ceph-mon[107704]: pgmap v67: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 585 op/s 2023-12-21T07:53:32.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:32 smithi050 ceph-mon[110339]: pgmap v67: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.0 MiB/s wr, 585 op/s 2023-12-21T07:53:32.762 INFO:teuthology.orchestra.run.smithi043.stdout: 5 70801 8.98 MB/sec execute 98 sec latency 134.255 ms 2023-12-21T07:53:33.762 INFO:teuthology.orchestra.run.smithi043.stdout: 5 71093 8.99 MB/sec execute 99 sec latency 129.160 ms 2023-12-21T07:53:34.642 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:34 smithi043 ceph-mon[107704]: pgmap v68: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-12-21T07:53:34.762 INFO:teuthology.orchestra.run.smithi043.stdout: 5 71364 8.98 MB/sec execute 100 sec latency 123.798 ms 2023-12-21T07:53:34.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:34 smithi050 ceph-mon[110339]: pgmap v68: 97 pgs: 97 active+clean; 347 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-12-21T07:53:35.762 INFO:teuthology.orchestra.run.smithi043.stdout: 5 71621 8.97 MB/sec execute 101 sec latency 123.453 ms 2023-12-21T07:53:36.679 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:36 smithi043 ceph-mon[107704]: pgmap v69: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.7 MiB/s wr, 627 op/s 2023-12-21T07:53:36.765 INFO:teuthology.orchestra.run.smithi043.stdout: 5 71979 8.95 MB/sec execute 102 sec latency 129.743 ms 2023-12-21T07:53:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:36 smithi050 ceph-mon[110339]: pgmap v69: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.7 MiB/s wr, 627 op/s 2023-12-21T07:53:37.765 INFO:teuthology.orchestra.run.smithi043.stdout: 5 72248 8.91 MB/sec execute 103 sec latency 123.781 ms 2023-12-21T07:53:38.208 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:37 smithi043 ceph-mon[107704]: pgmap v70: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-21T07:53:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:37 smithi050 ceph-mon[110339]: pgmap v70: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-12-21T07:53:38.765 INFO:teuthology.orchestra.run.smithi043.stdout: 5 72555 8.90 MB/sec execute 104 sec latency 140.101 ms 2023-12-21T07:53:39.239 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:38 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:53:39.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:38 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:53:39.765 INFO:teuthology.orchestra.run.smithi043.stdout: 5 72958 8.90 MB/sec execute 105 sec latency 120.807 ms 2023-12-21T07:53:40.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:40 smithi043 ceph-mon[107704]: pgmap v71: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.4 MiB/s wr, 560 op/s 2023-12-21T07:53:40.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:40 smithi050 ceph-mon[110339]: pgmap v71: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.4 MiB/s wr, 560 op/s 2023-12-21T07:53:40.765 INFO:teuthology.orchestra.run.smithi043.stdout: 5 73253 8.89 MB/sec execute 106 sec latency 120.662 ms 2023-12-21T07:53:41.765 INFO:teuthology.orchestra.run.smithi043.stdout: 5 73564 8.90 MB/sec execute 107 sec latency 129.493 ms 2023-12-21T07:53:42.576 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:42 smithi043 ceph-mon[107704]: pgmap v72: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.4 MiB/s wr, 501 op/s 2023-12-21T07:53:42.765 INFO:teuthology.orchestra.run.smithi043.stdout: 5 73952 8.91 MB/sec execute 108 sec latency 126.772 ms 2023-12-21T07:53:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:42 smithi050 ceph-mon[110339]: pgmap v72: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.4 MiB/s wr, 501 op/s 2023-12-21T07:53:43.772 INFO:teuthology.orchestra.run.smithi043.stdout: 5 74282 8.89 MB/sec execute 109 sec latency 126.745 ms 2023-12-21T07:53:44.613 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:44 smithi043 ceph-mon[107704]: pgmap v73: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-21T07:53:44.772 INFO:teuthology.orchestra.run.smithi043.stdout: 5 74581 8.94 MB/sec execute 110 sec latency 128.681 ms 2023-12-21T07:53:44.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:44 smithi050 ceph-mon[110339]: pgmap v73: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-21T07:53:45.772 INFO:teuthology.orchestra.run.smithi043.stdout: 5 74876 8.92 MB/sec execute 111 sec latency 134.155 ms 2023-12-21T07:53:46.654 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:46 smithi043 ceph-mon[107704]: pgmap v74: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 590 op/s 2023-12-21T07:53:46.772 INFO:teuthology.orchestra.run.smithi043.stdout: 5 75290 8.93 MB/sec execute 112 sec latency 130.144 ms 2023-12-21T07:53:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:46 smithi050 ceph-mon[110339]: pgmap v74: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 590 op/s 2023-12-21T07:53:47.779 INFO:teuthology.orchestra.run.smithi043.stdout: 5 75624 8.94 MB/sec execute 113 sec latency 173.436 ms 2023-12-21T07:53:48.186 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:48 smithi043 ceph-mon[107704]: pgmap v75: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 386 op/s 2023-12-21T07:53:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:48 smithi050 ceph-mon[110339]: pgmap v75: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 386 op/s 2023-12-21T07:53:48.779 INFO:teuthology.orchestra.run.smithi043.stdout: 5 75945 8.94 MB/sec execute 114 sec latency 140.011 ms 2023-12-21T07:53:49.779 INFO:teuthology.orchestra.run.smithi043.stdout: 5 76282 8.93 MB/sec execute 115 sec latency 131.376 ms 2023-12-21T07:53:50.733 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:50 smithi043 ceph-mon[107704]: pgmap v76: 97 pgs: 97 active+clean; 333 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 522 op/s 2023-12-21T07:53:50.779 INFO:teuthology.orchestra.run.smithi043.stdout: 5 76530 8.89 MB/sec execute 116 sec latency 120.966 ms 2023-12-21T07:53:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:50 smithi050 ceph-mon[110339]: pgmap v76: 97 pgs: 97 active+clean; 333 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.9 MiB/s wr, 522 op/s 2023-12-21T07:53:51.779 INFO:teuthology.orchestra.run.smithi043.stdout: 5 76837 8.87 MB/sec execute 117 sec latency 126.216 ms 2023-12-21T07:53:52.530 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:52 smithi043 ceph-mon[107704]: pgmap v77: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.8 MiB/s wr, 445 op/s 2023-12-21T07:53:52.779 INFO:teuthology.orchestra.run.smithi043.stdout: 5 77129 8.85 MB/sec execute 118 sec latency 138.114 ms 2023-12-21T07:53:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:52 smithi050 ceph-mon[110339]: pgmap v77: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.8 MiB/s wr, 445 op/s 2023-12-21T07:53:53.560 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:53 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:53:53.779 INFO:teuthology.orchestra.run.smithi043.stdout: 5 77545 8.87 MB/sec execute 119 sec latency 114.605 ms 2023-12-21T07:53:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:53 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:53:54.570 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:54 smithi043 ceph-mon[107704]: pgmap v78: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-12-21T07:53:54.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:54 smithi050 ceph-mon[110339]: pgmap v78: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 400 op/s 2023-12-21T07:53:54.779 INFO:teuthology.orchestra.run.smithi043.stdout: 5 77860 8.90 MB/sec execute 120 sec latency 145.990 ms 2023-12-21T07:53:55.780 INFO:teuthology.orchestra.run.smithi043.stdout: 5 78201 8.94 MB/sec execute 121 sec latency 127.172 ms 2023-12-21T07:53:56.616 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:56 smithi043 ceph-mon[107704]: pgmap v79: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.0 MiB/s wr, 594 op/s 2023-12-21T07:53:56.779 INFO:teuthology.orchestra.run.smithi043.stdout: 5 78552 8.93 MB/sec execute 122 sec latency 130.233 ms 2023-12-21T07:53:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:56 smithi050 ceph-mon[110339]: pgmap v79: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.0 MiB/s wr, 594 op/s 2023-12-21T07:53:57.779 INFO:teuthology.orchestra.run.smithi043.stdout: 5 78857 8.93 MB/sec execute 123 sec latency 134.840 ms 2023-12-21T07:53:58.182 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:53:58 smithi043 ceph-mon[107704]: pgmap v80: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-12-21T07:53:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:53:58 smithi050 ceph-mon[110339]: pgmap v80: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-12-21T07:53:58.779 INFO:teuthology.orchestra.run.smithi043.stdout: 5 79158 8.92 MB/sec execute 124 sec latency 126.623 ms 2023-12-21T07:53:59.780 INFO:teuthology.orchestra.run.smithi043.stdout: 5 79510 8.90 MB/sec execute 125 sec latency 133.339 ms 2023-12-21T07:54:00.569 INFO:teuthology.orchestra.run.smithi043.stdout:true 2023-12-21T07:54:00.710 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:00 smithi043 ceph-mon[107704]: pgmap v81: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 431 op/s 2023-12-21T07:54:00.781 INFO:teuthology.orchestra.run.smithi043.stdout: 5 79811 8.90 MB/sec execute 126 sec latency 130.427 ms 2023-12-21T07:54:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:00 smithi050 ceph-mon[110339]: pgmap v81: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.9 MiB/s wr, 431 op/s 2023-12-21T07:54:01.599 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T07:54:01.599 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 starting - - - - 2023-12-21T07:54:01.599 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (8m) 2m ago 8m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T07:54:01.599 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (7m) 2m ago 7m 7147k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T07:54:01.599 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 starting - - - - 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (4m) 2m ago 4m 34.2M - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (4m) 2m ago 4m 13.0M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (9m) 2m ago 9m 421M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (2m) 2m ago 7m 494M - 19.0.0-297-ga89fee39 36973ca01a0c c5323c1b1613 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (9m) 2m ago 9m 85.9M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (7m) 2m ago 7m 57.0M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (4m) 2m ago 4m 263M - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (4m) 2m ago 4m 80.2M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 starting - - - - 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (7m) 2m ago 7m 545M 1945M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (6m) 2m ago 6m 354M 1945M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T07:54:01.600 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (6m) 2m ago 6m 193M 1945M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T07:54:01.601 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (6m) 2m ago 6m 505M 1945M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T07:54:01.601 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (6m) 2m ago 6m 466M 2713M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T07:54:01.601 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (5m) 2m ago 5m 480M 2713M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T07:54:01.601 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (5m) 2m ago 5m 472M 2713M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T07:54:01.601 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (5m) 2m ago 5m 792M 2713M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T07:54:01.601 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 starting - - - - 2023-12-21T07:54:01.736 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:01 smithi043 ceph-mon[107704]: from='client.24529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:01.781 INFO:teuthology.orchestra.run.smithi043.stdout: 5 80115 8.90 MB/sec execute 127 sec latency 128.446 ms 2023-12-21T07:54:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:01 smithi050 ceph-mon[110339]: from='client.24529 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:02.222 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:54:02.223 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T07:54:02.223 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:54:02.223 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:54:02.223 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T07:54:02.223 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-21T07:54:02.223 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:54:02.223 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:54:02.223 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T07:54:02.223 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T07:54:02.223 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:54:02.223 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T07:54:02.224 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:54:02.224 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:54:02.224 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T07:54:02.224 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-21T07:54:02.224 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:54:02.224 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T07:54:02.224 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:54:02.497 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:02 smithi043 ceph-mon[107704]: from='client.24533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:02.497 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:02 smithi043 ceph-mon[107704]: pgmap v82: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 457 op/s 2023-12-21T07:54:02.497 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:02 smithi043 ceph-mon[107704]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:02.497 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:02 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2045359781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:54:02.746 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:54:02.746 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e", 2023-12-21T07:54:02.746 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2023-12-21T07:54:02.746 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-21T07:54:02.746 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2023-12-21T07:54:02.746 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "1/23 daemons upgraded", 2023-12-21T07:54:02.746 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading mgr daemons", 2023-12-21T07:54:02.746 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2023-12-21T07:54:02.746 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:54:02.781 INFO:teuthology.orchestra.run.smithi043.stdout: 5 80410 8.87 MB/sec execute 128 sec latency 121.347 ms 2023-12-21T07:54:02.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:02 smithi050 ceph-mon[110339]: from='client.24533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:02.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:02 smithi050 ceph-mon[110339]: pgmap v82: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 457 op/s 2023-12-21T07:54:02.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:02 smithi050 ceph-mon[110339]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:02.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:02 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2045359781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:54:03.301 INFO:teuthology.orchestra.run.smithi043.stdout:HEALTH_OK 2023-12-21T07:54:03.534 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:03 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/27400729' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:54:03.781 INFO:teuthology.orchestra.run.smithi043.stdout: 5 80764 8.83 MB/sec execute 129 sec latency 134.152 ms 2023-12-21T07:54:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:03 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/27400729' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:54:04.553 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:04 smithi043 ceph-mon[107704]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:04.554 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:04 smithi043 ceph-mon[107704]: pgmap v83: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-12-21T07:54:04.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:04 smithi050 ceph-mon[110339]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:04.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:04 smithi050 ceph-mon[110339]: pgmap v83: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.2 MiB/s wr, 390 op/s 2023-12-21T07:54:04.781 INFO:teuthology.orchestra.run.smithi043.stdout: 5 81064 8.84 MB/sec execute 130 sec latency 120.810 ms 2023-12-21T07:54:05.781 INFO:teuthology.orchestra.run.smithi043.stdout: 5 81364 8.84 MB/sec execute 131 sec latency 129.945 ms 2023-12-21T07:54:06.608 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:06 smithi043 ceph-mon[107704]: pgmap v84: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 584 op/s 2023-12-21T07:54:06.781 INFO:teuthology.orchestra.run.smithi043.stdout: 5 81748 8.92 MB/sec execute 132 sec latency 131.031 ms 2023-12-21T07:54:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:06 smithi050 ceph-mon[110339]: pgmap v84: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 584 op/s 2023-12-21T07:54:07.781 INFO:teuthology.orchestra.run.smithi043.stdout: 5 82091 8.91 MB/sec execute 133 sec latency 120.725 ms 2023-12-21T07:54:08.122 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:08 smithi043 ceph-mon[107704]: pgmap v85: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-12-21T07:54:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:08 smithi050 ceph-mon[110339]: pgmap v85: 97 pgs: 97 active+clean; 331 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 390 op/s 2023-12-21T07:54:08.782 INFO:teuthology.orchestra.run.smithi043.stdout: 5 82366 8.91 MB/sec execute 134 sec latency 126.158 ms 2023-12-21T07:54:09.152 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:09 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:54:09.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:09 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:54:09.783 INFO:teuthology.orchestra.run.smithi043.stdout: 5 82599 8.89 MB/sec execute 135 sec latency 129.656 ms 2023-12-21T07:54:10.182 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:10 smithi043 ceph-mon[107704]: pgmap v86: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-12-21T07:54:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:10 smithi050 ceph-mon[110339]: pgmap v86: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.8 MiB/s wr, 472 op/s 2023-12-21T07:54:10.782 INFO:teuthology.orchestra.run.smithi043.stdout: 5 82909 8.86 MB/sec execute 136 sec latency 111.061 ms 2023-12-21T07:54:11.782 INFO:teuthology.orchestra.run.smithi043.stdout: 5 83181 8.85 MB/sec execute 137 sec latency 127.639 ms 2023-12-21T07:54:12.712 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:12 smithi043 ceph-mon[107704]: pgmap v87: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 532 op/s 2023-12-21T07:54:12.782 INFO:teuthology.orchestra.run.smithi043.stdout: 5 83481 8.86 MB/sec execute 138 sec latency 141.337 ms 2023-12-21T07:54:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:12 smithi050 ceph-mon[110339]: pgmap v87: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 532 op/s 2023-12-21T07:54:13.782 INFO:teuthology.orchestra.run.smithi043.stdout: 5 83841 8.84 MB/sec execute 139 sec latency 108.476 ms 2023-12-21T07:54:14.497 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:14 smithi043 ceph-mon[107704]: pgmap v88: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-21T07:54:14.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:14 smithi050 ceph-mon[110339]: pgmap v88: 97 pgs: 97 active+clean; 337 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 369 op/s 2023-12-21T07:54:14.781 INFO:teuthology.orchestra.run.smithi043.stdout: 5 84219 8.81 MB/sec execute 140 sec latency 129.968 ms 2023-12-21T07:54:15.782 INFO:teuthology.orchestra.run.smithi043.stdout: 5 84552 8.81 MB/sec execute 141 sec latency 147.372 ms 2023-12-21T07:54:16.533 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:16 smithi043 ceph-mon[107704]: pgmap v89: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 564 op/s 2023-12-21T07:54:16.785 INFO:teuthology.orchestra.run.smithi043.stdout: 5 84864 8.83 MB/sec execute 142 sec latency 165.428 ms 2023-12-21T07:54:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:16 smithi050 ceph-mon[110339]: pgmap v89: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.3 MiB/s wr, 564 op/s 2023-12-21T07:54:17.805 INFO:teuthology.orchestra.run.smithi043.stdout: 5 85251 8.86 MB/sec execute 143 sec latency 129.527 ms 2023-12-21T07:54:18.075 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:18 smithi043 ceph-mon[107704]: pgmap v90: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-12-21T07:54:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:18 smithi050 ceph-mon[110339]: pgmap v90: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-12-21T07:54:18.806 INFO:teuthology.orchestra.run.smithi043.stdout: 5 85636 8.89 MB/sec execute 144 sec latency 129.926 ms 2023-12-21T07:54:19.806 INFO:teuthology.orchestra.run.smithi043.stdout: 5 85910 8.91 MB/sec execute 145 sec latency 127.677 ms 2023-12-21T07:54:20.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:20 smithi043 ceph-mon[107704]: pgmap v91: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.9 MiB/s wr, 474 op/s 2023-12-21T07:54:20.807 INFO:teuthology.orchestra.run.smithi043.stdout: 5 86178 8.89 MB/sec execute 146 sec latency 210.234 ms 2023-12-21T07:54:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:20 smithi050 ceph-mon[110339]: pgmap v91: 97 pgs: 97 active+clean; 341 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.9 MiB/s wr, 474 op/s 2023-12-21T07:54:21.807 INFO:teuthology.orchestra.run.smithi043.stdout: 5 86451 8.87 MB/sec execute 147 sec latency 133.143 ms 2023-12-21T07:54:22.690 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:22 smithi043 ceph-mon[107704]: pgmap v92: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 486 op/s 2023-12-21T07:54:22.806 INFO:teuthology.orchestra.run.smithi043.stdout: 5 86737 8.86 MB/sec execute 148 sec latency 123.461 ms 2023-12-21T07:54:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:22 smithi050 ceph-mon[110339]: pgmap v92: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 486 op/s 2023-12-21T07:54:23.699 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:23 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:54:23.807 INFO:teuthology.orchestra.run.smithi043.stdout: 5 86973 8.82 MB/sec execute 149 sec latency 141.638 ms 2023-12-21T07:54:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:23 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:54:24.717 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:24 smithi043 ceph-mon[107704]: pgmap v93: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-21T07:54:24.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:24 smithi050 ceph-mon[110339]: pgmap v93: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-12-21T07:54:24.806 INFO:teuthology.orchestra.run.smithi043.stdout: 5 87375 8.83 MB/sec execute 150 sec latency 95.845 ms 2023-12-21T07:54:25.807 INFO:teuthology.orchestra.run.smithi043.stdout: 5 87700 8.80 MB/sec execute 151 sec latency 120.633 ms 2023-12-21T07:54:26.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:26 smithi043 ceph-mon[107704]: pgmap v94: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 576 op/s 2023-12-21T07:54:26.806 INFO:teuthology.orchestra.run.smithi043.stdout: 5 88111 8.80 MB/sec execute 152 sec latency 98.554 ms 2023-12-21T07:54:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:26 smithi050 ceph-mon[110339]: pgmap v94: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 576 op/s 2023-12-21T07:54:27.807 INFO:teuthology.orchestra.run.smithi043.stdout: 5 88427 8.83 MB/sec execute 153 sec latency 125.217 ms 2023-12-21T07:54:28.057 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:28 smithi043 ceph-mon[107704]: pgmap v95: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 382 op/s 2023-12-21T07:54:28.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:28 smithi050 ceph-mon[110339]: pgmap v95: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.2 MiB/s wr, 382 op/s 2023-12-21T07:54:28.808 INFO:teuthology.orchestra.run.smithi043.stdout: 5 88692 8.83 MB/sec execute 154 sec latency 148.123 ms 2023-12-21T07:54:29.815 INFO:teuthology.orchestra.run.smithi043.stdout: 5 89058 8.85 MB/sec execute 155 sec latency 133.273 ms 2023-12-21T07:54:30.589 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:30 smithi043 ceph-mon[107704]: pgmap v96: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.5 MiB/s wr, 542 op/s 2023-12-21T07:54:30.815 INFO:teuthology.orchestra.run.smithi043.stdout: 5 89344 8.85 MB/sec execute 156 sec latency 131.166 ms 2023-12-21T07:54:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:30 smithi050 ceph-mon[110339]: pgmap v96: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.5 MiB/s wr, 542 op/s 2023-12-21T07:54:31.816 INFO:teuthology.orchestra.run.smithi043.stdout: 5 89514 8.81 MB/sec execute 157 sec latency 157.977 ms 2023-12-21T07:54:32.554 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:32 smithi043 ceph-mon[107704]: pgmap v97: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.0 MiB/s wr, 476 op/s 2023-12-21T07:54:32.818 INFO:teuthology.orchestra.run.smithi043.stdout: 5 89766 8.82 MB/sec execute 158 sec latency 132.397 ms 2023-12-21T07:54:32.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:32 smithi050 ceph-mon[110339]: pgmap v97: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.0 MiB/s wr, 476 op/s 2023-12-21T07:54:33.800 INFO:teuthology.orchestra.run.smithi043.stdout:true 2023-12-21T07:54:33.819 INFO:teuthology.orchestra.run.smithi043.stdout: 5 90016 8.80 MB/sec execute 159 sec latency 126.421 ms 2023-12-21T07:54:34.592 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:34 smithi043 ceph-mon[107704]: pgmap v98: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-12-21T07:54:34.707 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T07:54:34.707 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 starting - - - - 2023-12-21T07:54:34.707 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (8m) 3m ago 8m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T07:54:34.707 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (8m) 2m ago 8m 7147k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T07:54:34.707 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 starting - - - - 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (5m) 3m ago 5m 34.2M - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (5m) 2m ago 4m 13.0M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (9m) 3m ago 9m 421M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (3m) 2m ago 8m 494M - 19.0.0-297-ga89fee39 36973ca01a0c c5323c1b1613 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (9m) 3m ago 9m 85.9M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (8m) 2m ago 8m 57.0M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (4m) 3m ago 4m 263M - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (4m) 2m ago 4m 80.2M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 starting - - - - 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (7m) 3m ago 7m 545M 1945M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (7m) 3m ago 7m 354M 1945M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T07:54:34.708 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (7m) 3m ago 7m 193M 1945M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T07:54:34.709 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (6m) 3m ago 6m 505M 1945M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T07:54:34.709 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (6m) 2m ago 6m 466M 2713M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T07:54:34.709 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (6m) 2m ago 6m 480M 2713M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T07:54:34.709 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (6m) 2m ago 6m 472M 2713M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T07:54:34.709 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (5m) 2m ago 5m 792M 2713M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T07:54:34.709 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 starting - - - - 2023-12-21T07:54:34.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:34 smithi050 ceph-mon[110339]: pgmap v98: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-12-21T07:54:34.819 INFO:teuthology.orchestra.run.smithi043.stdout: 5 90256 8.78 MB/sec execute 160 sec latency 132.415 ms 2023-12-21T07:54:35.262 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:54:35.262 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:54:35.263 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:54:35.264 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T07:54:35.264 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-21T07:54:35.264 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:54:35.264 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T07:54:35.264 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:54:35.621 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:35 smithi043 ceph-mon[107704]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:35.621 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:35 smithi043 ceph-mon[107704]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:35.622 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:35 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/3113115515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:54:35.741 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:54:35.741 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e", 2023-12-21T07:54:35.741 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2023-12-21T07:54:35.741 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-21T07:54:35.742 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2023-12-21T07:54:35.742 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "1/23 daemons upgraded", 2023-12-21T07:54:35.742 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading mgr daemons", 2023-12-21T07:54:35.742 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2023-12-21T07:54:35.742 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:54:35.828 INFO:teuthology.orchestra.run.smithi043.stdout: 5 90510 8.74 MB/sec execute 161 sec latency 154.607 ms 2023-12-21T07:54:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:35 smithi050 ceph-mon[110339]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:35 smithi050 ceph-mon[110339]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:35 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/3113115515' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:54:36.261 INFO:teuthology.orchestra.run.smithi043.stdout:HEALTH_OK 2023-12-21T07:54:36.645 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:36 smithi043 ceph-mon[107704]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:36.645 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:36 smithi043 ceph-mon[107704]: pgmap v99: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-12-21T07:54:36.645 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:36 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/683725132' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:54:36.828 INFO:teuthology.orchestra.run.smithi043.stdout: 5 90773 8.74 MB/sec execute 162 sec latency 129.959 ms 2023-12-21T07:54:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:36 smithi050 ceph-mon[110339]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:36 smithi050 ceph-mon[110339]: pgmap v99: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-12-21T07:54:36.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:36 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/683725132' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:54:37.677 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:37 smithi043 ceph-mon[107704]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:37.828 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91152 8.75 MB/sec execute 163 sec latency 126.670 ms 2023-12-21T07:54:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:37 smithi050 ceph-mon[110339]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:54:38.689 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:38 smithi043 ceph-mon[107704]: pgmap v100: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-21T07:54:38.689 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:38 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:54:38.835 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91505 8.73 MB/sec execute 164 sec latency 140.393 ms 2023-12-21T07:54:38.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:38 smithi050 ceph-mon[110339]: pgmap v100: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 351 op/s 2023-12-21T07:54:38.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:38 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:54:39.840 INFO:teuthology.orchestra.run.smithi043.stdout: 5 91803 8.72 MB/sec execute 165 sec latency 124.144 ms 2023-12-21T07:54:40.753 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:40 smithi043 ceph-mon[107704]: pgmap v101: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.8 MiB/s wr, 503 op/s 2023-12-21T07:54:40.839 INFO:teuthology.orchestra.run.smithi043.stdout: 5 92087 8.74 MB/sec execute 166 sec latency 118.026 ms 2023-12-21T07:54:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:40 smithi050 ceph-mon[110339]: pgmap v101: 97 pgs: 97 active+clean; 344 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.8 MiB/s wr, 503 op/s 2023-12-21T07:54:41.840 INFO:teuthology.orchestra.run.smithi043.stdout: 5 92432 8.75 MB/sec execute 167 sec latency 130.050 ms 2023-12-21T07:54:42.561 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:42 smithi043 ceph-mon[107704]: pgmap v102: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-21T07:54:42.840 INFO:teuthology.orchestra.run.smithi043.stdout: 5 92789 8.75 MB/sec execute 168 sec latency 126.988 ms 2023-12-21T07:54:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:42 smithi050 ceph-mon[110339]: pgmap v102: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-12-21T07:54:43.840 INFO:teuthology.orchestra.run.smithi043.stdout: 5 92984 8.74 MB/sec execute 169 sec latency 126.529 ms 2023-12-21T07:54:44.612 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:44 smithi043 ceph-mon[107704]: pgmap v103: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-21T07:54:44.840 INFO:teuthology.orchestra.run.smithi043.stdout: 5 93228 8.75 MB/sec execute 170 sec latency 187.273 ms 2023-12-21T07:54:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:44 smithi050 ceph-mon[110339]: pgmap v103: 97 pgs: 97 active+clean; 341 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-21T07:54:45.840 INFO:teuthology.orchestra.run.smithi043.stdout: 5 93496 8.74 MB/sec execute 171 sec latency 129.883 ms 2023-12-21T07:54:46.644 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:46 smithi043 ceph-mon[107704]: pgmap v104: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 512 op/s 2023-12-21T07:54:46.840 INFO:teuthology.orchestra.run.smithi043.stdout: 5 93759 8.72 MB/sec execute 172 sec latency 111.444 ms 2023-12-21T07:54:46.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:46 smithi050 ceph-mon[110339]: pgmap v104: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 512 op/s 2023-12-21T07:54:47.840 INFO:teuthology.orchestra.run.smithi043.stdout: 5 94052 8.69 MB/sec execute 173 sec latency 126.633 ms 2023-12-21T07:54:48.183 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:48 smithi043 ceph-mon[107704]: pgmap v105: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-12-21T07:54:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:48 smithi050 ceph-mon[110339]: pgmap v105: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-12-21T07:54:48.840 INFO:teuthology.orchestra.run.smithi043.stdout: 5 94301 8.68 MB/sec execute 174 sec latency 123.478 ms 2023-12-21T07:54:49.840 INFO:teuthology.orchestra.run.smithi043.stdout: 5 94593 8.67 MB/sec execute 175 sec latency 130.023 ms 2023-12-21T07:54:50.492 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:50 smithi043 ceph-mon[107704]: pgmap v106: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.3 MiB/s wr, 438 op/s 2023-12-21T07:54:50.841 INFO:teuthology.orchestra.run.smithi043.stdout: 5 94978 8.67 MB/sec execute 176 sec latency 126.594 ms 2023-12-21T07:54:50.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:50 smithi050 ceph-mon[110339]: pgmap v106: 97 pgs: 97 active+clean; 343 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.3 MiB/s wr, 438 op/s 2023-12-21T07:54:51.841 INFO:teuthology.orchestra.run.smithi043.stdout: 5 95253 8.65 MB/sec execute 177 sec latency 86.509 ms 2023-12-21T07:54:52.553 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:52 smithi043 ceph-mon[107704]: pgmap v107: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.2 MiB/s wr, 376 op/s 2023-12-21T07:54:52.841 INFO:teuthology.orchestra.run.smithi043.stdout: 5 95627 8.68 MB/sec execute 178 sec latency 123.638 ms 2023-12-21T07:54:52.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:52 smithi050 ceph-mon[110339]: pgmap v107: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 4.2 MiB/s wr, 376 op/s 2023-12-21T07:54:53.574 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:53 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:54:53.840 INFO:teuthology.orchestra.run.smithi043.stdout: 5 95811 8.65 MB/sec execute 179 sec latency 133.772 ms 2023-12-21T07:54:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:53 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:54:54.613 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:54 smithi043 ceph-mon[107704]: pgmap v108: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-12-21T07:54:54.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:54 smithi050 ceph-mon[110339]: pgmap v108: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 346 op/s 2023-12-21T07:54:54.841 INFO:teuthology.orchestra.run.smithi043.stdout: 5 96115 8.68 MB/sec execute 180 sec latency 210.845 ms 2023-12-21T07:54:55.851 INFO:teuthology.orchestra.run.smithi043.stdout: 5 96377 8.66 MB/sec execute 181 sec latency 135.695 ms 2023-12-21T07:54:56.659 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:56 smithi043 ceph-mon[107704]: pgmap v109: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-21T07:54:56.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:56 smithi050 ceph-mon[110339]: pgmap v109: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 526 op/s 2023-12-21T07:54:56.851 INFO:teuthology.orchestra.run.smithi043.stdout: 5 96600 8.65 MB/sec execute 182 sec latency 121.449 ms 2023-12-21T07:54:57.852 INFO:teuthology.orchestra.run.smithi043.stdout: 5 96841 8.65 MB/sec execute 183 sec latency 136.405 ms 2023-12-21T07:54:58.200 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:54:58 smithi043 ceph-mon[107704]: pgmap v110: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-12-21T07:54:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:54:58 smithi050 ceph-mon[110339]: pgmap v110: 97 pgs: 97 active+clean; 342 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-12-21T07:54:58.851 INFO:teuthology.orchestra.run.smithi043.stdout: 5 97030 8.63 MB/sec execute 184 sec latency 196.062 ms 2023-12-21T07:54:59.851 INFO:teuthology.orchestra.run.smithi043.stdout: 5 97306 8.62 MB/sec execute 185 sec latency 143.774 ms 2023-12-21T07:55:00.526 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:00 smithi043 ceph-mon[107704]: pgmap v111: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-12-21T07:55:00.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:00 smithi050 ceph-mon[110339]: pgmap v111: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.6 MiB/s wr, 452 op/s 2023-12-21T07:55:00.859 INFO:teuthology.orchestra.run.smithi043.stdout: 5 97545 8.61 MB/sec execute 186 sec latency 135.193 ms 2023-12-21T07:55:01.869 INFO:teuthology.orchestra.run.smithi043.stdout: 5 97824 8.58 MB/sec execute 187 sec latency 123.606 ms 2023-12-21T07:55:02.570 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:02 smithi043 ceph-mon[107704]: pgmap v112: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.5 MiB/s wr, 413 op/s 2023-12-21T07:55:02.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:02 smithi050 ceph-mon[110339]: pgmap v112: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.5 MiB/s wr, 413 op/s 2023-12-21T07:55:02.868 INFO:teuthology.orchestra.run.smithi043.stdout: 5 98107 8.57 MB/sec execute 188 sec latency 134.970 ms 2023-12-21T07:55:03.868 INFO:teuthology.orchestra.run.smithi043.stdout: 5 98397 8.56 MB/sec execute 189 sec latency 126.671 ms 2023-12-21T07:55:04.633 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:04 smithi043 ceph-mon[107704]: pgmap v113: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-12-21T07:55:04.782 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:04 smithi050 ceph-mon[110339]: pgmap v113: 97 pgs: 97 active+clean; 346 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 324 op/s 2023-12-21T07:55:04.868 INFO:teuthology.orchestra.run.smithi043.stdout: 5 98753 8.56 MB/sec execute 190 sec latency 133.540 ms 2023-12-21T07:55:05.868 INFO:teuthology.orchestra.run.smithi043.stdout: 5 99135 8.59 MB/sec execute 191 sec latency 119.930 ms 2023-12-21T07:55:06.670 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:06 smithi043 ceph-mon[107704]: pgmap v114: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 504 op/s 2023-12-21T07:55:06.779 INFO:teuthology.orchestra.run.smithi043.stdout:true 2023-12-21T07:55:06.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:06 smithi050 ceph-mon[110339]: pgmap v114: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 504 op/s 2023-12-21T07:55:06.868 INFO:teuthology.orchestra.run.smithi043.stdout: 5 99394 8.58 MB/sec execute 192 sec latency 91.844 ms 2023-12-21T07:55:07.711 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T07:55:07.711 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 starting - - - - 2023-12-21T07:55:07.711 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (9m) 3m ago 9m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T07:55:07.711 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (8m) 3m ago 8m 7147k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T07:55:07.711 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 starting - - - - 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (5m) 3m ago 5m 34.2M - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (5m) 3m ago 5m 13.0M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (10m) 3m ago 10m 421M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (3m) 3m ago 8m 494M - 19.0.0-297-ga89fee39 36973ca01a0c c5323c1b1613 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (10m) 3m ago 10m 85.9M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (8m) 3m ago 8m 57.0M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (5m) 3m ago 5m 263M - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (5m) 3m ago 5m 80.2M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 starting - - - - 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 starting - - - - 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (8m) 3m ago 8m 545M 1945M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (8m) 3m ago 8m 354M 1945M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (7m) 3m ago 7m 193M 1945M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T07:55:07.712 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (7m) 3m ago 7m 505M 1945M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T07:55:07.713 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (7m) 3m ago 7m 466M 2713M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T07:55:07.713 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (6m) 3m ago 6m 480M 2713M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T07:55:07.713 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (6m) 3m ago 6m 472M 2713M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T07:55:07.713 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (6m) 3m ago 6m 792M 2713M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T07:55:07.713 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 starting - - - - 2023-12-21T07:55:07.870 INFO:teuthology.orchestra.run.smithi043.stdout: 5 99659 8.57 MB/sec execute 193 sec latency 127.743 ms 2023-12-21T07:55:08.201 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:08 smithi043 ceph-mon[107704]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:08.201 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:08 smithi043 ceph-mon[107704]: from='client.24557 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:08.201 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:08 smithi043 ceph-mon[107704]: pgmap v115: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-12-21T07:55:08.278 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:55:08.278 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T07:55:08.278 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:55:08.278 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:55:08.278 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T07:55:08.278 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-21T07:55:08.278 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:55:08.278 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:55:08.278 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T07:55:08.278 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T07:55:08.279 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:55:08.279 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T07:55:08.279 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T07:55:08.279 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T07:55:08.279 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T07:55:08.279 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-21T07:55:08.279 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T07:55:08.279 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T07:55:08.279 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:55:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:08 smithi050 ceph-mon[110339]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:08 smithi050 ceph-mon[110339]: from='client.24557 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:08 smithi050 ceph-mon[110339]: pgmap v115: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 324 op/s 2023-12-21T07:55:08.766 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T07:55:08.766 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e", 2023-12-21T07:55:08.766 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2023-12-21T07:55:08.766 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-21T07:55:08.766 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2023-12-21T07:55:08.766 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "1/23 daemons upgraded", 2023-12-21T07:55:08.766 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Currently upgrading mgr daemons", 2023-12-21T07:55:08.767 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": false 2023-12-21T07:55:08.767 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T07:55:08.870 INFO:teuthology.orchestra.run.smithi043.stdout: 5 99929 8.57 MB/sec execute 194 sec latency 127.453 ms 2023-12-21T07:55:09.228 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:09 smithi043 ceph-mon[107704]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:09.228 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:09 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/1672388460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:55:09.228 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:09 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:55:09.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:09 smithi050 ceph-mon[110339]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:09.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:09 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/1672388460' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T07:55:09.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:09 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:55:09.374 INFO:teuthology.orchestra.run.smithi043.stdout:HEALTH_OK 2023-12-21T07:55:09.870 INFO:teuthology.orchestra.run.smithi043.stdout: 5 100131 8.57 MB/sec execute 195 sec latency 137.866 ms 2023-12-21T07:55:10.240 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:10 smithi043 ceph-mon[107704]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:10.240 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:10 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/307722065' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:55:10.240 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:10 smithi043 ceph-mon[107704]: pgmap v116: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 353 op/s 2023-12-21T07:55:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:10 smithi050 ceph-mon[110339]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:10 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/307722065' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T07:55:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:10 smithi050 ceph-mon[110339]: pgmap v116: 97 pgs: 97 active+clean; 338 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 353 op/s 2023-12-21T07:55:10.870 INFO:teuthology.orchestra.run.smithi043.stdout: 5 100390 8.57 MB/sec execute 196 sec latency 141.257 ms 2023-12-21T07:55:11.870 INFO:teuthology.orchestra.run.smithi043.stdout: 5 100663 8.56 MB/sec execute 197 sec latency 129.511 ms 2023-12-21T07:55:12.563 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:12 smithi043 ceph-mon[107704]: pgmap v117: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-12-21T07:55:12.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:12 smithi050 ceph-mon[110339]: pgmap v117: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 3.9 MiB/s wr, 384 op/s 2023-12-21T07:55:12.870 INFO:teuthology.orchestra.run.smithi043.stdout: 5 100908 8.54 MB/sec execute 198 sec latency 129.381 ms 2023-12-21T07:55:13.880 INFO:teuthology.orchestra.run.smithi043.stdout: 5 101112 8.52 MB/sec execute 199 sec latency 167.435 ms 2023-12-21T07:55:14.605 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:14 smithi043 ceph-mon[107704]: pgmap v118: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-21T07:55:14.779 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:14 smithi050 ceph-mon[110339]: pgmap v118: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-12-21T07:55:14.882 INFO:teuthology.orchestra.run.smithi043.stdout: 5 101386 8.51 MB/sec execute 200 sec latency 134.801 ms 2023-12-21T07:55:15.882 INFO:teuthology.orchestra.run.smithi043.stdout: 5 101654 8.49 MB/sec execute 201 sec latency 130.122 ms 2023-12-21T07:55:16.634 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:16 smithi043 ceph-mon[107704]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 502 op/s 2023-12-21T07:55:16.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:16 smithi050 ceph-mon[110339]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 502 op/s 2023-12-21T07:55:16.882 INFO:teuthology.orchestra.run.smithi043.stdout: 5 102085 8.50 MB/sec execute 202 sec latency 89.967 ms 2023-12-21T07:55:17.882 INFO:teuthology.orchestra.run.smithi043.stdout: 5 102371 8.49 MB/sec execute 203 sec latency 128.169 ms 2023-12-21T07:55:18.176 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:18 smithi043 ceph-mon[107704]: pgmap v120: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-12-21T07:55:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:18 smithi050 ceph-mon[110339]: pgmap v120: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-12-21T07:55:18.882 INFO:teuthology.orchestra.run.smithi043.stdout: 5 102805 8.53 MB/sec execute 204 sec latency 130.176 ms 2023-12-21T07:55:19.882 INFO:teuthology.orchestra.run.smithi043.stdout: 5 103087 8.53 MB/sec execute 205 sec latency 126.909 ms 2023-12-21T07:55:20.733 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:20 smithi043 ceph-mon[107704]: pgmap v121: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.1 MiB/s wr, 361 op/s 2023-12-21T07:55:20.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:20 smithi050 ceph-mon[110339]: pgmap v121: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.1 MiB/s wr, 361 op/s 2023-12-21T07:55:20.882 INFO:teuthology.orchestra.run.smithi043.stdout: 5 103496 8.55 MB/sec execute 206 sec latency 142.456 ms 2023-12-21T07:55:21.882 INFO:teuthology.orchestra.run.smithi043.stdout: 5 103784 8.55 MB/sec execute 207 sec latency 152.652 ms 2023-12-21T07:55:22.517 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:22 smithi043 ceph-mon[107704]: pgmap v122: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-21T07:55:22.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:22 smithi050 ceph-mon[110339]: pgmap v122: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-12-21T07:55:22.882 INFO:teuthology.orchestra.run.smithi043.stdout: 5 104114 8.55 MB/sec execute 208 sec latency 132.210 ms 2023-12-21T07:55:23.550 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:23 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:55:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:23 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:55:23.882 INFO:teuthology.orchestra.run.smithi043.stdout: 5 104421 8.55 MB/sec execute 209 sec latency 123.310 ms 2023-12-21T07:55:24.559 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:24 smithi043 ceph-mon[107704]: pgmap v123: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-21T07:55:24.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:24 smithi050 ceph-mon[110339]: pgmap v123: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-21T07:55:24.882 INFO:teuthology.orchestra.run.smithi043.stdout: 5 104664 8.52 MB/sec execute 210 sec latency 160.050 ms 2023-12-21T07:55:25.889 INFO:teuthology.orchestra.run.smithi043.stdout: 5 104960 8.53 MB/sec execute 211 sec latency 130.066 ms 2023-12-21T07:55:26.590 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:26 smithi043 ceph-mon[107704]: pgmap v124: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 553 op/s 2023-12-21T07:55:26.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:26 smithi050 ceph-mon[110339]: pgmap v124: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 553 op/s 2023-12-21T07:55:26.889 INFO:teuthology.orchestra.run.smithi043.stdout: 5 105319 8.51 MB/sec execute 212 sec latency 123.656 ms 2023-12-21T07:55:27.889 INFO:teuthology.orchestra.run.smithi043.stdout: 5 105636 8.48 MB/sec execute 213 sec latency 117.844 ms 2023-12-21T07:55:28.646 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:28 smithi043 ceph-mon[107704]: pgmap v125: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-21T07:55:28.647 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:28 smithi043 ceph-mon[107704]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed. 2023-12-21T07:55:28.647 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:28 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:55:28.647 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:28 smithi043 ceph-mon[107704]: pgmap v126: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 464 op/s 2023-12-21T07:55:28.647 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:28 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:55:28.647 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:28 smithi043 ceph-mon[107704]: Health check failed: Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-21T07:55:28.889 INFO:teuthology.orchestra.run.smithi043.stdout: 5 105869 8.49 MB/sec execute 214 sec latency 127.300 ms 2023-12-21T07:55:28.901 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:28 smithi050 ceph-mon[110339]: pgmap v125: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-12-21T07:55:28.902 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:28 smithi050 ceph-mon[110339]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed. 2023-12-21T07:55:28.902 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:28 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:55:28.902 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:28 smithi050 ceph-mon[110339]: pgmap v126: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.8 MiB/s wr, 464 op/s 2023-12-21T07:55:28.902 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:28 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T07:55:28.902 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:28 smithi050 ceph-mon[110339]: Health check failed: Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-12-21T07:55:29.674 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:29 smithi043 ceph-mon[107704]: pgmap v127: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 5.8 MiB/s wr, 628 op/s 2023-12-21T07:55:29.894 INFO:teuthology.orchestra.run.smithi043.stdout: 5 106131 8.50 MB/sec execute 215 sec latency 145.345 ms 2023-12-21T07:55:29.988 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:29 smithi050 ceph-mon[110339]: pgmap v127: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 5.8 MiB/s wr, 628 op/s 2023-12-21T07:55:30.894 INFO:teuthology.orchestra.run.smithi043.stdout: 5 106448 8.51 MB/sec execute 216 sec latency 120.875 ms 2023-12-21T07:55:31.468 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:31 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:55:31.468 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:31 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:55:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:31 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:55:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:31 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:55:31.894 INFO:teuthology.orchestra.run.smithi043.stdout: 5 106826 8.54 MB/sec execute 217 sec latency 83.577 ms 2023-12-21T07:55:32.490 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:32 smithi043 ceph-mon[107704]: pgmap v128: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.3 MiB/s wr, 437 op/s 2023-12-21T07:55:32.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:32 smithi050 ceph-mon[110339]: pgmap v128: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.3 MiB/s wr, 437 op/s 2023-12-21T07:55:32.894 INFO:teuthology.orchestra.run.smithi043.stdout: 5 107052 8.53 MB/sec execute 218 sec latency 132.885 ms 2023-12-21T07:55:33.776 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:33 smithi043 ceph-mon[107704]: pgmap v129: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.3 MiB/s wr, 437 op/s 2023-12-21T07:55:33.901 INFO:teuthology.orchestra.run.smithi043.stdout: 5 107229 8.51 MB/sec execute 219 sec latency 140.339 ms 2023-12-21T07:55:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:33 smithi050 ceph-mon[110339]: pgmap v129: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.3 MiB/s wr, 437 op/s 2023-12-21T07:55:34.901 INFO:teuthology.orchestra.run.smithi043.stdout: 5 107466 8.50 MB/sec execute 220 sec latency 126.884 ms 2023-12-21T07:55:35.808 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:35 smithi043 ceph-mon[107704]: pgmap v130: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 395 op/s 2023-12-21T07:55:35.900 INFO:teuthology.orchestra.run.smithi043.stdout: 5 107727 8.48 MB/sec execute 221 sec latency 148.775 ms 2023-12-21T07:55:36.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:35 smithi050 ceph-mon[110339]: pgmap v130: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 395 op/s 2023-12-21T07:55:36.901 INFO:teuthology.orchestra.run.smithi043.stdout: 5 107981 8.47 MB/sec execute 222 sec latency 129.721 ms 2023-12-21T07:55:37.901 INFO:teuthology.orchestra.run.smithi043.stdout: 5 108222 8.46 MB/sec execute 223 sec latency 123.500 ms 2023-12-21T07:55:38.065 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:38 smithi043 ceph-mon[107704]: pgmap v131: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 395 op/s 2023-12-21T07:55:38.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:38 smithi050 ceph-mon[110339]: pgmap v131: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 395 op/s 2023-12-21T07:55:38.901 INFO:teuthology.orchestra.run.smithi043.stdout: 5 108535 8.46 MB/sec execute 224 sec latency 140.034 ms 2023-12-21T07:55:39.591 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:39 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:55:39.592 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:55:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:39 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T07:55:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:55:39.877 INFO:teuthology.orchestra.run.smithi043.stdout:true 2023-12-21T07:55:39.901 INFO:teuthology.orchestra.run.smithi043.stdout: 5 108829 8.44 MB/sec execute 225 sec latency 123.938 ms 2023-12-21T07:55:40.359 INFO:teuthology.orchestra.run.smithi043.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed." 2023-12-21T07:55:40.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:40 smithi043 ceph-mon[107704]: pgmap v132: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 508 op/s 2023-12-21T07:55:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:40 smithi050 ceph-mon[110339]: pgmap v132: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 508 op/s 2023-12-21T07:55:40.901 INFO:teuthology.orchestra.run.smithi043.stdout: 5 109108 8.42 MB/sec execute 226 sec latency 120.323 ms 2023-12-21T07:55:41.658 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:41 smithi043 ceph-mon[107704]: from='client.24573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:41.658 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:41 smithi043 ceph-mon[107704]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:41 smithi050 ceph-mon[110339]: from='client.24573 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:41 smithi050 ceph-mon[110339]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T07:55:41.901 INFO:teuthology.orchestra.run.smithi043.stdout: 5 109415 8.42 MB/sec execute 227 sec latency 190.437 ms 2023-12-21T07:55:42.696 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:42 smithi043 ceph-mon[107704]: pgmap v133: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-21T07:55:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:42 smithi050 ceph-mon[110339]: pgmap v133: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-21T07:55:42.909 INFO:teuthology.orchestra.run.smithi043.stdout: 5 109713 8.43 MB/sec execute 228 sec latency 151.558 ms 2023-12-21T07:55:43.713 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:43 smithi043 ceph-mon[107704]: pgmap v134: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-21T07:55:43.909 INFO:teuthology.orchestra.run.smithi043.stdout: 5 110111 8.47 MB/sec execute 229 sec latency 127.378 ms 2023-12-21T07:55:44.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:43 smithi050 ceph-mon[110339]: pgmap v134: 97 pgs: 97 active+clean; 340 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-21T07:55:44.910 INFO:teuthology.orchestra.run.smithi043.stdout: 5 110410 8.47 MB/sec execute 230 sec latency 131.696 ms 2023-12-21T07:55:45.750 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:45 smithi043 ceph-mon[107704]: pgmap v135: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.3 MiB/s wr, 505 op/s 2023-12-21T07:55:45.914 INFO:teuthology.orchestra.run.smithi043.stdout: 5 110677 8.48 MB/sec execute 231 sec latency 137.282 ms 2023-12-21T07:55:46.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:45 smithi050 ceph-mon[110339]: pgmap v135: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.3 MiB/s wr, 505 op/s 2023-12-21T07:55:46.920 INFO:teuthology.orchestra.run.smithi043.stdout: 5 110904 8.46 MB/sec execute 232 sec latency 138.010 ms 2023-12-21T07:55:47.920 INFO:teuthology.orchestra.run.smithi043.stdout: 5 111165 8.44 MB/sec execute 233 sec latency 123.860 ms 2023-12-21T07:55:48.059 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:48 smithi043 ceph-mon[107704]: pgmap v136: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-21T07:55:48.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:48 smithi050 ceph-mon[110339]: pgmap v136: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 348 op/s 2023-12-21T07:55:48.925 INFO:teuthology.orchestra.run.smithi043.stdout: 5 111429 8.43 MB/sec execute 234 sec latency 136.314 ms 2023-12-21T07:55:49.847 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:49 smithi043 ceph-mon[107704]: pgmap v137: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2023-12-21T07:55:49.920 INFO:teuthology.orchestra.run.smithi043.stdout: 5 111831 8.46 MB/sec execute 235 sec latency 130.109 ms 2023-12-21T07:55:50.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:49 smithi050 ceph-mon[110339]: pgmap v137: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 523 op/s 2023-12-21T07:55:50.920 INFO:teuthology.orchestra.run.smithi043.stdout: 5 112150 8.43 MB/sec execute 236 sec latency 124.068 ms 2023-12-21T07:55:51.878 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:51 smithi043 ceph-mon[107704]: pgmap v138: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 350 op/s 2023-12-21T07:55:51.920 INFO:teuthology.orchestra.run.smithi043.stdout: 5 112487 8.41 MB/sec execute 237 sec latency 126.396 ms 2023-12-21T07:55:52.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:51 smithi050 ceph-mon[110339]: pgmap v138: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 350 op/s 2023-12-21T07:55:52.921 INFO:teuthology.orchestra.run.smithi043.stdout: 5 112817 8.44 MB/sec execute 238 sec latency 114.029 ms 2023-12-21T07:55:53.690 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:53 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:55:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:53 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:55:53.924 INFO:teuthology.orchestra.run.smithi043.stdout: 5 113120 8.44 MB/sec execute 239 sec latency 131.929 ms 2023-12-21T07:55:54.705 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:54 smithi043 ceph-mon[107704]: pgmap v139: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 350 op/s 2023-12-21T07:55:54.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:54 smithi050 ceph-mon[110339]: pgmap v139: 97 pgs: 97 active+clean; 354 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 350 op/s 2023-12-21T07:55:54.924 INFO:teuthology.orchestra.run.smithi043.stdout: 5 113495 8.47 MB/sec execute 240 sec latency 133.483 ms 2023-12-21T07:55:55.742 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:55 smithi043 ceph-mon[107704]: pgmap v140: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 548 op/s 2023-12-21T07:55:55.933 INFO:teuthology.orchestra.run.smithi043.stdout: 5 113750 8.46 MB/sec execute 241 sec latency 137.987 ms 2023-12-21T07:55:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:55 smithi050 ceph-mon[110339]: pgmap v140: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 548 op/s 2023-12-21T07:55:56.933 INFO:teuthology.orchestra.run.smithi043.stdout: 5 113947 8.44 MB/sec execute 242 sec latency 129.076 ms 2023-12-21T07:55:57.933 INFO:teuthology.orchestra.run.smithi043.stdout: 5 114296 8.44 MB/sec execute 243 sec latency 126.792 ms 2023-12-21T07:55:58.066 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:58 smithi043 ceph-mon[107704]: pgmap v141: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-21T07:55:58.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:58 smithi050 ceph-mon[110339]: pgmap v141: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 373 op/s 2023-12-21T07:55:58.933 INFO:teuthology.orchestra.run.smithi043.stdout: 5 114591 8.43 MB/sec execute 244 sec latency 124.459 ms 2023-12-21T07:55:59.853 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:55:59 smithi043 ceph-mon[107704]: pgmap v142: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 548 op/s 2023-12-21T07:55:59.941 INFO:teuthology.orchestra.run.smithi043.stdout: 5 114877 8.44 MB/sec execute 245 sec latency 120.886 ms 2023-12-21T07:56:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:55:59 smithi050 ceph-mon[110339]: pgmap v142: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 548 op/s 2023-12-21T07:56:00.942 INFO:teuthology.orchestra.run.smithi043.stdout: 5 115222 8.45 MB/sec execute 246 sec latency 120.644 ms 2023-12-21T07:56:01.912 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:01 smithi043 ceph-mon[107704]: pgmap v143: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-21T07:56:01.942 INFO:teuthology.orchestra.run.smithi043.stdout: 5 115626 8.43 MB/sec execute 247 sec latency 124.209 ms 2023-12-21T07:56:02.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:01 smithi050 ceph-mon[110339]: pgmap v143: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-21T07:56:02.942 INFO:teuthology.orchestra.run.smithi043.stdout: 5 115946 8.43 MB/sec execute 248 sec latency 133.900 ms 2023-12-21T07:56:03.942 INFO:teuthology.orchestra.run.smithi043.stdout: 5 116170 8.42 MB/sec execute 249 sec latency 137.860 ms 2023-12-21T07:56:03.974 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:03 smithi043 ceph-mon[107704]: pgmap v144: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-21T07:56:04.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:03 smithi050 ceph-mon[110339]: pgmap v144: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-12-21T07:56:04.942 INFO:teuthology.orchestra.run.smithi043.stdout: 5 116566 8.45 MB/sec execute 250 sec latency 141.654 ms 2023-12-21T07:56:05.726 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:05 smithi043 ceph-mon[107704]: pgmap v145: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.6 MiB/s wr, 569 op/s 2023-12-21T07:56:05.942 INFO:teuthology.orchestra.run.smithi043.stdout: 5 116973 8.46 MB/sec execute 251 sec latency 126.856 ms 2023-12-21T07:56:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:05 smithi050 ceph-mon[110339]: pgmap v145: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.6 MiB/s wr, 569 op/s 2023-12-21T07:56:06.942 INFO:teuthology.orchestra.run.smithi043.stdout: 5 117233 8.46 MB/sec execute 252 sec latency 133.900 ms 2023-12-21T07:56:07.943 INFO:teuthology.orchestra.run.smithi043.stdout: 5 117503 8.46 MB/sec execute 253 sec latency 136.439 ms 2023-12-21T07:56:08.052 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:08 smithi043 ceph-mon[107704]: pgmap v146: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 371 op/s 2023-12-21T07:56:08.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:08 smithi050 ceph-mon[110339]: pgmap v146: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 371 op/s 2023-12-21T07:56:08.942 INFO:teuthology.orchestra.run.smithi043.stdout: 5 117694 8.44 MB/sec execute 254 sec latency 140.313 ms 2023-12-21T07:56:09.075 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:09 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:56:09.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:09 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:56:09.943 INFO:teuthology.orchestra.run.smithi043.stdout: 5 118018 8.43 MB/sec execute 255 sec latency 136.957 ms 2023-12-21T07:56:10.085 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:10 smithi043 ceph-mon[107704]: pgmap v147: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-12-21T07:56:10.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:10 smithi050 ceph-mon[110339]: pgmap v147: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-12-21T07:56:10.946 INFO:teuthology.orchestra.run.smithi043.stdout: 5 118241 8.42 MB/sec execute 256 sec latency 123.490 ms 2023-12-21T07:56:11.902 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:11 smithi043 ceph-mon[107704]: pgmap v148: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-12-21T07:56:11.953 INFO:teuthology.orchestra.run.smithi043.stdout: 5 118479 8.42 MB/sec execute 257 sec latency 129.042 ms 2023-12-21T07:56:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:11 smithi050 ceph-mon[110339]: pgmap v148: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-12-21T07:56:12.953 INFO:teuthology.orchestra.run.smithi043.stdout: 5 118860 8.43 MB/sec execute 258 sec latency 127.636 ms 2023-12-21T07:56:13.945 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:13 smithi043 ceph-mon[107704]: pgmap v149: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-12-21T07:56:13.963 INFO:teuthology.orchestra.run.smithi043.stdout: 5 119177 8.42 MB/sec execute 259 sec latency 138.273 ms 2023-12-21T07:56:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:13 smithi050 ceph-mon[110339]: pgmap v149: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-12-21T07:56:14.964 INFO:teuthology.orchestra.run.smithi043.stdout: 5 119441 8.40 MB/sec execute 260 sec latency 123.493 ms 2023-12-21T07:56:15.748 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:15 smithi043 ceph-mon[107704]: pgmap v150: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 550 op/s 2023-12-21T07:56:15.964 INFO:teuthology.orchestra.run.smithi043.stdout: 5 119733 8.41 MB/sec execute 261 sec latency 136.464 ms 2023-12-21T07:56:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:15 smithi050 ceph-mon[110339]: pgmap v150: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.4 MiB/s wr, 550 op/s 2023-12-21T07:56:16.964 INFO:teuthology.orchestra.run.smithi043.stdout: 5 120067 8.42 MB/sec execute 262 sec latency 182.933 ms 2023-12-21T07:56:17.965 INFO:teuthology.orchestra.run.smithi043.stdout: 5 120425 8.42 MB/sec execute 263 sec latency 186.510 ms 2023-12-21T07:56:18.284 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:18 smithi043 ceph-mon[107704]: pgmap v151: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-21T07:56:18.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:18 smithi050 ceph-mon[110339]: pgmap v151: 97 pgs: 97 active+clean; 344 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-12-21T07:56:18.970 INFO:teuthology.orchestra.run.smithi043.stdout: 5 120747 8.43 MB/sec execute 264 sec latency 126.340 ms 2023-12-21T07:56:19.817 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:19 smithi043 ceph-mon[107704]: pgmap v152: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-12-21T07:56:19.970 INFO:teuthology.orchestra.run.smithi043.stdout: 5 121047 8.42 MB/sec execute 265 sec latency 133.355 ms 2023-12-21T07:56:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:19 smithi050 ceph-mon[110339]: pgmap v152: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-12-21T07:56:20.970 INFO:teuthology.orchestra.run.smithi043.stdout: 5 121356 8.42 MB/sec execute 266 sec latency 126.576 ms 2023-12-21T07:56:21.972 INFO:teuthology.orchestra.run.smithi043.stdout: 5 121593 8.42 MB/sec execute 267 sec latency 147.221 ms 2023-12-21T07:56:22.972 INFO:teuthology.orchestra.run.smithi043.stdout: 5 121897 8.42 MB/sec execute 268 sec latency 135.194 ms 2023-12-21T07:56:23.120 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:23 smithi043 ceph-mon[107704]: pgmap v153: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 369 op/s 2023-12-21T07:56:23.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:23 smithi050 ceph-mon[110339]: pgmap v153: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 369 op/s 2023-12-21T07:56:23.972 INFO:teuthology.orchestra.run.smithi043.stdout: 5 122120 8.41 MB/sec execute 269 sec latency 128.032 ms 2023-12-21T07:56:24.143 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:56:24.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:56:24.972 INFO:teuthology.orchestra.run.smithi043.stdout: 5 122390 8.41 MB/sec execute 270 sec latency 132.059 ms 2023-12-21T07:56:25.172 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:25 smithi043 ceph-mon[107704]: pgmap v154: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 369 op/s 2023-12-21T07:56:25.347 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:25 smithi050 ceph-mon[110339]: pgmap v154: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 369 op/s 2023-12-21T07:56:25.972 INFO:teuthology.orchestra.run.smithi043.stdout: 5 122628 8.40 MB/sec execute 271 sec latency 129.379 ms 2023-12-21T07:56:26.972 INFO:teuthology.orchestra.run.smithi043.stdout: 5 122890 8.38 MB/sec execute 272 sec latency 88.252 ms 2023-12-21T07:56:27.213 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:27 smithi043 ceph-mon[107704]: pgmap v155: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-12-21T07:56:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:27 smithi050 ceph-mon[110339]: pgmap v155: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-12-21T07:56:27.973 INFO:teuthology.orchestra.run.smithi043.stdout: 5 123200 8.37 MB/sec execute 273 sec latency 129.267 ms 2023-12-21T07:56:28.972 INFO:teuthology.orchestra.run.smithi043.stdout: 5 123435 8.36 MB/sec execute 274 sec latency 193.505 ms 2023-12-21T07:56:29.297 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:29 smithi043 ceph-mon[107704]: pgmap v156: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 358 op/s 2023-12-21T07:56:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:29 smithi050 ceph-mon[110339]: pgmap v156: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 358 op/s 2023-12-21T07:56:29.981 INFO:teuthology.orchestra.run.smithi043.stdout: 5 123721 8.37 MB/sec execute 275 sec latency 123.573 ms 2023-12-21T07:56:30.984 INFO:teuthology.orchestra.run.smithi043.stdout: 5 124049 8.39 MB/sec execute 276 sec latency 128.437 ms 2023-12-21T07:56:31.317 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:31 smithi043 ceph-mon[107704]: pgmap v157: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 517 op/s 2023-12-21T07:56:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:31 smithi050 ceph-mon[110339]: pgmap v157: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 517 op/s 2023-12-21T07:56:31.984 INFO:teuthology.orchestra.run.smithi043.stdout: 5 124370 8.38 MB/sec execute 277 sec latency 143.324 ms 2023-12-21T07:56:32.984 INFO:teuthology.orchestra.run.smithi043.stdout: 5 124673 8.38 MB/sec execute 278 sec latency 126.528 ms 2023-12-21T07:56:33.355 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:33 smithi043 ceph-mon[107704]: pgmap v158: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-21T07:56:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:33 smithi050 ceph-mon[110339]: pgmap v158: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-21T07:56:33.985 INFO:teuthology.orchestra.run.smithi043.stdout: 5 124930 8.37 MB/sec execute 279 sec latency 133.489 ms 2023-12-21T07:56:34.985 INFO:teuthology.orchestra.run.smithi043.stdout: 5 125157 8.37 MB/sec execute 280 sec latency 138.555 ms 2023-12-21T07:56:35.394 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:35 smithi043 ceph-mon[107704]: pgmap v159: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-21T07:56:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:35 smithi050 ceph-mon[110339]: pgmap v159: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-12-21T07:56:35.985 INFO:teuthology.orchestra.run.smithi043.stdout: 5 125446 8.37 MB/sec execute 281 sec latency 208.971 ms 2023-12-21T07:56:36.995 INFO:teuthology.orchestra.run.smithi043.stdout: 5 125696 8.37 MB/sec execute 282 sec latency 205.985 ms 2023-12-21T07:56:37.206 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:37 smithi043 ceph-mon[107704]: pgmap v160: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-21T07:56:37.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:37 smithi050 ceph-mon[110339]: pgmap v160: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 502 op/s 2023-12-21T07:56:37.995 INFO:teuthology.orchestra.run.smithi043.stdout: 5 125947 8.36 MB/sec execute 283 sec latency 126.652 ms 2023-12-21T07:56:38.996 INFO:teuthology.orchestra.run.smithi043.stdout: 5 126215 8.35 MB/sec execute 284 sec latency 136.314 ms 2023-12-21T07:56:39.225 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:39 smithi043 ceph-mon[107704]: pgmap v161: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-12-21T07:56:39.225 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:56:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:39 smithi050 ceph-mon[110339]: pgmap v161: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.4 MiB/s wr, 331 op/s 2023-12-21T07:56:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:56:39.995 INFO:teuthology.orchestra.run.smithi043.stdout: 5 126534 8.33 MB/sec execute 285 sec latency 113.637 ms 2023-12-21T07:56:40.995 INFO:teuthology.orchestra.run.smithi043.stdout: 5 126824 8.33 MB/sec execute 286 sec latency 123.535 ms 2023-12-21T07:56:41.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:41 smithi043 ceph-mon[107704]: pgmap v162: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-12-21T07:56:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:41 smithi050 ceph-mon[110339]: pgmap v162: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 489 op/s 2023-12-21T07:56:41.995 INFO:teuthology.orchestra.run.smithi043.stdout: 5 127046 8.32 MB/sec execute 287 sec latency 128.151 ms 2023-12-21T07:56:43.001 INFO:teuthology.orchestra.run.smithi043.stdout: 5 127367 8.34 MB/sec execute 288 sec latency 126.745 ms 2023-12-21T07:56:43.348 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:43 smithi043 ceph-mon[107704]: pgmap v163: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-21T07:56:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:43 smithi050 ceph-mon[110339]: pgmap v163: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-21T07:56:44.008 INFO:teuthology.orchestra.run.smithi043.stdout: 5 127651 8.34 MB/sec execute 289 sec latency 129.551 ms 2023-12-21T07:56:45.008 INFO:teuthology.orchestra.run.smithi043.stdout: 5 127989 8.34 MB/sec execute 290 sec latency 143.614 ms 2023-12-21T07:56:45.396 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:45 smithi043 ceph-mon[107704]: pgmap v164: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-21T07:56:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:45 smithi050 ceph-mon[110339]: pgmap v164: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-12-21T07:56:46.009 INFO:teuthology.orchestra.run.smithi043.stdout: 5 128178 8.33 MB/sec execute 291 sec latency 136.864 ms 2023-12-21T07:56:47.009 INFO:teuthology.orchestra.run.smithi043.stdout: 5 128385 8.31 MB/sec execute 292 sec latency 147.720 ms 2023-12-21T07:56:47.450 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:47 smithi043 ceph-mon[107704]: pgmap v165: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-21T07:56:47.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:47 smithi050 ceph-mon[110339]: pgmap v165: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 501 op/s 2023-12-21T07:56:48.008 INFO:teuthology.orchestra.run.smithi043.stdout: 5 128702 8.32 MB/sec execute 293 sec latency 126.303 ms 2023-12-21T07:56:49.009 INFO:teuthology.orchestra.run.smithi043.stdout: 5 128938 8.31 MB/sec execute 294 sec latency 131.007 ms 2023-12-21T07:56:49.258 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:49 smithi043 ceph-mon[107704]: pgmap v166: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-21T07:56:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:49 smithi050 ceph-mon[110339]: pgmap v166: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-12-21T07:56:50.009 INFO:teuthology.orchestra.run.smithi043.stdout: 5 129169 8.31 MB/sec execute 295 sec latency 197.038 ms 2023-12-21T07:56:51.013 INFO:teuthology.orchestra.run.smithi043.stdout: 5 129386 8.31 MB/sec execute 296 sec latency 129.363 ms 2023-12-21T07:56:51.325 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:51 smithi043 ceph-mon[107704]: pgmap v167: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-12-21T07:56:51.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:51 smithi050 ceph-mon[110339]: pgmap v167: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-12-21T07:56:52.013 INFO:teuthology.orchestra.run.smithi043.stdout: 5 129630 8.30 MB/sec execute 297 sec latency 201.270 ms 2023-12-21T07:56:53.013 INFO:teuthology.orchestra.run.smithi043.stdout: 5 129978 8.28 MB/sec execute 298 sec latency 120.795 ms 2023-12-21T07:56:53.383 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:53 smithi043 ceph-mon[107704]: pgmap v168: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-21T07:56:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:53 smithi050 ceph-mon[110339]: pgmap v168: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-21T07:56:54.013 INFO:teuthology.orchestra.run.smithi043.stdout: 5 130168 8.27 MB/sec execute 299 sec latency 127.635 ms 2023-12-21T07:56:54.419 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:54 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:56:54.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:54 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:56:55.018 INFO:teuthology.orchestra.run.smithi043.stdout: 5 130437 8.27 MB/sec execute 300 sec latency 126.303 ms 2023-12-21T07:56:55.433 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:55 smithi043 ceph-mon[107704]: pgmap v169: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-21T07:56:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:55 smithi050 ceph-mon[110339]: pgmap v169: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 327 op/s 2023-12-21T07:56:56.022 INFO:teuthology.orchestra.run.smithi043.stdout: 5 130796 8.29 MB/sec execute 301 sec latency 124.814 ms 2023-12-21T07:56:57.021 INFO:teuthology.orchestra.run.smithi043.stdout: 5 131091 8.30 MB/sec execute 302 sec latency 146.701 ms 2023-12-21T07:56:57.494 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:57 smithi043 ceph-mon[107704]: pgmap v170: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-21T07:56:57.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:57 smithi050 ceph-mon[110339]: pgmap v170: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-21T07:56:58.021 INFO:teuthology.orchestra.run.smithi043.stdout: 5 131373 8.30 MB/sec execute 303 sec latency 134.325 ms 2023-12-21T07:56:59.022 INFO:teuthology.orchestra.run.smithi043.stdout: 5 131597 8.28 MB/sec execute 304 sec latency 126.726 ms 2023-12-21T07:56:59.325 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:56:59 smithi043 ceph-mon[107704]: pgmap v171: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 311 op/s 2023-12-21T07:56:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:56:59 smithi050 ceph-mon[110339]: pgmap v171: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 311 op/s 2023-12-21T07:57:00.021 INFO:teuthology.orchestra.run.smithi043.stdout: 5 131856 8.28 MB/sec execute 305 sec latency 128.795 ms 2023-12-21T07:57:01.022 INFO:teuthology.orchestra.run.smithi043.stdout: 5 132096 8.26 MB/sec execute 306 sec latency 146.197 ms 2023-12-21T07:57:01.374 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:01 smithi043 ceph-mon[107704]: pgmap v172: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-12-21T07:57:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:01 smithi050 ceph-mon[110339]: pgmap v172: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-12-21T07:57:02.030 INFO:teuthology.orchestra.run.smithi043.stdout: 5 132345 8.26 MB/sec execute 307 sec latency 126.750 ms 2023-12-21T07:57:03.031 INFO:teuthology.orchestra.run.smithi043.stdout: 5 132591 8.26 MB/sec execute 308 sec latency 191.797 ms 2023-12-21T07:57:03.410 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:03 smithi043 ceph-mon[107704]: pgmap v173: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-21T07:57:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:03 smithi050 ceph-mon[110339]: pgmap v173: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-21T07:57:04.032 INFO:teuthology.orchestra.run.smithi043.stdout: 5 132829 8.26 MB/sec execute 309 sec latency 122.313 ms 2023-12-21T07:57:05.032 INFO:teuthology.orchestra.run.smithi043.stdout: 5 133175 8.26 MB/sec execute 310 sec latency 128.154 ms 2023-12-21T07:57:05.466 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:05 smithi043 ceph-mon[107704]: pgmap v174: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-21T07:57:05.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:05 smithi050 ceph-mon[110339]: pgmap v174: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 323 op/s 2023-12-21T07:57:06.032 INFO:teuthology.orchestra.run.smithi043.stdout: 5 133503 8.24 MB/sec execute 311 sec latency 127.934 ms 2023-12-21T07:57:07.032 INFO:teuthology.orchestra.run.smithi043.stdout: 5 133782 8.24 MB/sec execute 312 sec latency 141.587 ms 2023-12-21T07:57:07.515 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:07 smithi043 ceph-mon[107704]: pgmap v175: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 484 op/s 2023-12-21T07:57:07.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:07 smithi050 ceph-mon[110339]: pgmap v175: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 484 op/s 2023-12-21T07:57:08.032 INFO:teuthology.orchestra.run.smithi043.stdout: 5 134169 8.26 MB/sec execute 313 sec latency 126.914 ms 2023-12-21T07:57:09.032 INFO:teuthology.orchestra.run.smithi043.stdout: 5 134559 8.27 MB/sec execute 314 sec latency 129.659 ms 2023-12-21T07:57:09.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:09 smithi043 ceph-mon[107704]: pgmap v176: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-12-21T07:57:09.362 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:09 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:57:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:09 smithi050 ceph-mon[110339]: pgmap v176: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 329 op/s 2023-12-21T07:57:09.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:09 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:57:10.032 INFO:teuthology.orchestra.run.smithi043.stdout: 5 134886 8.28 MB/sec execute 315 sec latency 158.665 ms 2023-12-21T07:57:11.040 INFO:teuthology.orchestra.run.smithi043.stdout: 5 135138 8.27 MB/sec execute 316 sec latency 131.550 ms 2023-12-21T07:57:11.389 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:11 smithi043 ceph-mon[107704]: pgmap v177: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 521 op/s 2023-12-21T07:57:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:11 smithi050 ceph-mon[110339]: pgmap v177: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 521 op/s 2023-12-21T07:57:12.040 INFO:teuthology.orchestra.run.smithi043.stdout: 5 135470 8.27 MB/sec execute 317 sec latency 189.272 ms 2023-12-21T07:57:13.041 INFO:teuthology.orchestra.run.smithi043.stdout: 5 135792 8.26 MB/sec execute 318 sec latency 135.808 ms 2023-12-21T07:57:13.427 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:13 smithi043 ceph-mon[107704]: pgmap v178: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-12-21T07:57:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:13 smithi050 ceph-mon[110339]: pgmap v178: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-12-21T07:57:14.041 INFO:teuthology.orchestra.run.smithi043.stdout: 5 136124 8.27 MB/sec execute 319 sec latency 129.786 ms 2023-12-21T07:57:15.045 INFO:teuthology.orchestra.run.smithi043.stdout: 5 136426 8.27 MB/sec execute 320 sec latency 126.781 ms 2023-12-21T07:57:15.465 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:15 smithi043 ceph-mon[107704]: pgmap v179: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-12-21T07:57:15.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:15 smithi050 ceph-mon[110339]: pgmap v179: 97 pgs: 97 active+clean; 347 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-12-21T07:57:16.045 INFO:teuthology.orchestra.run.smithi043.stdout: 5 136783 8.27 MB/sec execute 321 sec latency 120.497 ms 2023-12-21T07:57:17.045 INFO:teuthology.orchestra.run.smithi043.stdout: 5 137073 8.26 MB/sec execute 322 sec latency 213.046 ms 2023-12-21T07:57:17.488 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:17 smithi043 ceph-mon[107704]: pgmap v180: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-21T07:57:17.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:17 smithi050 ceph-mon[110339]: pgmap v180: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-21T07:57:18.045 INFO:teuthology.orchestra.run.smithi043.stdout: 5 137329 8.26 MB/sec execute 323 sec latency 126.272 ms 2023-12-21T07:57:19.046 INFO:teuthology.orchestra.run.smithi043.stdout: 5 137616 8.26 MB/sec execute 324 sec latency 126.619 ms 2023-12-21T07:57:19.558 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:19 smithi043 ceph-mon[107704]: pgmap v181: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-21T07:57:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:19 smithi050 ceph-mon[110339]: pgmap v181: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2023-12-21T07:57:20.046 INFO:teuthology.orchestra.run.smithi043.stdout: 5 137932 8.27 MB/sec execute 325 sec latency 137.165 ms 2023-12-21T07:57:21.046 INFO:teuthology.orchestra.run.smithi043.stdout: 5 138268 8.27 MB/sec execute 326 sec latency 195.417 ms 2023-12-21T07:57:21.383 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:21 smithi043 ceph-mon[107704]: pgmap v182: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 574 op/s 2023-12-21T07:57:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:21 smithi050 ceph-mon[110339]: pgmap v182: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 574 op/s 2023-12-21T07:57:22.046 INFO:teuthology.orchestra.run.smithi043.stdout: 5 138558 8.27 MB/sec execute 327 sec latency 145.676 ms 2023-12-21T07:57:23.055 INFO:teuthology.orchestra.run.smithi043.stdout: 5 138925 8.27 MB/sec execute 328 sec latency 88.043 ms 2023-12-21T07:57:23.414 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:23 smithi043 ceph-mon[107704]: pgmap v183: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-12-21T07:57:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:23 smithi050 ceph-mon[110339]: pgmap v183: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-12-21T07:57:24.061 INFO:teuthology.orchestra.run.smithi043.stdout: 5 139173 8.26 MB/sec execute 329 sec latency 195.079 ms 2023-12-21T07:57:24.435 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:57:24.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:57:25.061 INFO:teuthology.orchestra.run.smithi043.stdout: 5 139411 8.25 MB/sec execute 330 sec latency 167.546 ms 2023-12-21T07:57:25.459 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:25 smithi043 ceph-mon[107704]: pgmap v184: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-12-21T07:57:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:25 smithi050 ceph-mon[110339]: pgmap v184: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 382 op/s 2023-12-21T07:57:26.068 INFO:teuthology.orchestra.run.smithi043.stdout: 5 139768 8.27 MB/sec execute 331 sec latency 92.422 ms 2023-12-21T07:57:27.068 INFO:teuthology.orchestra.run.smithi043.stdout: 5 140054 8.26 MB/sec execute 332 sec latency 126.930 ms 2023-12-21T07:57:27.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:27 smithi043 ceph-mon[107704]: pgmap v185: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.9 MiB/s wr, 570 op/s 2023-12-21T07:57:27.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:27 smithi050 ceph-mon[110339]: pgmap v185: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.9 MiB/s wr, 570 op/s 2023-12-21T07:57:28.074 INFO:teuthology.orchestra.run.smithi043.stdout: 5 140377 8.26 MB/sec execute 333 sec latency 129.900 ms 2023-12-21T07:57:29.074 INFO:teuthology.orchestra.run.smithi043.stdout: 5 140655 8.25 MB/sec execute 334 sec latency 137.862 ms 2023-12-21T07:57:29.550 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:29 smithi043 ceph-mon[107704]: pgmap v186: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 364 op/s 2023-12-21T07:57:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:29 smithi050 ceph-mon[110339]: pgmap v186: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 364 op/s 2023-12-21T07:57:30.074 INFO:teuthology.orchestra.run.smithi043.stdout: 5 140972 8.25 MB/sec execute 335 sec latency 140.749 ms 2023-12-21T07:57:31.074 INFO:teuthology.orchestra.run.smithi043.stdout: 5 141245 8.26 MB/sec execute 336 sec latency 134.277 ms 2023-12-21T07:57:31.597 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:31 smithi043 ceph-mon[107704]: pgmap v187: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 543 op/s 2023-12-21T07:57:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:31 smithi050 ceph-mon[110339]: pgmap v187: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.6 MiB/s wr, 543 op/s 2023-12-21T07:57:32.077 INFO:teuthology.orchestra.run.smithi043.stdout: 5 141484 8.26 MB/sec execute 337 sec latency 120.735 ms 2023-12-21T07:57:33.081 INFO:teuthology.orchestra.run.smithi043.stdout: 5 141778 8.27 MB/sec execute 338 sec latency 126.749 ms 2023-12-21T07:57:33.665 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:33 smithi043 ceph-mon[107704]: pgmap v188: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-21T07:57:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:33 smithi050 ceph-mon[110339]: pgmap v188: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-21T07:57:34.081 INFO:teuthology.orchestra.run.smithi043.stdout: 5 141957 8.25 MB/sec execute 339 sec latency 148.036 ms 2023-12-21T07:57:35.081 INFO:teuthology.orchestra.run.smithi043.stdout: 5 142218 8.24 MB/sec execute 340 sec latency 124.182 ms 2023-12-21T07:57:35.489 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:35 smithi043 ceph-mon[107704]: pgmap v189: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-21T07:57:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:35 smithi050 ceph-mon[110339]: pgmap v189: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-12-21T07:57:36.081 INFO:teuthology.orchestra.run.smithi043.stdout: 5 142549 8.24 MB/sec execute 341 sec latency 126.947 ms 2023-12-21T07:57:37.084 INFO:teuthology.orchestra.run.smithi043.stdout: 5 142844 8.24 MB/sec execute 342 sec latency 127.236 ms 2023-12-21T07:57:37.515 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:37 smithi043 ceph-mon[107704]: pgmap v190: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-12-21T07:57:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:37 smithi050 ceph-mon[110339]: pgmap v190: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-12-21T07:57:38.084 INFO:teuthology.orchestra.run.smithi043.stdout: 5 143171 8.24 MB/sec execute 343 sec latency 129.325 ms 2023-12-21T07:57:39.084 INFO:teuthology.orchestra.run.smithi043.stdout: 5 143510 8.25 MB/sec execute 344 sec latency 103.515 ms 2023-12-21T07:57:39.545 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:39 smithi043 ceph-mon[107704]: pgmap v191: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-12-21T07:57:39.546 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:57:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:39 smithi050 ceph-mon[110339]: pgmap v191: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 330 op/s 2023-12-21T07:57:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:57:40.084 INFO:teuthology.orchestra.run.smithi043.stdout: 5 143764 8.25 MB/sec execute 345 sec latency 140.847 ms 2023-12-21T07:57:41.085 INFO:teuthology.orchestra.run.smithi043.stdout: 5 144060 8.25 MB/sec execute 346 sec latency 148.727 ms 2023-12-21T07:57:41.591 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:41 smithi043 ceph-mon[107704]: pgmap v192: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-12-21T07:57:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:41 smithi050 ceph-mon[110339]: pgmap v192: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.2 MiB/s wr, 520 op/s 2023-12-21T07:57:42.089 INFO:teuthology.orchestra.run.smithi043.stdout: 5 144379 8.23 MB/sec execute 347 sec latency 135.468 ms 2023-12-21T07:57:43.089 INFO:teuthology.orchestra.run.smithi043.stdout: 5 144608 8.23 MB/sec execute 348 sec latency 125.497 ms 2023-12-21T07:57:43.559 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:43 smithi043 ceph-mon[107704]: pgmap v193: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-12-21T07:57:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:43 smithi050 ceph-mon[110339]: pgmap v193: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-12-21T07:57:44.096 INFO:teuthology.orchestra.run.smithi043.stdout: 5 144864 8.23 MB/sec execute 349 sec latency 130.582 ms 2023-12-21T07:57:45.096 INFO:teuthology.orchestra.run.smithi043.stdout: 5 145046 8.22 MB/sec execute 350 sec latency 142.478 ms 2023-12-21T07:57:45.617 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:45 smithi043 ceph-mon[107704]: pgmap v194: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-12-21T07:57:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:45 smithi050 ceph-mon[110339]: pgmap v194: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 341 op/s 2023-12-21T07:57:46.096 INFO:teuthology.orchestra.run.smithi043.stdout: 5 145324 8.22 MB/sec execute 351 sec latency 206.980 ms 2023-12-21T07:57:47.096 INFO:teuthology.orchestra.run.smithi043.stdout: 5 145614 8.22 MB/sec execute 352 sec latency 139.367 ms 2023-12-21T07:57:47.680 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:47 smithi043 ceph-mon[107704]: pgmap v195: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 501 op/s 2023-12-21T07:57:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:47 smithi050 ceph-mon[110339]: pgmap v195: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 501 op/s 2023-12-21T07:57:48.096 INFO:teuthology.orchestra.run.smithi043.stdout: 5 145845 8.21 MB/sec execute 353 sec latency 123.821 ms 2023-12-21T07:57:49.096 INFO:teuthology.orchestra.run.smithi043.stdout: 5 146034 8.20 MB/sec execute 354 sec latency 122.200 ms 2023-12-21T07:57:49.711 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:49 smithi043 ceph-mon[107704]: pgmap v196: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-21T07:57:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:49 smithi050 ceph-mon[110339]: pgmap v196: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2023-12-21T07:57:50.096 INFO:teuthology.orchestra.run.smithi043.stdout: 5 146327 8.21 MB/sec execute 355 sec latency 124.475 ms 2023-12-21T07:57:51.096 INFO:teuthology.orchestra.run.smithi043.stdout: 5 146555 8.19 MB/sec execute 356 sec latency 129.571 ms 2023-12-21T07:57:51.749 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:51 smithi043 ceph-mon[107704]: pgmap v197: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-12-21T07:57:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:51 smithi050 ceph-mon[110339]: pgmap v197: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-12-21T07:57:52.096 INFO:teuthology.orchestra.run.smithi043.stdout: 5 146886 8.20 MB/sec execute 357 sec latency 137.906 ms 2023-12-21T07:57:53.105 INFO:teuthology.orchestra.run.smithi043.stdout: 5 147218 8.20 MB/sec execute 358 sec latency 129.844 ms 2023-12-21T07:57:53.545 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:53 smithi043 ceph-mon[107704]: pgmap v198: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-21T07:57:53.545 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:53 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:57:53.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:53 smithi050 ceph-mon[110339]: pgmap v198: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-21T07:57:53.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:53 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:57:54.110 INFO:teuthology.orchestra.run.smithi043.stdout: 5 147575 8.20 MB/sec execute 359 sec latency 125.958 ms 2023-12-21T07:57:55.110 INFO:teuthology.orchestra.run.smithi043.stdout: 5 147877 8.20 MB/sec execute 360 sec latency 140.391 ms 2023-12-21T07:57:55.605 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:55 smithi043 ceph-mon[107704]: pgmap v199: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-21T07:57:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:55 smithi050 ceph-mon[110339]: pgmap v199: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 305 op/s 2023-12-21T07:57:56.109 INFO:teuthology.orchestra.run.smithi043.stdout: 5 148245 8.21 MB/sec execute 361 sec latency 108.438 ms 2023-12-21T07:57:57.110 INFO:teuthology.orchestra.run.smithi043.stdout: 5 148545 8.21 MB/sec execute 362 sec latency 126.779 ms 2023-12-21T07:57:57.657 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:57 smithi043 ceph-mon[107704]: pgmap v200: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 487 op/s 2023-12-21T07:57:57.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:57 smithi050 ceph-mon[110339]: pgmap v200: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 487 op/s 2023-12-21T07:57:58.112 INFO:teuthology.orchestra.run.smithi043.stdout: 5 148863 8.21 MB/sec execute 363 sec latency 114.782 ms 2023-12-21T07:57:59.116 INFO:teuthology.orchestra.run.smithi043.stdout: 5 149206 8.21 MB/sec execute 364 sec latency 129.112 ms 2023-12-21T07:57:59.679 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:57:59 smithi043 ceph-mon[107704]: pgmap v201: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-12-21T07:57:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:57:59 smithi050 ceph-mon[110339]: pgmap v201: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 327 op/s 2023-12-21T07:58:00.117 INFO:teuthology.orchestra.run.smithi043.stdout: 5 149505 8.20 MB/sec execute 365 sec latency 129.955 ms 2023-12-21T07:58:01.121 INFO:teuthology.orchestra.run.smithi043.stdout: 5 149719 8.19 MB/sec execute 366 sec latency 121.486 ms 2023-12-21T07:58:01.724 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:01 smithi043 ceph-mon[107704]: pgmap v202: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 527 op/s 2023-12-21T07:58:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:01 smithi050 ceph-mon[110339]: pgmap v202: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 527 op/s 2023-12-21T07:58:02.121 INFO:teuthology.orchestra.run.smithi043.stdout: 5 150052 8.22 MB/sec execute 367 sec latency 127.332 ms 2023-12-21T07:58:03.121 INFO:teuthology.orchestra.run.smithi043.stdout: 5 150345 8.21 MB/sec execute 368 sec latency 129.525 ms 2023-12-21T07:58:03.773 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:03 smithi043 ceph-mon[107704]: pgmap v203: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-12-21T07:58:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:03 smithi050 ceph-mon[110339]: pgmap v203: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-12-21T07:58:04.122 INFO:teuthology.orchestra.run.smithi043.stdout: 5 150728 8.22 MB/sec execute 369 sec latency 123.509 ms 2023-12-21T07:58:05.123 INFO:teuthology.orchestra.run.smithi043.stdout: 5 150957 8.20 MB/sec execute 370 sec latency 128.294 ms 2023-12-21T07:58:05.582 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:05 smithi043 ceph-mon[107704]: pgmap v204: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-12-21T07:58:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:05 smithi050 ceph-mon[110339]: pgmap v204: 97 pgs: 97 active+clean; 346 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-12-21T07:58:06.122 INFO:teuthology.orchestra.run.smithi043.stdout: 5 151110 8.19 MB/sec execute 371 sec latency 130.945 ms 2023-12-21T07:58:07.122 INFO:teuthology.orchestra.run.smithi043.stdout: 5 151365 8.19 MB/sec execute 372 sec latency 143.778 ms 2023-12-21T07:58:07.626 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:07 smithi043 ceph-mon[107704]: pgmap v205: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-21T07:58:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:07 smithi050 ceph-mon[110339]: pgmap v205: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2023-12-21T07:58:08.122 INFO:teuthology.orchestra.run.smithi043.stdout: 5 151645 8.19 MB/sec execute 373 sec latency 120.866 ms 2023-12-21T07:58:08.648 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:08 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:58:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:08 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:58:09.125 INFO:teuthology.orchestra.run.smithi043.stdout: 5 151885 8.18 MB/sec execute 374 sec latency 129.455 ms 2023-12-21T07:58:09.676 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:09 smithi043 ceph-mon[107704]: pgmap v206: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-12-21T07:58:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:09 smithi050 ceph-mon[110339]: pgmap v206: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-12-21T07:58:10.127 INFO:teuthology.orchestra.run.smithi043.stdout: 5 152122 8.19 MB/sec execute 375 sec latency 134.746 ms 2023-12-21T07:58:11.128 INFO:teuthology.orchestra.run.smithi043.stdout: 5 152314 8.18 MB/sec execute 376 sec latency 124.599 ms 2023-12-21T07:58:11.732 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:11 smithi043 ceph-mon[107704]: pgmap v207: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-12-21T07:58:12.099 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:11 smithi050 ceph-mon[110339]: pgmap v207: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-12-21T07:58:12.127 INFO:teuthology.orchestra.run.smithi043.stdout: 5 152628 8.18 MB/sec execute 377 sec latency 86.711 ms 2023-12-21T07:58:13.138 INFO:teuthology.orchestra.run.smithi043.stdout: 5 152940 8.18 MB/sec execute 378 sec latency 129.959 ms 2023-12-21T07:58:13.768 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:13 smithi043 ceph-mon[107704]: pgmap v208: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 318 op/s 2023-12-21T07:58:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:13 smithi050 ceph-mon[110339]: pgmap v208: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 318 op/s 2023-12-21T07:58:14.138 INFO:teuthology.orchestra.run.smithi043.stdout: 5 153219 8.17 MB/sec execute 380 sec latency 127.046 ms 2023-12-21T07:58:15.138 INFO:teuthology.orchestra.run.smithi043.stdout: 5 153528 8.17 MB/sec execute 381 sec latency 145.285 ms 2023-12-21T07:58:15.798 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:15 smithi043 ceph-mon[107704]: pgmap v209: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 318 op/s 2023-12-21T07:58:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:15 smithi050 ceph-mon[110339]: pgmap v209: 97 pgs: 97 active+clean; 347 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 318 op/s 2023-12-21T07:58:16.138 INFO:teuthology.orchestra.run.smithi043.stdout: 5 153861 8.18 MB/sec execute 382 sec latency 147.616 ms 2023-12-21T07:58:17.139 INFO:teuthology.orchestra.run.smithi043.stdout: 5 154161 8.18 MB/sec execute 383 sec latency 119.683 ms 2023-12-21T07:58:17.824 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:17 smithi043 ceph-mon[107704]: pgmap v210: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 488 op/s 2023-12-21T07:58:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:17 smithi050 ceph-mon[110339]: pgmap v210: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 488 op/s 2023-12-21T07:58:18.139 INFO:teuthology.orchestra.run.smithi043.stdout: 5 154471 8.18 MB/sec execute 384 sec latency 138.628 ms 2023-12-21T07:58:18.864 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:18 smithi043 ceph-mon[107704]: pgmap v211: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 313 op/s 2023-12-21T07:58:19.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:18 smithi050 ceph-mon[110339]: pgmap v211: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 313 op/s 2023-12-21T07:58:19.139 INFO:teuthology.orchestra.run.smithi043.stdout: 5 154688 8.17 MB/sec execute 385 sec latency 137.661 ms 2023-12-21T07:58:20.141 INFO:teuthology.orchestra.run.smithi043.stdout: 5 155053 8.17 MB/sec execute 386 sec latency 123.970 ms 2023-12-21T07:58:20.906 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:20 smithi043 ceph-mon[107704]: pgmap v212: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-12-21T07:58:21.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:20 smithi050 ceph-mon[110339]: pgmap v212: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.0 MiB/s wr, 493 op/s 2023-12-21T07:58:21.144 INFO:teuthology.orchestra.run.smithi043.stdout: 5 155311 8.17 MB/sec execute 387 sec latency 120.906 ms 2023-12-21T07:58:22.147 INFO:teuthology.orchestra.run.smithi043.stdout: 5 155591 8.17 MB/sec execute 388 sec latency 137.378 ms 2023-12-21T07:58:23.147 INFO:teuthology.orchestra.run.smithi043.stdout: 5 155860 8.17 MB/sec execute 389 sec latency 151.939 ms 2023-12-21T07:58:23.225 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:23 smithi043 ceph-mon[107704]: pgmap v213: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-12-21T07:58:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:23 smithi050 ceph-mon[110339]: pgmap v213: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-12-21T07:58:24.152 INFO:teuthology.orchestra.run.smithi043.stdout: 5 156132 8.18 MB/sec execute 390 sec latency 126.728 ms 2023-12-21T07:58:24.256 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:58:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:58:25.162 INFO:teuthology.orchestra.run.smithi043.stdout: 5 156397 8.17 MB/sec execute 391 sec latency 129.117 ms 2023-12-21T07:58:25.293 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:25 smithi043 ceph-mon[107704]: pgmap v214: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-12-21T07:58:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:25 smithi050 ceph-mon[110339]: pgmap v214: 97 pgs: 97 active+clean; 344 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 349 op/s 2023-12-21T07:58:26.162 INFO:teuthology.orchestra.run.smithi043.stdout: 5 156627 8.16 MB/sec execute 392 sec latency 137.853 ms 2023-12-21T07:58:27.162 INFO:teuthology.orchestra.run.smithi043.stdout: 5 156810 8.14 MB/sec execute 393 sec latency 136.674 ms 2023-12-21T07:58:27.345 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:27 smithi043 ceph-mon[107704]: pgmap v215: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-12-21T07:58:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:27 smithi050 ceph-mon[110339]: pgmap v215: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 518 op/s 2023-12-21T07:58:28.162 INFO:teuthology.orchestra.run.smithi043.stdout: 5 157089 8.14 MB/sec execute 394 sec latency 123.441 ms 2023-12-21T07:58:29.167 INFO:teuthology.orchestra.run.smithi043.stdout: 5 157404 8.15 MB/sec execute 395 sec latency 213.252 ms 2023-12-21T07:58:29.386 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:29 smithi043 ceph-mon[107704]: pgmap v216: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-21T07:58:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:29 smithi050 ceph-mon[110339]: pgmap v216: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 348 op/s 2023-12-21T07:58:30.167 INFO:teuthology.orchestra.run.smithi043.stdout: 5 157622 8.14 MB/sec execute 396 sec latency 124.413 ms 2023-12-21T07:58:31.167 INFO:teuthology.orchestra.run.smithi043.stdout: 5 157859 8.14 MB/sec execute 397 sec latency 188.993 ms 2023-12-21T07:58:31.444 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:31 smithi043 ceph-mon[107704]: pgmap v217: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-21T07:58:31.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:31 smithi050 ceph-mon[110339]: pgmap v217: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 499 op/s 2023-12-21T07:58:32.167 INFO:teuthology.orchestra.run.smithi043.stdout: 5 158265 8.15 MB/sec execute 398 sec latency 169.819 ms 2023-12-21T07:58:33.168 INFO:teuthology.orchestra.run.smithi043.stdout: 5 158531 8.14 MB/sec execute 399 sec latency 127.550 ms 2023-12-21T07:58:33.220 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:33 smithi043 ceph-mon[107704]: pgmap v218: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 320 op/s 2023-12-21T07:58:33.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:33 smithi050 ceph-mon[110339]: pgmap v218: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 320 op/s 2023-12-21T07:58:34.171 INFO:teuthology.orchestra.run.smithi043.stdout: 5 158821 8.14 MB/sec execute 400 sec latency 198.535 ms 2023-12-21T07:58:35.171 INFO:teuthology.orchestra.run.smithi043.stdout: 5 159194 8.15 MB/sec execute 401 sec latency 210.259 ms 2023-12-21T07:58:35.271 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:35 smithi043 ceph-mon[107704]: pgmap v219: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 320 op/s 2023-12-21T07:58:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:35 smithi050 ceph-mon[110339]: pgmap v219: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 320 op/s 2023-12-21T07:58:36.171 INFO:teuthology.orchestra.run.smithi043.stdout: 5 159511 8.16 MB/sec execute 402 sec latency 154.635 ms 2023-12-21T07:58:37.171 INFO:teuthology.orchestra.run.smithi043.stdout: 5 159775 8.15 MB/sec execute 403 sec latency 126.729 ms 2023-12-21T07:58:37.349 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:37 smithi043 ceph-mon[107704]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 498 op/s 2023-12-21T07:58:37.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:37 smithi050 ceph-mon[110339]: pgmap v220: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 498 op/s 2023-12-21T07:58:38.181 INFO:teuthology.orchestra.run.smithi043.stdout: 5 160051 8.15 MB/sec execute 404 sec latency 120.806 ms 2023-12-21T07:58:39.181 INFO:teuthology.orchestra.run.smithi043.stdout: 5 160365 8.14 MB/sec execute 405 sec latency 132.623 ms 2023-12-21T07:58:39.406 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:39 smithi043 ceph-mon[107704]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-21T07:58:39.406 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:58:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:39 smithi050 ceph-mon[110339]: pgmap v221: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 329 op/s 2023-12-21T07:58:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:58:40.181 INFO:teuthology.orchestra.run.smithi043.stdout: 5 160712 8.14 MB/sec execute 406 sec latency 126.478 ms 2023-12-21T07:58:41.181 INFO:teuthology.orchestra.run.smithi043.stdout: 5 160949 8.15 MB/sec execute 407 sec latency 120.725 ms 2023-12-21T07:58:41.438 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:41 smithi043 ceph-mon[107704]: pgmap v222: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-12-21T07:58:41.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:41 smithi050 ceph-mon[110339]: pgmap v222: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 511 op/s 2023-12-21T07:58:42.181 INFO:teuthology.orchestra.run.smithi043.stdout: 5 161223 8.15 MB/sec execute 408 sec latency 130.458 ms 2023-12-21T07:58:43.181 INFO:teuthology.orchestra.run.smithi043.stdout: 5 161473 8.14 MB/sec execute 409 sec latency 127.509 ms 2023-12-21T07:58:43.482 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:43 smithi043 ceph-mon[107704]: pgmap v223: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-21T07:58:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:43 smithi050 ceph-mon[110339]: pgmap v223: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-21T07:58:44.184 INFO:teuthology.orchestra.run.smithi043.stdout: 5 161701 8.13 MB/sec execute 410 sec latency 126.499 ms 2023-12-21T07:58:45.184 INFO:teuthology.orchestra.run.smithi043.stdout: 5 161958 8.12 MB/sec execute 411 sec latency 129.627 ms 2023-12-21T07:58:45.305 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:45 smithi043 ceph-mon[107704]: pgmap v224: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-21T07:58:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:45 smithi050 ceph-mon[110339]: pgmap v224: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-12-21T07:58:46.187 INFO:teuthology.orchestra.run.smithi043.stdout: 5 162171 8.11 MB/sec execute 412 sec latency 147.327 ms 2023-12-21T07:58:47.187 INFO:teuthology.orchestra.run.smithi043.stdout: 5 162366 8.11 MB/sec execute 413 sec latency 138.183 ms 2023-12-21T07:58:47.354 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:47 smithi043 ceph-mon[107704]: pgmap v225: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-12-21T07:58:47.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:47 smithi050 ceph-mon[110339]: pgmap v225: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-12-21T07:58:48.188 INFO:teuthology.orchestra.run.smithi043.stdout: 5 162665 8.13 MB/sec execute 414 sec latency 126.998 ms 2023-12-21T07:58:49.188 INFO:teuthology.orchestra.run.smithi043.stdout: 5 162923 8.12 MB/sec execute 415 sec latency 125.999 ms 2023-12-21T07:58:49.476 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:49 smithi043 ceph-mon[107704]: pgmap v226: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 343 op/s 2023-12-21T07:58:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:49 smithi050 ceph-mon[110339]: pgmap v226: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 343 op/s 2023-12-21T07:58:50.194 INFO:teuthology.orchestra.run.smithi043.stdout: 5 163158 8.12 MB/sec execute 416 sec latency 161.137 ms 2023-12-21T07:58:51.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 163370 8.11 MB/sec execute 417 sec latency 191.125 ms 2023-12-21T07:58:51.278 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:51 smithi043 ceph-mon[107704]: pgmap v227: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-12-21T07:58:51.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:51 smithi050 ceph-mon[110339]: pgmap v227: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 491 op/s 2023-12-21T07:58:52.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 163562 8.10 MB/sec execute 418 sec latency 123.763 ms 2023-12-21T07:58:53.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 163792 8.09 MB/sec execute 419 sec latency 145.980 ms 2023-12-21T07:58:53.324 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:53 smithi043 ceph-mon[107704]: 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.3 MiB/s wr, 309 op/s 2023-12-21T07:58:53.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:53 smithi050 ceph-mon[110339]: 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.3 MiB/s wr, 309 op/s 2023-12-21T07:58:54.196 INFO:teuthology.orchestra.run.smithi043.stdout: 5 164033 8.08 MB/sec execute 420 sec latency 129.281 ms 2023-12-21T07:58:54.352 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:54 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:58:54.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:54 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:58:55.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 164230 8.07 MB/sec execute 421 sec latency 117.819 ms 2023-12-21T07:58:55.380 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:55 smithi043 ceph-mon[107704]: 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.3 MiB/s wr, 309 op/s 2023-12-21T07:58:55.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:55 smithi050 ceph-mon[110339]: 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.3 MiB/s wr, 309 op/s 2023-12-21T07:58:56.199 INFO:teuthology.orchestra.run.smithi043.stdout: 5 164432 8.08 MB/sec execute 422 sec latency 134.083 ms 2023-12-21T07:58:57.204 INFO:teuthology.orchestra.run.smithi043.stdout: 5 164586 8.07 MB/sec execute 423 sec latency 162.343 ms 2023-12-21T07:58:57.446 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:57 smithi043 ceph-mon[107704]: pgmap v230: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-21T07:58:57.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:57 smithi050 ceph-mon[110339]: pgmap v230: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 445 op/s 2023-12-21T07:58:58.207 INFO:teuthology.orchestra.run.smithi043.stdout: 5 164833 8.07 MB/sec execute 424 sec latency 129.406 ms 2023-12-21T07:58:59.212 INFO:teuthology.orchestra.run.smithi043.stdout: 5 165151 8.06 MB/sec execute 425 sec latency 137.302 ms 2023-12-21T07:58:59.500 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:58:59 smithi043 ceph-mon[107704]: pgmap v231: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-12-21T07:58:59.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:58:59 smithi050 ceph-mon[110339]: pgmap v231: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 283 op/s 2023-12-21T07:59:00.212 INFO:teuthology.orchestra.run.smithi043.stdout: 5 165386 8.05 MB/sec execute 426 sec latency 93.225 ms 2023-12-21T07:59:01.212 INFO:teuthology.orchestra.run.smithi043.stdout: 5 165539 8.04 MB/sec execute 427 sec latency 130.289 ms 2023-12-21T07:59:01.303 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:01 smithi043 ceph-mon[107704]: pgmap v232: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-21T07:59:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:01 smithi050 ceph-mon[110339]: pgmap v232: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-12-21T07:59:02.213 INFO:teuthology.orchestra.run.smithi043.stdout: 5 165763 8.04 MB/sec execute 428 sec latency 189.313 ms 2023-12-21T07:59:03.213 INFO:teuthology.orchestra.run.smithi043.stdout: 5 166000 8.04 MB/sec execute 429 sec latency 218.042 ms 2023-12-21T07:59:03.363 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:03 smithi043 ceph-mon[107704]: pgmap v233: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 269 op/s 2023-12-21T07:59:03.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:03 smithi050 ceph-mon[110339]: pgmap v233: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 269 op/s 2023-12-21T07:59:04.213 INFO:teuthology.orchestra.run.smithi043.stdout: 5 166202 8.03 MB/sec execute 430 sec latency 126.465 ms 2023-12-21T07:59:05.224 INFO:teuthology.orchestra.run.smithi043.stdout: 5 166454 8.04 MB/sec execute 431 sec latency 148.214 ms 2023-12-21T07:59:05.456 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:05 smithi043 ceph-mon[107704]: pgmap v234: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 269 op/s 2023-12-21T07:59:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:05 smithi050 ceph-mon[110339]: pgmap v234: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 MiB/s wr, 269 op/s 2023-12-21T07:59:06.232 INFO:teuthology.orchestra.run.smithi043.stdout: 5 166670 8.03 MB/sec execute 432 sec latency 102.462 ms 2023-12-21T07:59:07.243 INFO:teuthology.orchestra.run.smithi043.stdout: 5 166855 8.03 MB/sec execute 433 sec latency 123.849 ms 2023-12-21T07:59:07.518 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:07 smithi043 ceph-mon[107704]: pgmap v235: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.0 MiB/s wr, 402 op/s 2023-12-21T07:59:07.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:07 smithi050 ceph-mon[110339]: pgmap v235: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.0 MiB/s wr, 402 op/s 2023-12-21T07:59:08.245 INFO:teuthology.orchestra.run.smithi043.stdout: 5 167092 8.02 MB/sec execute 434 sec latency 129.572 ms 2023-12-21T07:59:09.245 INFO:teuthology.orchestra.run.smithi043.stdout: 5 167364 8.01 MB/sec execute 435 sec latency 127.452 ms 2023-12-21T07:59:09.548 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:09 smithi043 ceph-mon[107704]: pgmap v236: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 MiB/s wr, 266 op/s 2023-12-21T07:59:09.548 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:09 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:59:09.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:09 smithi050 ceph-mon[110339]: pgmap v236: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 MiB/s wr, 266 op/s 2023-12-21T07:59:09.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:09 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:59:10.245 INFO:teuthology.orchestra.run.smithi043.stdout: 5 167610 8.01 MB/sec execute 436 sec latency 209.859 ms 2023-12-21T07:59:11.246 INFO:teuthology.orchestra.run.smithi043.stdout: 5 167837 8.00 MB/sec execute 437 sec latency 117.946 ms 2023-12-21T07:59:11.588 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:11 smithi043 ceph-mon[107704]: pgmap v237: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-21T07:59:11.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:11 smithi050 ceph-mon[110339]: pgmap v237: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 404 op/s 2023-12-21T07:59:12.248 INFO:teuthology.orchestra.run.smithi043.stdout: 5 168104 8.01 MB/sec execute 438 sec latency 130.447 ms 2023-12-21T07:59:13.247 INFO:teuthology.orchestra.run.smithi043.stdout: 5 168375 8.01 MB/sec execute 439 sec latency 126.453 ms 2023-12-21T07:59:13.387 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:13 smithi043 ceph-mon[107704]: pgmap v238: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.8 MiB/s wr, 270 op/s 2023-12-21T07:59:13.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:13 smithi050 ceph-mon[110339]: pgmap v238: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.8 MiB/s wr, 270 op/s 2023-12-21T07:59:14.248 INFO:teuthology.orchestra.run.smithi043.stdout: 5 168642 8.00 MB/sec execute 440 sec latency 128.543 ms 2023-12-21T07:59:15.247 INFO:teuthology.orchestra.run.smithi043.stdout: 5 168916 7.99 MB/sec execute 441 sec latency 126.618 ms 2023-12-21T07:59:15.424 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:15 smithi043 ceph-mon[107704]: pgmap v239: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.8 MiB/s wr, 270 op/s 2023-12-21T07:59:15.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:15 smithi050 ceph-mon[110339]: pgmap v239: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.8 MiB/s wr, 270 op/s 2023-12-21T07:59:16.247 INFO:teuthology.orchestra.run.smithi043.stdout: 5 169129 7.98 MB/sec execute 442 sec latency 140.698 ms 2023-12-21T07:59:17.248 INFO:teuthology.orchestra.run.smithi043.stdout: 5 169340 7.98 MB/sec execute 443 sec latency 131.525 ms 2023-12-21T07:59:17.511 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:17 smithi043 ceph-mon[107704]: pgmap v240: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-21T07:59:17.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:17 smithi050 ceph-mon[110339]: pgmap v240: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 429 op/s 2023-12-21T07:59:18.255 INFO:teuthology.orchestra.run.smithi043.stdout: 5 169662 8.00 MB/sec execute 444 sec latency 189.226 ms 2023-12-21T07:59:19.260 INFO:teuthology.orchestra.run.smithi043.stdout: 5 169912 8.00 MB/sec execute 445 sec latency 134.503 ms 2023-12-21T07:59:19.561 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:19 smithi043 ceph-mon[107704]: pgmap v241: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 297 op/s 2023-12-21T07:59:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:19 smithi050 ceph-mon[110339]: pgmap v241: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 297 op/s 2023-12-21T07:59:20.260 INFO:teuthology.orchestra.run.smithi043.stdout: 5 170126 7.99 MB/sec execute 446 sec latency 126.191 ms 2023-12-21T07:59:21.270 INFO:teuthology.orchestra.run.smithi043.stdout: 5 170453 8.00 MB/sec execute 447 sec latency 145.360 ms 2023-12-21T07:59:21.586 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:21 smithi043 ceph-mon[107704]: pgmap v242: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-12-21T07:59:21.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:21 smithi050 ceph-mon[110339]: pgmap v242: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-12-21T07:59:22.275 INFO:teuthology.orchestra.run.smithi043.stdout: 5 170717 7.98 MB/sec execute 448 sec latency 87.660 ms 2023-12-21T07:59:23.275 INFO:teuthology.orchestra.run.smithi043.stdout: 5 170996 7.97 MB/sec execute 449 sec latency 133.198 ms 2023-12-21T07:59:23.608 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:23 smithi043 ceph-mon[107704]: pgmap v243: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 308 op/s 2023-12-21T07:59:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:23 smithi050 ceph-mon[110339]: pgmap v243: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 308 op/s 2023-12-21T07:59:24.279 INFO:teuthology.orchestra.run.smithi043.stdout: 5 171258 7.97 MB/sec execute 450 sec latency 133.248 ms 2023-12-21T07:59:24.649 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:59:24.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:59:25.279 INFO:teuthology.orchestra.run.smithi043.stdout: 5 171561 7.98 MB/sec execute 451 sec latency 129.724 ms 2023-12-21T07:59:25.431 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:25 smithi043 ceph-mon[107704]: pgmap v244: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 308 op/s 2023-12-21T07:59:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:25 smithi050 ceph-mon[110339]: pgmap v244: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 308 op/s 2023-12-21T07:59:26.279 INFO:teuthology.orchestra.run.smithi043.stdout: 5 171897 7.98 MB/sec execute 452 sec latency 137.377 ms 2023-12-21T07:59:27.285 INFO:teuthology.orchestra.run.smithi043.stdout: 5 172242 7.99 MB/sec execute 453 sec latency 119.957 ms 2023-12-21T07:59:27.461 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:27 smithi043 ceph-mon[107704]: pgmap v245: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-12-21T07:59:27.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:27 smithi050 ceph-mon[110339]: pgmap v245: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-12-21T07:59:28.287 INFO:teuthology.orchestra.run.smithi043.stdout: 5 172483 7.98 MB/sec execute 454 sec latency 126.577 ms 2023-12-21T07:59:29.287 INFO:teuthology.orchestra.run.smithi043.stdout: 5 172810 7.98 MB/sec execute 455 sec latency 127.048 ms 2023-12-21T07:59:29.493 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:29 smithi043 ceph-mon[107704]: pgmap v246: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 321 op/s 2023-12-21T07:59:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:29 smithi050 ceph-mon[110339]: pgmap v246: 97 pgs: 97 active+clean; 354 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.4 MiB/s wr, 321 op/s 2023-12-21T07:59:30.287 INFO:teuthology.orchestra.run.smithi043.stdout: 5 173147 7.99 MB/sec execute 456 sec latency 126.362 ms 2023-12-21T07:59:31.291 INFO:teuthology.orchestra.run.smithi043.stdout: 5 173390 7.99 MB/sec execute 457 sec latency 123.711 ms 2023-12-21T07:59:31.547 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:31 smithi043 ceph-mon[107704]: pgmap v247: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2023-12-21T07:59:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:31 smithi050 ceph-mon[110339]: pgmap v247: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 503 op/s 2023-12-21T07:59:32.292 INFO:teuthology.orchestra.run.smithi043.stdout: 5 173678 7.99 MB/sec execute 458 sec latency 126.914 ms 2023-12-21T07:59:33.304 INFO:teuthology.orchestra.run.smithi043.stdout: 5 173986 7.99 MB/sec execute 459 sec latency 128.079 ms 2023-12-21T07:59:33.594 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:33 smithi043 ceph-mon[107704]: pgmap v248: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-12-21T07:59:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:33 smithi050 ceph-mon[110339]: pgmap v248: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-12-21T07:59:34.304 INFO:teuthology.orchestra.run.smithi043.stdout: 5 174305 7.98 MB/sec execute 460 sec latency 125.641 ms 2023-12-21T07:59:35.305 INFO:teuthology.orchestra.run.smithi043.stdout: 5 174558 7.97 MB/sec execute 461 sec latency 123.795 ms 2023-12-21T07:59:35.633 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:35 smithi043 ceph-mon[107704]: pgmap v249: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-12-21T07:59:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:35 smithi050 ceph-mon[110339]: pgmap v249: 97 pgs: 97 active+clean; 351 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-12-21T07:59:36.305 INFO:teuthology.orchestra.run.smithi043.stdout: 5 174783 7.97 MB/sec execute 462 sec latency 136.322 ms 2023-12-21T07:59:37.311 INFO:teuthology.orchestra.run.smithi043.stdout: 5 175111 7.99 MB/sec execute 463 sec latency 121.776 ms 2023-12-21T07:59:37.461 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:37 smithi043 ceph-mon[107704]: pgmap v250: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-21T07:59:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:37 smithi050 ceph-mon[110339]: pgmap v250: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 532 op/s 2023-12-21T07:59:38.311 INFO:teuthology.orchestra.run.smithi043.stdout: 5 175400 7.98 MB/sec execute 464 sec latency 126.908 ms 2023-12-21T07:59:39.312 INFO:teuthology.orchestra.run.smithi043.stdout: 5 175723 7.98 MB/sec execute 465 sec latency 127.004 ms 2023-12-21T07:59:39.470 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:39 smithi043 ceph-mon[107704]: pgmap v251: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-21T07:59:39.470 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:59:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:39 smithi050 ceph-mon[110339]: pgmap v251: 97 pgs: 97 active+clean; 352 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 360 op/s 2023-12-21T07:59:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:59:40.312 INFO:teuthology.orchestra.run.smithi043.stdout: 5 176000 7.97 MB/sec execute 466 sec latency 117.694 ms 2023-12-21T07:59:41.314 INFO:teuthology.orchestra.run.smithi043.stdout: 5 176287 7.97 MB/sec execute 467 sec latency 96.387 ms 2023-12-21T07:59:41.525 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:41 smithi043 ceph-mon[107704]: pgmap v252: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-12-21T07:59:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:41 smithi050 ceph-mon[110339]: pgmap v252: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 536 op/s 2023-12-21T07:59:42.324 INFO:teuthology.orchestra.run.smithi043.stdout: 5 176509 7.97 MB/sec execute 468 sec latency 119.112 ms 2023-12-21T07:59:43.324 INFO:teuthology.orchestra.run.smithi043.stdout: 5 176780 7.97 MB/sec execute 469 sec latency 121.775 ms 2023-12-21T07:59:43.573 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:43 smithi043 ceph-mon[107704]: pgmap v253: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-21T07:59:43.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:43 smithi050 ceph-mon[110339]: pgmap v253: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-21T07:59:44.332 INFO:teuthology.orchestra.run.smithi043.stdout: 5 177102 7.98 MB/sec execute 470 sec latency 195.217 ms 2023-12-21T07:59:45.341 INFO:teuthology.orchestra.run.smithi043.stdout: 5 177431 7.98 MB/sec execute 471 sec latency 203.772 ms 2023-12-21T07:59:45.603 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:45 smithi043 ceph-mon[107704]: pgmap v254: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-21T07:59:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:45 smithi050 ceph-mon[110339]: pgmap v254: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 354 op/s 2023-12-21T07:59:46.341 INFO:teuthology.orchestra.run.smithi043.stdout: 5 177772 7.98 MB/sec execute 472 sec latency 124.051 ms 2023-12-21T07:59:47.343 INFO:teuthology.orchestra.run.smithi043.stdout: 5 177991 7.97 MB/sec execute 473 sec latency 129.381 ms 2023-12-21T07:59:47.661 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:47 smithi043 ceph-mon[107704]: pgmap v255: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 521 op/s 2023-12-21T07:59:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:47 smithi050 ceph-mon[110339]: pgmap v255: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 521 op/s 2023-12-21T07:59:48.343 INFO:teuthology.orchestra.run.smithi043.stdout: 5 178185 7.97 MB/sec execute 474 sec latency 149.084 ms 2023-12-21T07:59:49.347 INFO:teuthology.orchestra.run.smithi043.stdout: 5 178389 7.97 MB/sec execute 475 sec latency 201.545 ms 2023-12-21T07:59:49.735 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:49 smithi043 ceph-mon[107704]: pgmap v256: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-21T07:59:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:49 smithi050 ceph-mon[110339]: pgmap v256: 97 pgs: 97 active+clean; 345 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-12-21T07:59:50.348 INFO:teuthology.orchestra.run.smithi043.stdout: 5 178632 7.96 MB/sec execute 476 sec latency 120.612 ms 2023-12-21T07:59:51.348 INFO:teuthology.orchestra.run.smithi043.stdout: 5 178908 7.96 MB/sec execute 477 sec latency 149.340 ms 2023-12-21T07:59:51.765 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:51 smithi043 ceph-mon[107704]: pgmap v257: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-12-21T07:59:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:51 smithi050 ceph-mon[110339]: pgmap v257: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-12-21T07:59:52.348 INFO:teuthology.orchestra.run.smithi043.stdout: 5 179166 7.96 MB/sec execute 478 sec latency 129.054 ms 2023-12-21T07:59:53.349 INFO:teuthology.orchestra.run.smithi043.stdout: 5 179404 7.96 MB/sec execute 479 sec latency 123.650 ms 2023-12-21T07:59:53.567 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:53 smithi043 ceph-mon[107704]: pgmap v258: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-21T07:59:53.567 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:53 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:59:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:53 smithi050 ceph-mon[110339]: pgmap v258: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-21T07:59:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:53 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T07:59:54.349 INFO:teuthology.orchestra.run.smithi043.stdout: 5 179757 7.96 MB/sec execute 480 sec latency 129.543 ms 2023-12-21T07:59:55.354 INFO:teuthology.orchestra.run.smithi043.stdout: 5 180121 7.96 MB/sec execute 481 sec latency 127.926 ms 2023-12-21T07:59:55.606 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:55 smithi043 ceph-mon[107704]: pgmap v259: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-21T07:59:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:55 smithi050 ceph-mon[110339]: pgmap v259: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-12-21T07:59:56.354 INFO:teuthology.orchestra.run.smithi043.stdout: 5 180367 7.96 MB/sec execute 482 sec latency 120.514 ms 2023-12-21T07:59:57.357 INFO:teuthology.orchestra.run.smithi043.stdout: 5 180598 7.96 MB/sec execute 483 sec latency 135.502 ms 2023-12-21T07:59:57.666 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:57 smithi043 ceph-mon[107704]: pgmap v260: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-21T07:59:57.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:57 smithi050 ceph-mon[110339]: pgmap v260: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-12-21T07:59:58.365 INFO:teuthology.orchestra.run.smithi043.stdout: 5 180849 7.97 MB/sec execute 484 sec latency 129.622 ms 2023-12-21T07:59:59.369 INFO:teuthology.orchestra.run.smithi043.stdout: 5 181080 7.96 MB/sec execute 485 sec latency 137.788 ms 2023-12-21T07:59:59.702 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 07:59:59 smithi043 ceph-mon[107704]: pgmap v261: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-21T07:59:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 07:59:59 smithi050 ceph-mon[110339]: pgmap v261: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 322 op/s 2023-12-21T08:00:00.369 INFO:teuthology.orchestra.run.smithi043.stdout: 5 181322 7.95 MB/sec execute 486 sec latency 129.472 ms 2023-12-21T08:00:00.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed. 2023-12-21T08:00:00.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed. 2023-12-21T08:00:00.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: Upgrade daemon: mgr.smithi043.nepoxl: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi043.nepoxl ... 2023-12-21T08:00:00.758 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-21T08:00:00.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-21T08:00:00.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: Traceback (most recent call last): 2023-12-21T08:00:00.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-21T08:00:00.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: "__main__", mod_spec) 2023-12-21T08:00:00.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-21T08:00:00.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: exec(code, run_globals) 2023-12-21T08:00:00.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 5477, in 2023-12-21T08:00:00.759 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 5465, in main 2023-12-21T08:00:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 3029, in command_deploy_from 2023-12-21T08:00:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 3064, in _common_deploy 2023-12-21T08:00:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 3094, in _deploy_daemon_container 2023-12-21T08:00:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 1029, in deploy_daemon 2023-12-21T08:00:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 1131, in deploy_daemon_units 2023-12-21T08:00:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: File "/tmp/tmpnpapvm15.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-21T08:00:00.760 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:00 smithi043 ceph-mon[107704]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-21T08:00:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed. 2023-12-21T08:00:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed. 2023-12-21T08:00:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: Upgrade daemon: mgr.smithi043.nepoxl: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi043.nepoxl ... 2023-12-21T08:00:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: Non-zero exit code 1 from systemctl daemon-reload 2023-12-21T08:00:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-21T08:00:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: Traceback (most recent call last): 2023-12-21T08:00:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-21T08:00:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: "__main__", mod_spec) 2023-12-21T08:00:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-21T08:00:00.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: exec(code, run_globals) 2023-12-21T08:00:00.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 5477, in 2023-12-21T08:00:00.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 5465, in main 2023-12-21T08:00:00.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 3029, in command_deploy_from 2023-12-21T08:00:00.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 3064, in _common_deploy 2023-12-21T08:00:00.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 3094, in _deploy_daemon_container 2023-12-21T08:00:00.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 1029, in deploy_daemon 2023-12-21T08:00:00.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 1131, in deploy_daemon_units 2023-12-21T08:00:00.850 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: File "/tmp/tmpnpapvm15.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-21T08:00:00.850 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:00 smithi050 ceph-mon[110339]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-21T08:00:01.375 INFO:teuthology.orchestra.run.smithi043.stdout: 5 181583 7.94 MB/sec execute 487 sec latency 124.190 ms 2023-12-21T08:00:01.796 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:01 smithi043 ceph-mon[107704]: pgmap v262: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-21T08:00:01.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:01 smithi050 ceph-mon[110339]: pgmap v262: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 482 op/s 2023-12-21T08:00:02.376 INFO:teuthology.orchestra.run.smithi043.stdout: 5 181792 7.93 MB/sec execute 488 sec latency 114.701 ms 2023-12-21T08:00:03.376 INFO:teuthology.orchestra.run.smithi043.stdout: 5 182147 7.95 MB/sec execute 489 sec latency 114.558 ms 2023-12-21T08:00:03.833 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:03 smithi043 ceph-mon[107704]: pgmap v263: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-12-21T08:00:03.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:03 smithi050 ceph-mon[110339]: pgmap v263: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-12-21T08:00:04.381 INFO:teuthology.orchestra.run.smithi043.stdout: 5 182516 7.95 MB/sec execute 490 sec latency 120.671 ms 2023-12-21T08:00:05.381 INFO:teuthology.orchestra.run.smithi043.stdout: 5 182811 7.95 MB/sec execute 491 sec latency 129.016 ms 2023-12-21T08:00:05.618 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:05 smithi043 ceph-mon[107704]: pgmap v264: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-12-21T08:00:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:05 smithi050 ceph-mon[110339]: pgmap v264: 97 pgs: 97 active+clean; 348 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 322 op/s 2023-12-21T08:00:06.381 INFO:teuthology.orchestra.run.smithi043.stdout: 5 183125 7.95 MB/sec execute 492 sec latency 129.595 ms 2023-12-21T08:00:07.381 INFO:teuthology.orchestra.run.smithi043.stdout: 5 183443 7.94 MB/sec execute 493 sec latency 137.620 ms 2023-12-21T08:00:07.667 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:07 smithi043 ceph-mon[107704]: pgmap v265: 97 pgs: 97 active+clean; 346 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-21T08:00:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:07 smithi050 ceph-mon[110339]: pgmap v265: 97 pgs: 97 active+clean; 346 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-12-21T08:00:08.387 INFO:teuthology.orchestra.run.smithi043.stdout: 5 183746 7.95 MB/sec execute 494 sec latency 132.592 ms 2023-12-21T08:00:08.694 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:08 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:00:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:08 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:00:09.387 INFO:teuthology.orchestra.run.smithi043.stdout: 5 184024 7.95 MB/sec execute 495 sec latency 102.118 ms 2023-12-21T08:00:09.716 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:09 smithi043 ceph-mon[107704]: pgmap v266: 97 pgs: 97 active+clean; 346 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-21T08:00:10.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:09 smithi050 ceph-mon[110339]: pgmap v266: 97 pgs: 97 active+clean; 346 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-12-21T08:00:10.387 INFO:teuthology.orchestra.run.smithi043.stdout: 5 184293 7.95 MB/sec execute 496 sec latency 133.026 ms 2023-12-21T08:00:11.393 INFO:teuthology.orchestra.run.smithi043.stdout: 5 184583 7.95 MB/sec execute 497 sec latency 129.816 ms 2023-12-21T08:00:11.757 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:11 smithi043 ceph-mon[107704]: pgmap v267: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-12-21T08:00:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:11 smithi050 ceph-mon[110339]: pgmap v267: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-12-21T08:00:12.393 INFO:teuthology.orchestra.run.smithi043.stdout: 5 184836 7.95 MB/sec execute 498 sec latency 129.919 ms 2023-12-21T08:00:13.400 INFO:teuthology.orchestra.run.smithi043.stdout: 5 185021 7.94 MB/sec execute 499 sec latency 117.426 ms 2023-12-21T08:00:13.832 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:13 smithi043 ceph-mon[107704]: pgmap v268: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-21T08:00:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:13 smithi050 ceph-mon[110339]: pgmap v268: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-21T08:00:14.395 INFO:teuthology.orchestra.run.smithi043.stdout: 5 185217 7.93 MB/sec execute 500 sec latency 126.674 ms 2023-12-21T08:00:14.885 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:14 smithi043 ceph-mon[107704]: pgmap v269: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-21T08:00:15.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:14 smithi050 ceph-mon[110339]: pgmap v269: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-12-21T08:00:15.403 INFO:teuthology.orchestra.run.smithi043.stdout: 5 185381 7.92 MB/sec execute 501 sec latency 126.865 ms 2023-12-21T08:00:16.405 INFO:teuthology.orchestra.run.smithi043.stdout: 5 185583 7.92 MB/sec execute 502 sec latency 120.590 ms 2023-12-21T08:00:16.964 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:16 smithi043 ceph-mon[107704]: pgmap v270: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-12-21T08:00:17.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:16 smithi050 ceph-mon[110339]: pgmap v270: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 500 op/s 2023-12-21T08:00:17.405 INFO:teuthology.orchestra.run.smithi043.stdout: 5 185855 7.93 MB/sec execute 503 sec latency 204.241 ms 2023-12-21T08:00:18.406 INFO:teuthology.orchestra.run.smithi043.stdout: 5 186097 7.92 MB/sec execute 504 sec latency 137.390 ms 2023-12-21T08:00:19.240 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:19 smithi043 ceph-mon[107704]: pgmap v271: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-12-21T08:00:19.405 INFO:teuthology.orchestra.run.smithi043.stdout: 5 186365 7.92 MB/sec execute 505 sec latency 143.400 ms 2023-12-21T08:00:19.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:19 smithi050 ceph-mon[110339]: pgmap v271: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 326 op/s 2023-12-21T08:00:20.405 INFO:teuthology.orchestra.run.smithi043.stdout: 5 186534 7.91 MB/sec execute 506 sec latency 133.348 ms 2023-12-21T08:00:21.308 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:21 smithi043 ceph-mon[107704]: pgmap v272: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-12-21T08:00:21.405 INFO:teuthology.orchestra.run.smithi043.stdout: 5 186748 7.90 MB/sec execute 507 sec latency 129.591 ms 2023-12-21T08:00:21.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:21 smithi050 ceph-mon[110339]: pgmap v272: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-12-21T08:00:22.410 INFO:teuthology.orchestra.run.smithi043.stdout: 5 186960 7.90 MB/sec execute 508 sec latency 123.632 ms 2023-12-21T08:00:23.355 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:23 smithi043 ceph-mon[107704]: pgmap v273: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 279 op/s 2023-12-21T08:00:23.413 INFO:teuthology.orchestra.run.smithi043.stdout: 5 187295 7.90 MB/sec execute 509 sec latency 118.889 ms 2023-12-21T08:00:23.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:23 smithi050 ceph-mon[110339]: pgmap v273: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 279 op/s 2023-12-21T08:00:24.367 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:00:24.414 INFO:teuthology.orchestra.run.smithi043.stdout: 5 187622 7.91 MB/sec execute 510 sec latency 110.049 ms 2023-12-21T08:00:24.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:00:25.378 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:25 smithi043 ceph-mon[107704]: pgmap v274: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 279 op/s 2023-12-21T08:00:25.413 INFO:teuthology.orchestra.run.smithi043.stdout: 5 187879 7.91 MB/sec execute 511 sec latency 129.433 ms 2023-12-21T08:00:25.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:25 smithi050 ceph-mon[110339]: pgmap v274: 97 pgs: 97 active+clean; 344 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 279 op/s 2023-12-21T08:00:26.414 INFO:teuthology.orchestra.run.smithi043.stdout: 5 188158 7.91 MB/sec execute 512 sec latency 135.593 ms 2023-12-21T08:00:27.407 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:27 smithi043 ceph-mon[107704]: pgmap v275: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-12-21T08:00:27.413 INFO:teuthology.orchestra.run.smithi043.stdout: 5 188438 7.90 MB/sec execute 513 sec latency 132.357 ms 2023-12-21T08:00:27.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:27 smithi050 ceph-mon[110339]: pgmap v275: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 432 op/s 2023-12-21T08:00:28.414 INFO:teuthology.orchestra.run.smithi043.stdout: 5 188640 7.89 MB/sec execute 514 sec latency 132.150 ms 2023-12-21T08:00:29.415 INFO:teuthology.orchestra.run.smithi043.stdout: 5 188867 7.89 MB/sec execute 515 sec latency 203.904 ms 2023-12-21T08:00:29.458 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:29 smithi043 ceph-mon[107704]: pgmap v276: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-12-21T08:00:29.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:29 smithi050 ceph-mon[110339]: pgmap v276: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.0 MiB/s wr, 290 op/s 2023-12-21T08:00:30.415 INFO:teuthology.orchestra.run.smithi043.stdout: 5 189117 7.89 MB/sec execute 516 sec latency 120.879 ms 2023-12-21T08:00:31.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:31 smithi043 ceph-mon[107704]: pgmap v277: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 444 op/s 2023-12-21T08:00:31.415 INFO:teuthology.orchestra.run.smithi043.stdout: 5 189409 7.89 MB/sec execute 517 sec latency 123.678 ms 2023-12-21T08:00:31.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:31 smithi050 ceph-mon[110339]: pgmap v277: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 444 op/s 2023-12-21T08:00:32.415 INFO:teuthology.orchestra.run.smithi043.stdout: 5 189706 7.89 MB/sec execute 518 sec latency 120.769 ms 2023-12-21T08:00:33.302 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:33 smithi043 ceph-mon[107704]: pgmap v278: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-12-21T08:00:33.415 INFO:teuthology.orchestra.run.smithi043.stdout: 5 189968 7.89 MB/sec execute 519 sec latency 143.140 ms 2023-12-21T08:00:33.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:33 smithi050 ceph-mon[110339]: pgmap v278: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-12-21T08:00:34.416 INFO:teuthology.orchestra.run.smithi043.stdout: 5 190266 7.89 MB/sec execute 520 sec latency 120.522 ms 2023-12-21T08:00:35.369 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:35 smithi043 ceph-mon[107704]: pgmap v279: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-12-21T08:00:35.420 INFO:teuthology.orchestra.run.smithi043.stdout: 5 190585 7.88 MB/sec execute 521 sec latency 201.906 ms 2023-12-21T08:00:35.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:35 smithi050 ceph-mon[110339]: pgmap v279: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-12-21T08:00:36.423 INFO:teuthology.orchestra.run.smithi043.stdout: 5 190805 7.88 MB/sec execute 522 sec latency 137.570 ms 2023-12-21T08:00:37.423 INFO:teuthology.orchestra.run.smithi043.stdout: 5 191038 7.88 MB/sec execute 523 sec latency 131.479 ms 2023-12-21T08:00:37.461 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:37 smithi043 ceph-mon[107704]: pgmap v280: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 476 op/s 2023-12-21T08:00:37.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:37 smithi050 ceph-mon[110339]: pgmap v280: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.9 MiB/s wr, 476 op/s 2023-12-21T08:00:38.424 INFO:teuthology.orchestra.run.smithi043.stdout: 5 191341 7.89 MB/sec execute 524 sec latency 139.368 ms 2023-12-21T08:00:39.427 INFO:teuthology.orchestra.run.smithi043.stdout: 5 191682 7.89 MB/sec execute 525 sec latency 129.746 ms 2023-12-21T08:00:39.480 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:39 smithi043 ceph-mon[107704]: pgmap v281: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-21T08:00:39.480 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:00:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:39 smithi050 ceph-mon[110339]: pgmap v281: 97 pgs: 97 active+clean; 345 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-12-21T08:00:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:00:40.426 INFO:teuthology.orchestra.run.smithi043.stdout: 5 191969 7.89 MB/sec execute 526 sec latency 117.220 ms 2023-12-21T08:00:41.443 INFO:teuthology.orchestra.run.smithi043.stdout: 5 192165 7.88 MB/sec execute 527 sec latency 129.896 ms 2023-12-21T08:00:41.533 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:41 smithi043 ceph-mon[107704]: pgmap v282: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-12-21T08:00:41.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:41 smithi050 ceph-mon[110339]: pgmap v282: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.0 MiB/s wr, 487 op/s 2023-12-21T08:00:42.437 INFO:teuthology.orchestra.run.smithi043.stdout: 5 192436 7.88 MB/sec execute 528 sec latency 126.321 ms 2023-12-21T08:00:43.443 INFO:teuthology.orchestra.run.smithi043.stdout: 5 192682 7.88 MB/sec execute 529 sec latency 137.723 ms 2023-12-21T08:00:43.581 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:43 smithi043 ceph-mon[107704]: pgmap v283: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-21T08:00:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:43 smithi050 ceph-mon[110339]: pgmap v283: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-21T08:00:44.452 INFO:teuthology.orchestra.run.smithi043.stdout: 5 192906 7.87 MB/sec execute 530 sec latency 165.175 ms 2023-12-21T08:00:45.406 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:45 smithi043 ceph-mon[107704]: pgmap v284: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-21T08:00:45.451 INFO:teuthology.orchestra.run.smithi043.stdout: 5 193180 7.87 MB/sec execute 531 sec latency 123.757 ms 2023-12-21T08:00:45.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:45 smithi050 ceph-mon[110339]: pgmap v284: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-21T08:00:46.453 INFO:teuthology.orchestra.run.smithi043.stdout: 5 193457 7.88 MB/sec execute 532 sec latency 126.110 ms 2023-12-21T08:00:47.453 INFO:teuthology.orchestra.run.smithi043.stdout: 5 193662 7.87 MB/sec execute 533 sec latency 126.717 ms 2023-12-21T08:00:47.467 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:47 smithi043 ceph-mon[107704]: pgmap v285: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-12-21T08:00:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:47 smithi050 ceph-mon[110339]: pgmap v285: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 489 op/s 2023-12-21T08:00:48.454 INFO:teuthology.orchestra.run.smithi043.stdout: 5 193905 7.86 MB/sec execute 534 sec latency 126.667 ms 2023-12-21T08:00:49.457 INFO:teuthology.orchestra.run.smithi043.stdout: 5 194078 7.86 MB/sec execute 535 sec latency 126.652 ms 2023-12-21T08:00:49.538 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:49 smithi043 ceph-mon[107704]: pgmap v286: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-12-21T08:00:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:49 smithi050 ceph-mon[110339]: pgmap v286: 97 pgs: 97 active+clean; 346 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 319 op/s 2023-12-21T08:00:50.459 INFO:teuthology.orchestra.run.smithi043.stdout: 5 194285 7.85 MB/sec execute 536 sec latency 131.198 ms 2023-12-21T08:00:51.461 INFO:teuthology.orchestra.run.smithi043.stdout: 5 194468 7.85 MB/sec execute 537 sec latency 124.097 ms 2023-12-21T08:00:51.594 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:51 smithi043 ceph-mon[107704]: pgmap v287: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 455 op/s 2023-12-21T08:00:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:51 smithi050 ceph-mon[110339]: pgmap v287: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 455 op/s 2023-12-21T08:00:52.462 INFO:teuthology.orchestra.run.smithi043.stdout: 5 194643 7.85 MB/sec execute 538 sec latency 148.993 ms 2023-12-21T08:00:53.399 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:53 smithi043 ceph-mon[107704]: pgmap v288: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2023-12-21T08:00:53.463 INFO:teuthology.orchestra.run.smithi043.stdout: 5 194808 7.84 MB/sec execute 539 sec latency 133.176 ms 2023-12-21T08:00:53.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:53 smithi050 ceph-mon[110339]: pgmap v288: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2023-12-21T08:00:54.467 INFO:teuthology.orchestra.run.smithi043.stdout: 5 195052 7.84 MB/sec execute 540 sec latency 142.797 ms 2023-12-21T08:00:54.473 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:54 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:00:54.776 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:54 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:00:55.467 INFO:teuthology.orchestra.run.smithi043.stdout: 5 195294 7.83 MB/sec execute 541 sec latency 135.519 ms 2023-12-21T08:00:55.493 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:55 smithi043 ceph-mon[107704]: pgmap v289: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2023-12-21T08:00:55.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:55 smithi050 ceph-mon[110339]: pgmap v289: 97 pgs: 97 active+clean; 347 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 291 op/s 2023-12-21T08:00:56.468 INFO:teuthology.orchestra.run.smithi043.stdout: 5 195532 7.83 MB/sec execute 542 sec latency 118.541 ms 2023-12-21T08:00:57.468 INFO:teuthology.orchestra.run.smithi043.stdout: 5 195749 7.82 MB/sec execute 543 sec latency 135.072 ms 2023-12-21T08:00:57.530 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:57 smithi043 ceph-mon[107704]: pgmap v290: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-12-21T08:00:57.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:57 smithi050 ceph-mon[110339]: pgmap v290: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-12-21T08:00:58.468 INFO:teuthology.orchestra.run.smithi043.stdout: 5 195968 7.82 MB/sec execute 544 sec latency 145.719 ms 2023-12-21T08:00:59.489 INFO:teuthology.orchestra.run.smithi043.stdout: 5 196338 7.83 MB/sec execute 545 sec latency 129.680 ms 2023-12-21T08:00:59.567 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:00:59 smithi043 ceph-mon[107704]: pgmap v291: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.6 MiB/s wr, 257 op/s 2023-12-21T08:00:59.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:00:59 smithi050 ceph-mon[110339]: pgmap v291: 97 pgs: 97 active+clean; 345 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.6 MiB/s wr, 257 op/s 2023-12-21T08:01:00.490 INFO:teuthology.orchestra.run.smithi043.stdout: 5 196670 7.83 MB/sec execute 546 sec latency 126.978 ms 2023-12-21T08:01:01.500 INFO:teuthology.orchestra.run.smithi043.stdout: 5 196993 7.83 MB/sec execute 547 sec latency 134.496 ms 2023-12-21T08:01:01.597 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:01 smithi043 ceph-mon[107704]: pgmap v292: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-12-21T08:01:01.739 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:01 smithi050 ceph-mon[110339]: pgmap v292: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-12-21T08:01:02.503 INFO:teuthology.orchestra.run.smithi043.stdout: 5 197240 7.83 MB/sec execute 548 sec latency 127.075 ms 2023-12-21T08:01:03.503 INFO:teuthology.orchestra.run.smithi043.stdout: 5 197538 7.82 MB/sec execute 549 sec latency 126.181 ms 2023-12-21T08:01:03.648 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:03 smithi043 ceph-mon[107704]: pgmap v293: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 279 op/s 2023-12-21T08:01:03.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:03 smithi050 ceph-mon[110339]: pgmap v293: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 279 op/s 2023-12-21T08:01:04.503 INFO:teuthology.orchestra.run.smithi043.stdout: 5 197824 7.82 MB/sec execute 550 sec latency 123.122 ms 2023-12-21T08:01:05.447 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:05 smithi043 ceph-mon[107704]: pgmap v294: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 279 op/s 2023-12-21T08:01:05.505 INFO:teuthology.orchestra.run.smithi043.stdout: 5 198141 7.83 MB/sec execute 551 sec latency 127.665 ms 2023-12-21T08:01:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:05 smithi050 ceph-mon[110339]: pgmap v294: 97 pgs: 97 active+clean; 348 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 279 op/s 2023-12-21T08:01:06.505 INFO:teuthology.orchestra.run.smithi043.stdout: 5 198431 7.83 MB/sec execute 552 sec latency 126.733 ms 2023-12-21T08:01:07.509 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:07 smithi043 ceph-mon[107704]: pgmap v295: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 455 op/s 2023-12-21T08:01:07.509 INFO:teuthology.orchestra.run.smithi043.stdout: 5 198743 7.83 MB/sec execute 553 sec latency 169.320 ms 2023-12-21T08:01:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:07 smithi050 ceph-mon[110339]: pgmap v295: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 455 op/s 2023-12-21T08:01:08.508 INFO:teuthology.orchestra.run.smithi043.stdout: 5 199025 7.83 MB/sec execute 554 sec latency 130.723 ms 2023-12-21T08:01:09.508 INFO:teuthology.orchestra.run.smithi043.stdout: 5 199230 7.83 MB/sec execute 555 sec latency 132.603 ms 2023-12-21T08:01:09.570 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:09 smithi043 ceph-mon[107704]: pgmap v296: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-21T08:01:09.570 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:09 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:01:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:09 smithi050 ceph-mon[110339]: pgmap v296: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-12-21T08:01:09.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:09 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:01:10.509 INFO:teuthology.orchestra.run.smithi043.stdout: 5 199500 7.83 MB/sec execute 556 sec latency 131.182 ms 2023-12-21T08:01:11.512 INFO:teuthology.orchestra.run.smithi043.stdout: 5 199751 7.83 MB/sec execute 557 sec latency 137.911 ms 2023-12-21T08:01:11.651 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:11 smithi043 ceph-mon[107704]: pgmap v297: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-12-21T08:01:11.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:11 smithi050 ceph-mon[110339]: pgmap v297: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-12-21T08:01:12.512 INFO:teuthology.orchestra.run.smithi043.stdout: 5 200058 7.83 MB/sec execute 558 sec latency 129.687 ms 2023-12-21T08:01:13.514 INFO:teuthology.orchestra.run.smithi043.stdout: 5 200308 7.83 MB/sec execute 559 sec latency 189.432 ms 2023-12-21T08:01:13.695 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:13 smithi043 ceph-mon[107704]: pgmap v298: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-21T08:01:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:13 smithi050 ceph-mon[110339]: pgmap v298: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-21T08:01:14.514 INFO:teuthology.orchestra.run.smithi043.stdout: 5 200563 7.82 MB/sec execute 560 sec latency 146.699 ms 2023-12-21T08:01:15.514 INFO:teuthology.orchestra.run.smithi043.stdout: 5 200802 7.82 MB/sec execute 561 sec latency 126.682 ms 2023-12-21T08:01:15.742 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:15 smithi043 ceph-mon[107704]: pgmap v299: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-21T08:01:15.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:15 smithi050 ceph-mon[110339]: pgmap v299: 97 pgs: 97 active+clean; 350 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 345 op/s 2023-12-21T08:01:16.514 INFO:teuthology.orchestra.run.smithi043.stdout: 5 201059 7.81 MB/sec execute 562 sec latency 129.051 ms 2023-12-21T08:01:17.514 INFO:teuthology.orchestra.run.smithi043.stdout: 5 201325 7.81 MB/sec execute 563 sec latency 131.581 ms 2023-12-21T08:01:17.578 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:17 smithi043 ceph-mon[107704]: pgmap v300: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 508 op/s 2023-12-21T08:01:17.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:17 smithi050 ceph-mon[110339]: pgmap v300: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 508 op/s 2023-12-21T08:01:18.514 INFO:teuthology.orchestra.run.smithi043.stdout: 5 201584 7.81 MB/sec execute 564 sec latency 141.167 ms 2023-12-21T08:01:19.522 INFO:teuthology.orchestra.run.smithi043.stdout: 5 201859 7.82 MB/sec execute 565 sec latency 141.772 ms 2023-12-21T08:01:19.634 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:19 smithi043 ceph-mon[107704]: pgmap v301: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-12-21T08:01:19.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:19 smithi050 ceph-mon[110339]: pgmap v301: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-12-21T08:01:20.522 INFO:teuthology.orchestra.run.smithi043.stdout: 5 202106 7.82 MB/sec execute 566 sec latency 86.461 ms 2023-12-21T08:01:21.529 INFO:teuthology.orchestra.run.smithi043.stdout: 5 202372 7.81 MB/sec execute 567 sec latency 139.412 ms 2023-12-21T08:01:21.649 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:21 smithi043 ceph-mon[107704]: pgmap v302: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 491 op/s 2023-12-21T08:01:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:21 smithi050 ceph-mon[110339]: pgmap v302: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 491 op/s 2023-12-21T08:01:22.523 INFO:teuthology.orchestra.run.smithi043.stdout: 5 202690 7.81 MB/sec execute 568 sec latency 120.526 ms 2023-12-21T08:01:23.524 INFO:teuthology.orchestra.run.smithi043.stdout: 5 202837 7.80 MB/sec execute 569 sec latency 197.900 ms 2023-12-21T08:01:23.688 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:23 smithi043 ceph-mon[107704]: pgmap v303: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-21T08:01:23.689 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:23 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:01:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:23 smithi050 ceph-mon[110339]: pgmap v303: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-21T08:01:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:23 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:01:24.536 INFO:teuthology.orchestra.run.smithi043.stdout: 5 202984 7.79 MB/sec execute 570 sec latency 175.277 ms 2023-12-21T08:01:25.540 INFO:teuthology.orchestra.run.smithi043.stdout: 5 203199 7.80 MB/sec execute 571 sec latency 126.587 ms 2023-12-21T08:01:25.750 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:25 smithi043 ceph-mon[107704]: pgmap v304: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-21T08:01:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:25 smithi050 ceph-mon[110339]: pgmap v304: 97 pgs: 97 active+clean; 348 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.2 MiB/s wr, 321 op/s 2023-12-21T08:01:26.539 INFO:teuthology.orchestra.run.smithi043.stdout: 5 203499 7.80 MB/sec execute 572 sec latency 136.685 ms 2023-12-21T08:01:27.540 INFO:teuthology.orchestra.run.smithi043.stdout: 5 203690 7.79 MB/sec execute 573 sec latency 142.951 ms 2023-12-21T08:01:27.852 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:27 smithi043 ceph-mon[107704]: pgmap v305: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 466 op/s 2023-12-21T08:01:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:27 smithi050 ceph-mon[110339]: pgmap v305: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 466 op/s 2023-12-21T08:01:28.543 INFO:teuthology.orchestra.run.smithi043.stdout: 5 203955 7.79 MB/sec execute 574 sec latency 93.644 ms 2023-12-21T08:01:29.543 INFO:teuthology.orchestra.run.smithi043.stdout: 5 204173 7.79 MB/sec execute 575 sec latency 123.648 ms 2023-12-21T08:01:29.649 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:29 smithi043 ceph-mon[107704]: pgmap v306: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 303 op/s 2023-12-21T08:01:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:29 smithi050 ceph-mon[110339]: pgmap v306: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.1 MiB/s wr, 303 op/s 2023-12-21T08:01:30.544 INFO:teuthology.orchestra.run.smithi043.stdout: 5 204345 7.78 MB/sec execute 576 sec latency 111.567 ms 2023-12-21T08:01:31.544 INFO:teuthology.orchestra.run.smithi043.stdout: 5 204570 7.77 MB/sec execute 577 sec latency 124.759 ms 2023-12-21T08:01:31.708 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:31 smithi043 ceph-mon[107704]: pgmap v307: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 440 op/s 2023-12-21T08:01:32.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:31 smithi050 ceph-mon[110339]: pgmap v307: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.4 MiB/s wr, 440 op/s 2023-12-21T08:01:32.544 INFO:teuthology.orchestra.run.smithi043.stdout: 5 204831 7.77 MB/sec execute 578 sec latency 123.786 ms 2023-12-21T08:01:33.544 INFO:teuthology.orchestra.run.smithi043.stdout: 5 205094 7.77 MB/sec execute 579 sec latency 135.081 ms 2023-12-21T08:01:33.785 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:33 smithi043 ceph-mon[107704]: pgmap v308: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2023-12-21T08:01:34.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:33 smithi050 ceph-mon[110339]: pgmap v308: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2023-12-21T08:01:34.546 INFO:teuthology.orchestra.run.smithi043.stdout: 5 205320 7.77 MB/sec execute 580 sec latency 186.498 ms 2023-12-21T08:01:35.547 INFO:teuthology.orchestra.run.smithi043.stdout: 5 205598 7.78 MB/sec execute 581 sec latency 126.048 ms 2023-12-21T08:01:35.839 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:35 smithi043 ceph-mon[107704]: pgmap v309: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2023-12-21T08:01:36.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:35 smithi050 ceph-mon[110339]: pgmap v309: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 281 op/s 2023-12-21T08:01:36.547 INFO:teuthology.orchestra.run.smithi043.stdout: 5 205854 7.77 MB/sec execute 582 sec latency 139.039 ms 2023-12-21T08:01:37.548 INFO:teuthology.orchestra.run.smithi043.stdout: 5 206092 7.77 MB/sec execute 583 sec latency 149.750 ms 2023-12-21T08:01:37.876 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:37 smithi043 ceph-mon[107704]: pgmap v310: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-12-21T08:01:38.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:37 smithi050 ceph-mon[110339]: pgmap v310: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-12-21T08:01:38.553 INFO:teuthology.orchestra.run.smithi043.stdout: 5 206288 7.76 MB/sec execute 584 sec latency 118.083 ms 2023-12-21T08:01:38.914 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:38 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:01:39.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:38 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:01:39.554 INFO:teuthology.orchestra.run.smithi043.stdout: 5 206414 7.75 MB/sec execute 585 sec latency 148.555 ms 2023-12-21T08:01:39.942 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:39 smithi043 ceph-mon[107704]: pgmap v311: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.9 MiB/s wr, 282 op/s 2023-12-21T08:01:40.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:39 smithi050 ceph-mon[110339]: pgmap v311: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.9 MiB/s wr, 282 op/s 2023-12-21T08:01:40.554 INFO:teuthology.orchestra.run.smithi043.stdout: 5 206598 7.75 MB/sec execute 586 sec latency 161.180 ms 2023-12-21T08:01:40.700 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:40 smithi043 ceph-mon[107704]: pgmap v312: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 410 op/s 2023-12-21T08:01:41.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:40 smithi050 ceph-mon[110339]: pgmap v312: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 410 op/s 2023-12-21T08:01:41.554 INFO:teuthology.orchestra.run.smithi043.stdout: 5 206781 7.75 MB/sec execute 587 sec latency 133.563 ms 2023-12-21T08:01:42.554 INFO:teuthology.orchestra.run.smithi043.stdout: 5 207017 7.75 MB/sec execute 588 sec latency 126.750 ms 2023-12-21T08:01:43.257 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:43 smithi043 ceph-mon[107704]: pgmap v313: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-12-21T08:01:43.554 INFO:teuthology.orchestra.run.smithi043.stdout: 5 207306 7.75 MB/sec execute 589 sec latency 125.235 ms 2023-12-21T08:01:43.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:43 smithi050 ceph-mon[110339]: pgmap v313: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-12-21T08:01:44.559 INFO:teuthology.orchestra.run.smithi043.stdout: 5 207544 7.74 MB/sec execute 590 sec latency 123.746 ms 2023-12-21T08:01:45.298 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:45 smithi043 ceph-mon[107704]: pgmap v314: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-12-21T08:01:45.564 INFO:teuthology.orchestra.run.smithi043.stdout: 5 207745 7.74 MB/sec execute 591 sec latency 124.203 ms 2023-12-21T08:01:45.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:45 smithi050 ceph-mon[110339]: pgmap v314: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.8 MiB/s wr, 273 op/s 2023-12-21T08:01:46.574 INFO:teuthology.orchestra.run.smithi043.stdout: 5 207999 7.74 MB/sec execute 592 sec latency 136.828 ms 2023-12-21T08:01:47.327 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:47 smithi043 ceph-mon[107704]: pgmap v315: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-12-21T08:01:47.575 INFO:teuthology.orchestra.run.smithi043.stdout: 5 208361 7.74 MB/sec execute 593 sec latency 158.010 ms 2023-12-21T08:01:47.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:47 smithi050 ceph-mon[110339]: pgmap v315: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 410 op/s 2023-12-21T08:01:48.584 INFO:teuthology.orchestra.run.smithi043.stdout: 5 208632 7.74 MB/sec execute 594 sec latency 128.891 ms 2023-12-21T08:01:49.406 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:49 smithi043 ceph-mon[107704]: pgmap v316: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.6 MiB/s wr, 264 op/s 2023-12-21T08:01:49.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:49 smithi050 ceph-mon[110339]: pgmap v316: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.6 MiB/s wr, 264 op/s 2023-12-21T08:01:49.598 INFO:teuthology.orchestra.run.smithi043.stdout: 5 208852 7.74 MB/sec execute 595 sec latency 190.143 ms 2023-12-21T08:01:50.598 INFO:teuthology.orchestra.run.smithi043.stdout: 5 209020 7.73 MB/sec execute 596 sec latency 189.700 ms 2023-12-21T08:01:51.469 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:51 smithi043 ceph-mon[107704]: pgmap v317: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-21T08:01:51.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:51 smithi050 ceph-mon[110339]: pgmap v317: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 421 op/s 2023-12-21T08:01:51.598 INFO:teuthology.orchestra.run.smithi043.stdout: 5 209265 7.73 MB/sec execute 597 sec latency 129.332 ms 2023-12-21T08:01:52.599 INFO:teuthology.orchestra.run.smithi043.stdout: 5 209617 7.73 MB/sec execute 598 sec latency 129.934 ms 2023-12-21T08:01:53.502 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:53 smithi043 ceph-mon[107704]: pgmap v318: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-12-21T08:01:53.599 INFO:teuthology.orchestra.run.smithi043.stdout: 5 209886 7.73 MB/sec execute 599 sec latency 138.441 ms 2023-12-21T08:01:53.599 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:53 smithi050 ceph-mon[110339]: pgmap v318: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-12-21T08:01:54.275 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:54 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:01:54.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:54 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:01:54.599 INFO:teuthology.orchestra.run.smithi043.stdout: 5 210133 7.73 MB/sec execute 600 sec latency 144.081 ms 2023-12-21T08:01:55.309 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:55 smithi043 ceph-mon[107704]: pgmap v319: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-12-21T08:01:55.599 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:55 smithi050 ceph-mon[110339]: pgmap v319: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-12-21T08:01:55.599 INFO:teuthology.orchestra.run.smithi043.stdout: 5 cleanup 601 sec 2023-12-21T08:01:56.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 602 sec 2023-12-21T08:01:57.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:57 smithi050 ceph-mon[110339]: pgmap v320: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 458 op/s 2023-12-21T08:01:57.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 603 sec 2023-12-21T08:01:57.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:57 smithi043 ceph-mon[107704]: pgmap v320: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 458 op/s 2023-12-21T08:01:58.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 604 sec 2023-12-21T08:01:59.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:01:59 smithi050 ceph-mon[110339]: pgmap v321: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-21T08:01:59.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 605 sec 2023-12-21T08:01:59.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:01:59 smithi043 ceph-mon[107704]: pgmap v321: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-12-21T08:02:00.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 606 sec 2023-12-21T08:02:01.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:01 smithi050 ceph-mon[110339]: pgmap v322: 97 pgs: 97 active+clean; 270 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-21T08:02:01.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 607 sec 2023-12-21T08:02:01.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:01 smithi043 ceph-mon[107704]: pgmap v322: 97 pgs: 97 active+clean; 270 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 3.8 MiB/s wr, 388 op/s 2023-12-21T08:02:02.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 608 sec 2023-12-21T08:02:03.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:03 smithi050 ceph-mon[110339]: pgmap v323: 97 pgs: 97 active+clean; 270 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 2.1 MiB/s wr, 232 op/s 2023-12-21T08:02:03.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 609 sec 2023-12-21T08:02:03.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:03 smithi043 ceph-mon[107704]: pgmap v323: 97 pgs: 97 active+clean; 270 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 2.1 MiB/s wr, 232 op/s 2023-12-21T08:02:04.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 610 sec 2023-12-21T08:02:05.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:05 smithi050 ceph-mon[110339]: pgmap v324: 97 pgs: 97 active+clean; 270 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 2.1 MiB/s wr, 232 op/s 2023-12-21T08:02:05.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 611 sec 2023-12-21T08:02:05.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:05 smithi043 ceph-mon[107704]: pgmap v324: 97 pgs: 97 active+clean; 270 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 2.1 MiB/s wr, 232 op/s 2023-12-21T08:02:06.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 612 sec 2023-12-21T08:02:07.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:07 smithi050 ceph-mon[110339]: pgmap v325: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 2.1 MiB/s wr, 236 op/s 2023-12-21T08:02:07.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 613 sec 2023-12-21T08:02:07.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:07 smithi043 ceph-mon[107704]: pgmap v325: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 2.1 MiB/s wr, 236 op/s 2023-12-21T08:02:08.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 614 sec 2023-12-21T08:02:09.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:09 smithi050 ceph-mon[110339]: pgmap v326: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 536 KiB/s wr, 71 op/s 2023-12-21T08:02:09.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:09 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:02:09.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 615 sec 2023-12-21T08:02:09.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:09 smithi043 ceph-mon[107704]: pgmap v326: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 536 KiB/s wr, 71 op/s 2023-12-21T08:02:09.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:09 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:02:10.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 616 sec 2023-12-21T08:02:11.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:11 smithi050 ceph-mon[110339]: pgmap v327: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 536 KiB/s wr, 71 op/s 2023-12-21T08:02:11.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 617 sec 2023-12-21T08:02:11.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:11 smithi043 ceph-mon[107704]: pgmap v327: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 536 KiB/s wr, 71 op/s 2023-12-21T08:02:12.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 618 sec 2023-12-21T08:02:13.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:13 smithi050 ceph-mon[110339]: pgmap v328: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 21 KiB/s wr, 4 op/s 2023-12-21T08:02:13.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 619 sec 2023-12-21T08:02:13.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:13 smithi043 ceph-mon[107704]: pgmap v328: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 21 KiB/s wr, 4 op/s 2023-12-21T08:02:14.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 620 sec 2023-12-21T08:02:15.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:15 smithi050 ceph-mon[110339]: pgmap v329: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 21 KiB/s wr, 4 op/s 2023-12-21T08:02:15.599 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 621 sec 2023-12-21T08:02:15.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:15 smithi043 ceph-mon[107704]: pgmap v329: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 21 KiB/s wr, 4 op/s 2023-12-21T08:02:16.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 622 sec 2023-12-21T08:02:17.599 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:17 smithi050 ceph-mon[110339]: pgmap v330: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 21 KiB/s wr, 4 op/s 2023-12-21T08:02:17.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 623 sec 2023-12-21T08:02:17.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:17 smithi043 ceph-mon[107704]: pgmap v330: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 21 KiB/s wr, 4 op/s 2023-12-21T08:02:18.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 624 sec 2023-12-21T08:02:19.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:19 smithi050 ceph-mon[110339]: pgmap v331: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-12-21T08:02:19.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 625 sec 2023-12-21T08:02:19.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:19 smithi043 ceph-mon[107704]: pgmap v331: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-12-21T08:02:20.603 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 626 sec 2023-12-21T08:02:21.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 627 sec 2023-12-21T08:02:21.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:21 smithi043 ceph-mon[107704]: pgmap v332: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-12-21T08:02:21.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:21 smithi050 ceph-mon[110339]: pgmap v332: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2023-12-21T08:02:22.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 628 sec 2023-12-21T08:02:23.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 629 sec 2023-12-21T08:02:23.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:23 smithi043 ceph-mon[107704]: pgmap v333: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:23 smithi050 ceph-mon[110339]: pgmap v333: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:24.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 630 sec 2023-12-21T08:02:24.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:24 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:02:24.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:24 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:02:25.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 631 sec 2023-12-21T08:02:25.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:25 smithi043 ceph-mon[107704]: pgmap v334: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:25 smithi050 ceph-mon[110339]: pgmap v334: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:26.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 632 sec 2023-12-21T08:02:27.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 633 sec 2023-12-21T08:02:27.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:27 smithi043 ceph-mon[107704]: pgmap v335: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:27.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:27 smithi050 ceph-mon[110339]: pgmap v335: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:28.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 634 sec 2023-12-21T08:02:29.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 635 sec 2023-12-21T08:02:29.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:29 smithi043 ceph-mon[107704]: pgmap v336: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:29.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:29 smithi050 ceph-mon[110339]: pgmap v336: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:30.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 636 sec 2023-12-21T08:02:31.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 637 sec 2023-12-21T08:02:31.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:31 smithi043 ceph-mon[107704]: pgmap v337: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:02:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:31 smithi050 ceph-mon[110339]: pgmap v337: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:02:32.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 638 sec 2023-12-21T08:02:33.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 639 sec 2023-12-21T08:02:33.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:33 smithi043 ceph-mon[107704]: pgmap v338: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:33 smithi050 ceph-mon[110339]: pgmap v338: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:34.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 640 sec 2023-12-21T08:02:35.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 641 sec 2023-12-21T08:02:35.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:35 smithi043 ceph-mon[107704]: pgmap v339: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:35 smithi050 ceph-mon[110339]: pgmap v339: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:36.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 642 sec 2023-12-21T08:02:37.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 643 sec 2023-12-21T08:02:37.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:37 smithi043 ceph-mon[107704]: pgmap v340: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:37.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:37 smithi050 ceph-mon[110339]: pgmap v340: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:38.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 644 sec 2023-12-21T08:02:39.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 645 sec 2023-12-21T08:02:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:39 smithi043 ceph-mon[107704]: pgmap v341: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:02:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:39 smithi050 ceph-mon[110339]: pgmap v341: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:02:40.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 646 sec 2023-12-21T08:02:41.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 647 sec 2023-12-21T08:02:41.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:41 smithi043 ceph-mon[107704]: pgmap v342: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:02:41.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:41 smithi050 ceph-mon[110339]: pgmap v342: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:02:42.600 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 648 sec 2023-12-21T08:02:43.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 649 sec 2023-12-21T08:02:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:43 smithi050 ceph-mon[110339]: pgmap v343: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:44.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:43 smithi043 ceph-mon[107704]: pgmap v343: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:44.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 650 sec 2023-12-21T08:02:45.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 651 sec 2023-12-21T08:02:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:45 smithi050 ceph-mon[110339]: pgmap v344: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:46.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:45 smithi043 ceph-mon[107704]: pgmap v344: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:46.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 652 sec 2023-12-21T08:02:47.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 653 sec 2023-12-21T08:02:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:47 smithi050 ceph-mon[110339]: pgmap v345: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:48.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:47 smithi043 ceph-mon[107704]: pgmap v345: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:48.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 654 sec 2023-12-21T08:02:49.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 655 sec 2023-12-21T08:02:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:49 smithi050 ceph-mon[110339]: pgmap v346: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:50.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:49 smithi043 ceph-mon[107704]: pgmap v346: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:50.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 656 sec 2023-12-21T08:02:51.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 657 sec 2023-12-21T08:02:51.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:51 smithi050 ceph-mon[110339]: pgmap v347: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:02:52.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:51 smithi043 ceph-mon[107704]: pgmap v347: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:02:52.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 658 sec 2023-12-21T08:02:53.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 659 sec 2023-12-21T08:02:54.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:53 smithi043 ceph-mon[107704]: pgmap v348: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:54.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:53 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:02:54.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:53 smithi050 ceph-mon[110339]: pgmap v348: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:54.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:53 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:02:54.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 660 sec 2023-12-21T08:02:55.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 661 sec 2023-12-21T08:02:56.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:55 smithi043 ceph-mon[107704]: pgmap v349: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:56.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:55 smithi050 ceph-mon[110339]: pgmap v349: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:56.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 662 sec 2023-12-21T08:02:57.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 663 sec 2023-12-21T08:02:58.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:57 smithi043 ceph-mon[107704]: pgmap v350: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:58.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:57 smithi050 ceph-mon[110339]: pgmap v350: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:02:58.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 664 sec 2023-12-21T08:02:59.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 665 sec 2023-12-21T08:03:00.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:02:59 smithi043 ceph-mon[107704]: pgmap v351: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:00.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:02:59 smithi050 ceph-mon[110339]: pgmap v351: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:00.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 666 sec 2023-12-21T08:03:01.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 667 sec 2023-12-21T08:03:02.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:01 smithi043 ceph-mon[107704]: pgmap v352: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-21T08:03:02.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:01 smithi050 ceph-mon[110339]: pgmap v352: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-21T08:03:02.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 668 sec 2023-12-21T08:03:03.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 669 sec 2023-12-21T08:03:04.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:03 smithi043 ceph-mon[107704]: pgmap v353: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-21T08:03:04.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:03 smithi050 ceph-mon[110339]: pgmap v353: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-21T08:03:04.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 670 sec 2023-12-21T08:03:05.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 671 sec 2023-12-21T08:03:06.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:05 smithi043 ceph-mon[107704]: pgmap v354: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-21T08:03:06.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:05 smithi050 ceph-mon[110339]: pgmap v354: 97 pgs: 97 active+clean; 255 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-12-21T08:03:06.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 672 sec 2023-12-21T08:03:07.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 673 sec 2023-12-21T08:03:08.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:07 smithi043 ceph-mon[107704]: pgmap v355: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-12-21T08:03:08.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:07 smithi050 ceph-mon[110339]: pgmap v355: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-12-21T08:03:08.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 674 sec 2023-12-21T08:03:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:08 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:03:09.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:08 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:03:09.601 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 675 sec 2023-12-21T08:03:10.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:09 smithi043 ceph-mon[107704]: pgmap v356: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-12-21T08:03:10.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:09 smithi050 ceph-mon[110339]: pgmap v356: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-12-21T08:03:10.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 676 sec 2023-12-21T08:03:11.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 677 sec 2023-12-21T08:03:12.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:11 smithi043 ceph-mon[107704]: pgmap v357: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-12-21T08:03:12.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:11 smithi050 ceph-mon[110339]: pgmap v357: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-12-21T08:03:12.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 678 sec 2023-12-21T08:03:13.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 679 sec 2023-12-21T08:03:14.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:13 smithi043 ceph-mon[107704]: pgmap v358: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2023-12-21T08:03:14.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:13 smithi050 ceph-mon[110339]: pgmap v358: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2023-12-21T08:03:14.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 680 sec 2023-12-21T08:03:15.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 681 sec 2023-12-21T08:03:16.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:15 smithi043 ceph-mon[107704]: pgmap v359: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2023-12-21T08:03:16.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:15 smithi050 ceph-mon[110339]: pgmap v359: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2023-12-21T08:03:16.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 682 sec 2023-12-21T08:03:17.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 683 sec 2023-12-21T08:03:18.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:17 smithi043 ceph-mon[107704]: pgmap v360: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2023-12-21T08:03:18.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:17 smithi050 ceph-mon[110339]: pgmap v360: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1023 B/s wr, 1 op/s 2023-12-21T08:03:18.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 684 sec 2023-12-21T08:03:19.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 685 sec 2023-12-21T08:03:20.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:19 smithi043 ceph-mon[107704]: pgmap v361: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:20.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:19 smithi050 ceph-mon[110339]: pgmap v361: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:20.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 686 sec 2023-12-21T08:03:21.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 687 sec 2023-12-21T08:03:22.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:21 smithi043 ceph-mon[107704]: pgmap v362: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:03:22.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:21 smithi050 ceph-mon[110339]: pgmap v362: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:03:22.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 688 sec 2023-12-21T08:03:23.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 689 sec 2023-12-21T08:03:24.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:23 smithi043 ceph-mon[107704]: pgmap v363: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:24.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:23 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:03:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:23 smithi050 ceph-mon[110339]: pgmap v363: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:24.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:23 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:03:24.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 690 sec 2023-12-21T08:03:25.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 691 sec 2023-12-21T08:03:26.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:25 smithi043 ceph-mon[107704]: pgmap v364: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:26.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:25 smithi050 ceph-mon[110339]: pgmap v364: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:26.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 692 sec 2023-12-21T08:03:27.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 693 sec 2023-12-21T08:03:28.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:27 smithi043 ceph-mon[107704]: pgmap v365: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:28.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:27 smithi050 ceph-mon[110339]: pgmap v365: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:28.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 694 sec 2023-12-21T08:03:29.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 695 sec 2023-12-21T08:03:30.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:29 smithi043 ceph-mon[107704]: pgmap v366: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:30.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:29 smithi050 ceph-mon[110339]: pgmap v366: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:30.602 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 696 sec 2023-12-21T08:03:30.609 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph orch ps' 2023-12-21T08:03:31.085 INFO:teuthology.orchestra.run.smithi043.stdout: 0 cleanup 696 sec 2023-12-21T08:03:31.085 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T08:03:31.085 INFO:teuthology.orchestra.run.smithi043.stdout: Operation Count AvgLat MaxLat 2023-12-21T08:03:31.085 INFO:teuthology.orchestra.run.smithi043.stdout: ---------------------------------------- 2023-12-21T08:03:31.085 INFO:teuthology.orchestra.run.smithi043.stdout: NTCreateX 148705 7.170 175.274 2023-12-21T08:03:31.085 INFO:teuthology.orchestra.run.smithi043.stdout: Close 109166 0.134 24.776 2023-12-21T08:03:31.085 INFO:teuthology.orchestra.run.smithi043.stdout: Rename 6316 11.668 219.147 2023-12-21T08:03:31.085 INFO:teuthology.orchestra.run.smithi043.stdout: Unlink 30109 7.175 111.295 2023-12-21T08:03:31.085 INFO:teuthology.orchestra.run.smithi043.stdout: Qpathinfo 134917 2.899 105.035 2023-12-21T08:03:31.086 INFO:teuthology.orchestra.run.smithi043.stdout: Qfileinfo 23517 0.095 14.840 2023-12-21T08:03:31.086 INFO:teuthology.orchestra.run.smithi043.stdout: Qfsinfo 24778 1.546 33.186 2023-12-21T08:03:31.086 INFO:teuthology.orchestra.run.smithi043.stdout: Sfileinfo 12141 10.908 84.128 2023-12-21T08:03:31.086 INFO:teuthology.orchestra.run.smithi043.stdout: Find 52158 5.326 147.267 2023-12-21T08:03:31.086 INFO:teuthology.orchestra.run.smithi043.stdout: WriteX 73547 10.696 84.322 2023-12-21T08:03:31.086 INFO:teuthology.orchestra.run.smithi043.stdout: ReadX 233564 0.010 10.915 2023-12-21T08:03:31.086 INFO:teuthology.orchestra.run.smithi043.stdout: LockX 486 0.385 6.769 2023-12-21T08:03:31.086 INFO:teuthology.orchestra.run.smithi043.stdout: UnlockX 486 0.318 4.844 2023-12-21T08:03:31.086 INFO:teuthology.orchestra.run.smithi043.stdout: Flush 10436 0.002 0.015 2023-12-21T08:03:31.086 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T08:03:31.086 INFO:teuthology.orchestra.run.smithi043.stdout:Throughput 7.72675 MB/sec 5 clients 5 procs max_latency=219.160 ms 2023-12-21T08:03:31.087 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-12-21T08:03:31.149 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-12-21T08:03:31.227 DEBUG:teuthology.orchestra.run.smithi043:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-12-21T08:03:31.288 INFO:teuthology.orchestra.run.smithi043.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-12-21T08:03:31.288 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T08:03:31.288 INFO:teuthology.orchestra.run.smithi043.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-12-21T08:03:31.289 INFO:teuthology.orchestra.run.smithi043.stdout:3 of 5 processes prepared for launch 0 sec 2023-12-21T08:03:31.389 INFO:teuthology.orchestra.run.smithi043.stdout:5 of 5 processes prepared for launch 0 sec 2023-12-21T08:03:31.389 INFO:teuthology.orchestra.run.smithi043.stdout:releasing clients 2023-12-21T08:03:31.649 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:31 smithi043 ceph-mon[107704]: pgmap v367: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:03:31.650 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:31 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:31.650 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:31 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:31.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:31 smithi050 ceph-mon[110339]: pgmap v367: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:03:31.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:31 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:31.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:31 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:32.883 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T08:03:32.883 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 starting - - - - 2023-12-21T08:03:32.883 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (17m) 11m ago 17m 7000k - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T08:03:32.883 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (17m) 8m ago 17m 7142k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T08:03:32.883 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 starting - - - - 2023-12-21T08:03:32.884 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (13m) 11m ago 13m 34.2M - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T08:03:32.884 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (13m) 8m ago 13m 14.1M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T08:03:32.884 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:9283 running (18m) 11m ago 18m 421M - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T08:03:32.884 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (12m) 8m ago 17m 515M - 19.0.0-297-ga89fee39 36973ca01a0c c5323c1b1613 2023-12-21T08:03:32.884 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (18m) 11m ago 18m 85.9M 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T08:03:32.884 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (17m) 8m ago 17m 63.6M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T08:03:32.885 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (13m) 11m ago 13m 263M - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T08:03:32.885 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (13m) 8m ago 13m 89.8M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T08:03:32.885 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 starting - - - - 2023-12-21T08:03:32.885 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 running (11m) 8m ago 17m 28.5M - 1.3.1 1dbe0e931976 2ffb41028fa7 2023-12-21T08:03:32.885 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (16m) 11m ago 16m 545M 1945M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T08:03:32.885 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (16m) 11m ago 16m 354M 1945M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T08:03:32.885 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (16m) 11m ago 16m 193M 1945M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T08:03:32.885 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (15m) 11m ago 15m 505M 1945M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T08:03:32.885 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (15m) 8m ago 15m 1354M 2713M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T08:03:32.886 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (15m) 8m ago 15m 1647M 2713M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T08:03:32.886 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (15m) 8m ago 15m 1305M 2713M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T08:03:32.886 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (14m) 8m ago 14m 2095M 2713M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T08:03:32.886 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 starting - - - - 2023-12-21T08:03:33.399 INFO:teuthology.orchestra.run.smithi043.stdout: 5 324 19.77 MB/sec execute 1 sec latency 129.643 ms 2023-12-21T08:03:33.549 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:33 smithi043 ceph-mon[107704]: pgmap v368: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:33 smithi050 ceph-mon[110339]: pgmap v368: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:33.906 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph versions' 2023-12-21T08:03:34.399 INFO:teuthology.orchestra.run.smithi043.stdout: 5 440 19.12 MB/sec execute 2 sec latency 134.806 ms 2023-12-21T08:03:34.601 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:34 smithi043 ceph-mon[107704]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T08:03:34.777 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:34 smithi050 ceph-mon[110339]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T08:03:35.400 INFO:teuthology.orchestra.run.smithi043.stdout: 5 615 20.18 MB/sec execute 3 sec latency 119.184 ms 2023-12-21T08:03:35.637 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:35 smithi043 ceph-mon[107704]: pgmap v369: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:35.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:35 smithi050 ceph-mon[110339]: pgmap v369: 97 pgs: 97 active+clean; 254 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:03:36.380 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T08:03:36.380 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T08:03:36.380 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T08:03:36.380 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T08:03:36.380 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T08:03:36.380 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-21T08:03:36.380 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T08:03:36.381 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T08:03:36.381 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T08:03:36.381 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T08:03:36.381 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T08:03:36.381 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T08:03:36.381 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T08:03:36.381 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T08:03:36.381 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T08:03:36.382 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-21T08:03:36.382 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T08:03:36.382 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T08:03:36.382 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T08:03:36.400 INFO:teuthology.orchestra.run.smithi043.stdout: 5 833 17.08 MB/sec execute 4 sec latency 123.041 ms 2023-12-21T08:03:36.928 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-21T08:03:37.400 INFO:teuthology.orchestra.run.smithi043.stdout: 5 cleanup 5 sec 2023-12-21T08:03:37.432 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:37 smithi043 ceph-mon[107704]: pgmap v370: 97 pgs: 97 active+clean; 321 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 6.7 MiB/s wr, 103 op/s 2023-12-21T08:03:37.432 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:37 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:37.432 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:37 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:37.432 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:37 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2277128832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T08:03:37.432 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:37 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T08:03:37.432 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:37 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T08:03:37.433 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:37 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:37.433 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:37 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:37.433 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:37 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T08:03:37.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:37 smithi050 ceph-mon[110339]: pgmap v370: 97 pgs: 97 active+clean; 321 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 6.7 MiB/s wr, 103 op/s 2023-12-21T08:03:37.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:37 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:37.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:37 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:37.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:37 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2277128832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T08:03:37.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:37 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T08:03:37.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:37 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T08:03:37.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:37 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:37.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:37 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:37.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:37 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T08:03:38.400 INFO:teuthology.orchestra.run.smithi043.stdout: 2 cleanup 6 sec 2023-12-21T08:03:38.525 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:38 smithi043 ceph-mon[107704]: pgmap v371: 97 pgs: 97 active+clean; 321 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 634 B/s rd, 7.2 MiB/s wr, 110 op/s 2023-12-21T08:03:38.525 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:38 smithi043 ceph-mon[107704]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-21T08:03:38.525 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:38 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:38.525 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:38 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:38.628 INFO:teuthology.orchestra.run.smithi043.stdout:wait for servicemap items w/ changing names to refresh 2023-12-21T08:03:38.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:38 smithi050 ceph-mon[110339]: pgmap v371: 97 pgs: 97 active+clean; 321 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 634 B/s rd, 7.2 MiB/s wr, 110 op/s 2023-12-21T08:03:38.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:38 smithi050 ceph-mon[110339]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-12-21T08:03:38.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:38 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:38.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:38 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:39.001 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'sleep 60' 2023-12-21T08:03:39.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 7 sec 2023-12-21T08:03:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:39 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:03:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:39 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:03:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:03:40.399 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 8 sec 2023-12-21T08:03:40.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:40 smithi050 ceph-mon[110339]: pgmap v372: 97 pgs: 97 active+clean; 321 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 634 B/s rd, 7.2 MiB/s wr, 110 op/s 2023-12-21T08:03:41.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:40 smithi043 ceph-mon[107704]: pgmap v372: 97 pgs: 97 active+clean; 321 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 634 B/s rd, 7.2 MiB/s wr, 110 op/s 2023-12-21T08:03:41.399 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 9 sec 2023-12-21T08:03:42.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 10 sec 2023-12-21T08:03:42.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:42 smithi050 ceph-mon[110339]: pgmap v373: 97 pgs: 97 active+clean; 284 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 10 MiB/s wr, 227 op/s 2023-12-21T08:03:43.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:42 smithi043 ceph-mon[107704]: pgmap v373: 97 pgs: 97 active+clean; 284 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 10 MiB/s wr, 227 op/s 2023-12-21T08:03:43.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 11 sec 2023-12-21T08:03:44.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 12 sec 2023-12-21T08:03:44.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:44 smithi050 ceph-mon[110339]: pgmap v374: 97 pgs: 97 active+clean; 284 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 10 MiB/s wr, 227 op/s 2023-12-21T08:03:45.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:44 smithi043 ceph-mon[107704]: pgmap v374: 97 pgs: 97 active+clean; 284 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.0 KiB/s rd, 10 MiB/s wr, 227 op/s 2023-12-21T08:03:45.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 13 sec 2023-12-21T08:03:46.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 14 sec 2023-12-21T08:03:46.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:46 smithi050 ceph-mon[110339]: pgmap v375: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 10 MiB/s wr, 235 op/s 2023-12-21T08:03:47.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:46 smithi043 ceph-mon[107704]: pgmap v375: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.9 KiB/s rd, 10 MiB/s wr, 235 op/s 2023-12-21T08:03:47.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 15 sec 2023-12-21T08:03:48.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 16 sec 2023-12-21T08:03:48.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:48 smithi050 ceph-mon[110339]: pgmap v376: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.9 MiB/s wr, 125 op/s 2023-12-21T08:03:49.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:48 smithi043 ceph-mon[107704]: pgmap v376: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 2.9 MiB/s wr, 125 op/s 2023-12-21T08:03:49.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 17 sec 2023-12-21T08:03:50.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 18 sec 2023-12-21T08:03:50.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:50 smithi050 ceph-mon[110339]: pgmap v377: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.7 MiB/s wr, 118 op/s 2023-12-21T08:03:51.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:50 smithi043 ceph-mon[107704]: pgmap v377: 97 pgs: 97 active+clean; 256 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.7 MiB/s wr, 118 op/s 2023-12-21T08:03:51.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 19 sec 2023-12-21T08:03:52.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 20 sec 2023-12-21T08:03:52.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:52 smithi050 ceph-mon[110339]: pgmap v378: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.7 MiB/s wr, 119 op/s 2023-12-21T08:03:53.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:52 smithi043 ceph-mon[107704]: pgmap v378: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.7 MiB/s wr, 119 op/s 2023-12-21T08:03:53.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 21 sec 2023-12-21T08:03:53.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:53 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:03:54.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:53 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:03:54.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 22 sec 2023-12-21T08:03:54.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:54 smithi050 ceph-mon[110339]: pgmap v379: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 KiB/s wr, 9 op/s 2023-12-21T08:03:55.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:54 smithi043 ceph-mon[107704]: pgmap v379: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 KiB/s wr, 9 op/s 2023-12-21T08:03:55.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 23 sec 2023-12-21T08:03:56.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 24 sec 2023-12-21T08:03:56.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:56 smithi050 ceph-mon[110339]: pgmap v380: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 KiB/s wr, 9 op/s 2023-12-21T08:03:57.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:56 smithi043 ceph-mon[107704]: pgmap v380: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 1.2 KiB/s rd, 11 KiB/s wr, 9 op/s 2023-12-21T08:03:57.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 25 sec 2023-12-21T08:03:58.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 26 sec 2023-12-21T08:03:58.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:03:58 smithi050 ceph-mon[110339]: pgmap v381: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-12-21T08:03:59.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:03:58 smithi043 ceph-mon[107704]: pgmap v381: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-12-21T08:03:59.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 27 sec 2023-12-21T08:04:00.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 28 sec 2023-12-21T08:04:00.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:00 smithi050 ceph-mon[110339]: pgmap v382: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-12-21T08:04:01.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:00 smithi043 ceph-mon[107704]: pgmap v382: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-12-21T08:04:01.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 29 sec 2023-12-21T08:04:02.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 30 sec 2023-12-21T08:04:02.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:02 smithi050 ceph-mon[110339]: pgmap v383: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.0 KiB/s wr, 2 op/s 2023-12-21T08:04:03.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:02 smithi043 ceph-mon[107704]: pgmap v383: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 2.0 KiB/s wr, 2 op/s 2023-12-21T08:04:03.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 31 sec 2023-12-21T08:04:04.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 32 sec 2023-12-21T08:04:04.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:04 smithi050 ceph-mon[110339]: pgmap v384: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:05.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:04 smithi043 ceph-mon[107704]: pgmap v384: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:05.400 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 33 sec 2023-12-21T08:04:06.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 34 sec 2023-12-21T08:04:06.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:06 smithi050 ceph-mon[110339]: pgmap v385: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:07.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:06 smithi043 ceph-mon[107704]: pgmap v385: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:07.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 35 sec 2023-12-21T08:04:08.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 36 sec 2023-12-21T08:04:08.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:08 smithi050 ceph-mon[110339]: pgmap v386: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:08.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:08 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:04:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:08 smithi043 ceph-mon[107704]: pgmap v386: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:08 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:04:09.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 37 sec 2023-12-21T08:04:10.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 38 sec 2023-12-21T08:04:10.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:10 smithi050 ceph-mon[110339]: pgmap v387: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:11.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:10 smithi043 ceph-mon[107704]: pgmap v387: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:11.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 39 sec 2023-12-21T08:04:12.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 40 sec 2023-12-21T08:04:12.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:12 smithi050 ceph-mon[110339]: pgmap v388: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:04:13.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:12 smithi043 ceph-mon[107704]: pgmap v388: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:04:13.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 41 sec 2023-12-21T08:04:14.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 42 sec 2023-12-21T08:04:14.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:14 smithi050 ceph-mon[110339]: pgmap v389: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:15.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:14 smithi043 ceph-mon[107704]: pgmap v389: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:15.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 43 sec 2023-12-21T08:04:16.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 44 sec 2023-12-21T08:04:16.849 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:16 smithi050 ceph-mon[110339]: pgmap v390: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:17.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:16 smithi043 ceph-mon[107704]: pgmap v390: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:17.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 45 sec 2023-12-21T08:04:18.402 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 46 sec 2023-12-21T08:04:18.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:18 smithi050 ceph-mon[110339]: pgmap v391: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:19.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:18 smithi043 ceph-mon[107704]: pgmap v391: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:19.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 47 sec 2023-12-21T08:04:20.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 48 sec 2023-12-21T08:04:20.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:20 smithi050 ceph-mon[110339]: pgmap v392: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:21.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:20 smithi043 ceph-mon[107704]: pgmap v392: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:21.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 49 sec 2023-12-21T08:04:22.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 50 sec 2023-12-21T08:04:22.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:22 smithi050 ceph-mon[110339]: pgmap v393: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:04:23.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:22 smithi043 ceph-mon[107704]: pgmap v393: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:04:23.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 51 sec 2023-12-21T08:04:23.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:23 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:04:24.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:23 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:04:24.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 52 sec 2023-12-21T08:04:24.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:24 smithi050 ceph-mon[110339]: pgmap v394: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:25.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:24 smithi043 ceph-mon[107704]: pgmap v394: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:25.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 53 sec 2023-12-21T08:04:26.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 54 sec 2023-12-21T08:04:26.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:26 smithi050 ceph-mon[110339]: pgmap v395: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:27.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:26 smithi043 ceph-mon[107704]: pgmap v395: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:27.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 55 sec 2023-12-21T08:04:28.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 56 sec 2023-12-21T08:04:28.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:28 smithi050 ceph-mon[110339]: pgmap v396: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:29.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:28 smithi043 ceph-mon[107704]: pgmap v396: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:29.401 INFO:teuthology.orchestra.run.smithi043.stdout: 1 cleanup 57 sec 2023-12-21T08:04:29.415 INFO:teuthology.orchestra.run.smithi043.stdout: 0 cleanup 57 sec 2023-12-21T08:04:29.415 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T08:04:29.415 INFO:teuthology.orchestra.run.smithi043.stdout: Operation Count AvgLat MaxLat 2023-12-21T08:04:29.415 INFO:teuthology.orchestra.run.smithi043.stdout: ---------------------------------------- 2023-12-21T08:04:29.415 INFO:teuthology.orchestra.run.smithi043.stdout: NTCreateX 590 20.131 134.801 2023-12-21T08:04:29.415 INFO:teuthology.orchestra.run.smithi043.stdout: Close 543 7.254 38.538 2023-12-21T08:04:29.415 INFO:teuthology.orchestra.run.smithi043.stdout: Rename 22 30.404 127.019 2023-12-21T08:04:29.415 INFO:teuthology.orchestra.run.smithi043.stdout: Unlink 49 4.495 33.530 2023-12-21T08:04:29.415 INFO:teuthology.orchestra.run.smithi043.stdout: Qpathinfo 193 3.554 71.456 2023-12-21T08:04:29.416 INFO:teuthology.orchestra.run.smithi043.stdout: Qfileinfo 320 12.267 33.345 2023-12-21T08:04:29.416 INFO:teuthology.orchestra.run.smithi043.stdout: Qfsinfo 106 2.258 21.349 2023-12-21T08:04:29.416 INFO:teuthology.orchestra.run.smithi043.stdout: Sfileinfo 93 14.303 47.904 2023-12-21T08:04:29.416 INFO:teuthology.orchestra.run.smithi043.stdout: Find 135 6.806 101.922 2023-12-21T08:04:29.416 INFO:teuthology.orchestra.run.smithi043.stdout: WriteX 1563 0.024 0.067 2023-12-21T08:04:29.416 INFO:teuthology.orchestra.run.smithi043.stdout: ReadX 473 0.045 2.763 2023-12-21T08:04:29.416 INFO:teuthology.orchestra.run.smithi043.stdout: Flush 114 12.291 33.331 2023-12-21T08:04:29.416 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-21T08:04:29.416 INFO:teuthology.orchestra.run.smithi043.stdout:Throughput 17.0787 MB/sec 5 clients 5 procs max_latency=134.806 ms 2023-12-21T08:04:29.417 DEBUG:teuthology.parallel:result is None 2023-12-21T08:04:30.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:30 smithi050 ceph-mon[110339]: pgmap v397: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:30.991 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:30 smithi043 ceph-mon[107704]: pgmap v397: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:32.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:32 smithi050 ceph-mon[110339]: pgmap v398: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-12-21T08:04:32.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:32 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:04:32.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:32 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:04:32.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:32 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T08:04:32.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:32 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T08:04:32.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:32 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:04:32.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:32 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:04:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:32 smithi043 ceph-mon[107704]: pgmap v398: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 0 op/s 2023-12-21T08:04:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:32 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:04:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:32 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:04:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:32 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T08:04:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:32 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T08:04:33.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:32 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:04:33.005 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:32 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:04:34.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:33 smithi043 ceph-mon[107704]: pgmap v399: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 191 B/s rd, 1.9 KiB/s wr, 0 op/s 2023-12-21T08:04:34.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:33 smithi043 ceph-mon[107704]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-21T08:04:34.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:33 smithi050 ceph-mon[110339]: pgmap v399: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 191 B/s rd, 1.9 KiB/s wr, 0 op/s 2023-12-21T08:04:34.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:33 smithi050 ceph-mon[110339]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-12-21T08:04:36.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:35 smithi043 ceph-mon[107704]: pgmap v400: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 191 B/s rd, 1.9 KiB/s wr, 0 op/s 2023-12-21T08:04:36.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:35 smithi050 ceph-mon[110339]: pgmap v400: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 191 B/s rd, 1.9 KiB/s wr, 0 op/s 2023-12-21T08:04:38.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:37 smithi043 ceph-mon[107704]: pgmap v401: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 383 B/s rd, 7.4 KiB/s wr, 1 op/s 2023-12-21T08:04:38.097 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:37 smithi050 ceph-mon[110339]: pgmap v401: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 383 B/s rd, 7.4 KiB/s wr, 1 op/s 2023-12-21T08:04:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:39 smithi043 ceph-mon[107704]: pgmap v402: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 383 B/s rd, 7.4 KiB/s wr, 1 op/s 2023-12-21T08:04:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:39 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:04:39.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:04:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:39 smithi050 ceph-mon[110339]: pgmap v402: 97 pgs: 97 active+clean; 253 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 383 B/s rd, 7.4 KiB/s wr, 1 op/s 2023-12-21T08:04:39.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:39 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:04:39.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:04:41.754 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:41 smithi043 ceph-mon[107704]: pgmap v403: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 863 B/s rd, 9.3 KiB/s wr, 3 op/s 2023-12-21T08:04:41.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:41 smithi050 ceph-mon[110339]: pgmap v403: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 863 B/s rd, 9.3 KiB/s wr, 3 op/s 2023-12-21T08:04:43.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:43 smithi050 ceph-mon[110339]: pgmap v404: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 671 B/s rd, 7.4 KiB/s wr, 3 op/s 2023-12-21T08:04:44.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:43 smithi043 ceph-mon[107704]: pgmap v404: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 671 B/s rd, 7.4 KiB/s wr, 3 op/s 2023-12-21T08:04:45.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:45 smithi050 ceph-mon[110339]: pgmap v405: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 6.6 KiB/s wr, 2 op/s 2023-12-21T08:04:46.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:45 smithi043 ceph-mon[107704]: pgmap v405: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 6.6 KiB/s wr, 2 op/s 2023-12-21T08:04:47.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:47 smithi050 ceph-mon[110339]: pgmap v406: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 6.6 KiB/s wr, 2 op/s 2023-12-21T08:04:48.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:47 smithi043 ceph-mon[107704]: pgmap v406: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 6.6 KiB/s wr, 2 op/s 2023-12-21T08:04:49.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:49 smithi050 ceph-mon[110339]: pgmap v407: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-21T08:04:50.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:49 smithi043 ceph-mon[107704]: pgmap v407: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-12-21T08:04:51.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:51 smithi050 ceph-mon[110339]: pgmap v408: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-12-21T08:04:52.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:51 smithi043 ceph-mon[107704]: pgmap v408: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-12-21T08:04:53.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:53 smithi050 ceph-mon[110339]: pgmap v409: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:53.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:53 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:04:54.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:53 smithi043 ceph-mon[107704]: pgmap v409: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:54.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:53 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:04:55.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:55 smithi050 ceph-mon[110339]: pgmap v410: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:56.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:55 smithi043 ceph-mon[107704]: pgmap v410: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:57.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:57 smithi050 ceph-mon[110339]: pgmap v411: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:58.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:57 smithi043 ceph-mon[107704]: pgmap v411: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:04:59.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:04:59 smithi050 ceph-mon[110339]: pgmap v412: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:00.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:04:59 smithi043 ceph-mon[107704]: pgmap v412: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:01.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:01 smithi050 ceph-mon[110339]: pgmap v413: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:05:02.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:01 smithi043 ceph-mon[107704]: pgmap v413: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:05:03.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:03 smithi050 ceph-mon[110339]: pgmap v414: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:04.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:03 smithi043 ceph-mon[107704]: pgmap v414: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:05.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:05 smithi050 ceph-mon[110339]: pgmap v415: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:06.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:05 smithi043 ceph-mon[107704]: pgmap v415: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:07.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:07 smithi050 ceph-mon[110339]: pgmap v416: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:08.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:07 smithi043 ceph-mon[107704]: pgmap v416: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:08.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:08 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:05:09.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:08 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:05:09.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:09 smithi050 ceph-mon[110339]: pgmap v417: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:10.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:09 smithi043 ceph-mon[107704]: pgmap v417: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:11.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:11 smithi050 ceph-mon[110339]: pgmap v418: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:05:12.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:11 smithi043 ceph-mon[107704]: pgmap v418: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:05:13.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:13 smithi050 ceph-mon[110339]: pgmap v419: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:14.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:13 smithi043 ceph-mon[107704]: pgmap v419: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:15.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:15 smithi050 ceph-mon[110339]: pgmap v420: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:16.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:15 smithi043 ceph-mon[107704]: pgmap v420: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:17.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:17 smithi050 ceph-mon[110339]: pgmap v421: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:18.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:17 smithi043 ceph-mon[107704]: pgmap v421: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:19.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:19 smithi050 ceph-mon[110339]: pgmap v422: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:20.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:19 smithi043 ceph-mon[107704]: pgmap v422: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:21.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:21 smithi050 ceph-mon[110339]: pgmap v423: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:05:22.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:21 smithi043 ceph-mon[107704]: pgmap v423: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:05:23.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:23 smithi050 ceph-mon[110339]: pgmap v424: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:23.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:23 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:05:24.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:23 smithi043 ceph-mon[107704]: pgmap v424: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:24.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:23 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:05:25.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:25 smithi050 ceph-mon[110339]: pgmap v425: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:26.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:25 smithi043 ceph-mon[107704]: pgmap v425: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:27.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:27 smithi050 ceph-mon[110339]: pgmap v426: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:28.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:27 smithi043 ceph-mon[107704]: pgmap v426: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:29.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:29 smithi050 ceph-mon[110339]: pgmap v427: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:30.004 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:29 smithi043 ceph-mon[107704]: pgmap v427: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:30.828 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph orch ps' 2023-12-21T08:05:31.756 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:31 smithi043 ceph-mon[107704]: pgmap v428: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:05:31.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:31 smithi050 ceph-mon[110339]: pgmap v428: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T08:05:32.392 INFO:teuthology.orchestra.run.smithi043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T08:05:32.392 INFO:teuthology.orchestra.run.smithi043.stdout:alertmanager.smithi043 smithi043 *:9093,9094 running (13m) 60s ago 19m - - 0.23.0 ba2b418f427c fd1c92f60b20 2023-12-21T08:05:32.392 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi043 smithi043 running (19m) 60s ago 19m - - 17.2.0 e1d6a67b021e 7a1c53071dc2 2023-12-21T08:05:32.392 INFO:teuthology.orchestra.run.smithi043.stdout:crash.smithi050 smithi050 running (19m) 10m ago 19m 7142k - 17.2.0 e1d6a67b021e 52181ec73c89 2023-12-21T08:05:32.392 INFO:teuthology.orchestra.run.smithi043.stdout:grafana.smithi043 smithi043 *:3000 running (13m) 60s ago 19m - - 8.3.5 dad864ee21e9 aad89ffc13bc 2023-12-21T08:05:32.392 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi043.ixrngd smithi043 running (15m) 60s ago 15m - - 17.2.0 e1d6a67b021e 8fc3cca97801 2023-12-21T08:05:32.392 INFO:teuthology.orchestra.run.smithi043.stdout:mds.foofs.smithi050.xrkwsg smithi050 running (15m) 10m ago 15m 14.1M - 17.2.0 e1d6a67b021e 1d4cc87d097d 2023-12-21T08:05:32.392 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi043.nepoxl smithi043 *:8443,9283,8765 running (20m) 60s ago 20m - - 17.2.0 e1d6a67b021e d5b1a6826412 2023-12-21T08:05:32.392 INFO:teuthology.orchestra.run.smithi043.stdout:mgr.smithi050.sfkyvy smithi050 *:8443,9283 running (14m) 10m ago 19m 515M - 19.0.0-297-ga89fee39 36973ca01a0c c5323c1b1613 2023-12-21T08:05:32.393 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi043 smithi043 running (20m) 60s ago 20m - 2048M 17.2.0 e1d6a67b021e ad9e9423c216 2023-12-21T08:05:32.393 INFO:teuthology.orchestra.run.smithi043.stdout:mon.smithi050 smithi050 running (19m) 10m ago 19m 63.6M 2048M 17.2.0 e1d6a67b021e 885943fe7d55 2023-12-21T08:05:32.393 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.0.0.smithi043.qrypcz smithi043 *:2049 running (15m) 60s ago 15m - - 4.0 e1d6a67b021e 28b436a415f6 2023-12-21T08:05:32.393 INFO:teuthology.orchestra.run.smithi043.stdout:nfs.foo.1.0.smithi050.yrpjbj smithi050 *:2049 running (15m) 10m ago 15m 89.8M - 4.0 e1d6a67b021e eb0453381444 2023-12-21T08:05:32.393 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi043 smithi043 *:9100 running (13m) 60s ago 19m - - 1.3.1 1dbe0e931976 32a89ade036c 2023-12-21T08:05:32.393 INFO:teuthology.orchestra.run.smithi043.stdout:node-exporter.smithi050 smithi050 *:9100 running (13m) 10m ago 19m 28.5M - 1.3.1 1dbe0e931976 2ffb41028fa7 2023-12-21T08:05:32.393 INFO:teuthology.orchestra.run.smithi043.stdout:osd.0 smithi043 running (18m) 60s ago 18m - 1945M 17.2.0 e1d6a67b021e 377974e2552d 2023-12-21T08:05:32.393 INFO:teuthology.orchestra.run.smithi043.stdout:osd.1 smithi043 running (18m) 60s ago 18m - 1945M 17.2.0 e1d6a67b021e 2dfd880582aa 2023-12-21T08:05:32.393 INFO:teuthology.orchestra.run.smithi043.stdout:osd.2 smithi043 running (18m) 60s ago 18m - 1945M 17.2.0 e1d6a67b021e 5ac499fba1d5 2023-12-21T08:05:32.393 INFO:teuthology.orchestra.run.smithi043.stdout:osd.3 smithi043 running (17m) 60s ago 17m - 1945M 17.2.0 e1d6a67b021e 3cff932d5b86 2023-12-21T08:05:32.394 INFO:teuthology.orchestra.run.smithi043.stdout:osd.4 smithi050 running (17m) 10m ago 17m 1354M 2713M 17.2.0 e1d6a67b021e 7b84a5b14312 2023-12-21T08:05:32.394 INFO:teuthology.orchestra.run.smithi043.stdout:osd.5 smithi050 running (17m) 10m ago 17m 1647M 2713M 17.2.0 e1d6a67b021e 0ee693738dab 2023-12-21T08:05:32.394 INFO:teuthology.orchestra.run.smithi043.stdout:osd.6 smithi050 running (17m) 10m ago 17m 1305M 2713M 17.2.0 e1d6a67b021e 6192f7010909 2023-12-21T08:05:32.394 INFO:teuthology.orchestra.run.smithi043.stdout:osd.7 smithi050 running (16m) 10m ago 16m 2095M 2713M 17.2.0 e1d6a67b021e 662cc09dd44a 2023-12-21T08:05:32.394 INFO:teuthology.orchestra.run.smithi043.stdout:prometheus.smithi043 smithi043 *:9095 running (13m) 60s ago 19m - - 2.33.4 514e6a882f6e 82addd84d7f8 2023-12-21T08:05:32.738 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:32 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T08:05:32.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:32 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T08:05:33.026 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph orch upgrade status' 2023-12-21T08:05:33.640 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:33 smithi043 ceph-mon[107704]: pgmap v429: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:33.640 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:33 smithi043 ceph-mon[107704]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T08:05:33.847 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:33 smithi050 ceph-mon[110339]: pgmap v429: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:33.848 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:33 smithi050 ceph-mon[110339]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T08:05:34.727 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T08:05:34.727 INFO:teuthology.orchestra.run.smithi043.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:751cd8803790cd7e425341bbbc42d987f196ec37d2d33f2bf0c3cd12ce503b1e", 2023-12-21T08:05:34.728 INFO:teuthology.orchestra.run.smithi043.stdout: "in_progress": true, 2023-12-21T08:05:34.728 INFO:teuthology.orchestra.run.smithi043.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-21T08:05:34.728 INFO:teuthology.orchestra.run.smithi043.stdout: "services_complete": [], 2023-12-21T08:05:34.728 INFO:teuthology.orchestra.run.smithi043.stdout: "progress": "1/23 daemons upgraded", 2023-12-21T08:05:34.728 INFO:teuthology.orchestra.run.smithi043.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed.", 2023-12-21T08:05:34.728 INFO:teuthology.orchestra.run.smithi043.stdout: "is_paused": true 2023-12-21T08:05:34.728 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T08:05:35.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:34 smithi050 ceph-mon[110339]: pgmap v430: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:35.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:34 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:35.098 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:34 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:35.158 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:34 smithi043 ceph-mon[107704]: pgmap v430: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:35.158 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:34 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:35.158 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:34 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:35.160 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph health detail' 2023-12-21T08:05:36.254 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:35 smithi043 ceph-mon[107704]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T08:05:36.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:35 smithi050 ceph-mon[110339]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T08:05:36.754 INFO:teuthology.orchestra.run.smithi043.stdout:HEALTH_WARN Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed. 2023-12-21T08:05:36.754 INFO:teuthology.orchestra.run.smithi043.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi043.nepoxl on host smithi043 failed. 2023-12-21T08:05:36.755 INFO:teuthology.orchestra.run.smithi043.stdout: Upgrade daemon: mgr.smithi043.nepoxl: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi043.nepoxl ... 2023-12-21T08:05:36.755 INFO:teuthology.orchestra.run.smithi043.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-12-21T08:05:36.755 INFO:teuthology.orchestra.run.smithi043.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-12-21T08:05:36.755 INFO:teuthology.orchestra.run.smithi043.stdout:Traceback (most recent call last): 2023-12-21T08:05:36.755 INFO:teuthology.orchestra.run.smithi043.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-12-21T08:05:36.755 INFO:teuthology.orchestra.run.smithi043.stdout: "__main__", mod_spec) 2023-12-21T08:05:36.755 INFO:teuthology.orchestra.run.smithi043.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-12-21T08:05:36.755 INFO:teuthology.orchestra.run.smithi043.stdout: exec(code, run_globals) 2023-12-21T08:05:36.756 INFO:teuthology.orchestra.run.smithi043.stdout: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 5477, in 2023-12-21T08:05:36.756 INFO:teuthology.orchestra.run.smithi043.stdout: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 5465, in main 2023-12-21T08:05:36.756 INFO:teuthology.orchestra.run.smithi043.stdout: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 3029, in command_deploy_from 2023-12-21T08:05:36.756 INFO:teuthology.orchestra.run.smithi043.stdout: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 3064, in _common_deploy 2023-12-21T08:05:36.756 INFO:teuthology.orchestra.run.smithi043.stdout: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 3094, in _deploy_daemon_container 2023-12-21T08:05:36.756 INFO:teuthology.orchestra.run.smithi043.stdout: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 1029, in deploy_daemon 2023-12-21T08:05:36.756 INFO:teuthology.orchestra.run.smithi043.stdout: File "/tmp/tmpnpapvm15.cephadm.build/app/__main__.py", line 1131, in deploy_daemon_units 2023-12-21T08:05:36.756 INFO:teuthology.orchestra.run.smithi043.stdout: File "/tmp/tmpnpapvm15.cephadm.build/app/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-12-21T08:05:36.756 INFO:teuthology.orchestra.run.smithi043.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-12-21T08:05:37.114 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:36 smithi043 ceph-mon[107704]: pgmap v431: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:37.114 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:36 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:37.114 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:36 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:37.115 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:36 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T08:05:37.115 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:36 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T08:05:37.115 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:36 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:37.115 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:36 smithi043 ceph-mon[107704]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:37.115 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:36 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/886796460' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T08:05:37.117 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph versions' 2023-12-21T08:05:37.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:36 smithi050 ceph-mon[110339]: pgmap v431: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:37.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:36 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:37.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:36 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:37.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:36 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T08:05:37.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:36 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T08:05:37.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:36 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:37.348 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:36 smithi050 ceph-mon[110339]: from='mgr.24423 ' entity='mgr.smithi050.sfkyvy' 2023-12-21T08:05:37.349 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:36 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/886796460' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-21T08:05:38.512 INFO:teuthology.orchestra.run.smithi043.stdout:{ 2023-12-21T08:05:38.512 INFO:teuthology.orchestra.run.smithi043.stdout: "mon": { 2023-12-21T08:05:38.512 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T08:05:38.512 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: "mgr": { 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: "osd": { 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: "mds": { 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: }, 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: "overall": { 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: "ceph version 19.0.0-297-ga89fee39 (a89fee39e1615509dcf1f65c74f2b137c73cba4f) reef (dev)": 1 2023-12-21T08:05:38.513 INFO:teuthology.orchestra.run.smithi043.stdout: } 2023-12-21T08:05:38.514 INFO:teuthology.orchestra.run.smithi043.stdout:} 2023-12-21T08:05:38.874 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-21T08:05:39.486 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:39 smithi043 ceph-mon[107704]: pgmap v432: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:39.486 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:39 smithi043 ceph-mon[107704]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:05:39.486 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:39 smithi043 ceph-mon[107704]: from='client.? 172.21.15.43:0/2109149194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T08:05:39.597 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:39 smithi050 ceph-mon[110339]: pgmap v432: 97 pgs: 97 active+clean; 244 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T08:05:39.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:39 smithi050 ceph-mon[110339]: from='mgr.24423 172.21.15.50:0/20238618' entity='mgr.smithi050.sfkyvy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-21T08:05:39.598 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:39 smithi050 ceph-mon[110339]: from='client.? 172.21.15.43:0/2109149194' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-21T08:05:40.296 INFO:teuthology.orchestra.run.smithi043.stdout:false 2023-12-21T08:05:40.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T08:05:40.650 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_a89fee39e1615509dcf1f65c74f2b137c73cba4f/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_a89fee39e1615509dcf1f65c74f2b137c73cba4f/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 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 b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-21T08:05:40.728 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f09f876936644ee996aed90fa769eb90 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_a89fee39e1615509dcf1f65c74f2b137c73cba4f/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_a89fee39e1615509dcf1f65c74f2b137c73cba4f/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 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 b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-21T08:05:40.731 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-21T08:05:40.741 INFO:tasks.cephadm:Teardown begin 2023-12-21T08:05:40.741 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T08:05:40.777 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T08:05:40.816 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-21T08:05:40.817 DEBUG:teuthology.orchestra.run.smithi043:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T08:05:40.836 DEBUG:teuthology.orchestra.run.smithi050:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T08:05:40.877 INFO:tasks.cephadm:Stopping all daemons... 2023-12-21T08:05:40.878 INFO:tasks.cephadm.mon.smithi043:Stopping mon.smithi043... 2023-12-21T08:05:40.878 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mon.smithi043 2023-12-21T08:05:41.228 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:40 smithi043 systemd[1]: Stopping Ceph mon.smithi043 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T08:05:41.228 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:40 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-mon-smithi043[107681]: 2023-12-21T08:05:40.981+0000 7f338a078700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi043 -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-21T08:05:41.229 INFO:journalctl@ceph.mon.smithi043.smithi043.stdout:Dec 21 08:05:40 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-mon-smithi043[107681]: 2023-12-21T08:05:40.981+0000 7f338a078700 -1 mon.smithi043@0(leader) e2 *** Got Signal Terminated *** 2023-12-21T08:05:41.401 DEBUG:teuthology.orchestra.run.smithi043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mon.smithi043.service' 2023-12-21T08:05:41.452 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T08:05:41.452 INFO:tasks.cephadm.mon.smithi043:Stopped mon.smithi043 2023-12-21T08:05:41.452 INFO:tasks.cephadm.mon.smithi050:Stopping mon.smithi050... 2023-12-21T08:05:41.452 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mon.smithi050 2023-12-21T08:05:41.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:41 smithi050 systemd[1]: Stopping Ceph mon.smithi050 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T08:05:41.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:41 smithi050 bash[135961]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-mon.smithi050" found: no such container 2023-12-21T08:05:41.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:41 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-mon-smithi050[110301]: 2023-12-21T08:05:41.592+0000 7fe28ca8e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi050 -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-21T08:05:41.831 INFO:journalctl@ceph.mon.smithi050.smithi050.stdout:Dec 21 08:05:41 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-mon-smithi050[110301]: 2023-12-21T08:05:41.592+0000 7fe28ca8e700 -1 mon.smithi050@1(peon) e2 *** Got Signal Terminated *** 2023-12-21T08:05:41.994 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@mon.smithi050.service' 2023-12-21T08:05:42.045 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T08:05:42.045 INFO:tasks.cephadm.mon.smithi050:Stopped mon.smithi050 2023-12-21T08:05:42.046 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-21T08:05:42.046 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.0 2023-12-21T08:05:42.504 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 08:05:42 smithi043 systemd[1]: Stopping Ceph osd.0 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T08:05:42.504 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 08:05:42 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-0[120505]: 2023-12-21T08:05:42.152+0000 7f2a7d377700 -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-21T08:05:42.504 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 08:05:42 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-0[120505]: 2023-12-21T08:05:42.152+0000 7f2a7d377700 -1 osd.0 68 *** Got signal Terminated *** 2023-12-21T08:05:42.505 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 08:05:42 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-0[120505]: 2023-12-21T08:05:42.152+0000 7f2a7d377700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T08:05:48.218 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 08:05:47 smithi043 bash[158087]: ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-0 2023-12-21T08:05:48.219 INFO:journalctl@ceph.osd.0.smithi043.stdout:Dec 21 08:05:47 smithi043 bash[158167]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.0" found: no such container 2023-12-21T08:05:48.919 DEBUG:teuthology.orchestra.run.smithi043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.0.service' 2023-12-21T08:05:48.961 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T08:05:48.962 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-21T08:05:48.962 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-21T08:05:48.962 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.1 2023-12-21T08:05:49.254 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 08:05:49 smithi043 systemd[1]: Stopping Ceph osd.1 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T08:05:49.255 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 08:05:49 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-1[125156]: 2023-12-21T08:05:49.093+0000 7fd0e7af4700 -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-21T08:05:49.255 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 08:05:49 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-1[125156]: 2023-12-21T08:05:49.093+0000 7fd0e7af4700 -1 osd.1 68 *** Got signal Terminated *** 2023-12-21T08:05:49.255 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 08:05:49 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-1[125156]: 2023-12-21T08:05:49.093+0000 7fd0e7af4700 -1 osd.1 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T08:05:55.095 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 08:05:54 smithi043 bash[158344]: ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-1 2023-12-21T08:05:55.095 INFO:journalctl@ceph.osd.1.smithi043.stdout:Dec 21 08:05:54 smithi043 bash[158387]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.1" found: no such container 2023-12-21T08:05:55.754 DEBUG:teuthology.orchestra.run.smithi043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.1.service' 2023-12-21T08:05:55.796 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T08:05:55.796 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-21T08:05:55.796 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-21T08:05:55.796 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.2 2023-12-21T08:05:56.004 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 08:05:55 smithi043 systemd[1]: Stopping Ceph osd.2 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T08:05:56.005 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 08:05:55 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-2[129495]: 2023-12-21T08:05:55.945+0000 7fa2289d9700 -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-21T08:05:56.005 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 08:05:55 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-2[129495]: 2023-12-21T08:05:55.945+0000 7fa2289d9700 -1 osd.2 68 *** Got signal Terminated *** 2023-12-21T08:05:56.005 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 08:05:55 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-2[129495]: 2023-12-21T08:05:55.945+0000 7fa2289d9700 -1 osd.2 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T08:06:01.978 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 08:06:01 smithi043 bash[158567]: ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-2 2023-12-21T08:06:01.978 INFO:journalctl@ceph.osd.2.smithi043.stdout:Dec 21 08:06:01 smithi043 bash[158612]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.2" found: no such container 2023-12-21T08:06:02.783 DEBUG:teuthology.orchestra.run.smithi043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.2.service' 2023-12-21T08:06:02.825 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T08:06:02.825 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-21T08:06:02.825 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-21T08:06:02.825 DEBUG:teuthology.orchestra.run.smithi043:> sudo systemctl stop ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.3 2023-12-21T08:06:03.254 INFO:journalctl@ceph.osd.3.smithi043.stdout:Dec 21 08:06:02 smithi043 systemd[1]: Stopping Ceph osd.3 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T08:06:03.254 INFO:journalctl@ceph.osd.3.smithi043.stdout:Dec 21 08:06:02 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-3[133278]: 2023-12-21T08:06:02.961+0000 7fe0e6f8b700 -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-21T08:06:03.254 INFO:journalctl@ceph.osd.3.smithi043.stdout:Dec 21 08:06:02 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-3[133278]: 2023-12-21T08:06:02.961+0000 7fe0e6f8b700 -1 osd.3 68 *** Got signal Terminated *** 2023-12-21T08:06:03.255 INFO:journalctl@ceph.osd.3.smithi043.stdout:Dec 21 08:06:02 smithi043 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-3[133278]: 2023-12-21T08:06:02.961+0000 7fe0e6f8b700 -1 osd.3 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T08:06:08.754 INFO:journalctl@ceph.osd.3.smithi043.stdout:Dec 21 08:06:08 smithi043 bash[158788]: ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-3 2023-12-21T08:06:08.755 INFO:journalctl@ceph.osd.3.smithi043.stdout:Dec 21 08:06:08 smithi043 bash[158866]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.3" found: no such container 2023-12-21T08:06:09.097 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:08 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:08.665+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:09.558 DEBUG:teuthology.orchestra.run.smithi043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.3.service' 2023-12-21T08:06:09.614 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T08:06:09.614 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-21T08:06:09.615 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-21T08:06:09.615 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.4 2023-12-21T08:06:10.097 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:09 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:09.700+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:10.098 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 08:06:09 smithi050 systemd[1]: Stopping Ceph osd.4 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T08:06:10.098 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 08:06:09 smithi050 bash[136153]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-21T08:06:10.098 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 08:06:09 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-4[115095]: 2023-12-21T08:06:09.744+0000 7f1efb886700 -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-21T08:06:10.098 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 08:06:09 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-4[115095]: 2023-12-21T08:06:09.744+0000 7f1efb886700 -1 osd.4 68 *** Got signal Terminated *** 2023-12-21T08:06:10.098 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 08:06:09 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-4[115095]: 2023-12-21T08:06:09.744+0000 7f1efb886700 -1 osd.4 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T08:06:10.598 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:10 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:10.197+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:11.097 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:10 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:10.693+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:11.597 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:11 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:11.161+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:11.598 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 08:06:11 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-4[115095]: 2023-12-21T08:06:11.207+0000 7f1ef621d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.365851+0000 front 2023-12-21T08:05:44.365997+0000 (oldest deadline 2023-12-21T08:06:10.265800+0000) 2023-12-21T08:06:12.097 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:11 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:11.675+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:12.598 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 08:06:12 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-4[115095]: 2023-12-21T08:06:12.215+0000 7f1ef621d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.365851+0000 front 2023-12-21T08:05:44.365997+0000 (oldest deadline 2023-12-21T08:06:10.265800+0000) 2023-12-21T08:06:12.598 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:12 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:12.153+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:12.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:12 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:12.105+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:13.097 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:12 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:12.644+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:13.598 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:13 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:13.119+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:13.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:13 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:13.125+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:13.598 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 08:06:13 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-4[115095]: 2023-12-21T08:06:13.215+0000 7f1ef621d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.365851+0000 front 2023-12-21T08:05:44.365997+0000 (oldest deadline 2023-12-21T08:06:10.265800+0000) 2023-12-21T08:06:14.081 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:13 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:13.650+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:14.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:14 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:14.078+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:14.348 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:14 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:14.169+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:14.349 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 08:06:14 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-4[115095]: 2023-12-21T08:06:14.181+0000 7f1ef621d700 -1 osd.4 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.365851+0000 front 2023-12-21T08:05:44.365997+0000 (oldest deadline 2023-12-21T08:06:10.265800+0000) 2023-12-21T08:06:15.050 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:14 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:14.629+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:15.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:15 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:15.046+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:15.348 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:15 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:15.126+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:15.847 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 08:06:15 smithi050 bash[136166]: ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-4 2023-12-21T08:06:15.848 INFO:journalctl@ceph.osd.4.smithi050.stdout:Dec 21 08:06:15 smithi050 bash[136210]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.4" found: no such container 2023-12-21T08:06:15.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:15 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:15.587+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:15.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:15 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:15.587+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:51.339159+0000 front 2023-12-21T08:05:51.339192+0000 (oldest deadline 2023-12-21T08:06:15.439285+0000) 2023-12-21T08:06:16.134 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:16 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:16.048+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:16.523 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:16 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:16.131+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:16.531 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.4.service' 2023-12-21T08:06:16.572 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T08:06:16.572 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-21T08:06:16.572 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-21T08:06:16.573 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.5 2023-12-21T08:06:16.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:16 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:16.586+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:16.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:16 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:16.586+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:51.339159+0000 front 2023-12-21T08:05:51.339192+0000 (oldest deadline 2023-12-21T08:06:15.439285+0000) 2023-12-21T08:06:16.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:16 smithi050 systemd[1]: Stopping Ceph osd.5 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T08:06:16.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:16 smithi050 bash[136392]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-21T08:06:16.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:16 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:16.742+0000 7f82e74f5700 -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-21T08:06:16.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:16 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:16.742+0000 7f82e74f5700 -1 osd.5 68 *** Got signal Terminated *** 2023-12-21T08:06:16.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:16 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:16.742+0000 7f82e74f5700 -1 osd.5 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T08:06:17.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:17 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:17.047+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:17.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:17 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:17.047+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:17.349 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:17 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:17.167+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:17.847 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:17 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:17.538+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:17.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:17 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:17.538+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:51.339159+0000 front 2023-12-21T08:05:51.339192+0000 (oldest deadline 2023-12-21T08:06:15.439285+0000) 2023-12-21T08:06:18.530 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:18 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:18.094+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:18.530 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:18 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:18.094+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:18.530 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:18 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:18.154+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:18.847 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:18 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:18.526+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:18.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:18 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:18.526+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:51.339159+0000 front 2023-12-21T08:05:51.339192+0000 (oldest deadline 2023-12-21T08:06:15.439285+0000) 2023-12-21T08:06:19.511 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:19 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:19.110+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:19.511 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:19 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:19.110+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:19.512 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:19 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:19.185+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:19.512 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:19 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:19.185+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:19.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:19 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:19.507+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:19.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:19 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:19.507+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:51.339159+0000 front 2023-12-21T08:05:51.339192+0000 (oldest deadline 2023-12-21T08:06:15.439285+0000) 2023-12-21T08:06:20.507 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:20 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:20.097+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:20.508 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:20 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:20.097+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:20.508 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:20 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:20.212+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:20.508 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:20 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:20.212+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:20.847 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:20 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:20.503+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:20.847 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:20 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:20.503+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:51.339159+0000 front 2023-12-21T08:05:51.339192+0000 (oldest deadline 2023-12-21T08:06:15.439285+0000) 2023-12-21T08:06:21.347 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:21 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:21.052+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:21.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:21 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:21.052+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:21.348 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:21 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:21.201+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:21.348 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:21 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:21.201+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:21.847 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:21 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:21.506+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.138294+0000 front 2023-12-21T08:05:43.138270+0000 (oldest deadline 2023-12-21T08:06:07.838139+0000) 2023-12-21T08:06:21.848 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:21 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5[118551]: 2023-12-21T08:06:21.506+0000 7f82e268d700 -1 osd.5 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:51.339159+0000 front 2023-12-21T08:05:51.339192+0000 (oldest deadline 2023-12-21T08:06:15.439285+0000) 2023-12-21T08:06:22.382 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:22 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:22.094+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:22.382 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:22 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:22.094+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:22.383 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:22 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:22.176+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:22.383 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:22 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:22.176+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:22.781 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:22 smithi050 bash[136405]: ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-5 2023-12-21T08:06:22.781 INFO:journalctl@ceph.osd.5.smithi050.stdout:Dec 21 08:06:22 smithi050 bash[136447]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.5" found: no such container 2023-12-21T08:06:23.325 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:23 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:23.135+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:23.326 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:23 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:23.135+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:23.326 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:23 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:23.061+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:23.326 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:23 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:23.061+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:23.326 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:23 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:23.061+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:57.249590+0000 front 2023-12-21T08:05:57.249578+0000 (oldest deadline 2023-12-21T08:06:22.549501+0000) 2023-12-21T08:06:23.508 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.5.service' 2023-12-21T08:06:23.549 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T08:06:23.549 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-21T08:06:23.549 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-21T08:06:23.549 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.6 2023-12-21T08:06:24.065 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:23 smithi050 systemd[1]: Stopping Ceph osd.6 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T08:06:24.066 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:23 smithi050 bash[136660]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-21T08:06:24.066 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:23 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:23.711+0000 7faa1b10d700 -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-21T08:06:24.066 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:23 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:23.711+0000 7faa1b10d700 -1 osd.6 68 *** Got signal Terminated *** 2023-12-21T08:06:24.066 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:23 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:23.711+0000 7faa1b10d700 -1 osd.6 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T08:06:24.066 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:24 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:24.062+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:24.067 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:24 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:24.062+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:24.067 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:24 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:24.062+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:57.249590+0000 front 2023-12-21T08:05:57.249578+0000 (oldest deadline 2023-12-21T08:06:22.549501+0000) 2023-12-21T08:06:24.348 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:24 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:24.166+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:24.348 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:24 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:24.166+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:25.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:25 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:25.078+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:25.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:25 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:25.078+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:25.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:25 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:25.078+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:57.249590+0000 front 2023-12-21T08:05:57.249578+0000 (oldest deadline 2023-12-21T08:06:22.549501+0000) 2023-12-21T08:06:25.349 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:25 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:25.120+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:25.349 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:25 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:25.120+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:25.349 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:25 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:25.120+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:59.161861+0000 front 2023-12-21T08:05:59.161739+0000 (oldest deadline 2023-12-21T08:06:25.061756+0000) 2023-12-21T08:06:26.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:26 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:26.072+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:26.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:26 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:26.072+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:26.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:26 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:26.072+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:57.249590+0000 front 2023-12-21T08:05:57.249578+0000 (oldest deadline 2023-12-21T08:06:22.549501+0000) 2023-12-21T08:06:26.348 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:26 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:26.162+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:26.349 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:26 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:26.162+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:26.349 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:26 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:26.162+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:59.161861+0000 front 2023-12-21T08:05:59.161739+0000 (oldest deadline 2023-12-21T08:06:25.061756+0000) 2023-12-21T08:06:27.598 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:27 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:27.113+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:27.598 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:27 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:27.113+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:27.598 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:27 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:27.113+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:57.249590+0000 front 2023-12-21T08:05:57.249578+0000 (oldest deadline 2023-12-21T08:06:22.549501+0000) 2023-12-21T08:06:27.599 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:27 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:27.155+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:27.599 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:27 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:27.156+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:27.599 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:27 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:27.156+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:59.161861+0000 front 2023-12-21T08:05:59.161739+0000 (oldest deadline 2023-12-21T08:06:25.061756+0000) 2023-12-21T08:06:28.347 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:28 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:28.073+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:44.546144+0000 front 2023-12-21T08:05:44.546171+0000 (oldest deadline 2023-12-21T08:06:09.246371+0000) 2023-12-21T08:06:28.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:28 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:28.073+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:52.648514+0000 front 2023-12-21T08:05:52.648408+0000 (oldest deadline 2023-12-21T08:06:16.748417+0000) 2023-12-21T08:06:28.348 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:28 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6[122082]: 2023-12-21T08:06:28.073+0000 7faa142a1700 -1 osd.6 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:57.249590+0000 front 2023-12-21T08:05:57.249578+0000 (oldest deadline 2023-12-21T08:06:22.549501+0000) 2023-12-21T08:06:28.348 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:28 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:28.181+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:28.348 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:28 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:28.181+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:28.348 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:28 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:28.181+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:59.161861+0000 front 2023-12-21T08:05:59.161739+0000 (oldest deadline 2023-12-21T08:06:25.061756+0000) 2023-12-21T08:06:29.449 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:29 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:29.174+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:29.449 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:29 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:29.174+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:29.449 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:29 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:29.174+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:59.161861+0000 front 2023-12-21T08:05:59.161739+0000 (oldest deadline 2023-12-21T08:06:25.061756+0000) 2023-12-21T08:06:29.752 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:29 smithi050 bash[136672]: ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-6 2023-12-21T08:06:29.752 INFO:journalctl@ceph.osd.6.smithi050.stdout:Dec 21 08:06:29 smithi050 bash[136715]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.6" found: no such container 2023-12-21T08:06:30.450 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:30 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:30.192+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:30.450 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:30 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:30.192+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:30.450 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:30 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:30.192+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:59.161861+0000 front 2023-12-21T08:05:59.161739+0000 (oldest deadline 2023-12-21T08:06:25.061756+0000) 2023-12-21T08:06:30.457 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.6.service' 2023-12-21T08:06:30.498 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T08:06:30.498 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-21T08:06:30.498 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-21T08:06:30.499 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.7 2023-12-21T08:06:30.848 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:30 smithi050 systemd[1]: Stopping Ceph osd.7 for b79dce04-9fd4-11ee-95a5-87774f69a715... 2023-12-21T08:06:30.848 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:30 smithi050 bash[136894]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.7" found: no such container 2023-12-21T08:06:30.848 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:30 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:30.674+0000 7fc7d41da700 -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-21T08:06:30.848 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:30 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:30.674+0000 7fc7d41da700 -1 osd.7 68 *** Got signal Terminated *** 2023-12-21T08:06:30.848 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:30 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:30.674+0000 7fc7d41da700 -1 osd.7 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-21T08:06:31.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:31 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:31.236+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:31.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:31 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:31.236+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:31.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:31 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:31.236+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:59.161861+0000 front 2023-12-21T08:05:59.161739+0000 (oldest deadline 2023-12-21T08:06:25.061756+0000) 2023-12-21T08:06:32.597 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:32 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:32.202+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:32.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:32 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:32.202+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:32.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:32 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:32.202+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:59.161861+0000 front 2023-12-21T08:05:59.161739+0000 (oldest deadline 2023-12-21T08:06:25.061756+0000) 2023-12-21T08:06:32.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:32 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:32.202+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2023-12-21T08:06:06.162825+0000 front 2023-12-21T08:06:06.162732+0000 (oldest deadline 2023-12-21T08:06:32.062721+0000) 2023-12-21T08:06:33.597 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:33 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:33.242+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:33.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:33 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:33.242+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:33.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:33 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:33.242+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:59.161861+0000 front 2023-12-21T08:05:59.161739+0000 (oldest deadline 2023-12-21T08:06:25.061756+0000) 2023-12-21T08:06:33.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:33 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:33.242+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2023-12-21T08:06:06.162825+0000 front 2023-12-21T08:06:06.162732+0000 (oldest deadline 2023-12-21T08:06:32.062721+0000) 2023-12-21T08:06:34.597 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:34 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:34.286+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:34.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:34 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:34.286+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:34.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:34 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:34.286+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:59.161861+0000 front 2023-12-21T08:05:59.161739+0000 (oldest deadline 2023-12-21T08:06:25.061756+0000) 2023-12-21T08:06:34.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:34 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:34.286+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2023-12-21T08:06:06.162825+0000 front 2023-12-21T08:06:06.162732+0000 (oldest deadline 2023-12-21T08:06:32.062721+0000) 2023-12-21T08:06:35.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:35 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:35.270+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6806 osd.0 since back 2023-12-21T08:05:43.360052+0000 front 2023-12-21T08:05:43.360041+0000 (oldest deadline 2023-12-21T08:06:11.560261+0000) 2023-12-21T08:06:35.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:35 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:35.270+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6814 osd.1 since back 2023-12-21T08:05:53.861254+0000 front 2023-12-21T08:05:53.861217+0000 (oldest deadline 2023-12-21T08:06:19.161126+0000) 2023-12-21T08:06:35.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:35 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:35.270+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6822 osd.2 since back 2023-12-21T08:05:59.161861+0000 front 2023-12-21T08:05:59.161739+0000 (oldest deadline 2023-12-21T08:06:25.061756+0000) 2023-12-21T08:06:35.598 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:35 smithi050 ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7[125574]: 2023-12-21T08:06:35.270+0000 7fc7ceb71700 -1 osd.7 68 heartbeat_check: no reply from 172.21.15.43:6830 osd.3 since back 2023-12-21T08:06:06.162825+0000 front 2023-12-21T08:06:06.162732+0000 (oldest deadline 2023-12-21T08:06:32.062721+0000) 2023-12-21T08:06:36.762 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:36 smithi050 bash[136906]: ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd-7 2023-12-21T08:06:36.762 INFO:journalctl@ceph.osd.7.smithi050.stdout:Dec 21 08:06:36 smithi050 bash[136957]: Error: no container with name or ID "ceph-b79dce04-9fd4-11ee-95a5-87774f69a715-osd.7" found: no such container 2023-12-21T08:06:37.465 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b79dce04-9fd4-11ee-95a5-87774f69a715@osd.7.service' 2023-12-21T08:06:37.505 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T08:06:37.506 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-21T08:06:37.506 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T08:07:01.450 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T08:07:18.043 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T08:07:18.082 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T08:07:18.112 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-21T08:07:18.114 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223/remote/smithi043/crash 2023-12-21T08:07:18.115 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/crash -- . 2023-12-21T08:07:18.167 INFO:teuthology.orchestra.run.smithi043.stderr:tar: /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-21T08:07:18.167 INFO:teuthology.orchestra.run.smithi043.stderr:tar: Error is not recoverable: exiting now 2023-12-21T08:07:18.169 DEBUG:teuthology.misc:Transferring archived files from smithi050:/var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223/remote/smithi050/crash 2023-12-21T08:07:18.170 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/crash -- . 2023-12-21T08:07:18.214 INFO:teuthology.orchestra.run.smithi050.stderr:tar: /var/lib/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-21T08:07:18.214 INFO:teuthology.orchestra.run.smithi050.stderr:tar: Error is not recoverable: exiting now 2023-12-21T08:07:18.215 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-21T08:07:18.215 DEBUG:teuthology.orchestra.run.smithi043:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-21T08:07:18.247 INFO:teuthology.orchestra.run.smithi043.stderr:grep: /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-21T08:07:18.249 INFO:tasks.cephadm:Compressing logs... 2023-12-21T08:07:18.249 DEBUG:teuthology.orchestra.run.smithi043:> 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-21T08:07:18.291 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T08:07:18.318 INFO:teuthology.orchestra.run.smithi050.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T08:07:18.319 INFO:teuthology.orchestra.run.smithi050.stderr:: No such file or directory 2023-12-21T08:07:18.319 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-21T08:07:18.320 INFO:teuthology.orchestra.run.smithi043.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T08:07:18.320 INFO:teuthology.orchestra.run.smithi043.stderr:: No such file or directory 2023-12-21T08:07:18.320 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T08:07:18.321 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mgr.smithi050.sfkyvy.log 2023-12-21T08:07:18.321 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T08:07:18.321 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.6.log: /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mgr.smithi050.sfkyvy.log: gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-21T08:07:18.321 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mon.smithi050.log 2023-12-21T08:07:18.322 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-21T08:07:18.323 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-21T08:07:18.323 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi043.ixrngd.log 2023-12-21T08:07:18.323 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.2.log: /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-21T08:07:18.323 INFO:teuthology.orchestra.run.smithi043.stderr:gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mon.smithi043.log 2023-12-21T08:07:18.324 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.7.log: /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mon.smithi050.log: gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi050.xrkwsg.log 2023-12-21T08:07:18.324 INFO:teuthology.orchestra.run.smithi050.stderr: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T08:07:18.324 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi050.xrkwsg.log: gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-21T08:07:18.324 INFO:teuthology.orchestra.run.smithi050.stderr: 60.3% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi050.xrkwsg.log.gz 2023-12-21T08:07:18.324 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-21T08:07:18.325 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi043.ixrngd.log: /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.0.log: 79.8% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi043.ixrngd.log.gz 2023-12-21T08:07:18.325 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mon.smithi043.log: gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mgr.smithi043.nepoxl.log 2023-12-21T08:07:18.326 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.4.log: 91.0% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T08:07:18.327 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mgr.smithi043.nepoxl.log: gzip -5 --verbose -- /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-21T08:07:18.327 INFO:teuthology.orchestra.run.smithi043.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.1.log: 90.8% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T08:07:18.334 INFO:teuthology.orchestra.run.smithi043.stderr: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T08:07:18.420 INFO:teuthology.orchestra.run.smithi043.stderr: 88.5% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mgr.smithi043.nepoxl.log.gz 2023-12-21T08:07:18.463 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.5.log: 90.2% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mgr.smithi050.sfkyvy.log.gz 2023-12-21T08:07:18.609 INFO:teuthology.orchestra.run.smithi050.stderr: 92.3% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mon.smithi050.log.gz 2023-12-21T08:07:19.319 INFO:teuthology.orchestra.run.smithi043.stderr: 91.6% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-mon.smithi043.log.gz 2023-12-21T08:07:26.531 INFO:teuthology.orchestra.run.smithi043.stderr: 94.5% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-21T08:07:28.454 INFO:teuthology.orchestra.run.smithi050.stderr: 94.0% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-21T08:07:29.644 INFO:teuthology.orchestra.run.smithi050.stderr: 94.3% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-21T08:07:30.561 INFO:teuthology.orchestra.run.smithi043.stderr: 94.1% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-21T08:07:30.600 INFO:teuthology.orchestra.run.smithi043.stderr: 94.1% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-21T08:07:31.405 INFO:teuthology.orchestra.run.smithi043.stderr: 94.3% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-21T08:07:31.407 INFO:teuthology.orchestra.run.smithi043.stderr: 2023-12-21T08:07:31.407 INFO:teuthology.orchestra.run.smithi043.stderr:real 0m13.098s 2023-12-21T08:07:31.407 INFO:teuthology.orchestra.run.smithi043.stderr:user 0m45.159s 2023-12-21T08:07:31.407 INFO:teuthology.orchestra.run.smithi043.stderr:sys 0m1.717s 2023-12-21T08:07:33.096 INFO:teuthology.orchestra.run.smithi050.stderr: 94.2% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-21T08:07:36.677 INFO:teuthology.orchestra.run.smithi050.stderr: 94.2% -- replaced with /var/log/ceph/b79dce04-9fd4-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-21T08:07:36.679 INFO:teuthology.orchestra.run.smithi050.stderr: 2023-12-21T08:07:36.679 INFO:teuthology.orchestra.run.smithi050.stderr:real 0m18.370s 2023-12-21T08:07:36.679 INFO:teuthology.orchestra.run.smithi050.stderr:user 0m53.066s 2023-12-21T08:07:36.679 INFO:teuthology.orchestra.run.smithi050.stderr:sys 0m1.898s 2023-12-21T08:07:36.680 INFO:tasks.cephadm:Archiving logs... 2023-12-21T08:07:36.680 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223/remote/smithi043/log 2023-12-21T08:07:36.681 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T08:07:42.131 DEBUG:teuthology.misc:Transferring archived files from smithi050:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223/remote/smithi050/log 2023-12-21T08:07:42.132 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T08:07:48.579 INFO:tasks.cephadm:Removing cluster... 2023-12-21T08:07:48.579 DEBUG:teuthology.orchestra.run.smithi043:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 --force 2023-12-21T08:07:48.969 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b79dce04-9fd4-11ee-95a5-87774f69a715 --force 2023-12-21T08:07:49.375 INFO:tasks.cephadm:Removing cephadm ... 2023-12-21T08:07:49.375 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T08:07:49.395 DEBUG:teuthology.orchestra.run.smithi050:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T08:07:49.413 INFO:tasks.cephadm:Teardown complete 2023-12-21T08:07:49.414 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-21T08:07:49.427 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-21T08:07:49.427 DEBUG:teuthology.orchestra.run.smithi043:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T08:07:49.438 DEBUG:teuthology.orchestra.run.smithi050:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T08:07:49.454 INFO:teuthology.orchestra.run.smithi043.stderr:bash: ntpq: command not found 2023-12-21T08:07:49.459 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T08:07:49.459 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2023-12-21T08:07:49.460 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 14 -138us[ -139us] +/- 74ms 2023-12-21T08:07:49.460 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 12 -435us[ -436us] +/- 54ms 2023-12-21T08:07:49.460 INFO:teuthology.orchestra.run.smithi043.stdout:^* hv03.front.sepia.ceph.com 3 6 377 12 +700us[ +700us] +/- 73ms 2023-12-21T08:07:49.460 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T08:07:49.470 INFO:teuthology.orchestra.run.smithi050.stderr:bash: ntpq: command not found 2023-12-21T08:07:49.474 INFO:teuthology.orchestra.run.smithi050.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T08:07:49.474 INFO:teuthology.orchestra.run.smithi050.stdout:=============================================================================== 2023-12-21T08:07:49.474 INFO:teuthology.orchestra.run.smithi050.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 12 -100us[ -100us] +/- 74ms 2023-12-21T08:07:49.475 INFO:teuthology.orchestra.run.smithi050.stdout:^* hv02.front.sepia.ceph.com 3 6 377 13 -399us[ -367us] +/- 54ms 2023-12-21T08:07:49.475 INFO:teuthology.orchestra.run.smithi050.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 11 +748us[ +748us] +/- 73ms 2023-12-21T08:07:49.475 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T08:07:49.476 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T08:07:49.486 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T08:07:49.486 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T08:07:49.495 DEBUG:teuthology.orchestra.run.smithi043:> 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-21T08:07:49.599 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T08:07:49.694 DEBUG:teuthology.orchestra.run.smithi043:> 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-21T08:07:49.727 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T08:07:49.728 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T08:07:49.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T08:07:49.761 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T08:07:49.771 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T08:07:49.780 INFO:teuthology.task.internal:Duration was 1898.914678 seconds 2023-12-21T08:07:49.781 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T08:07:49.790 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T08:07:49.791 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T08:07:49.794 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T08:07:49.839 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T08:07:49.849 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T08:07:50.266 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T08:07:50.266 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi043.front.sepia.ceph.com 2023-12-21T08:07:50.267 DEBUG:teuthology.orchestra.run.smithi043:> 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-21T08:07:50.293 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi050.front.sepia.ceph.com 2023-12-21T08:07:50.294 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T08:07:50.318 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T08:07:50.318 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T08:07:50.336 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T08:07:50.417 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T08:07:50.417 DEBUG:teuthology.orchestra.run.smithi043:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T08:07:50.419 DEBUG:teuthology.orchestra.run.smithi050:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T08:07:59.102 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T08:07:59.112 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T08:07:59.113 DEBUG:teuthology.orchestra.run.smithi043:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T08:07:59.140 DEBUG:teuthology.orchestra.run.smithi050:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T08:07:59.174 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T08:07:59.183 DEBUG:teuthology.orchestra.run.smithi043:> 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-21T08:07:59.185 DEBUG:teuthology.orchestra.run.smithi050:> 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-21T08:07:59.210 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = core 2023-12-21T08:07:59.246 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = core 2023-12-21T08:07:59.277 DEBUG:teuthology.orchestra.run.smithi043:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T08:07:59.293 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T08:07:59.294 DEBUG:teuthology.orchestra.run.smithi050:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T08:07:59.336 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T08:07:59.337 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T08:07:59.346 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T08:07:59.347 DEBUG:teuthology.misc:Transferring archived files from smithi043:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223/remote/smithi043 2023-12-21T08:07:59.347 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T08:07:59.404 DEBUG:teuthology.misc:Transferring archived files from smithi050:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223/remote/smithi050 2023-12-21T08:07:59.405 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T08:07:59.446 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T08:07:59.446 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T08:07:59.448 DEBUG:teuthology.orchestra.run.smithi050:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T08:07:59.500 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T08:07:59.512 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T08:07:59.512 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T08:07:59.522 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T08:07:59.522 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T08:07:59.524 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T08:07:59.540 INFO:teuthology.orchestra.run.smithi043.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 08:07 /home/ubuntu/cephtest 2023-12-21T08:07:59.559 INFO:teuthology.orchestra.run.smithi050.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 08:07 /home/ubuntu/cephtest 2023-12-21T08:07:59.561 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T08:07:59.570 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T08:07:59.590 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T08:07:59.618 DEBUG:teuthology.nuke:shortname: smithi043 2023-12-21T08:07:59.619 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T08:07:59.641 DEBUG:teuthology.nuke:shortname: smithi050 2023-12-21T08:07:59.641 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T08:07:59.645 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223', '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-21 07:27:33.397835', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOTAsS0QufyntJyst2vUZX/kqZzvg6dvSlT30/xMDnHf2hnnxEZvyqg45oqzPVuKOfsZ//U/0Ztx7J+FCTdIsTw='} 2023-12-21T08:07:59.658 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-12-21_07:27:10-orch:cephadm-wip-guits-testing-2023-12-20-0830-distro-default-smithi/7499223', '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-21 07:27:33.399511', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFIewJem9eR0qRbVadwS9KXaQ6+s5vaZmwvY/tpXMliiGa0IxwtJk+yFLhaoW05tpKy4VPLPT9K3sVXX5DyQhD8='} 2023-12-21T08:07:59.694 INFO:teuthology.orchestra.console.smithi043:Power off 2023-12-21T08:07:59.694 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T08:07:59.711 INFO:teuthology.orchestra.console.smithi050:Power off 2023-12-21T08:07:59.711 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T08:07:59.721 DEBUG:teuthology.orchestra.console.smithi043:power off output: Chassis Power Control: Down/Off 2023-12-21T08:07:59.722 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T08:07:59.733 DEBUG:teuthology.orchestra.console.smithi050:power off output: Chassis Power Control: Down/Off 2023-12-21T08:07:59.734 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T08:07:59.742 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2023-12-21T08:07:59.758 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is on 2023-12-21T08:08:03.744 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T08:08:03.759 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T08:08:03.854 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2023-12-21T08:08:03.867 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is on 2023-12-21T08:08:07.859 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T08:08:07.869 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T08:08:07.971 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is off 2023-12-21T08:08:07.982 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is off 2023-12-21T08:08:08.072 INFO:teuthology.orchestra.console.smithi043:Power off completed 2023-12-21T08:08:08.083 INFO:teuthology.orchestra.console.smithi050:Power off completed 2023-12-21T08:08:08.188 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: 1898.9146778583527 failure_reason: 'Command failed on smithi043 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 b79dce04-9fd4-11ee-95a5-87774f69a715 -e sha1=a89fee39e1615509dcf1f65c74f2b137c73cba4f -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f09f876936644ee996aed90fa769eb90 status: fail success: false 2023-12-21T08:08:08.189 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T08:08:08.267 INFO:teuthology.run:FAIL