2024-09-16T22:52:25.836 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-16T22:52:25.853 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T22:52:25.944 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653 branch: wip-dis-testing description: rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{centos_latest} 5-data-pool/replicated 6-prepare/qcow2-http 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute 9-cleanup/cleanup conf/{disable-pool-app}} email: idryomov@gmail.com exclude_arch: armv7l first_in_suite: false io_workload: sequential: - qemu: client.0: clone: true disks: - action: none image_name: client.0.0 - action: none image_name: client.0.1 - action: none image_name: client.0.2 test: qa/run_xfstests_qemu.sh type: block job_id: '7907653' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi migrate_workload: sequential: - exec: client.0: - sleep 60 - rbd migration execute client.0.0 - sleep 60 - rbd migration commit client.0.0 - sleep 60 - rbd migration execute client.0.1 name: dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 - machine: cpus: 1 disk: 40 ram: 30000 volumes: count: 4 size: 30 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-dis-testing ceph: conf: client: rbd default data pool: datapool global: mon warn on pool no app: false mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: bluestore block size: 96636764160 bluestore compression algorithm: lz4 bluestore compression mode: aggressive bluestore fsck on mount: true debug bluefs: 1/20 debug bluestore: 1/20 debug ms: 1 debug osd: 20 debug rocksdb: 4/10 mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd failsafe full ratio: 0.95 osd objectstore: bluestore osd shutdown pgref assert: true flavor: default fs: xfs log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 thrashosds: bdev_inject_crash: 2 bdev_inject_crash_probability: 0.5 workunit: branch: wip-dis-testing sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 owner: scheduled_dis@teuthology priority: 70 repo: https://github.com/ceph/ceph-ci roles: - - mon.a - mon.c - mgr.x - osd.0 - osd.1 - osd.2 - osd.3 - - mon.b - mgr.y - osd.4 - osd.5 - osd.6 - osd.7 - - client.0 seed: 2961 sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 sleep_before_teardown: 0 subset: 66/100 suite: rbd suite_branch: wip-dis-testing suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_6e8474a02f2b86353394076ab80c6f50ea28e361/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci suite_sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 targets: smithi018.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF9cqMo8X8NVDres54XovcJZSXyJRL/3uWESZPR9tYnlTvN80U8pQcwYd+HucAUMhO9k3wJ5gZFWerLRfO/UPrk= smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI15/2LSUs+rTv/lvZvj9yf63UEKtNDnrG1YaOWsm9ha5dy8/eaT8pTc2rOOxvlt1qGBfuveJWQJqbEPtQrmYsA= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEHynHvGtTdx+yIk4+Q5eVQb/W35qxlLqnkD8LJ35mMT4fml0zSd0dJDfwkNdXiMZYWYlLmod/5fV0UDQ/TCzyE= tasks: - install: null - ceph: null - exec: client.0: - sudo ceph osd pool create datapool 4 - rbd pool init datapool - exec: client.0: - mkdir /home/ubuntu/cephtest/migration - qemu-img create -f qcow2 /home/ubuntu/cephtest/migration/empty.qcow2 1G - echo '{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}' | rbd migration prepare --import-only --source-spec-path - client.0.0 - rbd migration prepare --import-only --source-spec '{"type":"qcow","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.qcow2"}}' client.0.1 - rbd migration prepare --import-only --source-spec '{"type":"qcow","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.qcow2"}}' client.0.2 - parallel: - io_workload - migrate_workload - exec: client.0: - pkill -9 qemu-nbd || true - rm -rf /home/ubuntu/cephtest/migration teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_19:45:14 tube: smithi user: dis verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-16T22:52:25.944 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_6e8474a02f2b86353394076ab80c6f50ea28e361/qa; will attempt to use it 2024-09-16T22:52:25.945 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_6e8474a02f2b86353394076ab80c6f50ea28e361/qa/tasks 2024-09-16T22:52:25.945 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-16T22:52:25.946 INFO:teuthology.task.internal:Checking packages... 2024-09-16T22:52:25.968 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '6e8474a02f2b86353394076ab80c6f50ea28e361' 2024-09-16T22:52:25.968 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T22:52:25.969 INFO:teuthology.packaging:ref: None 2024-09-16T22:52:25.969 INFO:teuthology.packaging:tag: None 2024-09-16T22:52:25.969 INFO:teuthology.packaging:branch: wip-dis-testing 2024-09-16T22:52:25.969 INFO:teuthology.packaging:sha1: 6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T22:52:25.969 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-dis-testing 2024-09-16T22:52:26.125 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4883.g6e8474a0 2024-09-16T22:52:26.127 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-16T22:52:26.132 INFO:teuthology.task.internal:no buildpackages task found 2024-09-16T22:52:26.133 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-16T22:52:26.142 INFO:teuthology.task.internal:Saving configuration 2024-09-16T22:52:26.156 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-16T22:52:26.163 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-16T22:52:26.185 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 22:47:21.753198', 'locked_by': 'scheduled_dis@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF9cqMo8X8NVDres54XovcJZSXyJRL/3uWESZPR9tYnlTvN80U8pQcwYd+HucAUMhO9k3wJ5gZFWerLRfO/UPrk='} 2024-09-16T22:52:26.203 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 22:47:21.750227', 'locked_by': 'scheduled_dis@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI15/2LSUs+rTv/lvZvj9yf63UEKtNDnrG1YaOWsm9ha5dy8/eaT8pTc2rOOxvlt1qGBfuveJWQJqbEPtQrmYsA='} 2024-09-16T22:52:26.223 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 22:47:21.751804', 'locked_by': 'scheduled_dis@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEHynHvGtTdx+yIk4+Q5eVQb/W35qxlLqnkD8LJ35mMT4fml0zSd0dJDfwkNdXiMZYWYlLmod/5fV0UDQ/TCzyE='} 2024-09-16T22:52:26.223 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-16T22:52:26.229 INFO:teuthology.task.internal:roles: ubuntu@smithi018.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.x', 'osd.0', 'osd.1', 'osd.2', 'osd.3'] 2024-09-16T22:52:26.229 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['mon.b', 'mgr.y', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-09-16T22:52:26.229 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['client.0'] 2024-09-16T22:52:26.229 INFO:teuthology.run_tasks:Running task console_log... 2024-09-16T22:52:26.306 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe880fd7ac0>, signals=[15]) 2024-09-16T22:52:26.306 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-16T22:52:26.312 INFO:teuthology.task.internal:Opening connections... 2024-09-16T22:52:26.312 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi018.front.sepia.ceph.com 2024-09-16T22:52:26.313 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:52:26.392 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2024-09-16T22:52:26.392 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:52:26.467 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-09-16T22:52:26.467 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:52:26.540 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-16T22:52:26.546 DEBUG:teuthology.orchestra.run.smithi018:> uname -m 2024-09-16T22:52:26.565 INFO:teuthology.orchestra.run.smithi018.stdout:x86_64 2024-09-16T22:52:26.566 DEBUG:teuthology.orchestra.run.smithi018:> cat /etc/os-release 2024-09-16T22:52:26.623 INFO:teuthology.orchestra.run.smithi018.stdout:NAME="CentOS Stream" 2024-09-16T22:52:26.623 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION="9" 2024-09-16T22:52:26.623 INFO:teuthology.orchestra.run.smithi018.stdout:ID="centos" 2024-09-16T22:52:26.624 INFO:teuthology.orchestra.run.smithi018.stdout:ID_LIKE="rhel fedora" 2024-09-16T22:52:26.624 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_ID="9" 2024-09-16T22:52:26.624 INFO:teuthology.orchestra.run.smithi018.stdout:PLATFORM_ID="platform:el9" 2024-09-16T22:52:26.624 INFO:teuthology.orchestra.run.smithi018.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T22:52:26.624 INFO:teuthology.orchestra.run.smithi018.stdout:ANSI_COLOR="0;31" 2024-09-16T22:52:26.624 INFO:teuthology.orchestra.run.smithi018.stdout:LOGO="fedora-logo-icon" 2024-09-16T22:52:26.624 INFO:teuthology.orchestra.run.smithi018.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T22:52:26.624 INFO:teuthology.orchestra.run.smithi018.stdout:HOME_URL="https://centos.org/" 2024-09-16T22:52:26.624 INFO:teuthology.orchestra.run.smithi018.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T22:52:26.624 INFO:teuthology.orchestra.run.smithi018.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T22:52:26.624 INFO:teuthology.orchestra.run.smithi018.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T22:52:26.625 INFO:teuthology.lock.ops:Updating smithi018.front.sepia.ceph.com on lock server 2024-09-16T22:52:26.652 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2024-09-16T22:52:26.670 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2024-09-16T22:52:26.671 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2024-09-16T22:52:26.729 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="CentOS Stream" 2024-09-16T22:52:26.729 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="9" 2024-09-16T22:52:26.729 INFO:teuthology.orchestra.run.smithi079.stdout:ID="centos" 2024-09-16T22:52:26.729 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE="rhel fedora" 2024-09-16T22:52:26.729 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="9" 2024-09-16T22:52:26.729 INFO:teuthology.orchestra.run.smithi079.stdout:PLATFORM_ID="platform:el9" 2024-09-16T22:52:26.729 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T22:52:26.730 INFO:teuthology.orchestra.run.smithi079.stdout:ANSI_COLOR="0;31" 2024-09-16T22:52:26.730 INFO:teuthology.orchestra.run.smithi079.stdout:LOGO="fedora-logo-icon" 2024-09-16T22:52:26.730 INFO:teuthology.orchestra.run.smithi079.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T22:52:26.730 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://centos.org/" 2024-09-16T22:52:26.730 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T22:52:26.730 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T22:52:26.730 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T22:52:26.730 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2024-09-16T22:52:26.760 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-09-16T22:52:26.779 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-09-16T22:52:26.779 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-09-16T22:52:26.838 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="CentOS Stream" 2024-09-16T22:52:26.838 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="9" 2024-09-16T22:52:26.838 INFO:teuthology.orchestra.run.smithi204.stdout:ID="centos" 2024-09-16T22:52:26.838 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE="rhel fedora" 2024-09-16T22:52:26.838 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="9" 2024-09-16T22:52:26.838 INFO:teuthology.orchestra.run.smithi204.stdout:PLATFORM_ID="platform:el9" 2024-09-16T22:52:26.838 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T22:52:26.838 INFO:teuthology.orchestra.run.smithi204.stdout:ANSI_COLOR="0;31" 2024-09-16T22:52:26.838 INFO:teuthology.orchestra.run.smithi204.stdout:LOGO="fedora-logo-icon" 2024-09-16T22:52:26.838 INFO:teuthology.orchestra.run.smithi204.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T22:52:26.838 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://centos.org/" 2024-09-16T22:52:26.839 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T22:52:26.839 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T22:52:26.839 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T22:52:26.839 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-09-16T22:52:26.869 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-16T22:52:26.878 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-16T22:52:26.883 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-16T22:52:26.884 DEBUG:teuthology.orchestra.run.smithi018:> test '!' -e /home/ubuntu/cephtest 2024-09-16T22:52:26.887 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2024-09-16T22:52:26.889 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-09-16T22:52:26.906 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-16T22:52:26.912 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-16T22:52:26.912 DEBUG:teuthology.orchestra.run.smithi018:> test -z $(ls -A /var/lib/ceph) 2024-09-16T22:52:26.944 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2024-09-16T22:52:26.947 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-09-16T22:52:27.039 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-16T22:52:27.115 INFO:teuthology.run_tasks:Running task kernel... 2024-09-16T22:52:27.131 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-16T22:52:27.131 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}, 'client.0': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-16T22:52:27.131 DEBUG:teuthology.orchestra.run.smithi018:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T22:52:27.132 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T22:52:27.132 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T22:52:27.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T22:52:27.149 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-09-16T22:52:27.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T22:52:27.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T22:52:27.151 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-09-16T22:52:27.151 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-09-16T22:52:27.207 INFO:teuthology.orchestra.run.smithi018.stdout:5.14.0-503.el9.x86_64 2024-09-16T22:52:27.207 INFO:teuthology.task.kernel:Running kernel on smithi018: 5.14.0-503.el9.x86_64 2024-09-16T22:52:27.207 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum install -y kernel 2024-09-16T22:52:27.208 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-503.el9.x86_64 2024-09-16T22:52:27.209 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.14.0-503.el9.x86_64 2024-09-16T22:52:27.209 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum install -y kernel 2024-09-16T22:52:27.210 INFO:teuthology.orchestra.run.smithi204.stdout:5.14.0-503.el9.x86_64 2024-09-16T22:52:27.210 INFO:teuthology.task.kernel:Running kernel on smithi204: 5.14.0-503.el9.x86_64 2024-09-16T22:52:27.210 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum install -y kernel 2024-09-16T22:52:30.490 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - BaseOS 5.3 MB/s | 8.3 MB 00:01 2024-09-16T22:52:31.067 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - BaseOS 4.0 MB/s | 8.3 MB 00:02 2024-09-16T22:52:31.772 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - BaseOS 3.0 MB/s | 8.3 MB 00:02 2024-09-16T22:52:32.207 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - AppStream 34 MB/s | 20 MB 00:00 2024-09-16T22:52:33.110 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - AppStream 21 MB/s | 20 MB 00:00 2024-09-16T22:52:33.590 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - AppStream 28 MB/s | 20 MB 00:00 2024-09-16T22:52:37.501 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.5 MB 00:00 2024-09-16T22:52:38.243 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - CRB 8.2 MB/s | 6.5 MB 00:00 2024-09-16T22:52:38.966 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - CRB 2.6 MB/s | 6.5 MB 00:02 2024-09-16T22:52:39.934 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 19 kB 00:00 2024-09-16T22:52:39.959 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 19 kB 00:01 2024-09-16T22:52:40.491 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - Extras packages 73 kB/s | 19 kB 00:00 2024-09-16T22:52:41.113 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-16T22:52:41.296 INFO:teuthology.orchestra.run.smithi204.stdout:Extra Packages for Enterprise Linux 18 MB/s | 23 MB 00:01 2024-09-16T22:52:41.362 INFO:teuthology.orchestra.run.smithi018.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-16T22:52:46.535 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-09-16T22:52:46.769 INFO:teuthology.orchestra.run.smithi204.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-16T22:52:47.084 INFO:teuthology.orchestra.run.smithi018.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-16T22:52:48.458 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T22:52:48.458 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T22:52:48.552 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T22:52:48.564 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T22:52:48.564 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout:Install 4 Packages 2024-09-16T22:52:48.565 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T22:52:48.566 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 79 M 2024-09-16T22:52:48.566 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 126 M 2024-09-16T22:52:48.566 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T22:52:48.642 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T22:52:48.642 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T22:52:48.727 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T22:52:48.733 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T22:52:48.733 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout:Install 4 Packages 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 79 M 2024-09-16T22:52:48.734 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 126 M 2024-09-16T22:52:48.735 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T22:52:48.884 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://mirrors.iu13.net/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-5.14.0-508.el9.x86_64.rpm (IP: 206.82.17.213) 2024-09-16T22:52:48.886 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://mirrors.iu13.net/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-core-5.14.0-508.el9.x86_64.rpm (IP: 206.82.17.213) 2024-09-16T22:52:48.886 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-modules-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://mirrors.iu13.net/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-5.14.0-508.el9.x86_64.rpm (IP: 206.82.17.213) 2024-09-16T22:52:48.958 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://mirrors.iu13.net/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-core-5.14.0-508.el9.x86_64.rpm (IP: 206.82.17.213) 2024-09-16T22:52:48.964 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-modules-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://mirrors.iu13.net/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-5.14.0-508.el9.x86_64.rpm (IP: 206.82.17.213) 2024-09-16T22:52:48.971 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://mirrors.iu13.net/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-5.14.0-508.el9.x86_64.rpm (IP: 206.82.17.213) 2024-09-16T22:52:49.051 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-modules-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-16T22:52:49.083 INFO:teuthology.orchestra.run.smithi018.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T22:52:49.083 INFO:teuthology.orchestra.run.smithi018.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T22:52:49.124 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-modules-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.22) 2024-09-16T22:52:49.133 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-core-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-16T22:52:49.176 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T22:52:49.177 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-16T22:52:49.180 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T22:52:49.181 INFO:teuthology.orchestra.run.smithi018.stdout: Package Architecture Version Repository Size 2024-09-16T22:52:49.181 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T22:52:49.181 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T22:52:49.181 INFO:teuthology.orchestra.run.smithi018.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-16T22:52:49.181 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2024-09-16T22:52:49.181 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-16T22:52:49.181 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-16T22:52:49.181 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-16T22:52:49.181 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T22:52:49.181 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T22:52:49.182 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T22:52:49.182 INFO:teuthology.orchestra.run.smithi018.stdout:Install 4 Packages 2024-09-16T22:52:49.182 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T22:52:49.183 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 79 M 2024-09-16T22:52:49.183 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 126 M 2024-09-16T22:52:49.183 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T22:52:49.225 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.22) 2024-09-16T22:52:49.260 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-core-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.22) 2024-09-16T22:52:49.420 INFO:teuthology.orchestra.run.smithi079.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 63 kB/s | 36 kB 00:00 2024-09-16T22:52:49.779 INFO:teuthology.orchestra.run.smithi204.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 38 kB/s | 36 kB 00:00 2024-09-16T22:52:49.801 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-modules-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://mirrors.iu13.net/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-core-5.14.0-508.el9.x86_64.rpm (IP: 206.82.17.213) 2024-09-16T22:52:49.822 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-modules-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://mirrors.iu13.net/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-core-5.14.0-508.el9.x86_64.rpm (IP: 206.82.17.213) 2024-09-16T22:52:49.993 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-modules-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-core-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.22) 2024-09-16T22:52:50.045 INFO:teuthology.orchestra.run.smithi018.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 60 kB/s | 36 kB 00:00 2024-09-16T22:52:50.054 INFO:teuthology.orchestra.run.smithi204.stdout:[MIRROR] kernel-modules-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-core-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-16T22:52:50.245 INFO:teuthology.orchestra.run.smithi079.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-16T22:52:50.670 INFO:teuthology.orchestra.run.smithi204.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 8.6 MB/s | 16 MB 00:01 2024-09-16T22:52:50.820 INFO:teuthology.orchestra.run.smithi018.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-16T22:52:50.912 INFO:teuthology.orchestra.run.smithi079.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 17 MB/s | 35 MB 00:02 2024-09-16T22:52:51.346 INFO:teuthology.orchestra.run.smithi204.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 14 MB/s | 35 MB 00:02 2024-09-16T22:52:51.497 INFO:teuthology.orchestra.run.smithi018.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 17 MB/s | 35 MB 00:02 2024-09-16T22:52:51.770 INFO:teuthology.orchestra.run.smithi079.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 12 MB/s | 29 MB 00:02 2024-09-16T22:52:51.771 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T22:52:51.771 INFO:teuthology.orchestra.run.smithi079.stdout:Total 25 MB/s | 79 MB 00:03 2024-09-16T22:52:52.453 INFO:teuthology.orchestra.run.smithi018.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 12 MB/s | 29 MB 00:02 2024-09-16T22:52:52.453 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T22:52:52.454 INFO:teuthology.orchestra.run.smithi018.stdout:Total 24 MB/s | 79 MB 00:03 2024-09-16T22:52:52.454 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T22:52:52.796 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T22:52:52.796 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T22:52:52.854 INFO:teuthology.orchestra.run.smithi204.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 9.3 MB/s | 29 MB 00:03 2024-09-16T22:52:52.858 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T22:52:52.858 INFO:teuthology.orchestra.run.smithi204.stdout:Total 19 MB/s | 79 MB 00:04 2024-09-16T22:52:53.163 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T22:52:53.545 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T22:52:53.555 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T22:52:53.555 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T22:52:53.772 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T22:52:53.773 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T22:52:53.891 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T22:52:53.891 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T22:52:54.542 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T22:52:54.542 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T22:52:54.838 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T22:52:54.838 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T22:52:56.224 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T22:52:56.944 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-16T22:52:57.029 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-16T22:52:57.207 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T22:52:57.269 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T22:52:57.881 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-16T22:52:57.962 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-16T22:52:57.992 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-16T22:52:58.089 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-16T22:52:59.791 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-16T22:52:59.932 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-16T22:53:00.721 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-16T22:53:00.841 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-16T22:53:00.857 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-16T22:53:00.977 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-16T22:53:04.742 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-16T22:53:05.014 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:05.829 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-16T22:53:05.962 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:05.988 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-16T22:53:06.032 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:09.840 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:10.803 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:11.170 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:48.074 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:48.113 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:48.470 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:48.471 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-16T22:53:48.471 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-16T22:53:48.471 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-16T22:53:49.225 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:49.265 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:49.328 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:49.328 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T22:53:49.328 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T22:53:49.328 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-16T22:53:49.328 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-16T22:53:49.328 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-16T22:53:49.328 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-16T22:53:49.329 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T22:53:49.329 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T22:53:49.648 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:49.648 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-16T22:53:49.648 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-16T22:53:49.648 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-16T22:53:49.701 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T22:53:49.793 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-16T22:53:49.793 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-16T22:53:49.793 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-16T22:53:49.793 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T22:53:49.793 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T22:53:49.794 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-16T22:53:49.794 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T22:53:49.794 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T22:53:49.851 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-16T22:53:49.852 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-16T22:53:49.853 DEBUG:teuthology.orchestra.run.smithi079:> sudo rpm -qi grub2-tools 2024-09-16T22:53:49.883 INFO:teuthology.orchestra.run.smithi079.stdout:Name : grub2-tools 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:Epoch : 1 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:Version : 2.06 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:Release : 82.el9 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: x86_64 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:Group : Unspecified 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:Size : 8274670 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:License : GPLv3+ 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T22:53:49.884 INFO:teuthology.orchestra.run.smithi079.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout:Packager : builder@centos.org 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout:Vendor : CentOS 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout:Summary : Support tools for GRUB. 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout:Description : 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout:hardware devices. 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T22:53:49.885 INFO:teuthology.orchestra.run.smithi079.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T22:53:49.886 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T22:53:49.887 INFO:teuthology.task.kernel:Updating grub on smithi079 to boot 5.14.0-508.el9.x86_64 2024-09-16T22:53:49.887 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T22:53:50.240 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:50.281 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:50.461 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:50.461 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T22:53:50.461 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T22:53:50.461 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-16T22:53:50.461 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-16T22:53:50.462 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-16T22:53:50.462 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-16T22:53:50.462 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T22:53:50.462 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T22:53:50.503 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2024-09-16T22:53:50.633 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:50.633 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-16T22:53:50.633 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-16T22:53:50.634 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-16T22:53:50.804 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T22:53:50.890 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-16T22:53:50.890 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-16T22:53:50.890 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-16T22:53:50.890 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T22:53:50.890 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T22:53:50.890 INFO:teuthology.task.kernel:Installing distro kernel on client.0... 2024-09-16T22:53:50.890 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T22:53:50.891 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T22:53:50.949 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-16T22:53:50.950 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-16T22:53:50.950 DEBUG:teuthology.orchestra.run.smithi204:> sudo rpm -qi grub2-tools 2024-09-16T22:53:50.989 INFO:teuthology.orchestra.run.smithi204.stdout:Name : grub2-tools 2024-09-16T22:53:50.989 INFO:teuthology.orchestra.run.smithi204.stdout:Epoch : 1 2024-09-16T22:53:50.989 INFO:teuthology.orchestra.run.smithi204.stdout:Version : 2.06 2024-09-16T22:53:50.989 INFO:teuthology.orchestra.run.smithi204.stdout:Release : 82.el9 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: x86_64 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Group : Unspecified 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Size : 8274670 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:License : GPLv3+ 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Packager : builder@centos.org 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Vendor : CentOS 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Summary : Support tools for GRUB. 2024-09-16T22:53:50.990 INFO:teuthology.orchestra.run.smithi204.stdout:Description : 2024-09-16T22:53:50.991 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T22:53:50.991 INFO:teuthology.orchestra.run.smithi204.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T22:53:50.991 INFO:teuthology.orchestra.run.smithi204.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T22:53:50.991 INFO:teuthology.orchestra.run.smithi204.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T22:53:50.991 INFO:teuthology.orchestra.run.smithi204.stdout:hardware devices. 2024-09-16T22:53:50.991 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T22:53:50.991 INFO:teuthology.orchestra.run.smithi204.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T22:53:50.992 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T22:53:50.992 INFO:teuthology.task.kernel:Updating grub on smithi204 to boot 5.14.0-508.el9.x86_64 2024-09-16T22:53:50.992 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T22:53:51.459 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-16T22:53:51.459 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T22:53:51.459 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T22:53:51.459 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-16T22:53:51.459 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-16T22:53:51.459 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-16T22:53:51.459 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-16T22:53:51.459 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T22:53:51.459 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T22:53:51.629 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-09-16T22:53:51.798 INFO:teuthology.orchestra.run.smithi079.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T22:53:51.819 DEBUG:teuthology.orchestra.run.smithi018:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T22:53:51.830 INFO:teuthology.orchestra.run.smithi079.stderr:done 2024-09-16T22:53:51.832 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-09-16T22:53:51.847 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.8dy6bWl06S 2024-09-16T22:53:51.848 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.8dy6bWl06S 2024-09-16T22:53:51.909 INFO:teuthology.orchestra.run.smithi018.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-16T22:53:51.909 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-16T22:53:51.909 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-16T22:53:51.910 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T22:53:51.910 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T22:53:51.910 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-16T22:53:51.910 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi018.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T22:53:51.910 DEBUG:teuthology.orchestra.run.smithi018:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T22:53:51.928 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.8dy6bWl06S 2024-09-16T22:53:51.968 INFO:teuthology.orchestra.run.smithi018.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-16T22:53:51.969 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-16T22:53:51.969 DEBUG:teuthology.orchestra.run.smithi018:> sudo rpm -qi grub2-tools 2024-09-16T22:53:52.012 INFO:teuthology.orchestra.run.smithi018.stdout:Name : grub2-tools 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Epoch : 1 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Version : 2.06 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Release : 82.el9 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: x86_64 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Group : Unspecified 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Size : 8274670 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:License : GPLv3+ 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T22:53:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout:Packager : builder@centos.org 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout:Vendor : CentOS 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout:Summary : Support tools for GRUB. 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout:Description : 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout:hardware devices. 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T22:53:52.014 INFO:teuthology.orchestra.run.smithi018.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T22:53:52.015 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T22:53:52.016 INFO:teuthology.task.kernel:Updating grub on smithi018 to boot 5.14.0-508.el9.x86_64 2024-09-16T22:53:52.016 DEBUG:teuthology.orchestra.run.smithi018:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T22:53:52.071 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.8dy6bWl06S is 6KB 2024-09-16T22:53:52.120 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.8dy6bWl06S 2024-09-16T22:53:52.135 DEBUG:teuthology.orchestra.run.smithi079:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T22:53:52.198 INFO:teuthology.orchestra.run.smithi079.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T22:53:52.198 INFO:teuthology.orchestra.run.smithi079.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T22:53:52.198 INFO:teuthology.orchestra.run.smithi079.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T22:53:52.198 INFO:teuthology.orchestra.run.smithi079.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-16T22:53:52.199 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-16T22:53:52.355 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2024-09-16T22:53:52.677 INFO:teuthology.orchestra.run.smithi018.stderr:Generating grub configuration file ... 2024-09-16T22:53:52.956 INFO:teuthology.orchestra.run.smithi204.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T22:53:52.986 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-09-16T22:53:52.988 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-09-16T22:53:53.004 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.kP8UNxm7Y9 2024-09-16T22:53:53.004 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.kP8UNxm7Y9 2024-09-16T22:53:53.071 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.kP8UNxm7Y9 2024-09-16T22:53:53.216 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.kP8UNxm7Y9 is 6KB 2024-09-16T22:53:53.266 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.kP8UNxm7Y9 2024-09-16T22:53:53.281 DEBUG:teuthology.orchestra.run.smithi204:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T22:53:53.344 INFO:teuthology.orchestra.run.smithi204.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T22:53:53.344 INFO:teuthology.orchestra.run.smithi204.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T22:53:53.344 INFO:teuthology.orchestra.run.smithi204.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T22:53:53.344 INFO:teuthology.orchestra.run.smithi204.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-16T22:53:53.346 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-16T22:53:53.497 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-09-16T22:53:53.972 INFO:teuthology.orchestra.run.smithi018.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T22:53:54.001 INFO:teuthology.orchestra.run.smithi018.stderr:done 2024-09-16T22:53:54.002 DEBUG:teuthology.orchestra.run.smithi018:> mktemp 2024-09-16T22:53:54.017 INFO:teuthology.orchestra.run.smithi018.stdout:/tmp/tmp.ByTnazlTI3 2024-09-16T22:53:54.018 DEBUG:teuthology.orchestra.run.smithi018:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ByTnazlTI3 2024-09-16T22:53:54.084 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0666 /tmp/tmp.ByTnazlTI3 2024-09-16T22:53:54.223 DEBUG:teuthology.orchestra.remote:smithi018:/tmp/tmp.ByTnazlTI3 is 6KB 2024-09-16T22:53:54.272 DEBUG:teuthology.orchestra.run.smithi018:> rm -fr /tmp/tmp.ByTnazlTI3 2024-09-16T22:53:54.288 DEBUG:teuthology.orchestra.run.smithi018:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T22:53:54.355 INFO:teuthology.orchestra.run.smithi018.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T22:53:54.355 INFO:teuthology.orchestra.run.smithi018.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T22:53:54.355 INFO:teuthology.orchestra.run.smithi018.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T22:53:54.355 INFO:teuthology.orchestra.run.smithi018.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-16T22:53:54.355 DEBUG:teuthology.orchestra.run.smithi018:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-16T22:53:54.513 DEBUG:teuthology.orchestra.run.smithi018:> sudo shutdown -r now 2024-09-16T22:54:22.385 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-16T22:54:22.386 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-16T22:54:22.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:54:23.501 INFO:teuthology.task.kernel:Checking client client.0 for new kernel version... 2024-09-16T22:54:23.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-16T22:54:23.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:54:24.517 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-16T22:54:24.517 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-16T22:54:24.518 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:54:58.109 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-09-16T22:55:07.117 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-16T22:55:07.118 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:55:22.403 DEBUG:teuthology.orchestra.remote:timed out 2024-09-16T22:55:24.521 DEBUG:teuthology.orchestra.remote:timed out 2024-09-16T22:55:25.501 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-09-16T22:55:31.409 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-16T22:55:31.410 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:55:31.783 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-09-16T22:55:32.148 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-16T22:55:32.149 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.14.0-508.el9.x86_64"... 2024-09-16T22:55:32.149 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-09-16T22:55:32.163 INFO:teuthology.orchestra.run.smithi079.stdout:5.14.0-508.el9.x86_64 2024-09-16T22:55:32.164 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-16T22:55:32.164 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T22:55:32.164 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T22:55:33.165 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-16T22:55:33.166 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T22:55:33.255 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2024-09-16T22:55:33.275 DEBUG:teuthology.parallel:result is None 2024-09-16T22:55:33.521 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-16T22:55:33.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:55:33.886 DEBUG:teuthology.orchestra.run.smithi018:> true 2024-09-16T22:55:34.268 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-16T22:55:34.269 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.14.0-508.el9.x86_64"... 2024-09-16T22:55:34.269 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-09-16T22:55:34.284 INFO:teuthology.orchestra.run.smithi018.stdout:5.14.0-508.el9.x86_64 2024-09-16T22:55:34.285 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-16T22:55:34.285 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T22:55:34.285 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T22:55:35.286 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-16T22:55:35.286 DEBUG:teuthology.orchestra.run.smithi018:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T22:55:35.397 INFO:teuthology.orchestra.run.smithi018.stdout:ttyS1 2024-09-16T22:55:35.424 DEBUG:teuthology.parallel:result is None 2024-09-16T22:55:37.501 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-16T22:55:37.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:55:37.838 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-09-16T22:55:38.233 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-16T22:55:38.233 INFO:teuthology.task.kernel:Checking kernel version of client.0, want "5.14.0-508.el9.x86_64"... 2024-09-16T22:55:38.234 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-09-16T22:55:38.249 INFO:teuthology.orchestra.run.smithi204.stdout:5.14.0-508.el9.x86_64 2024-09-16T22:55:38.249 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-16T22:55:38.250 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T22:55:38.250 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T22:55:39.250 INFO:teuthology.task.kernel:Enabling kdb on client.0... 2024-09-16T22:55:39.251 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T22:55:39.358 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-09-16T22:55:39.378 DEBUG:teuthology.parallel:result is None 2024-09-16T22:55:39.379 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-16T22:55:39.386 INFO:teuthology.task.internal:Creating test directory... 2024-09-16T22:55:39.386 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T22:55:39.390 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T22:55:39.393 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T22:55:39.410 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-16T22:55:39.417 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-16T22:55:39.426 INFO:teuthology.task.internal:Creating archive directory... 2024-09-16T22:55:39.426 DEBUG:teuthology.orchestra.run.smithi018:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T22:55:39.450 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T22:55:39.454 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T22:55:39.499 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-16T22:55:39.509 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-16T22:55:39.509 DEBUG:teuthology.orchestra.run.smithi018:> 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 2024-09-16T22:55:39.517 DEBUG:teuthology.orchestra.run.smithi079:> 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 2024-09-16T22:55:39.532 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-16T22:55:39.544 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T22:55:39.556 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T22:55:39.562 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T22:55:39.574 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T22:55:39.670 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T22:55:39.680 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T22:55:39.682 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-16T22:55:39.691 INFO:teuthology.task.internal:Configuring sudo... 2024-09-16T22:55:39.692 DEBUG:teuthology.orchestra.run.smithi018:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T22:55:39.695 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T22:55:39.697 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T22:55:39.723 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-16T22:55:39.733 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-16T22:55:39.734 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T22:55:39.765 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T22:55:39.768 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T22:55:39.783 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T22:55:39.867 DEBUG:teuthology.orchestra.run.smithi018:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T22:55:39.924 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T22:55:40.005 DEBUG:teuthology.orchestra.run.smithi018:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T22:55:40.053 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T22:55:40.053 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T22:55:40.121 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T22:55:40.166 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T22:55:40.228 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T22:55:40.274 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T22:55:40.317 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T22:55:40.318 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T22:55:40.384 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T22:55:40.426 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T22:55:40.476 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T22:55:40.556 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T22:55:40.590 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-16T22:55:40.590 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T22:55:40.652 DEBUG:teuthology.orchestra.run.smithi018:> sudo service rsyslog restart 2024-09-16T22:55:40.654 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2024-09-16T22:55:40.657 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-09-16T22:55:40.707 INFO:teuthology.orchestra.run.smithi018.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T22:55:40.715 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T22:55:40.747 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T22:55:41.210 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-16T22:55:41.217 INFO:teuthology.task.internal:Starting timer... 2024-09-16T22:55:41.217 INFO:teuthology.run_tasks:Running task pcp... 2024-09-16T22:55:41.227 INFO:teuthology.run_tasks:Running task selinux... 2024-09-16T22:55:41.237 DEBUG:teuthology.orchestra.run.smithi018:> sudo service auditd rotate 2024-09-16T22:55:41.324 INFO:teuthology.orchestra.run.smithi018.stdout:Rotating logs: 2024-09-16T22:55:41.326 DEBUG:teuthology.orchestra.run.smithi079:> sudo service auditd rotate 2024-09-16T22:55:41.384 INFO:teuthology.orchestra.run.smithi079.stdout:Rotating logs: 2024-09-16T22:55:41.386 DEBUG:teuthology.orchestra.run.smithi204:> sudo service auditd rotate 2024-09-16T22:55:41.459 INFO:teuthology.orchestra.run.smithi204.stdout:Rotating logs: 2024-09-16T22:55:41.462 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-16T22:55:41.462 DEBUG:teuthology.orchestra.run.smithi018:> /usr/sbin/getenforce 2024-09-16T22:55:41.482 INFO:teuthology.orchestra.run.smithi018.stdout:Permissive 2024-09-16T22:55:41.482 DEBUG:teuthology.orchestra.run.smithi079:> /usr/sbin/getenforce 2024-09-16T22:55:41.531 INFO:teuthology.orchestra.run.smithi079.stdout:Permissive 2024-09-16T22:55:41.531 DEBUG:teuthology.orchestra.run.smithi204:> /usr/sbin/getenforce 2024-09-16T22:55:41.556 INFO:teuthology.orchestra.run.smithi204.stdout:Permissive 2024-09-16T22:55:41.557 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi018.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi079.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi204.front.sepia.ceph.com': 'permissive'} 2024-09-16T22:55:41.557 DEBUG:teuthology.orchestra.run.smithi018:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-16T22:55:41.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T22:55:41.586 DEBUG:teuthology.orchestra.run.smithi079:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-16T22:55:41.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T22:55:41.614 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-16T22:55:41.639 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T22:55:41.639 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-16T22:55:41.640 DEBUG:teuthology.orchestra.run.smithi018:> sudo /usr/sbin/setenforce permissive 2024-09-16T22:55:41.672 DEBUG:teuthology.orchestra.run.smithi079:> sudo /usr/sbin/setenforce permissive 2024-09-16T22:55:41.710 DEBUG:teuthology.orchestra.run.smithi204:> sudo /usr/sbin/setenforce permissive 2024-09-16T22:55:41.741 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-16T22:55:41.751 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-16T22:55:41.764 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'}]}] 2024-09-16T22:55:41.765 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi018.front.sepia.ceph.com,smithi079.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-16T22:59:28.034 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi018.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-09-16T22:59:28.035 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-16T22:59:28.036 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:59:28.116 DEBUG:teuthology.orchestra.run.smithi018:> true 2024-09-16T22:59:28.193 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-16T22:59:28.194 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-16T22:59:28.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:59:28.269 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-09-16T22:59:28.352 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-09-16T22:59:28.353 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-16T22:59:28.353 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T22:59:28.426 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-09-16T22:59:28.504 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-09-16T22:59:28.504 INFO:teuthology.run_tasks:Running task clock... 2024-09-16T22:59:28.515 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-16T22:59:28.515 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T22:59:28.516 DEBUG:teuthology.orchestra.run.smithi018:> 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 2024-09-16T22:59:28.518 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T22:59:28.518 DEBUG:teuthology.orchestra.run.smithi079:> 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 2024-09-16T22:59:28.520 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T22:59:28.520 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T22:59:28.547 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T22:59:28.548 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T22:59:28.561 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T22:59:28.564 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T22:59:28.574 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T22:59:28.585 INFO:teuthology.orchestra.run.smithi079.stderr:sudo: ntpd: command not found 2024-09-16T22:59:28.588 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T22:59:28.591 INFO:teuthology.orchestra.run.smithi018.stderr:sudo: ntpd: command not found 2024-09-16T22:59:28.596 INFO:teuthology.orchestra.run.smithi079.stdout:506 Cannot talk to daemon 2024-09-16T22:59:28.603 INFO:teuthology.orchestra.run.smithi018.stdout:506 Cannot talk to daemon 2024-09-16T22:59:28.611 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T22:59:28.613 INFO:teuthology.orchestra.run.smithi204.stderr:sudo: ntpd: command not found 2024-09-16T22:59:28.619 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T22:59:28.624 INFO:teuthology.orchestra.run.smithi204.stdout:506 Cannot talk to daemon 2024-09-16T22:59:28.625 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T22:59:28.634 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T22:59:28.639 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T22:59:28.652 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T22:59:28.686 INFO:teuthology.orchestra.run.smithi079.stderr:bash: line 1: ntpq: command not found 2024-09-16T22:59:28.690 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T22:59:28.690 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-09-16T22:59:28.690 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.690 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.690 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.690 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.697 INFO:teuthology.orchestra.run.smithi018.stderr:bash: line 1: ntpq: command not found 2024-09-16T22:59:28.701 INFO:teuthology.orchestra.run.smithi018.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T22:59:28.701 INFO:teuthology.orchestra.run.smithi018.stdout:=============================================================================== 2024-09-16T22:59:28.701 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.701 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.701 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.701 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.705 INFO:teuthology.orchestra.run.smithi204.stderr:bash: line 1: ntpq: command not found 2024-09-16T22:59:28.709 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T22:59:28.709 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-09-16T22:59:28.709 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.709 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.709 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.709 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T22:59:28.710 INFO:teuthology.run_tasks:Running task install... 2024-09-16T22:59:28.718 DEBUG:teuthology.task.install:project ceph 2024-09-16T22:59:28.718 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}} 2024-09-16T22:59:28.718 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'} 2024-09-16T22:59:28.718 INFO:teuthology.task.install:Using flavor: default 2024-09-16T22:59:28.723 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-16T22:59:28.723 INFO:teuthology.task.install:extra packages: [] 2024-09-16T22:59:28.724 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361', 'tag': None, 'wait_for_package': False} 2024-09-16T22:59:28.724 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T22:59:28.726 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361', 'tag': None, 'wait_for_package': False} 2024-09-16T22:59:28.726 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T22:59:28.727 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361', 'tag': None, 'wait_for_package': False} 2024-09-16T22:59:28.727 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T22:59:28.872 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/ 2024-09-16T22:59:28.872 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4883.g6e8474a0 2024-09-16T22:59:28.880 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/ 2024-09-16T22:59:28.881 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4883.g6e8474a0 2024-09-16T22:59:28.888 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/ 2024-09-16T22:59:28.889 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4883.g6e8474a0 2024-09-16T22:59:28.984 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-16T22:59:28.985 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T22:59:28.985 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-16T22:59:28.990 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-16T22:59:28.990 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-16T22:59:28.990 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-16T22:59:28.998 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-dis-testing/6e8474a02f2b86353394076ab80c6f50ea28e361/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-16T22:59:28.999 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T22:59:28.999 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-16T22:59:29.011 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-16T22:59:29.011 DEBUG:teuthology.orchestra.run.smithi018:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/6e8474a02f2b86353394076ab80c6f50ea28e361/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-16T22:59:29.017 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-16T22:59:29.017 DEBUG:teuthology.orchestra.run.smithi204:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/6e8474a02f2b86353394076ab80c6f50ea28e361/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-16T22:59:29.024 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-16T22:59:29.024 DEBUG:teuthology.orchestra.run.smithi079:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/6e8474a02f2b86353394076ab80c6f50ea28e361/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-16T22:59:29.078 DEBUG:teuthology.orchestra.run.smithi018:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-16T22:59:29.084 DEBUG:teuthology.orchestra.run.smithi204:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-16T22:59:29.089 DEBUG:teuthology.orchestra.run.smithi079:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-16T22:59:29.156 DEBUG:teuthology.orchestra.run.smithi018:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-16T22:59:29.160 DEBUG:teuthology.orchestra.run.smithi204:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-16T22:59:29.164 DEBUG:teuthology.orchestra.run.smithi079:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-16T22:59:29.221 INFO:teuthology.orchestra.run.smithi018.stdout:check_obsoletes = 1 2024-09-16T22:59:29.223 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum clean all 2024-09-16T22:59:29.223 INFO:teuthology.orchestra.run.smithi204.stdout:check_obsoletes = 1 2024-09-16T22:59:29.225 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum clean all 2024-09-16T22:59:29.228 INFO:teuthology.orchestra.run.smithi079.stdout:check_obsoletes = 1 2024-09-16T22:59:29.229 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum clean all 2024-09-16T22:59:29.453 INFO:teuthology.orchestra.run.smithi018.stdout:45 files removed 2024-09-16T22:59:29.463 INFO:teuthology.orchestra.run.smithi204.stdout:45 files removed 2024-09-16T22:59:29.469 INFO:teuthology.orchestra.run.smithi079.stdout:45 files removed 2024-09-16T22:59:29.480 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-radosgw 2024-09-16T22:59:29.490 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-radosgw 2024-09-16T22:59:29.498 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-radosgw 2024-09-16T22:59:30.031 INFO:teuthology.orchestra.run.smithi204.stdout:ceph packages for x86_64 326 kB/s | 84 kB 00:00 2024-09-16T22:59:30.051 INFO:teuthology.orchestra.run.smithi018.stdout:ceph packages for x86_64 311 kB/s | 84 kB 00:00 2024-09-16T22:59:30.062 INFO:teuthology.orchestra.run.smithi079.stdout:ceph packages for x86_64 302 kB/s | 84 kB 00:00 2024-09-16T22:59:30.324 INFO:teuthology.orchestra.run.smithi204.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-16T22:59:30.351 INFO:teuthology.orchestra.run.smithi018.stdout:ceph noarch packages 95 kB/s | 24 kB 00:00 2024-09-16T22:59:30.354 INFO:teuthology.orchestra.run.smithi079.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-16T22:59:30.599 INFO:teuthology.orchestra.run.smithi204.stdout:ceph source packages 8.2 kB/s | 1.9 kB 00:00 2024-09-16T22:59:30.630 INFO:teuthology.orchestra.run.smithi079.stdout:ceph source packages 8.1 kB/s | 1.9 kB 00:00 2024-09-16T22:59:30.636 INFO:teuthology.orchestra.run.smithi018.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-16T22:59:31.572 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - BaseOS 9.1 MB/s | 8.3 MB 00:00 2024-09-16T22:59:31.853 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - BaseOS 6.8 MB/s | 8.3 MB 00:01 2024-09-16T22:59:34.952 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - AppStream 10 MB/s | 20 MB 00:02 2024-09-16T22:59:35.067 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - AppStream 8.3 MB/s | 20 MB 00:02 2024-09-16T22:59:36.015 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - BaseOS 1.5 MB/s | 8.3 MB 00:05 2024-09-16T22:59:37.795 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - AppStream 30 MB/s | 20 MB 00:00 2024-09-16T22:59:40.308 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.5 MB 00:01 2024-09-16T22:59:40.736 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.5 MB 00:01 2024-09-16T22:59:41.775 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 9 - Extras packages 79 kB/s | 19 kB 00:00 2024-09-16T22:59:42.120 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 9 - Extras packages 134 kB/s | 19 kB 00:00 2024-09-16T22:59:42.705 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-16T22:59:43.058 INFO:teuthology.orchestra.run.smithi204.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-16T22:59:44.066 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - CRB 2.8 MB/s | 6.5 MB 00:02 2024-09-16T22:59:45.714 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - Extras packages 52 kB/s | 19 kB 00:00 2024-09-16T22:59:46.568 INFO:teuthology.orchestra.run.smithi018.stdout:Extra Packages for Enterprise Linux 31 MB/s | 23 MB 00:00 2024-09-16T22:59:48.077 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-16T22:59:48.497 INFO:teuthology.orchestra.run.smithi204.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-16T22:59:50.329 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T22:59:50.332 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T22:59:50.332 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-09-16T22:59:50.332 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T22:59:50.332 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T22:59:50.332 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-radosgw x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 11 M 2024-09-16T22:59:50.332 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrading: 2024-09-16T22:59:50.332 INFO:teuthology.orchestra.run.smithi079.stdout: librados2 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 3.5 M 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout: librbd1 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 3.2 M 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-base x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 5.5 M 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-common x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 22 M 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-selinux x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 25 k 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs2 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 755 k 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-16T22:59:50.333 INFO:teuthology.orchestra.run.smithi079.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: libradosstriper1 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 508 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: librgw2 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 5.5 M 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-argparse x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 45 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-common x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 143 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cephfs x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 162 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-16T22:59:50.334 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rados x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 320 k 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rbd x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 307 k 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rgw x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 99 k 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout:Installing weak dependencies: 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout:Install 31 Packages 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrade 2 Packages 2024-09-16T22:59:50.335 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T22:59:50.336 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 62 M 2024-09-16T22:59:50.336 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T22:59:50.765 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T22:59:50.785 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T22:59:50.785 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-16T22:59:50.785 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T22:59:50.785 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T22:59:50.785 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-radosgw x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 11 M 2024-09-16T22:59:50.785 INFO:teuthology.orchestra.run.smithi204.stdout:Upgrading: 2024-09-16T22:59:50.785 INFO:teuthology.orchestra.run.smithi204.stdout: librados2 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 3.5 M 2024-09-16T22:59:50.785 INFO:teuthology.orchestra.run.smithi204.stdout: librbd1 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 3.2 M 2024-09-16T22:59:50.785 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-16T22:59:50.785 INFO:teuthology.orchestra.run.smithi204.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-base x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 5.5 M 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-common x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 22 M 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-selinux x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 25 k 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs2 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 755 k 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: libradosstriper1 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 508 k 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-16T22:59:50.786 INFO:teuthology.orchestra.run.smithi204.stdout: librgw2 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 5.5 M 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-argparse x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 45 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-common x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 143 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cephfs x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 162 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rados x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 320 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rbd x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 307 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rgw x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 99 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-16T22:59:50.787 INFO:teuthology.orchestra.run.smithi204.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-16T22:59:50.788 INFO:teuthology.orchestra.run.smithi204.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-16T22:59:50.788 INFO:teuthology.orchestra.run.smithi204.stdout:Installing weak dependencies: 2024-09-16T22:59:50.788 INFO:teuthology.orchestra.run.smithi204.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-16T22:59:50.788 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T22:59:50.788 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T22:59:50.788 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T22:59:50.788 INFO:teuthology.orchestra.run.smithi204.stdout:Install 31 Packages 2024-09-16T22:59:50.788 INFO:teuthology.orchestra.run.smithi204.stdout:Upgrade 2 Packages 2024-09-16T22:59:50.788 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T22:59:50.789 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 62 M 2024-09-16T22:59:50.789 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T22:59:51.145 INFO:teuthology.orchestra.run.smithi079.stdout:(1/33): ceph-base-19.3.0-4883.g6e8474a0.el9.x86 8.7 MB/s | 5.5 MB 00:00 2024-09-16T22:59:51.279 INFO:teuthology.orchestra.run.smithi079.stdout:(2/33): ceph-radosgw-19.3.0-4883.g6e8474a0.el9. 14 MB/s | 11 MB 00:00 2024-09-16T22:59:51.304 INFO:teuthology.orchestra.run.smithi079.stdout:(3/33): ceph-selinux-19.3.0-4883.g6e8474a0.el9. 159 kB/s | 25 kB 00:00 2024-09-16T22:59:51.396 INFO:teuthology.orchestra.run.smithi079.stdout:(4/33): libcephfs2-19.3.0-4883.g6e8474a0.el9.x8 6.3 MB/s | 755 kB 00:00 2024-09-16T22:59:51.657 INFO:teuthology.orchestra.run.smithi204.stdout:(1/33): ceph-base-19.3.0-4883.g6e8474a0.el9.x86 7.0 MB/s | 5.5 MB 00:00 2024-09-16T22:59:51.732 INFO:teuthology.orchestra.run.smithi204.stdout:(2/33): ceph-selinux-19.3.0-4883.g6e8474a0.el9. 337 kB/s | 25 kB 00:00 2024-09-16T22:59:51.804 INFO:teuthology.orchestra.run.smithi079.stdout:(5/33): librgw2-19.3.0-4883.g6e8474a0.el9.x86_6 14 MB/s | 5.5 MB 00:00 2024-09-16T22:59:51.807 INFO:teuthology.orchestra.run.smithi204.stdout:(3/33): libcephfs2-19.3.0-4883.g6e8474a0.el9.x8 9.8 MB/s | 755 kB 00:00 2024-09-16T22:59:51.846 INFO:teuthology.orchestra.run.smithi079.stdout:(6/33): python3-ceph-argparse-19.3.0-4883.g6e84 1.1 MB/s | 45 kB 00:00 2024-09-16T22:59:51.882 INFO:teuthology.orchestra.run.smithi204.stdout:(4/33): libradosstriper1-19.3.0-4883.g6e8474a0. 6.6 MB/s | 508 kB 00:00 2024-09-16T22:59:51.913 INFO:teuthology.orchestra.run.smithi079.stdout:(7/33): python3-ceph-common-19.3.0-4883.g6e8474 2.1 MB/s | 143 kB 00:00 2024-09-16T22:59:51.997 INFO:teuthology.orchestra.run.smithi079.stdout:(8/33): python3-cephfs-19.3.0-4883.g6e8474a0.el 1.9 MB/s | 162 kB 00:00 2024-09-16T22:59:52.048 INFO:teuthology.orchestra.run.smithi079.stdout:(9/33): libradosstriper1-19.3.0-4883.g6e8474a0. 684 kB/s | 508 kB 00:00 2024-09-16T22:59:52.075 INFO:teuthology.orchestra.run.smithi204.stdout:(5/33): ceph-radosgw-19.3.0-4883.g6e8474a0.el9. 9.1 MB/s | 11 MB 00:01 2024-09-16T22:59:52.081 INFO:teuthology.orchestra.run.smithi079.stdout:(10/33): python3-rados-19.3.0-4883.g6e8474a0.el 3.7 MB/s | 320 kB 00:00 2024-09-16T22:59:52.106 INFO:teuthology.orchestra.run.smithi079.stdout:(11/33): python3-rbd-19.3.0-4883.g6e8474a0.el9. 5.1 MB/s | 307 kB 00:00 2024-09-16T22:59:52.133 INFO:teuthology.orchestra.run.smithi204.stdout:(6/33): python3-ceph-argparse-19.3.0-4883.g6e84 776 kB/s | 45 kB 00:00 2024-09-16T22:59:52.148 INFO:teuthology.orchestra.run.smithi079.stdout:(12/33): python3-rgw-19.3.0-4883.g6e8474a0.el9. 1.4 MB/s | 99 kB 00:00 2024-09-16T22:59:52.217 INFO:teuthology.orchestra.run.smithi204.stdout:(7/33): librgw2-19.3.0-4883.g6e8474a0.el9.x86_6 17 MB/s | 5.5 MB 00:00 2024-09-16T22:59:52.240 INFO:teuthology.orchestra.run.smithi018.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-16T22:59:52.242 INFO:teuthology.orchestra.run.smithi204.stdout:(8/33): python3-ceph-common-19.3.0-4883.g6e8474 1.3 MB/s | 143 kB 00:00 2024-09-16T22:59:52.267 INFO:teuthology.orchestra.run.smithi204.stdout:(9/33): python3-cephfs-19.3.0-4883.g6e8474a0.el 3.1 MB/s | 162 kB 00:00 2024-09-16T22:59:52.301 INFO:teuthology.orchestra.run.smithi204.stdout:(10/33): python3-rados-19.3.0-4883.g6e8474a0.el 5.3 MB/s | 320 kB 00:00 2024-09-16T22:59:52.326 INFO:teuthology.orchestra.run.smithi204.stdout:(11/33): python3-rbd-19.3.0-4883.g6e8474a0.el9. 5.1 MB/s | 307 kB 00:00 2024-09-16T22:59:52.358 INFO:teuthology.orchestra.run.smithi079.stdout:(13/33): ceph-common-19.3.0-4883.g6e8474a0.el9. 12 MB/s | 22 MB 00:01 2024-09-16T22:59:52.360 INFO:teuthology.orchestra.run.smithi204.stdout:(12/33): python3-rgw-19.3.0-4883.g6e8474a0.el9. 1.7 MB/s | 99 kB 00:00 2024-09-16T22:59:52.441 INFO:teuthology.orchestra.run.smithi079.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 319 kB/s | 107 kB 00:00 2024-09-16T22:59:52.460 INFO:teuthology.orchestra.run.smithi204.stdout:(13/33): boost-program-options-1.75.0-8.el9.x86 800 kB/s | 107 kB 00:00 2024-09-16T22:59:52.483 INFO:teuthology.orchestra.run.smithi079.stdout:(15/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.1 MB/s | 45 kB 00:00 2024-09-16T22:59:52.485 INFO:teuthology.orchestra.run.smithi204.stdout:(14/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.3 MB/s | 171 kB 00:00 2024-09-16T22:59:52.525 INFO:teuthology.orchestra.run.smithi079.stdout:(16/33): libnbd-1.20.2-2.el9.x86_64.rpm 453 kB/s | 171 kB 00:00 2024-09-16T22:59:52.544 INFO:teuthology.orchestra.run.smithi204.stdout:(15/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 160 kB 00:00 2024-09-16T22:59:52.550 INFO:teuthology.orchestra.run.smithi079.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 834 kB/s | 160 kB 00:00 2024-09-16T22:59:52.569 INFO:teuthology.orchestra.run.smithi204.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 540 kB/s | 45 kB 00:00 2024-09-16T22:59:52.592 INFO:teuthology.orchestra.run.smithi079.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 1.0 MB/s | 42 kB 00:00 2024-09-16T22:59:52.618 INFO:teuthology.orchestra.run.smithi079.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-09-16T22:59:52.651 INFO:teuthology.orchestra.run.smithi079.stdout:(20/33): librdkafka-1.6.1-102.el9.x86_64.rpm 3.9 MB/s | 662 kB 00:00 2024-09-16T22:59:52.668 INFO:teuthology.orchestra.run.smithi079.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 713 kB/s | 36 kB 00:00 2024-09-16T22:59:52.702 INFO:teuthology.orchestra.run.smithi079.stdout:(22/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.0 MB/s | 221 kB 00:00 2024-09-16T22:59:52.719 INFO:teuthology.orchestra.run.smithi079.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 704 kB/s | 47 kB 00:00 2024-09-16T22:59:52.786 INFO:teuthology.orchestra.run.smithi079.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.6 MB/s | 308 kB 00:00 2024-09-16T22:59:52.795 INFO:teuthology.orchestra.run.smithi204.stdout:(17/33): ceph-common-19.3.0-4883.g6e8474a0.el9. 11 MB/s | 22 MB 00:01 2024-09-16T22:59:52.811 INFO:teuthology.orchestra.run.smithi079.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-16T22:59:52.820 INFO:teuthology.orchestra.run.smithi204.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.1 MB/s | 292 kB 00:00 2024-09-16T22:59:52.836 INFO:teuthology.orchestra.run.smithi079.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 250 kB/s | 26 kB 00:00 2024-09-16T22:59:52.845 INFO:teuthology.orchestra.run.smithi204.stdout:(19/33): librdkafka-1.6.1-102.el9.x86_64.rpm 2.2 MB/s | 662 kB 00:00 2024-09-16T22:59:52.862 INFO:teuthology.orchestra.run.smithi079.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-16T22:59:52.887 INFO:teuthology.orchestra.run.smithi204.stdout:(20/33): qatlib-24.02.0-1.el9.x86_64.rpm 3.2 MB/s | 221 kB 00:00 2024-09-16T22:59:52.895 INFO:teuthology.orchestra.run.smithi079.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.6 MB/s | 191 kB 00:00 2024-09-16T22:59:52.913 INFO:teuthology.orchestra.run.smithi204.stdout:(21/33): python3-prettytable-0.7.2-27.el9.noarc 360 kB/s | 42 kB 00:00 2024-09-16T22:59:52.938 INFO:teuthology.orchestra.run.smithi204.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 389 kB/s | 36 kB 00:00 2024-09-16T22:59:52.946 INFO:teuthology.orchestra.run.smithi079.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-16T22:59:52.963 INFO:teuthology.orchestra.run.smithi204.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 628 kB/s | 47 kB 00:00 2024-09-16T22:59:53.013 INFO:teuthology.orchestra.run.smithi079.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 14 MB/s | 1.6 MB 00:00 2024-09-16T22:59:53.022 INFO:teuthology.orchestra.run.smithi204.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-16T22:59:53.047 INFO:teuthology.orchestra.run.smithi204.stdout:(25/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 373 kB/s | 26 kB 00:00 2024-09-16T22:59:53.073 INFO:teuthology.orchestra.run.smithi204.stdout:(26/33): liboath-2.6.7-2.el9.x86_64.rpm 968 kB/s | 49 kB 00:00 2024-09-16T22:59:53.098 INFO:teuthology.orchestra.run.smithi204.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-16T22:59:53.113 INFO:teuthology.orchestra.run.smithi079.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-16T22:59:53.140 INFO:teuthology.orchestra.run.smithi204.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 4.5 MB/s | 191 kB 00:00 2024-09-16T22:59:53.165 INFO:teuthology.orchestra.run.smithi204.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.9 MB/s | 839 kB 00:00 2024-09-16T22:59:53.224 INFO:teuthology.orchestra.run.smithi204.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-09-16T22:59:53.255 INFO:teuthology.orchestra.run.smithi079.stdout:(32/33): librados2-19.3.0-4883.g6e8474a0.el9.x8 11 MB/s | 3.5 MB 00:00 2024-09-16T22:59:53.324 INFO:teuthology.orchestra.run.smithi204.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-16T22:59:53.347 INFO:teuthology.orchestra.run.smithi079.stdout:(33/33): librbd1-19.3.0-4883.g6e8474a0.el9.x86_ 9.7 MB/s | 3.2 MB 00:00 2024-09-16T22:59:53.352 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T22:59:53.352 INFO:teuthology.orchestra.run.smithi079.stdout:Total 21 MB/s | 62 MB 00:03 2024-09-16T22:59:53.391 INFO:teuthology.orchestra.run.smithi204.stdout:(32/33): librados2-19.3.0-4883.g6e8474a0.el9.x8 15 MB/s | 3.5 MB 00:00 2024-09-16T22:59:53.460 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T22:59:53.497 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T22:59:53.497 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T22:59:53.516 INFO:teuthology.orchestra.run.smithi204.stdout:(33/33): librbd1-19.3.0-4883.g6e8474a0.el9.x86_ 11 MB/s | 3.2 MB 00:00 2024-09-16T22:59:53.521 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T22:59:53.521 INFO:teuthology.orchestra.run.smithi204.stdout:Total 23 MB/s | 62 MB 00:02 2024-09-16T22:59:53.633 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T22:59:53.670 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T22:59:53.670 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T22:59:54.184 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T22:59:54.186 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T22:59:54.355 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T22:59:54.355 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T22:59:54.536 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T22:59:54.550 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T22:59:54.550 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2024-09-16T22:59:54.550 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T22:59:54.550 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T22:59:54.550 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-radosgw x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 11 M 2024-09-16T22:59:54.550 INFO:teuthology.orchestra.run.smithi018.stdout:Upgrading: 2024-09-16T22:59:54.550 INFO:teuthology.orchestra.run.smithi018.stdout: librados2 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 3.5 M 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: librbd1 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 3.2 M 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-base x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 5.5 M 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-common x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 22 M 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-selinux x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 25 k 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: libcephfs2 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 755 k 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-16T22:59:54.551 INFO:teuthology.orchestra.run.smithi018.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: libradosstriper1 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 508 k 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: librgw2 x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 5.5 M 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ceph-argparse x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 45 k 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ceph-common x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 143 k 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cephfs x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 162 k 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rados x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 320 k 2024-09-16T22:59:54.552 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rbd x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 307 k 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rgw x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 99 k 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout:Installing weak dependencies: 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout:Install 31 Packages 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout:Upgrade 2 Packages 2024-09-16T22:59:54.553 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T22:59:54.554 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 62 M 2024-09-16T22:59:54.554 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T22:59:55.333 INFO:teuthology.orchestra.run.smithi018.stdout:(1/33): ceph-base-19.3.0-4883.g6e8474a0.el9.x86 10 MB/s | 5.5 MB 00:00 2024-09-16T22:59:55.400 INFO:teuthology.orchestra.run.smithi018.stdout:(2/33): ceph-selinux-19.3.0-4883.g6e8474a0.el9. 378 kB/s | 25 kB 00:00 2024-09-16T22:59:55.492 INFO:teuthology.orchestra.run.smithi018.stdout:(3/33): libcephfs2-19.3.0-4883.g6e8474a0.el9.x8 8.1 MB/s | 755 kB 00:00 2024-09-16T22:59:55.584 INFO:teuthology.orchestra.run.smithi018.stdout:(4/33): libradosstriper1-19.3.0-4883.g6e8474a0. 5.4 MB/s | 508 kB 00:00 2024-09-16T22:59:55.735 INFO:teuthology.orchestra.run.smithi018.stdout:(5/33): ceph-radosgw-19.3.0-4883.g6e8474a0.el9. 12 MB/s | 11 MB 00:00 2024-09-16T22:59:55.827 INFO:teuthology.orchestra.run.smithi018.stdout:(6/33): python3-ceph-argparse-19.3.0-4883.g6e84 493 kB/s | 45 kB 00:00 2024-09-16T22:59:55.886 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T22:59:55.904 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T22:59:55.926 INFO:teuthology.orchestra.run.smithi018.stdout:(7/33): python3-ceph-common-19.3.0-4883.g6e8474 1.4 MB/s | 143 kB 00:00 2024-09-16T22:59:55.964 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-16T22:59:55.984 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-16T22:59:55.994 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-16T22:59:56.013 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-16T22:59:56.019 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-16T22:59:56.027 INFO:teuthology.orchestra.run.smithi018.stdout:(8/33): python3-cephfs-19.3.0-4883.g6e8474a0.el 1.6 MB/s | 162 kB 00:00 2024-09-16T22:59:56.038 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-16T22:59:56.042 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T22:59:56.061 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T22:59:56.064 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T22:59:56.083 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T22:59:56.110 INFO:teuthology.orchestra.run.smithi018.stdout:(9/33): librgw2-19.3.0-4883.g6e8474a0.el9.x86_6 11 MB/s | 5.5 MB 00:00 2024-09-16T22:59:56.136 INFO:teuthology.orchestra.run.smithi018.stdout:(10/33): python3-rados-19.3.0-4883.g6e8474a0.el 2.9 MB/s | 320 kB 00:00 2024-09-16T22:59:56.244 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T22:59:56.272 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T22:59:56.297 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T22:59:56.326 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T22:59:56.344 INFO:teuthology.orchestra.run.smithi018.stdout:(11/33): ceph-common-19.3.0-4883.g6e8474a0.el9. 14 MB/s | 22 MB 00:01 2024-09-16T22:59:56.370 INFO:teuthology.orchestra.run.smithi018.stdout:(12/33): python3-rgw-19.3.0-4883.g6e8474a0.el9. 425 kB/s | 99 kB 00:00 2024-09-16T22:59:56.395 INFO:teuthology.orchestra.run.smithi018.stdout:(13/33): python3-rbd-19.3.0-4883.g6e8474a0.el9. 1.1 MB/s | 307 kB 00:00 2024-09-16T22:59:56.478 INFO:teuthology.orchestra.run.smithi018.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 800 kB/s | 107 kB 00:00 2024-09-16T22:59:56.512 INFO:teuthology.orchestra.run.smithi018.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.2 MB/s | 171 kB 00:00 2024-09-16T22:59:56.537 INFO:teuthology.orchestra.run.smithi018.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 772 kB/s | 45 kB 00:00 2024-09-16T22:59:56.563 INFO:teuthology.orchestra.run.smithi018.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 956 kB/s | 160 kB 00:00 2024-09-16T22:59:56.596 INFO:teuthology.orchestra.run.smithi018.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 1.2 MB/s | 42 kB 00:00 2024-09-16T22:59:56.621 INFO:teuthology.orchestra.run.smithi018.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-09-16T22:59:56.633 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-16T22:59:56.655 INFO:teuthology.orchestra.run.smithi018.stdout:(20/33): librdkafka-1.6.1-102.el9.x86_64.rpm 4.5 MB/s | 662 kB 00:00 2024-09-16T22:59:56.672 INFO:teuthology.orchestra.run.smithi018.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 714 kB/s | 36 kB 00:00 2024-09-16T22:59:56.697 INFO:teuthology.orchestra.run.smithi018.stdout:(22/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.1 MB/s | 221 kB 00:00 2024-09-16T22:59:56.723 INFO:teuthology.orchestra.run.smithi018.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 707 kB/s | 47 kB 00:00 2024-09-16T22:59:56.739 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-16T22:59:56.747 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 7/35 2024-09-16T22:59:56.789 INFO:teuthology.orchestra.run.smithi018.stdout:(24/33): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.6 MB/s | 308 kB 00:00 2024-09-16T22:59:56.798 INFO:teuthology.orchestra.run.smithi204.stdout: Upgrading : librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 7/35 2024-09-16T22:59:56.815 INFO:teuthology.orchestra.run.smithi018.stdout:(25/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 340 kB/s | 26 kB 00:00 2024-09-16T22:59:56.839 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 7/35 2024-09-16T22:59:56.904 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 7/35 2024-09-16T22:59:56.939 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 8/35 2024-09-16T22:59:56.956 INFO:teuthology.orchestra.run.smithi018.stdout:(26/33): liboath-2.6.7-2.el9.x86_64.rpm 291 kB/s | 49 kB 00:00 2024-09-16T22:59:56.974 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 9/35 2024-09-16T22:59:56.982 INFO:teuthology.orchestra.run.smithi018.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 404 kB/s | 67 kB 00:00 2024-09-16T22:59:57.015 INFO:teuthology.orchestra.run.smithi018.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.7 MB/s | 191 kB 00:00 2024-09-16T22:59:57.029 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 8/35 2024-09-16T22:59:57.037 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 9/35 2024-09-16T22:59:57.049 INFO:teuthology.orchestra.run.smithi018.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 8.9 MB/s | 839 kB 00:00 2024-09-16T22:59:57.058 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 9/35 2024-09-16T22:59:57.066 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-16T22:59:57.099 INFO:teuthology.orchestra.run.smithi018.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-09-16T22:59:57.110 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ceph-argparse-2:19.3.0-4883.g6e8474a0.el9. 11/35 2024-09-16T22:59:57.121 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 9/35 2024-09-16T22:59:57.150 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-16T22:59:57.191 INFO:teuthology.orchestra.run.smithi018.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 8.9 MB/s | 4.4 MB 00:00 2024-09-16T22:59:57.192 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 12/35 2024-09-16T22:59:57.194 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-ceph-argparse-2:19.3.0-4883.g6e8474a0.el9. 11/35 2024-09-16T22:59:57.218 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_6 13/35 2024-09-16T22:59:57.264 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 12/35 2024-09-16T22:59:57.282 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_6 13/35 2024-09-16T22:59:57.283 INFO:teuthology.orchestra.run.smithi018.stdout:(32/33): librados2-19.3.0-4883.g6e8474a0.el9.x8 15 MB/s | 3.5 MB 00:00 2024-09-16T22:59:57.285 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_6 13/35 2024-09-16T22:59:57.317 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-16T22:59:57.350 INFO:teuthology.orchestra.run.smithi018.stdout:(33/33): librbd1-19.3.0-4883.g6e8474a0.el9.x86_ 13 MB/s | 3.2 MB 00:00 2024-09-16T22:59:57.355 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T22:59:57.355 INFO:teuthology.orchestra.run.smithi018.stdout:Total 22 MB/s | 62 MB 00:02 2024-09-16T22:59:57.375 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_6 13/35 2024-09-16T22:59:57.409 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-16T22:59:57.427 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-16T22:59:57.459 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-16T22:59:57.476 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T22:59:57.505 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-16T22:59:57.517 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T22:59:57.517 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T22:59:57.533 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-16T22:59:57.538 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-16T22:59:57.562 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-16T22:59:57.577 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-16T22:59:57.596 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T22:59:57.631 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-16T22:59:57.637 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-16T22:59:57.659 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-16T22:59:57.688 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-16T22:59:57.721 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T22:59:57.763 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-16T22:59:57.968 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-16T22:59:58.017 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 23/35 2024-09-16T22:59:58.084 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-16T22:59:58.109 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 23/35 2024-09-16T22:59:58.126 INFO:teuthology.orchestra.run.smithi204.stdout: Upgrading : librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 23/35 2024-09-16T22:59:58.145 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 24/35 2024-09-16T22:59:58.183 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-16T22:59:58.217 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 23/35 2024-09-16T22:59:58.245 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T22:59:58.245 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T22:59:58.255 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 24/35 2024-09-16T22:59:58.292 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-16T22:59:58.681 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-16T22:59:58.720 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 27/35 2024-09-16T22:59:58.789 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-16T22:59:58.792 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 27/35 2024-09-16T22:59:58.828 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 27/35 2024-09-16T22:59:58.869 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 28/35 2024-09-16T22:59:58.900 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 27/35 2024-09-16T22:59:58.914 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ceph-common-2:19.3.0-4883.g6e8474a0.el9.x8 29/35 2024-09-16T22:59:58.978 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 28/35 2024-09-16T22:59:59.014 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-ceph-common-2:19.3.0-4883.g6e8474a0.el9.x8 29/35 2024-09-16T22:59:59.808 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T22:59:59.901 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-16T22:59:59.930 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-16T22:59:59.964 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-16T22:59:59.986 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T23:00:00.029 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-16T23:00:00.333 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T23:00:00.385 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-16T23:00:00.738 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-16T23:00:00.848 INFO:teuthology.orchestra.run.smithi018.stdout: Upgrading : librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 7/35 2024-09-16T23:00:00.941 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 7/35 2024-09-16T23:00:01.049 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 8/35 2024-09-16T23:00:01.075 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 9/35 2024-09-16T23:00:01.138 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 9/35 2024-09-16T23:00:01.167 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-16T23:00:01.214 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-ceph-argparse-2:19.3.0-4883.g6e8474a0.el9. 11/35 2024-09-16T23:00:01.261 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 30/35 2024-09-16T23:00:01.289 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 12/35 2024-09-16T23:00:01.295 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 30/35 2024-09-16T23:00:01.319 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_6 13/35 2024-09-16T23:00:01.336 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 30/35 2024-09-16T23:00:01.383 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_6 13/35 2024-09-16T23:00:01.394 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 30/35 2024-09-16T23:00:01.418 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-16T23:00:01.528 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-16T23:00:01.561 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-16T23:00:01.617 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-16T23:00:01.650 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/35 2024-09-16T23:00:01.679 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-16T23:00:01.712 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T23:00:01.749 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-16T23:00:01.871 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 30/35 2024-09-16T23:00:01.908 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 31/35 2024-09-16T23:00:01.974 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 30/35 2024-09-16T23:00:01.994 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 31/35 2024-09-16T23:00:01.994 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-16T23:00:01.994 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-16T23:00:01.994 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:02.006 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 31/35 2024-09-16T23:00:02.035 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 32/35 2024-09-16T23:00:02.084 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-16T23:00:02.090 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 31/35 2024-09-16T23:00:02.090 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-16T23:00:02.090 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-16T23:00:02.090 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:02.117 INFO:teuthology.orchestra.run.smithi018.stdout: Upgrading : librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 23/35 2024-09-16T23:00:02.135 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 32/35 2024-09-16T23:00:02.210 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 23/35 2024-09-16T23:00:02.239 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 24/35 2024-09-16T23:00:02.275 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-16T23:00:02.794 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-16T23:00:02.828 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 27/35 2024-09-16T23:00:02.900 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 27/35 2024-09-16T23:00:02.981 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 28/35 2024-09-16T23:00:03.014 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-ceph-common-2:19.3.0-4883.g6e8474a0.el9.x8 29/35 2024-09-16T23:00:05.388 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 30/35 2024-09-16T23:00:05.426 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 30/35 2024-09-16T23:00:06.034 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 30/35 2024-09-16T23:00:06.071 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 31/35 2024-09-16T23:00:06.164 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 31/35 2024-09-16T23:00:06.164 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-16T23:00:06.164 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-16T23:00:06.165 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:06.198 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 32/35 2024-09-16T23:00:12.211 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 32/35 2024-09-16T23:00:12.211 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /sys 2024-09-16T23:00:12.211 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /proc 2024-09-16T23:00:12.211 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /mnt 2024-09-16T23:00:12.211 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /var/tmp 2024-09-16T23:00:12.211 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /home 2024-09-16T23:00:12.211 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /root 2024-09-16T23:00:12.212 INFO:teuthology.orchestra.run.smithi079.stdout:skipping the directory /tmp 2024-09-16T23:00:12.212 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:12.506 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 32/35 2024-09-16T23:00:12.507 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /sys 2024-09-16T23:00:12.507 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /proc 2024-09-16T23:00:12.507 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /mnt 2024-09-16T23:00:12.507 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /var/tmp 2024-09-16T23:00:12.507 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /home 2024-09-16T23:00:12.507 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /root 2024-09-16T23:00:12.507 INFO:teuthology.orchestra.run.smithi204.stdout:skipping the directory /tmp 2024-09-16T23:00:12.507 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:13.222 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/35 2024-09-16T23:00:13.247 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/35 2024-09-16T23:00:13.247 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:13.247 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-16T23:00:13.247 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T23:00:13.247 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T23:00:13.247 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:13.249 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T23:00:13.325 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T23:00:13.325 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T23:00:13.528 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/35 2024-09-16T23:00:13.553 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/35 2024-09-16T23:00:13.553 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:13.553 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-16T23:00:13.554 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T23:00:13.554 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T23:00:13.554 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:13.555 INFO:teuthology.orchestra.run.smithi204.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T23:00:13.647 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T23:00:13.648 INFO:teuthology.orchestra.run.smithi204.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T23:00:14.573 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T23:00:14.573 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/35 2024-09-16T23:00:14.573 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/35 2024-09-16T23:00:14.573 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/35 2024-09-16T23:00:14.573 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/35 2024-09-16T23:00:14.573 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 5/35 2024-09-16T23:00:14.573 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_6 6/35 2024-09-16T23:00:14.573 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 7/35 2024-09-16T23:00:14.573 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4883.g6e8474a0.el9. 8/35 2024-09-16T23:00:14.573 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ceph-common-2:19.3.0-4883.g6e8474a0.el9.x8 9/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 10/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 11/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 12/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 13/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-16T23:00:14.574 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-16T23:00:14.575 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-16T23:00:14.575 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-16T23:00:14.575 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-16T23:00:14.575 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-16T23:00:14.576 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-16T23:00:14.576 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-16T23:00:14.576 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-16T23:00:14.576 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 32/35 2024-09-16T23:00:14.576 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-16T23:00:14.576 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 34/35 2024-09-16T23:00:14.896 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T23:00:14.896 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/35 2024-09-16T23:00:14.896 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/35 2024-09-16T23:00:14.896 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/35 2024-09-16T23:00:14.896 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/35 2024-09-16T23:00:14.896 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 5/35 2024-09-16T23:00:14.896 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_6 6/35 2024-09-16T23:00:14.896 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 7/35 2024-09-16T23:00:14.896 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4883.g6e8474a0.el9. 8/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-ceph-common-2:19.3.0-4883.g6e8474a0.el9.x8 9/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 10/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 11/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 12/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 13/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-16T23:00:14.897 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-16T23:00:14.898 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-16T23:00:14.898 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-16T23:00:14.898 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-16T23:00:14.898 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-16T23:00:14.898 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-16T23:00:14.898 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-16T23:00:14.898 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-16T23:00:14.898 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-16T23:00:14.899 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-16T23:00:14.899 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 32/35 2024-09-16T23:00:14.899 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-16T23:00:14.899 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 34/35 2024-09-16T23:00:15.520 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout:Upgraded: 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout: librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout: librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-16T23:00:15.521 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-16T23:00:15.522 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-argparse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: re2-1:20211101-20.el9.x86_64 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:15.523 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:00:15.763 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T23:00:15.763 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:15.763 INFO:teuthology.orchestra.run.smithi204.stdout:Upgraded: 2024-09-16T23:00:15.763 INFO:teuthology.orchestra.run.smithi204.stdout: librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.763 INFO:teuthology.orchestra.run.smithi204.stdout: librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.763 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:00:15.763 INFO:teuthology.orchestra.run.smithi204.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-16T23:00:15.763 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.763 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.763 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.763 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.764 INFO:teuthology.orchestra.run.smithi204.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-16T23:00:15.765 INFO:teuthology.orchestra.run.smithi204.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-16T23:00:15.765 INFO:teuthology.orchestra.run.smithi204.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-16T23:00:15.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-argparse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-16T23:00:15.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.765 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:15.765 INFO:teuthology.orchestra.run.smithi204.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-16T23:00:15.766 INFO:teuthology.orchestra.run.smithi204.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-16T23:00:15.766 INFO:teuthology.orchestra.run.smithi204.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-16T23:00:15.766 INFO:teuthology.orchestra.run.smithi204.stdout: re2-1:20211101-20.el9.x86_64 2024-09-16T23:00:15.766 INFO:teuthology.orchestra.run.smithi204.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-16T23:00:15.766 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:15.766 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:00:15.916 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-test 2024-09-16T23:00:16.090 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-test 2024-09-16T23:00:16.483 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 32/35 2024-09-16T23:00:16.483 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /sys 2024-09-16T23:00:16.483 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /proc 2024-09-16T23:00:16.483 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /mnt 2024-09-16T23:00:16.483 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /var/tmp 2024-09-16T23:00:16.484 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /home 2024-09-16T23:00:16.484 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /root 2024-09-16T23:00:16.484 INFO:teuthology.orchestra.run.smithi018.stdout:skipping the directory /tmp 2024-09-16T23:00:16.484 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:16.491 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:28 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:16.621 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-test x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 50 M 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout: libcephsqlite x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 161 k 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:16.623 INFO:teuthology.orchestra.run.smithi079.stdout:Install 4 Packages 2024-09-16T23:00:16.624 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:16.624 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 51 M 2024-09-16T23:00:16.624 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 217 M 2024-09-16T23:00:16.624 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:00:16.675 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:28 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:16.806 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:00:16.807 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:16.807 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-16T23:00:16.807 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:16.807 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:00:16.807 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-test x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 50 M 2024-09-16T23:00:16.808 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-16T23:00:16.808 INFO:teuthology.orchestra.run.smithi204.stdout: libcephsqlite x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 161 k 2024-09-16T23:00:16.808 INFO:teuthology.orchestra.run.smithi204.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-16T23:00:16.808 INFO:teuthology.orchestra.run.smithi204.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-16T23:00:16.808 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:16.808 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:00:16.808 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:16.808 INFO:teuthology.orchestra.run.smithi204.stdout:Install 4 Packages 2024-09-16T23:00:16.808 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:16.809 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 51 M 2024-09-16T23:00:16.809 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 217 M 2024-09-16T23:00:16.809 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:00:16.883 INFO:teuthology.orchestra.run.smithi079.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.1 MB/s | 304 kB 00:00 2024-09-16T23:00:16.984 INFO:teuthology.orchestra.run.smithi079.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 636 kB/s | 64 kB 00:00 2024-09-16T23:00:17.009 INFO:teuthology.orchestra.run.smithi079.stdout:(3/4): libcephsqlite-19.3.0-4883.g6e8474a0.el9. 605 kB/s | 161 kB 00:00 2024-09-16T23:00:17.070 INFO:teuthology.orchestra.run.smithi204.stdout:(1/4): libcephsqlite-19.3.0-4883.g6e8474a0.el9. 763 kB/s | 161 kB 00:00 2024-09-16T23:00:17.462 INFO:teuthology.orchestra.run.smithi204.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 163 kB/s | 64 kB 00:00 2024-09-16T23:00:17.495 INFO:teuthology.orchestra.run.smithi204.stdout:(3/4): socat-1.7.4.1-6.el9.x86_64.rpm 478 kB/s | 304 kB 00:00 2024-09-16T23:00:17.525 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/35 2024-09-16T23:00:17.553 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/35 2024-09-16T23:00:17.553 INFO:teuthology.orchestra.run.smithi018.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:17.553 INFO:teuthology.orchestra.run.smithi018.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-16T23:00:17.553 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T23:00:17.553 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-16T23:00:17.553 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:17.555 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T23:00:17.645 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-16T23:00:17.645 INFO:teuthology.orchestra.run.smithi018.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T23:00:18.692 INFO:teuthology.orchestra.run.smithi079.stdout:(4/4): ceph-test-19.3.0-4883.g6e8474a0.el9.x86_ 26 MB/s | 50 MB 00:01 2024-09-16T23:00:18.694 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:18.695 INFO:teuthology.orchestra.run.smithi079.stdout:Total 25 MB/s | 51 MB 00:02 2024-09-16T23:00:18.721 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:00:18.741 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:00:18.741 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:00:18.826 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T23:00:18.826 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/35 2024-09-16T23:00:18.826 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 5/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_6 6/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 7/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4883.g6e8474a0.el9. 8/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-ceph-common-2:19.3.0-4883.g6e8474a0.el9.x8 9/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 10/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 11/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 12/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 13/35 2024-09-16T23:00:18.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-16T23:00:18.829 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 24/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-16T23:00:18.830 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-16T23:00:18.831 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-16T23:00:18.831 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-16T23:00:18.831 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-16T23:00:18.831 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 32/35 2024-09-16T23:00:18.831 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-16T23:00:18.831 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 34/35 2024-09-16T23:00:19.119 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:00:19.119 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:00:19.187 INFO:teuthology.orchestra.run.smithi204.stdout:(4/4): ceph-test-19.3.0-4883.g6e8474a0.el9.x86_ 22 MB/s | 50 MB 00:02 2024-09-16T23:00:19.189 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:19.190 INFO:teuthology.orchestra.run.smithi204.stdout:Total 21 MB/s | 51 MB 00:02 2024-09-16T23:00:19.217 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:00:19.238 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:00:19.238 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:00:19.617 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:00:19.618 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:00:19.650 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-16T23:00:19.650 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout:Upgraded: 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout: librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout: librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-radosgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-selinux-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-16T23:00:19.651 INFO:teuthology.orchestra.run.smithi018.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: libradosstriper1-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: librgw2-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-16T23:00:19.652 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ceph-argparse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ceph-common-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: re2-1:20211101-20.el9.x86_64 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:19.653 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:00:19.669 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:00:19.751 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-16T23:00:19.808 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-16T23:00:19.836 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/4 2024-09-16T23:00:19.978 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-test 2024-09-16T23:00:20.172 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:00:20.262 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-16T23:00:20.311 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-16T23:00:20.339 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/4 2024-09-16T23:00:20.583 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:00:28 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:00:20.721 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:00:20.722 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:20.722 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2024-09-16T23:00:20.722 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:20.722 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:00:20.722 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-test x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 50 M 2024-09-16T23:00:20.723 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2024-09-16T23:00:20.723 INFO:teuthology.orchestra.run.smithi018.stdout: libcephsqlite x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 161 k 2024-09-16T23:00:20.723 INFO:teuthology.orchestra.run.smithi018.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-16T23:00:20.723 INFO:teuthology.orchestra.run.smithi018.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-16T23:00:20.723 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:20.723 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:00:20.723 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:20.723 INFO:teuthology.orchestra.run.smithi018.stdout:Install 4 Packages 2024-09-16T23:00:20.723 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:20.724 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 51 M 2024-09-16T23:00:20.724 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 217 M 2024-09-16T23:00:20.724 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:00:21.049 INFO:teuthology.orchestra.run.smithi018.stdout:(1/4): libcephsqlite-19.3.0-4883.g6e8474a0.el9. 826 kB/s | 161 kB 00:00 2024-09-16T23:00:21.082 INFO:teuthology.orchestra.run.smithi018.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.3 MB/s | 304 kB 00:00 2024-09-16T23:00:21.191 INFO:teuthology.orchestra.run.smithi018.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 449 kB/s | 64 kB 00:00 2024-09-16T23:00:22.466 INFO:teuthology.orchestra.run.smithi018.stdout:(4/4): ceph-test-19.3.0-4883.g6e8474a0.el9.x86_ 31 MB/s | 50 MB 00:01 2024-09-16T23:00:22.469 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:22.469 INFO:teuthology.orchestra.run.smithi018.stdout:Total 29 MB/s | 51 MB 00:01 2024-09-16T23:00:22.497 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:00:22.520 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:00:22.520 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:00:22.922 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:00:22.922 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:00:23.491 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:00:23.565 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-16T23:00:23.615 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-16T23:00:23.644 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/4 2024-09-16T23:00:24.620 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/4 2024-09-16T23:00:24.709 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/4 2024-09-16T23:00:25.077 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/4 2024-09-16T23:00:25.162 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/4 2024-09-16T23:00:27.206 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/4 2024-09-16T23:00:27.207 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/4 2024-09-16T23:00:27.207 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/4 2024-09-16T23:00:27.207 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-16T23:00:27.521 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-16T23:00:27.521 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:27.521 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:00:27.521 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:27.521 INFO:teuthology.orchestra.run.smithi079.stdout: libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:27.521 INFO:teuthology.orchestra.run.smithi079.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-16T23:00:27.521 INFO:teuthology.orchestra.run.smithi079.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-16T23:00:27.521 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:27.521 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:00:27.584 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/4 2024-09-16T23:00:27.584 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/4 2024-09-16T23:00:27.585 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/4 2024-09-16T23:00:27.585 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-16T23:00:27.820 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph 2024-09-16T23:00:27.893 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-16T23:00:27.893 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:27.893 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:00:27.893 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:27.894 INFO:teuthology.orchestra.run.smithi204.stdout: libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:27.894 INFO:teuthology.orchestra.run.smithi204.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-16T23:00:27.894 INFO:teuthology.orchestra.run.smithi204.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-16T23:00:27.894 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:27.894 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:00:28.201 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph 2024-09-16T23:00:28.426 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:40 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:28.568 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:00:28.571 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:28.571 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-09-16T23:00:28.571 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:28.571 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:00:28.571 INFO:teuthology.orchestra.run.smithi079.stdout: ceph x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 6.6 k 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mds x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 2.4 M 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 1.5 M 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 291 k 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mon x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 4.8 M 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-osd x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 17 M 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-16T23:00:28.572 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-collections 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-16T23:00:28.573 INFO:teuthology.orchestra.run.smithi079.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:28.574 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:00:28.575 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:28.575 INFO:teuthology.orchestra.run.smithi079.stdout:Install 37 Packages 2024-09-16T23:00:28.575 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:28.575 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 31 M 2024-09-16T23:00:28.575 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 109 M 2024-09-16T23:00:28.575 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:00:28.719 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/4 2024-09-16T23:00:28.803 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/4 2024-09-16T23:00:28.812 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:40 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:28.961 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:00:28.963 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:28.963 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-16T23:00:28.963 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:28.963 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: ceph x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 6.6 k 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mds x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 2.4 M 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 1.5 M 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 291 k 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mon x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 4.8 M 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-osd x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 17 M 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-16T23:00:28.964 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-16T23:00:28.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-16T23:00:28.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-16T23:00:28.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-16T23:00:28.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-16T23:00:28.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-collections 2024-09-16T23:00:28.965 INFO:teuthology.orchestra.run.smithi204.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-16T23:00:28.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-16T23:00:28.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-16T23:00:28.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-16T23:00:28.965 INFO:teuthology.orchestra.run.smithi204.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-16T23:00:28.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-16T23:00:28.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-16T23:00:28.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-16T23:00:28.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-16T23:00:28.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-16T23:00:28.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-16T23:00:28.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-16T23:00:28.966 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-16T23:00:28.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-16T23:00:28.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-16T23:00:28.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-16T23:00:28.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-16T23:00:28.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-16T23:00:28.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-16T23:00:28.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-16T23:00:28.967 INFO:teuthology.orchestra.run.smithi204.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-16T23:00:28.967 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:28.967 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:00:28.968 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:28.968 INFO:teuthology.orchestra.run.smithi204.stdout:Install 37 Packages 2024-09-16T23:00:28.968 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:28.968 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 31 M 2024-09-16T23:00:28.968 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 109 M 2024-09-16T23:00:28.968 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:00:29.593 INFO:teuthology.orchestra.run.smithi204.stdout:(1/37): ceph-19.3.0-4883.g6e8474a0.el9.x86_64.r 25 kB/s | 6.6 kB 00:00 2024-09-16T23:00:29.650 INFO:teuthology.orchestra.run.smithi079.stdout:(1/37): ceph-19.3.0-4883.g6e8474a0.el9.x86_64.r 26 kB/s | 6.6 kB 00:00 2024-09-16T23:00:30.059 INFO:teuthology.orchestra.run.smithi204.stdout:(2/37): ceph-mgr-19.3.0-4883.g6e8474a0.el9.x86_ 2.1 MB/s | 1.5 MB 00:00 2024-09-16T23:00:30.185 INFO:teuthology.orchestra.run.smithi204.stdout:(3/37): ceph-mds-19.3.0-4883.g6e8474a0.el9.x86_ 2.8 MB/s | 2.4 MB 00:00 2024-09-16T23:00:30.208 INFO:teuthology.orchestra.run.smithi079.stdout:(2/37): ceph-mds-19.3.0-4883.g6e8474a0.el9.x86_ 2.9 MB/s | 2.4 MB 00:00 2024-09-16T23:00:30.252 INFO:teuthology.orchestra.run.smithi204.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4883.g6e84 4.3 MB/s | 291 kB 00:00 2024-09-16T23:00:30.309 INFO:teuthology.orchestra.run.smithi079.stdout:(3/37): ceph-mgr-19.3.0-4883.g6e8474a0.el9.x86_ 1.7 MB/s | 1.5 MB 00:00 2024-09-16T23:00:30.409 INFO:teuthology.orchestra.run.smithi079.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4883.g6e84 2.8 MB/s | 291 kB 00:00 2024-09-16T23:00:30.477 INFO:teuthology.orchestra.run.smithi204.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-09-16T23:00:30.560 INFO:teuthology.orchestra.run.smithi079.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-09-16T23:00:30.619 INFO:teuthology.orchestra.run.smithi204.stdout:(6/37): ceph-mon-19.3.0-4883.g6e8474a0.el9.x86_ 4.7 MB/s | 4.8 MB 00:01 2024-09-16T23:00:30.661 INFO:teuthology.orchestra.run.smithi204.stdout:(7/37): python3-cryptography-36.0.1-4.el9.x86_6 6.7 MB/s | 1.2 MB 00:00 2024-09-16T23:00:30.693 INFO:teuthology.orchestra.run.smithi079.stdout:(6/37): ceph-mon-19.3.0-4883.g6e8474a0.el9.x86_ 4.6 MB/s | 4.8 MB 00:01 2024-09-16T23:00:30.711 INFO:teuthology.orchestra.run.smithi204.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-09-16T23:00:30.727 INFO:teuthology.orchestra.run.smithi079.stdout:(7/37): python3-cryptography-36.0.1-4.el9.x86_6 7.4 MB/s | 1.2 MB 00:00 2024-09-16T23:00:30.770 INFO:teuthology.orchestra.run.smithi204.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.1 MB/s | 125 kB 00:00 2024-09-16T23:00:30.795 INFO:teuthology.orchestra.run.smithi204.stdout:(10/37): python3-ply-3.11-14.el9.noarch.rpm 606 kB/s | 106 kB 00:00 2024-09-16T23:00:30.810 INFO:teuthology.orchestra.run.smithi079.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 1.6 MB/s | 135 kB 00:00 2024-09-16T23:00:30.852 INFO:teuthology.orchestra.run.smithi079.stdout:(9/37): python3-ply-3.11-14.el9.noarch.rpm 671 kB/s | 106 kB 00:00 2024-09-16T23:00:30.894 INFO:teuthology.orchestra.run.smithi079.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 1.5 MB/s | 125 kB 00:00 2024-09-16T23:00:30.945 INFO:teuthology.orchestra.run.smithi079.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.3 MB/s | 215 kB 00:00 2024-09-16T23:00:30.962 INFO:teuthology.orchestra.run.smithi204.stdout:(11/37): ceph-osd-19.3.0-4883.g6e8474a0.el9.x86 19 MB/s | 17 MB 00:00 2024-09-16T23:00:30.987 INFO:teuthology.orchestra.run.smithi204.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 988 kB/s | 215 kB 00:00 2024-09-16T23:00:31.037 INFO:teuthology.orchestra.run.smithi079.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-09-16T23:00:31.062 INFO:teuthology.orchestra.run.smithi079.stdout:(13/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-09-16T23:00:31.088 INFO:teuthology.orchestra.run.smithi079.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 690 kB/s | 35 kB 00:00 2024-09-16T23:00:31.096 INFO:teuthology.orchestra.run.smithi204.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 320 kB/s | 35 kB 00:00 2024-09-16T23:00:31.113 INFO:teuthology.orchestra.run.smithi079.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.5 MB/s | 77 kB 00:00 2024-09-16T23:00:31.120 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/4 2024-09-16T23:00:31.120 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/4 2024-09-16T23:00:31.120 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/4 2024-09-16T23:00:31.120 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-16T23:00:31.121 INFO:teuthology.orchestra.run.smithi204.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 578 kB/s | 188 kB 00:00 2024-09-16T23:00:31.138 INFO:teuthology.orchestra.run.smithi079.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-16T23:00:31.147 INFO:teuthology.orchestra.run.smithi204.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 937 kB/s | 172 kB 00:00 2024-09-16T23:00:31.164 INFO:teuthology.orchestra.run.smithi079.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 826 kB/s | 42 kB 00:00 2024-09-16T23:00:31.172 INFO:teuthology.orchestra.run.smithi204.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-16T23:00:31.197 INFO:teuthology.orchestra.run.smithi204.stdout:(17/37): python3-packaging-20.9-5.el9.noarch.rp 764 kB/s | 77 kB 00:00 2024-09-16T23:00:31.206 INFO:teuthology.orchestra.run.smithi079.stdout:(18/37): lua-devel-5.4.4-4.el9.x86_64.rpm 334 kB/s | 22 kB 00:00 2024-09-16T23:00:31.222 INFO:teuthology.orchestra.run.smithi204.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 552 kB/s | 42 kB 00:00 2024-09-16T23:00:31.239 INFO:teuthology.orchestra.run.smithi079.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.0 MB/s | 151 kB 00:00 2024-09-16T23:00:31.248 INFO:teuthology.orchestra.run.smithi204.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 295 kB/s | 22 kB 00:00 2024-09-16T23:00:31.265 INFO:teuthology.orchestra.run.smithi079.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 742 kB/s | 43 kB 00:00 2024-09-16T23:00:31.290 INFO:teuthology.orchestra.run.smithi079.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 3.5 MB/s | 172 kB 00:00 2024-09-16T23:00:31.298 INFO:teuthology.orchestra.run.smithi204.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.5 MB/s | 151 kB 00:00 2024-09-16T23:00:31.307 INFO:teuthology.orchestra.run.smithi079.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 645 kB/s | 11 kB 00:00 2024-09-16T23:00:31.324 INFO:teuthology.orchestra.run.smithi204.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 431 kB/s | 43 kB 00:00 2024-09-16T23:00:31.324 INFO:teuthology.orchestra.run.smithi079.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 1.0 MB/s | 18 kB 00:00 2024-09-16T23:00:31.341 INFO:teuthology.orchestra.run.smithi079.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 1.4 MB/s | 23 kB 00:00 2024-09-16T23:00:31.349 INFO:teuthology.orchestra.run.smithi204.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 465 kB/s | 11 kB 00:00 2024-09-16T23:00:31.358 INFO:teuthology.orchestra.run.smithi079.stdout:(25/37): python3-jaraco-functools-3.5.0-2.el9.n 1.1 MB/s | 19 kB 00:00 2024-09-16T23:00:31.374 INFO:teuthology.orchestra.run.smithi204.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 708 kB/s | 18 kB 00:00 2024-09-16T23:00:31.384 INFO:teuthology.orchestra.run.smithi079.stdout:(26/37): python3-cherrypy-18.6.1-2.el9.noarch.r 3.0 MB/s | 358 kB 00:00 2024-09-16T23:00:31.399 INFO:teuthology.orchestra.run.smithi204.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 925 kB/s | 23 kB 00:00 2024-09-16T23:00:31.400 INFO:teuthology.orchestra.run.smithi079.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 471 kB/s | 20 kB 00:00 2024-09-16T23:00:31.417 INFO:teuthology.orchestra.run.smithi079.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 2.7 MB/s | 46 kB 00:00 2024-09-16T23:00:31.433 INFO:teuthology.orchestra.run.smithi204.stdout:(25/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-09-16T23:00:31.443 INFO:teuthology.orchestra.run.smithi079.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.8 MB/s | 79 kB 00:00 2024-09-16T23:00:31.456 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-16T23:00:31.456 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:31.456 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:00:31.456 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-test-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:31.456 INFO:teuthology.orchestra.run.smithi018.stdout: libcephsqlite-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:31.456 INFO:teuthology.orchestra.run.smithi018.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-16T23:00:31.456 INFO:teuthology.orchestra.run.smithi018.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-16T23:00:31.456 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:31.456 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:00:31.458 INFO:teuthology.orchestra.run.smithi204.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 331 kB/s | 19 kB 00:00 2024-09-16T23:00:31.460 INFO:teuthology.orchestra.run.smithi079.stdout:(30/37): python3-portend-3.1.0-2.el9.noarch.rpm 991 kB/s | 16 kB 00:00 2024-09-16T23:00:31.484 INFO:teuthology.orchestra.run.smithi204.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-16T23:00:31.485 INFO:teuthology.orchestra.run.smithi079.stdout:(31/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.5 MB/s | 90 kB 00:00 2024-09-16T23:00:31.509 INFO:teuthology.orchestra.run.smithi204.stdout:(28/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.9 MB/s | 358 kB 00:00 2024-09-16T23:00:31.510 INFO:teuthology.orchestra.run.smithi079.stdout:(32/37): python3-pecan-1.4.2-3.el9.noarch.rpm 2.9 MB/s | 272 kB 00:00 2024-09-16T23:00:31.527 INFO:teuthology.orchestra.run.smithi079.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 852 kB/s | 36 kB 00:00 2024-09-16T23:00:31.534 INFO:teuthology.orchestra.run.smithi204.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 612 kB/s | 46 kB 00:00 2024-09-16T23:00:31.553 INFO:teuthology.orchestra.run.smithi079.stdout:(34/37): python3-webob-1.8.8-2.el9.noarch.rpm 5.4 MB/s | 230 kB 00:00 2024-09-16T23:00:31.559 INFO:teuthology.orchestra.run.smithi204.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-16T23:00:31.570 INFO:teuthology.orchestra.run.smithi079.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-16T23:00:31.585 INFO:teuthology.orchestra.run.smithi204.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-09-16T23:00:31.603 INFO:teuthology.orchestra.run.smithi079.stdout:(36/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.5 MB/s | 427 kB 00:00 2024-09-16T23:00:31.610 INFO:teuthology.orchestra.run.smithi204.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-16T23:00:31.635 INFO:teuthology.orchestra.run.smithi204.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 714 kB/s | 36 kB 00:00 2024-09-16T23:00:31.677 INFO:teuthology.orchestra.run.smithi204.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-09-16T23:00:31.694 INFO:teuthology.orchestra.run.smithi204.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-16T23:00:31.719 INFO:teuthology.orchestra.run.smithi204.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-09-16T23:00:31.753 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph 2024-09-16T23:00:31.753 INFO:teuthology.orchestra.run.smithi204.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-09-16T23:00:31.757 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:31.757 INFO:teuthology.orchestra.run.smithi204.stdout:Total 11 MB/s | 31 MB 00:02 2024-09-16T23:00:31.787 INFO:teuthology.orchestra.run.smithi079.stdout:(37/37): ceph-osd-19.3.0-4883.g6e8474a0.el9.x86 11 MB/s | 17 MB 00:01 2024-09-16T23:00:31.791 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:31.792 INFO:teuthology.orchestra.run.smithi079.stdout:Total 9.6 MB/s | 31 MB 00:03 2024-09-16T23:00:31.904 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:00:31.943 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:00:31.943 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:00:31.943 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:00:31.983 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:00:31.984 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:00:32.383 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:00:40 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:00:32.427 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:00:32.428 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:00:32.463 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:00:32.463 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:00:32.529 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:00:32.532 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:32.532 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2024-09-16T23:00:32.532 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:32.532 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:00:32.533 INFO:teuthology.orchestra.run.smithi018.stdout: ceph x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 6.6 k 2024-09-16T23:00:32.533 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2024-09-16T23:00:32.533 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mds x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 2.4 M 2024-09-16T23:00:32.533 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 1.5 M 2024-09-16T23:00:32.533 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 291 k 2024-09-16T23:00:32.533 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mon x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 4.8 M 2024-09-16T23:00:32.533 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-osd x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 17 M 2024-09-16T23:00:32.533 INFO:teuthology.orchestra.run.smithi018.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-16T23:00:32.533 INFO:teuthology.orchestra.run.smithi018.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-16T23:00:32.533 INFO:teuthology.orchestra.run.smithi018.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-16T23:00:32.533 INFO:teuthology.orchestra.run.smithi018.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-16T23:00:32.534 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-16T23:00:32.534 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-16T23:00:32.534 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-16T23:00:32.534 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-16T23:00:32.534 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-16T23:00:32.534 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-16T23:00:32.534 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco-collections 2024-09-16T23:00:32.534 INFO:teuthology.orchestra.run.smithi018.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-16T23:00:32.534 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-16T23:00:32.535 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-16T23:00:32.535 INFO:teuthology.orchestra.run.smithi018.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-16T23:00:32.535 INFO:teuthology.orchestra.run.smithi018.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-16T23:00:32.535 INFO:teuthology.orchestra.run.smithi018.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-16T23:00:32.535 INFO:teuthology.orchestra.run.smithi018.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-16T23:00:32.535 INFO:teuthology.orchestra.run.smithi018.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-16T23:00:32.535 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-16T23:00:32.535 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-16T23:00:32.535 INFO:teuthology.orchestra.run.smithi018.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:32.536 INFO:teuthology.orchestra.run.smithi018.stdout:Install 37 Packages 2024-09-16T23:00:32.537 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:32.537 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 31 M 2024-09-16T23:00:32.537 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 109 M 2024-09-16T23:00:32.537 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:00:33.084 INFO:teuthology.orchestra.run.smithi018.stdout:(1/37): ceph-19.3.0-4883.g6e8474a0.el9.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-09-16T23:00:33.643 INFO:teuthology.orchestra.run.smithi018.stdout:(2/37): ceph-mon-19.3.0-4883.g6e8474a0.el9.x86_ 8.6 MB/s | 4.8 MB 00:00 2024-09-16T23:00:33.776 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:00:33.818 INFO:teuthology.orchestra.run.smithi018.stdout:(3/37): ceph-mgr-19.3.0-4883.g6e8474a0.el9.x86_ 1.7 MB/s | 1.5 MB 00:00 2024-09-16T23:00:33.848 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-16T23:00:33.881 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:00:33.898 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-16T23:00:33.940 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-16T23:00:33.941 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-16T23:00:33.982 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-16T23:00:33.985 INFO:teuthology.orchestra.run.smithi018.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4883.g6e84 1.7 MB/s | 291 kB 00:00 2024-09-16T23:00:34.013 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-16T23:00:34.018 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-16T23:00:34.077 INFO:teuthology.orchestra.run.smithi018.stdout:(5/37): ceph-mds-19.3.0-4883.g6e8474a0.el9.x86_ 2.1 MB/s | 2.4 MB 00:01 2024-09-16T23:00:34.088 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-16T23:00:34.094 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-16T23:00:34.132 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-16T23:00:34.136 INFO:teuthology.orchestra.run.smithi018.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.6 MB/s | 253 kB 00:00 2024-09-16T23:00:34.159 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-16T23:00:34.200 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-16T23:00:34.219 INFO:teuthology.orchestra.run.smithi018.stdout:(7/37): python3-cryptography-36.0.1-4.el9.x86_6 8.6 MB/s | 1.2 MB 00:00 2024-09-16T23:00:34.224 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-16T23:00:34.244 INFO:teuthology.orchestra.run.smithi018.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 983 kB/s | 106 kB 00:00 2024-09-16T23:00:34.287 INFO:teuthology.orchestra.run.smithi018.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-09-16T23:00:34.292 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-16T23:00:34.302 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-16T23:00:34.337 INFO:teuthology.orchestra.run.smithi018.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 1.3 MB/s | 125 kB 00:00 2024-09-16T23:00:34.343 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-16T23:00:34.362 INFO:teuthology.orchestra.run.smithi018.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.8 MB/s | 215 kB 00:00 2024-09-16T23:00:34.372 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-16T23:00:34.378 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-16T23:00:34.408 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-16T23:00:34.421 INFO:teuthology.orchestra.run.smithi018.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 2.2 MB/s | 188 kB 00:00 2024-09-16T23:00:34.422 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-16T23:00:34.446 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-16T23:00:34.446 INFO:teuthology.orchestra.run.smithi018.stdout:(13/37): python3-mako-1.1.4-6.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2024-09-16T23:00:34.457 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-16T23:00:34.479 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-16T23:00:34.487 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-16T23:00:34.519 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-16T23:00:34.522 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-16T23:00:34.555 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-16T23:00:34.555 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-16T23:00:34.589 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-16T23:00:34.604 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-16T23:00:34.630 INFO:teuthology.orchestra.run.smithi018.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 167 kB/s | 35 kB 00:00 2024-09-16T23:00:34.637 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-16T23:00:34.639 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-16T23:00:34.655 INFO:teuthology.orchestra.run.smithi018.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 370 kB/s | 77 kB 00:00 2024-09-16T23:00:34.670 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-16T23:00:34.674 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-16T23:00:34.722 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-16T23:00:34.742 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-16T23:00:34.755 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-16T23:00:34.828 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-16T23:00:34.830 INFO:teuthology.orchestra.run.smithi018.stdout:(16/37): ceph-osd-19.3.0-4883.g6e8474a0.el9.x86 14 MB/s | 17 MB 00:01 2024-09-16T23:00:34.847 INFO:teuthology.orchestra.run.smithi018.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 217 kB/s | 42 kB 00:00 2024-09-16T23:00:34.864 INFO:teuthology.orchestra.run.smithi018.stdout:(18/37): python3-pytz-2021.1-5.el9.noarch.rpm 218 kB/s | 51 kB 00:00 2024-09-16T23:00:34.889 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-16T23:00:34.914 INFO:teuthology.orchestra.run.smithi018.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-16T23:00:34.931 INFO:teuthology.orchestra.run.smithi018.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 223 kB/s | 22 kB 00:00 2024-09-16T23:00:34.948 INFO:teuthology.orchestra.run.smithi018.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 518 kB/s | 43 kB 00:00 2024-09-16T23:00:34.967 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-16T23:00:34.969 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-16T23:00:34.982 INFO:teuthology.orchestra.run.smithi018.stdout:(22/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.6 MB/s | 172 kB 00:00 2024-09-16T23:00:34.999 INFO:teuthology.orchestra.run.smithi018.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 256 kB/s | 11 kB 00:00 2024-09-16T23:00:35.016 INFO:teuthology.orchestra.run.smithi018.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 563 kB/s | 18 kB 00:00 2024-09-16T23:00:35.022 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-16T23:00:35.033 INFO:teuthology.orchestra.run.smithi018.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 691 kB/s | 23 kB 00:00 2024-09-16T23:00:35.050 INFO:teuthology.orchestra.run.smithi018.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 584 kB/s | 19 kB 00:00 2024-09-16T23:00:35.054 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-16T23:00:35.061 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-16T23:00:35.067 INFO:teuthology.orchestra.run.smithi018.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 587 kB/s | 20 kB 00:00 2024-09-16T23:00:35.084 INFO:teuthology.orchestra.run.smithi018.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 1.3 MB/s | 46 kB 00:00 2024-09-16T23:00:35.109 INFO:teuthology.orchestra.run.smithi018.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.8 MB/s | 79 kB 00:00 2024-09-16T23:00:35.112 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-16T23:00:35.117 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-16T23:00:35.142 INFO:teuthology.orchestra.run.smithi018.stdout:(30/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-09-16T23:00:35.155 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-16T23:00:35.159 INFO:teuthology.orchestra.run.smithi018.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-09-16T23:00:35.167 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-16T23:00:35.188 INFO:teuthology.orchestra.run.smithi018.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.2 MB/s | 36 kB 00:00 2024-09-16T23:00:35.204 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-16T23:00:35.213 INFO:teuthology.orchestra.run.smithi018.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-16T23:00:35.239 INFO:teuthology.orchestra.run.smithi018.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-16T23:00:35.255 INFO:teuthology.orchestra.run.smithi018.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-16T23:00:35.260 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-16T23:00:35.281 INFO:teuthology.orchestra.run.smithi018.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-09-16T23:00:35.306 INFO:teuthology.orchestra.run.smithi018.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.5 MB/s | 427 kB 00:00 2024-09-16T23:00:35.311 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:35.311 INFO:teuthology.orchestra.run.smithi018.stdout:Total 11 MB/s | 31 MB 00:02 2024-09-16T23:00:35.361 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-16T23:00:35.409 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-16T23:00:35.454 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-16T23:00:35.470 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:00:35.478 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-16T23:00:35.510 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-16T23:00:35.514 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:00:35.515 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:00:35.566 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-16T23:00:35.588 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-16T23:00:35.604 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-16T23:00:35.677 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-16T23:00:35.725 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-16T23:00:35.744 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-16T23:00:35.853 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-16T23:00:35.905 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4883.g6e8474a0.el9. 32/37 2024-09-16T23:00:35.936 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/37 2024-09-16T23:00:35.962 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/37 2024-09-16T23:00:35.962 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:35.962 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-16T23:00:35.962 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T23:00:35.962 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T23:00:35.962 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:36.015 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4883.g6e8474a0.el9. 32/37 2024-09-16T23:00:36.032 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:00:36.032 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:00:36.054 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/37 2024-09-16T23:00:36.080 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/37 2024-09-16T23:00:36.080 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:36.080 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-16T23:00:36.080 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T23:00:36.080 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T23:00:36.080 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:37.400 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:00:37.428 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 34/37 2024-09-16T23:00:37.455 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 34/37 2024-09-16T23:00:37.455 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:37.455 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-16T23:00:37.455 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T23:00:37.456 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T23:00:37.456 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:37.459 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-16T23:00:37.500 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-16T23:00:37.528 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-16T23:00:37.546 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 34/37 2024-09-16T23:00:37.573 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 34/37 2024-09-16T23:00:37.573 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:37.573 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-16T23:00:37.573 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T23:00:37.573 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T23:00:37.573 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:37.613 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-16T23:00:37.787 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-16T23:00:37.819 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-16T23:00:37.912 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 35/37 2024-09-16T23:00:37.917 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-16T23:00:37.936 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 35/37 2024-09-16T23:00:37.936 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:37.936 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-16T23:00:37.936 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T23:00:37.937 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T23:00:37.937 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:38.001 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-16T23:00:38.022 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 35/37 2024-09-16T23:00:38.045 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 35/37 2024-09-16T23:00:38.046 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:38.046 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-16T23:00:38.046 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T23:00:38.046 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T23:00:38.046 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:38.048 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-16T23:00:38.082 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-16T23:00:38.111 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-16T23:00:38.146 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-16T23:00:38.163 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 36/37 2024-09-16T23:00:38.179 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-16T23:00:38.186 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 36/37 2024-09-16T23:00:38.187 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:38.187 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-16T23:00:38.187 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T23:00:38.187 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T23:00:38.187 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:38.220 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-16T23:00:38.259 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 37/37 2024-09-16T23:00:38.264 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-16T23:00:38.273 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 36/37 2024-09-16T23:00:38.296 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 36/37 2024-09-16T23:00:38.296 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:38.296 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-16T23:00:38.296 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T23:00:38.297 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T23:00:38.297 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:38.297 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-16T23:00:38.347 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-16T23:00:38.369 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 37/37 2024-09-16T23:00:38.388 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-16T23:00:38.471 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-16T23:00:38.623 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-16T23:00:38.714 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-16T23:00:38.892 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-16T23:00:38.928 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-16T23:00:38.989 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-16T23:00:39.052 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-16T23:00:39.249 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-16T23:00:39.301 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-16T23:00:39.382 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-16T23:00:39.472 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-16T23:00:39.508 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-16T23:00:39.644 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-16T23:00:39.821 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4883.g6e8474a0.el9. 32/37 2024-09-16T23:00:39.852 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/37 2024-09-16T23:00:39.879 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 33/37 2024-09-16T23:00:39.879 INFO:teuthology.orchestra.run.smithi018.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:39.879 INFO:teuthology.orchestra.run.smithi018.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-16T23:00:39.880 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T23:00:39.880 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-16T23:00:39.880 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:40.187 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 37/37 2024-09-16T23:00:40.187 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/37 2024-09-16T23:00:40.187 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/37 2024-09-16T23:00:40.187 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 5/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4883.g6e8474a0.el9. 6/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-16T23:00:40.188 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-16T23:00:40.189 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-16T23:00:40.190 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-16T23:00:40.190 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-16T23:00:40.190 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-16T23:00:40.190 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-16T23:00:40.190 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-16T23:00:40.190 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-16T23:00:40.345 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 37/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 5/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4883.g6e8474a0.el9. 6/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-16T23:00:40.346 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-16T23:00:40.347 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-16T23:00:40.348 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-16T23:00:40.348 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-16T23:00:40.348 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-16T23:00:40.348 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-16T23:00:40.348 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-16T23:00:40.348 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-16T23:00:41.182 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-16T23:00:41.182 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:41.182 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:00:41.182 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:41.182 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:41.182 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:41.182 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-modules-core-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:41.182 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:41.182 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: lua-5.4.4-4.el9.x86_64 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-16T23:00:41.183 INFO:teuthology.orchestra.run.smithi204.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-ply-3.11-14.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-16T23:00:41.184 INFO:teuthology.orchestra.run.smithi204.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-16T23:00:41.185 INFO:teuthology.orchestra.run.smithi204.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-16T23:00:41.185 INFO:teuthology.orchestra.run.smithi204.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-16T23:00:41.185 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:41.185 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:00:41.269 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-16T23:00:41.269 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:41.269 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:00:41.269 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:41.269 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:41.269 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:41.269 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-modules-core-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: lua-5.4.4-4.el9.x86_64 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-16T23:00:41.270 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ply-3.11-14.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-16T23:00:41.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-16T23:00:41.272 INFO:teuthology.orchestra.run.smithi079.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-16T23:00:41.272 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-16T23:00:41.272 INFO:teuthology.orchestra.run.smithi079.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-16T23:00:41.272 INFO:teuthology.orchestra.run.smithi079.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-16T23:00:41.272 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:41.272 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:00:41.427 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 34/37 2024-09-16T23:00:41.455 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 34/37 2024-09-16T23:00:41.456 INFO:teuthology.orchestra.run.smithi018.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:41.456 INFO:teuthology.orchestra.run.smithi018.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-16T23:00:41.456 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T23:00:41.456 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-16T23:00:41.456 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:41.541 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-base 2024-09-16T23:00:41.655 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-base 2024-09-16T23:00:41.936 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 35/37 2024-09-16T23:00:41.961 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 35/37 2024-09-16T23:00:41.961 INFO:teuthology.orchestra.run.smithi018.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:41.961 INFO:teuthology.orchestra.run.smithi018.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-16T23:00:41.962 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T23:00:41.962 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-16T23:00:41.962 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:42.127 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:54 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:42.203 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 36/37 2024-09-16T23:00:42.216 INFO:teuthology.orchestra.run.smithi204.stdout:Package ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:00:42.229 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 36/37 2024-09-16T23:00:42.229 INFO:teuthology.orchestra.run.smithi018.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:42.229 INFO:teuthology.orchestra.run.smithi018.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-16T23:00:42.229 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T23:00:42.229 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-16T23:00:42.229 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:42.239 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:54 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:42.258 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:00:42.259 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-16T23:00:42.260 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:00:42.295 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 37/37 2024-09-16T23:00:42.328 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install cephadm 2024-09-16T23:00:42.328 INFO:teuthology.orchestra.run.smithi079.stdout:Package ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:00:42.370 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:00:42.371 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-09-16T23:00:42.371 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:00:42.450 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install cephadm 2024-09-16T23:00:42.913 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:54 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:43.030 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:55 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:43.044 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout: cephadm noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 784 k 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 784 k 2024-09-16T23:00:43.045 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 791 k 2024-09-16T23:00:43.046 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:00:43.173 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:00:43.174 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:43.174 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-09-16T23:00:43.174 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:43.174 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:00:43.174 INFO:teuthology.orchestra.run.smithi079.stdout: cephadm noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 784 k 2024-09-16T23:00:43.175 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:43.175 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:00:43.175 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:43.175 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-09-16T23:00:43.175 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:43.175 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 784 k 2024-09-16T23:00:43.175 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 791 k 2024-09-16T23:00:43.175 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:00:43.329 INFO:teuthology.orchestra.run.smithi204.stdout:cephadm-19.3.0-4883.g6e8474a0.el9.noarch.rpm 2.7 MB/s | 784 kB 00:00 2024-09-16T23:00:43.330 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:43.330 INFO:teuthology.orchestra.run.smithi204.stdout:Total 2.7 MB/s | 784 kB 00:00 2024-09-16T23:00:43.330 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:00:43.335 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:00:43.335 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:00:43.341 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:00:43.342 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:00:43.415 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:00:43.851 INFO:teuthology.orchestra.run.smithi079.stdout:cephadm-19.3.0-4883.g6e8474a0.el9.noarch.rpm 1.1 MB/s | 784 kB 00:00 2024-09-16T23:00:43.851 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:43.852 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.1 MB/s | 784 kB 00:00 2024-09-16T23:00:43.852 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:00:43.857 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:00:43.857 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:00:43.863 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:00:43.864 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:00:43.882 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:43.935 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:00:43.974 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:44.068 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 37/37 2024-09-16T23:00:44.068 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/37 2024-09-16T23:00:44.068 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/37 2024-09-16T23:00:44.068 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 3/37 2024-09-16T23:00:44.068 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 4/37 2024-09-16T23:00:44.068 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 5/37 2024-09-16T23:00:44.068 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4883.g6e8474a0.el9. 6/37 2024-09-16T23:00:44.068 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-16T23:00:44.068 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-16T23:00:44.069 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-16T23:00:44.070 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-16T23:00:44.070 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-16T23:00:44.070 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-16T23:00:44.070 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-16T23:00:44.070 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-16T23:00:44.070 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-16T23:00:44.070 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-16T23:00:44.071 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-16T23:00:44.071 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-16T23:00:44.071 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-16T23:00:44.071 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-16T23:00:44.071 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-16T23:00:44.071 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-16T23:00:44.071 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-16T23:00:44.071 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-16T23:00:44.338 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:44.372 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:44.463 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:44.645 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:44.645 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:44.645 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:00:44.645 INFO:teuthology.orchestra.run.smithi204.stdout: cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:44.645 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:44.645 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:00:44.833 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-immutable-object-cache 2024-09-16T23:00:44.879 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:44.933 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-16T23:00:44.933 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:44.933 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:00:44.933 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:44.933 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mds-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:44.933 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:44.933 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-modules-core-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:44.933 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mon-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:44.933 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-osd-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:44.933 INFO:teuthology.orchestra.run.smithi018.stdout: lua-5.4.4-4.el9.x86_64 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-16T23:00:44.934 INFO:teuthology.orchestra.run.smithi018.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-ply-3.11-14.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-16T23:00:44.935 INFO:teuthology.orchestra.run.smithi018.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-16T23:00:44.936 INFO:teuthology.orchestra.run.smithi018.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-16T23:00:44.936 INFO:teuthology.orchestra.run.smithi018.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-16T23:00:44.936 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:44.936 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:00:45.101 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:45.101 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:45.101 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:00:45.101 INFO:teuthology.orchestra.run.smithi079.stdout: cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:45.102 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:45.102 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:00:45.292 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-base 2024-09-16T23:00:45.322 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-immutable-object-cache 2024-09-16T23:00:45.420 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:57 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:45.557 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:00:45.558 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:45.558 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-09-16T23:00:45.558 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:45.558 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:00:45.558 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 145 k 2024-09-16T23:00:45.558 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:45.558 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:00:45.559 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:45.559 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-16T23:00:45.559 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:45.559 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 145 k 2024-09-16T23:00:45.559 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 432 k 2024-09-16T23:00:45.559 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:00:45.836 INFO:teuthology.orchestra.run.smithi204.stdout:ceph-immutable-object-cache-19.3.0-4883.g6e8474 523 kB/s | 145 kB 00:00 2024-09-16T23:00:45.836 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:45.837 INFO:teuthology.orchestra.run.smithi204.stdout:Total 520 kB/s | 145 kB 00:00 2024-09-16T23:00:45.837 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:00:45.844 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:00:45.844 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:00:45.902 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:00:45.902 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:00:45.905 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:00:53 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:00:45.917 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:00:57 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:45.997 INFO:teuthology.orchestra.run.smithi018.stdout:Package ceph-base-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:00:46.042 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:00:46.043 INFO:teuthology.orchestra.run.smithi018.stdout:Nothing to do. 2024-09-16T23:00:46.044 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:00:46.052 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:00:46.053 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:46.053 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-09-16T23:00:46.053 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:46.053 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:00:46.053 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 145 k 2024-09-16T23:00:46.053 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:46.054 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:00:46.054 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:46.054 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-09-16T23:00:46.054 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:46.054 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 145 k 2024-09-16T23:00:46.054 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 432 k 2024-09-16T23:00:46.055 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:00:46.059 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:00:46.104 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install cephadm 2024-09-16T23:00:46.145 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0. 1/1 2024-09-16T23:00:46.170 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0. 1/1 2024-09-16T23:00:46.171 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:46.171 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-16T23:00:46.171 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:46.276 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-immutable-object-cache-19.3.0-4883.g6e8474 654 kB/s | 145 kB 00:00 2024-09-16T23:00:46.277 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:46.277 INFO:teuthology.orchestra.run.smithi079.stdout:Total 649 kB/s | 145 kB 00:00 2024-09-16T23:00:46.277 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:00:46.285 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:00:46.285 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:00:46.341 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:00:46.342 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:00:46.486 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:00:46.552 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0. 1/1 2024-09-16T23:00:46.577 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0. 1/1 2024-09-16T23:00:46.578 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:46.578 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-16T23:00:46.578 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:46.706 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:00:54 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:00:46.842 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:00:46.843 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:46.843 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2024-09-16T23:00:46.844 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:46.844 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:00:46.844 INFO:teuthology.orchestra.run.smithi018.stdout: cephadm noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 784 k 2024-09-16T23:00:46.844 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:46.844 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:00:46.844 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:46.844 INFO:teuthology.orchestra.run.smithi018.stdout:Install 1 Package 2024-09-16T23:00:46.844 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:46.844 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 784 k 2024-09-16T23:00:46.844 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 791 k 2024-09-16T23:00:46.844 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:00:47.094 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0. 1/1 2024-09-16T23:00:47.094 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:47.095 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:00:47.095 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:47.095 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:47.095 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:00:47.254 INFO:teuthology.orchestra.run.smithi018.stdout:cephadm-19.3.0-4883.g6e8474a0.el9.noarch.rpm 1.9 MB/s | 784 kB 00:00 2024-09-16T23:00:47.255 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:47.255 INFO:teuthology.orchestra.run.smithi018.stdout:Total 1.9 MB/s | 784 kB 00:00 2024-09-16T23:00:47.255 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:00:47.261 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:00:47.262 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:00:47.268 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:00:47.268 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:00:47.330 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr 2024-09-16T23:00:47.352 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:00:47.527 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0. 1/1 2024-09-16T23:00:47.527 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:47.527 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:00:47.527 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:47.527 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:47.527 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:00:47.701 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:47.765 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr 2024-09-16T23:00:47.794 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:47.934 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:00:59 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:48.025 INFO:teuthology.orchestra.run.smithi204.stdout:Package ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:00:48.067 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:00:48.068 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-16T23:00:48.068 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:00:48.127 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-dashboard 2024-09-16T23:00:48.161 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:48.349 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:00 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:48.425 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:00:48.426 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:48.426 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:00:48.426 INFO:teuthology.orchestra.run.smithi018.stdout: cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:48.426 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:48.426 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:00:48.440 INFO:teuthology.orchestra.run.smithi079.stdout:Package ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:00:48.482 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:00:48.483 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-09-16T23:00:48.483 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:00:48.562 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-dashboard 2024-09-16T23:00:48.630 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-immutable-object-cache 2024-09-16T23:00:48.706 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:00 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:48.838 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:00:48.839 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:48.839 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-16T23:00:48.839 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:48.839 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:00:48.839 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 14 M 2024-09-16T23:00:48.839 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-16T23:00:48.839 INFO:teuthology.orchestra.run.smithi204.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-16T23:00:48.839 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 34 k 2024-09-16T23:00:48.839 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 16 k 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout:Install 12 Packages 2024-09-16T23:00:48.840 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:48.841 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 19 M 2024-09-16T23:00:48.841 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 159 M 2024-09-16T23:00:48.841 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:00:49.137 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:01 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:49.237 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:00:57 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:00:49.269 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:00:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:49.270 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-09-16T23:00:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:00:49.270 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 14 M 2024-09-16T23:00:49.270 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-09-16T23:00:49.270 INFO:teuthology.orchestra.run.smithi079.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-16T23:00:49.270 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 34 k 2024-09-16T23:00:49.270 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 16 k 2024-09-16T23:00:49.270 INFO:teuthology.orchestra.run.smithi079.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-16T23:00:49.270 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-16T23:00:49.271 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-16T23:00:49.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-16T23:00:49.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-16T23:00:49.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-16T23:00:49.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-16T23:00:49.271 INFO:teuthology.orchestra.run.smithi079.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-16T23:00:49.271 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:00:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:00:49.271 INFO:teuthology.orchestra.run.smithi079.stdout:Install 12 Packages 2024-09-16T23:00:49.271 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:49.272 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 19 M 2024-09-16T23:00:49.272 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 159 M 2024-09-16T23:00:49.272 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:00:49.379 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:00:49.379 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:49.380 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repo Size 2024-09-16T23:00:49.380 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:49.380 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:00:49.380 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 145 k 2024-09-16T23:00:49.380 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:49.380 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:00:49.380 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:49.380 INFO:teuthology.orchestra.run.smithi018.stdout:Install 1 Package 2024-09-16T23:00:49.380 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:49.381 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 145 k 2024-09-16T23:00:49.381 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 432 k 2024-09-16T23:00:49.381 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:00:49.557 INFO:teuthology.orchestra.run.smithi204.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4883.g6e 242 kB/s | 34 kB 00:00 2024-09-16T23:00:49.582 INFO:teuthology.orchestra.run.smithi204.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4883.g6e8 99 kB/s | 16 kB 00:00 2024-09-16T23:00:49.586 INFO:teuthology.orchestra.run.smithi018.stdout:ceph-immutable-object-cache-19.3.0-4883.g6e8474 707 kB/s | 145 kB 00:00 2024-09-16T23:00:49.586 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:49.587 INFO:teuthology.orchestra.run.smithi018.stdout:Total 702 kB/s | 145 kB 00:00 2024-09-16T23:00:49.587 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:00:49.590 INFO:teuthology.orchestra.run.smithi079.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4883.g6e 219 kB/s | 34 kB 00:00 2024-09-16T23:00:49.595 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:00:49.595 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:00:49.615 INFO:teuthology.orchestra.run.smithi079.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4883.g6e8 91 kB/s | 16 kB 00:00 2024-09-16T23:00:49.656 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:00:49.656 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:00:49.749 INFO:teuthology.orchestra.run.smithi204.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.3 MB/s | 1.0 MB 00:00 2024-09-16T23:00:49.807 INFO:teuthology.orchestra.run.smithi079.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.4 MB/s | 269 kB 00:00 2024-09-16T23:00:49.808 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:00:49.895 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0. 1/1 2024-09-16T23:00:49.922 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0. 1/1 2024-09-16T23:00:49.922 INFO:teuthology.orchestra.run.smithi018.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:00:49.922 INFO:teuthology.orchestra.run.smithi018.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-16T23:00:49.922 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:49.949 INFO:teuthology.orchestra.run.smithi204.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 734 kB/s | 269 kB 00:00 2024-09-16T23:00:49.966 INFO:teuthology.orchestra.run.smithi079.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.7 MB/s | 1.0 MB 00:00 2024-09-16T23:00:49.999 INFO:teuthology.orchestra.run.smithi079.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.4 MB/s | 863 kB 00:00 2024-09-16T23:00:50.007 INFO:teuthology.orchestra.run.smithi204.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.3 MB/s | 863 kB 00:00 2024-09-16T23:00:50.041 INFO:teuthology.orchestra.run.smithi204.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 5.8 MB/s | 548 kB 00:00 2024-09-16T23:00:50.050 INFO:teuthology.orchestra.run.smithi079.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 6.4 MB/s | 548 kB 00:00 2024-09-16T23:00:50.075 INFO:teuthology.orchestra.run.smithi204.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 290 kB/s | 19 kB 00:00 2024-09-16T23:00:50.075 INFO:teuthology.orchestra.run.smithi079.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 283 kB/s | 19 kB 00:00 2024-09-16T23:00:50.109 INFO:teuthology.orchestra.run.smithi079.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-09-16T23:00:50.117 INFO:teuthology.orchestra.run.smithi204.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 3.4 MB/s | 144 kB 00:00 2024-09-16T23:00:50.134 INFO:teuthology.orchestra.run.smithi079.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-16T23:00:50.142 INFO:teuthology.orchestra.run.smithi204.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-16T23:00:50.168 INFO:teuthology.orchestra.run.smithi079.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.6 MB/s | 188 kB 00:00 2024-09-16T23:00:50.192 INFO:teuthology.orchestra.run.smithi204.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 14 MB/s | 2.0 MB 00:00 2024-09-16T23:00:50.218 INFO:teuthology.orchestra.run.smithi079.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 12 MB/s | 2.0 MB 00:00 2024-09-16T23:00:50.226 INFO:teuthology.orchestra.run.smithi204.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-09-16T23:00:50.867 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0. 1/1 2024-09-16T23:00:50.867 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:50.867 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:00:50.867 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-immutable-object-cache-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:00:50.867 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:50.867 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:00:51.066 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-mgr 2024-09-16T23:00:51.126 INFO:teuthology.orchestra.run.smithi204.stdout:(12/12): ceph-mgr-dashboard-19.3.0-4883.g6e8474 8.3 MB/s | 14 MB 00:01 2024-09-16T23:00:51.131 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:51.131 INFO:teuthology.orchestra.run.smithi204.stdout:Total 8.4 MB/s | 19 MB 00:02 2024-09-16T23:00:51.135 INFO:teuthology.orchestra.run.smithi079.stdout:(12/12): ceph-mgr-dashboard-19.3.0-4883.g6e8474 8.3 MB/s | 14 MB 00:01 2024-09-16T23:00:51.140 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:51.140 INFO:teuthology.orchestra.run.smithi079.stdout:Total 10 MB/s | 19 MB 00:01 2024-09-16T23:00:51.181 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:00:51.190 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:00:51.201 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:00:51.201 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:00:51.209 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:00:51.209 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:00:51.466 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:00:51.466 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:00:51.490 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:00:51.491 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:00:51.674 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:00:59 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:00:51.767 INFO:teuthology.orchestra.run.smithi018.stdout:Package ceph-mgr-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:00:51.811 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:00:51.813 INFO:teuthology.orchestra.run.smithi018.stdout:Nothing to do. 2024-09-16T23:00:51.813 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:00:51.878 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-mgr-dashboard 2024-09-16T23:00:52.053 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:00:52.090 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:00:52.177 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-16T23:00:52.178 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-16T23:00:52.212 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-16T23:00:52.220 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-16T23:00:52.258 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-16T23:00:52.267 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-16T23:00:52.290 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-16T23:00:52.298 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-16T23:00:52.383 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-16T23:00:52.399 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-16T23:00:52.480 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:00 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:00:52.506 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-16T23:00:52.524 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-16T23:00:52.593 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-16T23:00:52.617 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:00:52.618 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-16T23:00:52.619 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:52.619 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2024-09-16T23:00:52.619 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:52.619 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:00:52.619 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 14 M 2024-09-16T23:00:52.619 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2024-09-16T23:00:52.619 INFO:teuthology.orchestra.run.smithi018.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-16T23:00:52.619 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 34 k 2024-09-16T23:00:52.619 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 16 k 2024-09-16T23:00:52.619 INFO:teuthology.orchestra.run.smithi018.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout:Install 12 Packages 2024-09-16T23:00:52.620 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:00:52.621 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 19 M 2024-09-16T23:00:52.621 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 159 M 2024-09-16T23:00:52.621 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:00:52.645 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-16T23:00:52.669 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-16T23:00:52.674 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-16T23:00:52.697 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-16T23:00:52.706 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4883.g6e8474a0.el9 10/12 2024-09-16T23:00:52.730 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4883.g6e8474a0.el9 10/12 2024-09-16T23:00:53.531 INFO:teuthology.orchestra.run.smithi018.stdout:(1/12): ceph-prometheus-alerts-19.3.0-4883.g6e8 97 kB/s | 16 kB 00:00 2024-09-16T23:00:53.548 INFO:teuthology.orchestra.run.smithi018.stdout:(2/12): ceph-grafana-dashboards-19.3.0-4883.g6e 183 kB/s | 34 kB 00:00 2024-09-16T23:00:53.674 INFO:teuthology.orchestra.run.smithi018.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.1 MB/s | 269 kB 00:00 2024-09-16T23:00:53.749 INFO:teuthology.orchestra.run.smithi018.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.7 MB/s | 1.0 MB 00:00 2024-09-16T23:00:53.840 INFO:teuthology.orchestra.run.smithi018.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 5.9 MB/s | 548 kB 00:00 2024-09-16T23:00:53.857 INFO:teuthology.orchestra.run.smithi018.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 1.1 MB/s | 19 kB 00:00 2024-09-16T23:00:53.925 INFO:teuthology.orchestra.run.smithi018.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 31 MB/s | 2.0 MB 00:00 2024-09-16T23:00:53.942 INFO:teuthology.orchestra.run.smithi018.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 8.5 MB/s | 144 kB 00:00 2024-09-16T23:00:53.966 INFO:teuthology.orchestra.run.smithi018.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-16T23:00:53.992 INFO:teuthology.orchestra.run.smithi018.stdout:(10/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.6 MB/s | 863 kB 00:00 2024-09-16T23:00:54.017 INFO:teuthology.orchestra.run.smithi018.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-16T23:00:54.326 INFO:teuthology.orchestra.run.smithi018.stdout:(12/12): ceph-mgr-dashboard-19.3.0-4883.g6e8474 15 MB/s | 14 MB 00:00 2024-09-16T23:00:54.330 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:00:54.330 INFO:teuthology.orchestra.run.smithi018.stdout:Total 11 MB/s | 19 MB 00:01 2024-09-16T23:00:54.384 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:00:54.405 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:00:54.406 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:00:54.687 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:00:54.688 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:00:55.324 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:00:55.419 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-16T23:00:55.463 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-16T23:00:55.510 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-16T23:00:55.547 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-16T23:00:55.644 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-16T23:00:55.779 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-16T23:00:55.870 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-16T23:00:55.875 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4883.g6e8474a0.el 11/12 2024-09-16T23:00:55.884 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4883.g6e8474a0.el 11/12 2024-09-16T23:00:55.920 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-16T23:00:55.937 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noa 12/12 2024-09-16T23:00:55.943 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noa 12/12 2024-09-16T23:00:55.947 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-16T23:00:55.980 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4883.g6e8474a0.el9 10/12 2024-09-16T23:00:57.806 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noa 12/12 2024-09-16T23:00:57.806 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4883.g6e8474a0.el 1/12 2024-09-16T23:00:57.806 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noa 2/12 2024-09-16T23:00:57.806 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4883.g6e8474a0.el9 3/12 2024-09-16T23:00:57.806 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-16T23:00:57.807 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-16T23:00:57.807 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-16T23:00:57.807 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-16T23:00:57.807 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-16T23:00:57.807 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-16T23:00:57.807 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-16T23:00:57.807 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-16T23:00:58.015 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noa 12/12 2024-09-16T23:00:58.015 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4883.g6e8474a0.el 1/12 2024-09-16T23:00:58.015 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noa 2/12 2024-09-16T23:00:58.015 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4883.g6e8474a0.el9 3/12 2024-09-16T23:00:58.015 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-16T23:00:58.015 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-16T23:00:58.015 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-16T23:00:58.016 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-16T23:00:58.016 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-16T23:00:58.016 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-16T23:00:58.016 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-16T23:00:58.016 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-16T23:00:58.136 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-16T23:00:58.136 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:58.136 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:00:58.136 INFO:teuthology.orchestra.run.smithi204.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-16T23:00:58.136 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-grafana-dashboards-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-prometheus-alerts-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:58.137 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:00:58.335 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-grafana-dashboards-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-prometheus-alerts-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-16T23:00:58.336 INFO:teuthology.orchestra.run.smithi079.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-16T23:00:58.337 INFO:teuthology.orchestra.run.smithi079.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-16T23:00:58.337 INFO:teuthology.orchestra.run.smithi079.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-16T23:00:58.337 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:58.337 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:00:58.397 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-16T23:00:58.632 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-16T23:00:58.991 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:10 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:59.132 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:00:59.133 INFO:teuthology.orchestra.run.smithi204.stdout:======================================================================================= 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout:======================================================================================= 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 7.4 M 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-16T23:00:59.134 INFO:teuthology.orchestra.run.smithi204.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-16T23:00:59.135 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-16T23:00:59.135 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-16T23:00:59.135 INFO:teuthology.orchestra.run.smithi204.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-16T23:00:59.135 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:59.135 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:00:59.135 INFO:teuthology.orchestra.run.smithi204.stdout:======================================================================================= 2024-09-16T23:00:59.135 INFO:teuthology.orchestra.run.smithi204.stdout:Install 12 Packages 2024-09-16T23:00:59.135 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:00:59.136 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 38 M 2024-09-16T23:00:59.136 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 212 M 2024-09-16T23:00:59.136 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:00:59.229 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:11 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:00:59.369 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:00:59.372 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================= 2024-09-16T23:00:59.373 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-09-16T23:00:59.373 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================= 2024-09-16T23:00:59.373 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:00:59.373 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 7.4 M 2024-09-16T23:00:59.373 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-09-16T23:00:59.373 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-16T23:00:59.373 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-16T23:00:59.373 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-16T23:00:59.373 INFO:teuthology.orchestra.run.smithi079.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-16T23:00:59.373 INFO:teuthology.orchestra.run.smithi079.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-16T23:00:59.373 INFO:teuthology.orchestra.run.smithi079.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout:======================================================================================= 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout:Install 12 Packages 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 38 M 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 212 M 2024-09-16T23:00:59.374 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:00:59.375 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4883.g6e8474a0.el 11/12 2024-09-16T23:00:59.434 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noa 12/12 2024-09-16T23:00:59.726 INFO:teuthology.orchestra.run.smithi204.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.2 MB/s | 191 kB 00:00 2024-09-16T23:00:59.785 INFO:teuthology.orchestra.run.smithi204.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.6 MB/s | 801 kB 00:00 2024-09-16T23:00:59.854 INFO:teuthology.orchestra.run.smithi079.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.0 MB/s | 191 kB 00:00 2024-09-16T23:00:59.868 INFO:teuthology.orchestra.run.smithi204.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 230 kB/s | 33 kB 00:00 2024-09-16T23:00:59.918 INFO:teuthology.orchestra.run.smithi204.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-09-16T23:00:59.946 INFO:teuthology.orchestra.run.smithi079.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.8 MB/s | 801 kB 00:00 2024-09-16T23:00:59.969 INFO:teuthology.orchestra.run.smithi204.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 771 kB/s | 38 kB 00:00 2024-09-16T23:00:59.988 INFO:teuthology.orchestra.run.smithi079.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 244 kB/s | 33 kB 00:00 2024-09-16T23:01:00.038 INFO:teuthology.orchestra.run.smithi079.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 364 kB/s | 18 kB 00:00 2024-09-16T23:01:00.105 INFO:teuthology.orchestra.run.smithi079.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 577 kB/s | 38 kB 00:00 2024-09-16T23:01:00.136 INFO:teuthology.orchestra.run.smithi204.stdout:(6/12): ceph-mgr-diskprediction-local-19.3.0-48 13 MB/s | 7.4 MB 00:00 2024-09-16T23:01:00.272 INFO:teuthology.orchestra.run.smithi079.stdout:(6/12): ceph-mgr-diskprediction-local-19.3.0-48 12 MB/s | 7.4 MB 00:00 2024-09-16T23:01:00.336 INFO:teuthology.orchestra.run.smithi204.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.2 MB/s | 245 kB 00:00 2024-09-16T23:01:00.440 INFO:teuthology.orchestra.run.smithi079.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.1 MB/s | 3.0 MB 00:00 2024-09-16T23:01:00.548 INFO:teuthology.orchestra.run.smithi079.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 889 kB/s | 245 kB 00:00 2024-09-16T23:01:00.657 INFO:teuthology.orchestra.run.smithi079.stdout:(9/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 9.0 MB/s | 4.9 MB 00:00 2024-09-16T23:01:00.682 INFO:teuthology.orchestra.run.smithi079.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.8 MB/s | 250 kB 00:00 2024-09-16T23:01:00.757 INFO:teuthology.orchestra.run.smithi079.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 16 MB/s | 5.1 MB 00:00 2024-09-16T23:01:00.870 INFO:teuthology.orchestra.run.smithi204.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.8 MB/s | 3.0 MB 00:01 2024-09-16T23:01:01.028 INFO:teuthology.orchestra.run.smithi204.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.5 MB/s | 250 kB 00:00 2024-09-16T23:01:01.256 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noa 12/12 2024-09-16T23:01:01.257 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4883.g6e8474a0.el 1/12 2024-09-16T23:01:01.257 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noa 2/12 2024-09-16T23:01:01.257 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4883.g6e8474a0.el9 3/12 2024-09-16T23:01:01.257 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-16T23:01:01.257 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-16T23:01:01.257 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-16T23:01:01.257 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-16T23:01:01.257 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-16T23:01:01.257 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-16T23:01:01.257 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-16T23:01:01.257 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-16T23:01:01.349 INFO:teuthology.orchestra.run.smithi079.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 23 MB/s | 16 MB 00:00 2024-09-16T23:01:01.350 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:01.350 INFO:teuthology.orchestra.run.smithi079.stdout:Total 19 MB/s | 38 MB 00:01 2024-09-16T23:01:01.608 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-16T23:01:01.608 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:01.608 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:01:01.608 INFO:teuthology.orchestra.run.smithi018.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-16T23:01:01.608 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-grafana-dashboards-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:01.608 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-dashboard-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:01.608 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-prometheus-alerts-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:01.608 INFO:teuthology.orchestra.run.smithi018.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-16T23:01:01.608 INFO:teuthology.orchestra.run.smithi018.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-16T23:01:01.608 INFO:teuthology.orchestra.run.smithi018.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-16T23:01:01.609 INFO:teuthology.orchestra.run.smithi018.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-16T23:01:01.609 INFO:teuthology.orchestra.run.smithi018.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-16T23:01:01.609 INFO:teuthology.orchestra.run.smithi018.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-16T23:01:01.609 INFO:teuthology.orchestra.run.smithi018.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-16T23:01:01.609 INFO:teuthology.orchestra.run.smithi018.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-16T23:01:01.609 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:01.609 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:01.707 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:01:01.734 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:01:01.734 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:01:01.892 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-16T23:01:01.921 INFO:teuthology.orchestra.run.smithi204.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 2.5 MB/s | 4.9 MB 00:01 2024-09-16T23:01:02.161 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:01:02.162 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:01:02.312 INFO:teuthology.orchestra.run.smithi204.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 2.6 MB/s | 5.1 MB 00:01 2024-09-16T23:01:02.515 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:10 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:02.656 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:02.657 INFO:teuthology.orchestra.run.smithi018.stdout:======================================================================================= 2024-09-16T23:01:02.657 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout:======================================================================================= 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 7.4 M 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-16T23:01:02.658 INFO:teuthology.orchestra.run.smithi018.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-16T23:01:02.659 INFO:teuthology.orchestra.run.smithi018.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-16T23:01:02.659 INFO:teuthology.orchestra.run.smithi018.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-16T23:01:02.659 INFO:teuthology.orchestra.run.smithi018.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-16T23:01:02.659 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:02.659 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:01:02.659 INFO:teuthology.orchestra.run.smithi018.stdout:======================================================================================= 2024-09-16T23:01:02.659 INFO:teuthology.orchestra.run.smithi018.stdout:Install 12 Packages 2024-09-16T23:01:02.659 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:02.660 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 38 M 2024-09-16T23:01:02.660 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 212 M 2024-09-16T23:01:02.660 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:01:02.934 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:01:03.027 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-16T23:01:03.073 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-16T23:01:03.159 INFO:teuthology.orchestra.run.smithi018.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.3 MB/s | 191 kB 00:00 2024-09-16T23:01:03.180 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-16T23:01:03.201 INFO:teuthology.orchestra.run.smithi018.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.3 MB/s | 801 kB 00:00 2024-09-16T23:01:03.224 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-16T23:01:03.226 INFO:teuthology.orchestra.run.smithi018.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 488 kB/s | 33 kB 00:00 2024-09-16T23:01:03.268 INFO:teuthology.orchestra.run.smithi018.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 438 kB/s | 18 kB 00:00 2024-09-16T23:01:03.310 INFO:teuthology.orchestra.run.smithi018.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 924 kB/s | 38 kB 00:00 2024-09-16T23:01:03.412 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-16T23:01:03.440 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-16T23:01:03.516 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-16T23:01:03.569 INFO:teuthology.orchestra.run.smithi018.stdout:(6/12): ceph-mgr-diskprediction-local-19.3.0-48 13 MB/s | 7.4 MB 00:00 2024-09-16T23:01:03.694 INFO:teuthology.orchestra.run.smithi018.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.9 MB/s | 245 kB 00:00 2024-09-16T23:01:03.936 INFO:teuthology.orchestra.run.smithi018.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.1 MB/s | 3.0 MB 00:00 2024-09-16T23:01:04.020 INFO:teuthology.orchestra.run.smithi018.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 250 kB 00:00 2024-09-16T23:01:04.198 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-16T23:01:04.311 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-16T23:01:04.637 INFO:teuthology.orchestra.run.smithi018.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 3.7 MB/s | 4.9 MB 00:01 2024-09-16T23:01:04.945 INFO:teuthology.orchestra.run.smithi018.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.1 MB/s | 5.1 MB 00:01 2024-09-16T23:01:05.545 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T23:01:06.586 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-16T23:01:06.610 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e847 12/12 2024-09-16T23:01:07.145 INFO:teuthology.orchestra.run.smithi018.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 5.2 MB/s | 16 MB 00:03 2024-09-16T23:01:07.146 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:07.147 INFO:teuthology.orchestra.run.smithi018.stdout:Total 8.5 MB/s | 38 MB 00:04 2024-09-16T23:01:07.518 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:01:07.546 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:01:07.546 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:01:08.004 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:01:08.004 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:01:08.895 INFO:teuthology.orchestra.run.smithi204.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.1 MB/s | 16 MB 00:07 2024-09-16T23:01:08.896 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:08.897 INFO:teuthology.orchestra.run.smithi204.stdout:Total 3.9 MB/s | 38 MB 00:09 2024-09-16T23:01:08.902 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:01:08.983 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-16T23:01:09.044 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-16T23:01:09.150 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-16T23:01:09.195 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-16T23:01:09.247 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:01:09.273 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:01:09.273 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:01:09.328 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e847 12/12 2024-09-16T23:01:09.328 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e847 1/12 2024-09-16T23:01:09.328 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-16T23:01:09.328 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-16T23:01:09.328 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-16T23:01:09.328 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-16T23:01:09.328 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-16T23:01:09.328 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-16T23:01:09.328 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-16T23:01:09.329 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-16T23:01:09.329 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T23:01:09.329 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-16T23:01:09.387 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-16T23:01:09.410 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-16T23:01:09.489 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-16T23:01:09.705 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:01:09.706 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:01:09.745 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-16T23:01:09.745 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:09.745 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:01:09.745 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:09.745 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:09.746 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:10.164 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-rook 2024-09-16T23:01:10.202 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-16T23:01:10.320 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-16T23:01:10.473 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:01:10.546 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-16T23:01:10.585 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-16T23:01:10.683 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-16T23:01:10.719 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-16T23:01:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:22 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:10.890 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:10.891 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:10.891 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-09-16T23:01:10.892 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:10.892 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:01:10.892 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-rook noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 49 k 2024-09-16T23:01:10.892 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-09-16T23:01:10.892 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-16T23:01:10.892 INFO:teuthology.orchestra.run.smithi079.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-16T23:01:10.892 INFO:teuthology.orchestra.run.smithi079.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-16T23:01:10.892 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-16T23:01:10.892 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-16T23:01:10.892 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-16T23:01:10.892 INFO:teuthology.orchestra.run.smithi079.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-16T23:01:10.893 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-16T23:01:10.893 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-16T23:01:10.893 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-16T23:01:10.893 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-16T23:01:10.893 INFO:teuthology.orchestra.run.smithi079.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-16T23:01:10.893 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:10.893 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:01:10.893 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:10.893 INFO:teuthology.orchestra.run.smithi079.stdout:Install 13 Packages 2024-09-16T23:01:10.893 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:10.894 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 2.2 M 2024-09-16T23:01:10.894 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 26 M 2024-09-16T23:01:10.894 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:01:10.904 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-16T23:01:10.935 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-16T23:01:11.011 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-16T23:01:11.229 INFO:teuthology.orchestra.run.smithi079.stdout:(1/13): ceph-mgr-rook-19.3.0-4883.g6e8474a0.el9 319 kB/s | 49 kB 00:00 2024-09-16T23:01:11.597 INFO:teuthology.orchestra.run.smithi079.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 37 kB/s | 19 kB 00:00 2024-09-16T23:01:11.663 INFO:teuthology.orchestra.run.smithi079.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 44 kB/s | 26 kB 00:00 2024-09-16T23:01:11.669 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T23:01:11.673 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-16T23:01:11.790 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-16T23:01:11.989 INFO:teuthology.orchestra.run.smithi079.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 293 kB/s | 222 kB 00:00 2024-09-16T23:01:12.347 INFO:teuthology.orchestra.run.smithi079.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 212 kB/s | 159 kB 00:00 2024-09-16T23:01:12.389 INFO:teuthology.orchestra.run.smithi079.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 776 kB/s | 32 kB 00:00 2024-09-16T23:01:12.415 INFO:teuthology.orchestra.run.smithi079.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 569 kB/s | 14 kB 00:00 2024-09-16T23:01:12.440 INFO:teuthology.orchestra.run.smithi079.stdout:(8/13): python3-google-auth-2.34.0-1.el9.noarch 8.6 MB/s | 220 kB 00:00 2024-09-16T23:01:12.466 INFO:teuthology.orchestra.run.smithi079.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 348 kB/s | 279 kB 00:00 2024-09-16T23:01:12.516 INFO:teuthology.orchestra.run.smithi079.stdout:(10/13): python3-kubernetes-26.1.0-2.el9.noarch 14 MB/s | 1.0 MB 00:00 2024-09-16T23:01:12.541 INFO:teuthology.orchestra.run.smithi079.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.8 MB/s | 90 kB 00:00 2024-09-16T23:01:12.566 INFO:teuthology.orchestra.run.smithi079.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 589 kB/s | 59 kB 00:00 2024-09-16T23:01:12.600 INFO:teuthology.orchestra.run.smithi079.stdout:(13/13): python3-requests-oauthlib-1.3.0-12.el9 88 kB/s | 54 kB 00:00 2024-09-16T23:01:12.603 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:12.603 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.3 MB/s | 2.2 MB 00:01 2024-09-16T23:01:12.672 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:01:12.688 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:01:12.688 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:01:12.778 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:01:12.780 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:01:12.781 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-16T23:01:12.810 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e847 12/12 2024-09-16T23:01:13.049 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T23:01:13.296 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:01:13.479 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-16T23:01:13.538 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-16T23:01:13.606 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-16T23:01:13.644 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-16T23:01:13.685 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-16T23:01:13.795 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-16T23:01:13.896 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-16T23:01:13.945 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-16T23:01:14.090 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-16T23:01:14.119 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e847 12/12 2024-09-16T23:01:14.656 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-16T23:01:14.711 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-16T23:01:14.745 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-16T23:01:14.793 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-16T23:01:14.823 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 13/13 2024-09-16T23:01:15.274 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e847 12/12 2024-09-16T23:01:15.275 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e847 1/12 2024-09-16T23:01:15.275 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-16T23:01:15.275 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-16T23:01:15.275 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-16T23:01:15.275 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-16T23:01:15.275 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-16T23:01:15.275 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-16T23:01:15.275 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-16T23:01:15.275 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-16T23:01:15.275 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T23:01:15.275 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-16T23:01:15.659 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 13/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 1/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-16T23:01:15.660 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-16T23:01:15.848 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-16T23:01:15.848 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:15.848 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:01:15.848 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:15.848 INFO:teuthology.orchestra.run.smithi018.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-16T23:01:15.849 INFO:teuthology.orchestra.run.smithi018.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-16T23:01:15.849 INFO:teuthology.orchestra.run.smithi018.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-16T23:01:15.849 INFO:teuthology.orchestra.run.smithi018.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-16T23:01:15.849 INFO:teuthology.orchestra.run.smithi018.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-16T23:01:15.849 INFO:teuthology.orchestra.run.smithi018.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-16T23:01:15.849 INFO:teuthology.orchestra.run.smithi018.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-16T23:01:15.849 INFO:teuthology.orchestra.run.smithi018.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-16T23:01:15.849 INFO:teuthology.orchestra.run.smithi018.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-16T23:01:15.849 INFO:teuthology.orchestra.run.smithi018.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-16T23:01:15.849 INFO:teuthology.orchestra.run.smithi018.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-16T23:01:15.849 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:15.850 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:15.989 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-16T23:01:15.989 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:15.989 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:01:15.989 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:15.989 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-16T23:01:15.989 INFO:teuthology.orchestra.run.smithi079.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-16T23:01:15.989 INFO:teuthology.orchestra.run.smithi079.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-16T23:01:15.989 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-16T23:01:15.989 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-16T23:01:15.990 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-16T23:01:15.990 INFO:teuthology.orchestra.run.smithi079.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-16T23:01:15.990 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-16T23:01:15.990 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-16T23:01:15.990 INFO:teuthology.orchestra.run.smithi079.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-16T23:01:15.990 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-16T23:01:15.990 INFO:teuthology.orchestra.run.smithi079.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-16T23:01:15.990 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:15.990 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:16.203 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-mgr-rook 2024-09-16T23:01:16.244 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-mgr-cephadm 2024-09-16T23:01:16.804 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e847 12/12 2024-09-16T23:01:16.805 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e847 1/12 2024-09-16T23:01:16.805 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-16T23:01:16.805 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-16T23:01:16.805 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-16T23:01:16.805 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-16T23:01:16.805 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-16T23:01:16.805 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-16T23:01:16.805 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-16T23:01:16.805 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-16T23:01:16.805 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-16T23:01:16.805 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-16T23:01:16.818 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:24 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:16.825 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:28 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:16.957 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:16.957 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 154 k 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:16.958 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:01:16.959 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:16.959 INFO:teuthology.orchestra.run.smithi079.stdout:Install 6 Packages 2024-09-16T23:01:16.959 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:16.960 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 7.0 M 2024-09-16T23:01:16.960 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 33 M 2024-09-16T23:01:16.960 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:01:16.960 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:16.960 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2024-09-16T23:01:16.960 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:16.960 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:01:16.960 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-rook noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 49 k 2024-09-16T23:01:16.960 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2024-09-16T23:01:16.960 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-16T23:01:16.960 INFO:teuthology.orchestra.run.smithi018.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:01:16.961 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:16.962 INFO:teuthology.orchestra.run.smithi018.stdout:Install 13 Packages 2024-09-16T23:01:16.962 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:16.962 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 2.2 M 2024-09-16T23:01:16.962 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 26 M 2024-09-16T23:01:16.962 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:01:17.260 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-16T23:01:17.260 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-16T23:01:17.261 INFO:teuthology.orchestra.run.smithi204.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-16T23:01:17.262 INFO:teuthology.orchestra.run.smithi204.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-16T23:01:17.262 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:17.262 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:17.389 INFO:teuthology.orchestra.run.smithi079.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-09-16T23:01:17.414 INFO:teuthology.orchestra.run.smithi079.stdout:(2/6): ceph-mgr-cephadm-19.3.0-4883.g6e8474a0.e 699 kB/s | 154 kB 00:00 2024-09-16T23:01:17.473 INFO:teuthology.orchestra.run.smithi079.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 6.4 MB/s | 548 kB 00:00 2024-09-16T23:01:17.498 INFO:teuthology.orchestra.run.smithi079.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 689 kB/s | 58 kB 00:00 2024-09-16T23:01:17.523 INFO:teuthology.orchestra.run.smithi079.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-09-16T23:01:17.593 INFO:teuthology.orchestra.run.smithi018.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 178 kB/s | 26 kB 00:00 2024-09-16T23:01:17.610 INFO:teuthology.orchestra.run.smithi018.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 120 kB/s | 19 kB 00:00 2024-09-16T23:01:17.623 INFO:teuthology.orchestra.run.smithi079.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-09-16T23:01:17.626 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:17.626 INFO:teuthology.orchestra.run.smithi079.stdout:Total 11 MB/s | 7.0 MB 00:00 2024-09-16T23:01:17.630 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-rook 2024-09-16T23:01:17.635 INFO:teuthology.orchestra.run.smithi018.stdout:(3/13): ceph-mgr-rook-19.3.0-4883.g6e8474a0.el9 265 kB/s | 49 kB 00:00 2024-09-16T23:01:17.697 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:01:17.709 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:01:17.709 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:01:17.811 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:01:17.811 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:01:17.869 INFO:teuthology.orchestra.run.smithi018.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 807 kB/s | 222 kB 00:00 2024-09-16T23:01:17.895 INFO:teuthology.orchestra.run.smithi018.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 559 kB/s | 159 kB 00:00 2024-09-16T23:01:17.937 INFO:teuthology.orchestra.run.smithi018.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 801 kB/s | 54 kB 00:00 2024-09-16T23:01:17.970 INFO:teuthology.orchestra.run.smithi018.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 428 kB/s | 32 kB 00:00 2024-09-16T23:01:17.987 INFO:teuthology.orchestra.run.smithi018.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 293 kB/s | 14 kB 00:00 2024-09-16T23:01:18.020 INFO:teuthology.orchestra.run.smithi018.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 725 kB/s | 279 kB 00:00 2024-09-16T23:01:18.054 INFO:teuthology.orchestra.run.smithi018.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.6 MB/s | 220 kB 00:00 2024-09-16T23:01:18.079 INFO:teuthology.orchestra.run.smithi018.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 3.8 MB/s | 90 kB 00:00 2024-09-16T23:01:18.096 INFO:teuthology.orchestra.run.smithi018.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 783 kB/s | 59 kB 00:00 2024-09-16T23:01:18.125 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:01:18.130 INFO:teuthology.orchestra.run.smithi018.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-09-16T23:01:18.133 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:18.133 INFO:teuthology.orchestra.run.smithi018.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-09-16T23:01:18.207 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:01:18.224 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:01:18.224 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:01:18.232 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:30 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:18.279 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-16T23:01:18.323 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:01:18.324 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:01:18.333 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-16T23:01:18.365 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:18.367 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:18.367 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-16T23:01:18.367 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:18.367 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:01:18.367 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-rook noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 49 k 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-16T23:01:18.368 INFO:teuthology.orchestra.run.smithi204.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-16T23:01:18.369 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:18.369 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:01:18.369 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:18.369 INFO:teuthology.orchestra.run.smithi204.stdout:Install 13 Packages 2024-09-16T23:01:18.369 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:18.369 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 2.2 M 2024-09-16T23:01:18.369 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 26 M 2024-09-16T23:01:18.369 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:01:18.850 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:01:18.859 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-16T23:01:18.895 INFO:teuthology.orchestra.run.smithi204.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 363 kB/s | 26 kB 00:00 2024-09-16T23:01:18.920 INFO:teuthology.orchestra.run.smithi204.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 200 kB/s | 19 kB 00:00 2024-09-16T23:01:18.944 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-16T23:01:18.995 INFO:teuthology.orchestra.run.smithi204.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.9 MB/s | 222 kB 00:00 2024-09-16T23:01:19.021 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-16T23:01:19.029 INFO:teuthology.orchestra.run.smithi204.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-09-16T23:01:19.029 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-16T23:01:19.047 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 6/6 2024-09-16T23:01:19.054 INFO:teuthology.orchestra.run.smithi204.stdout:(5/13): ceph-mgr-rook-19.3.0-4883.g6e8474a0.el9 214 kB/s | 49 kB 00:00 2024-09-16T23:01:19.079 INFO:teuthology.orchestra.run.smithi204.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-16T23:01:19.091 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-16T23:01:19.104 INFO:teuthology.orchestra.run.smithi204.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-09-16T23:01:19.146 INFO:teuthology.orchestra.run.smithi204.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 349 kB/s | 32 kB 00:00 2024-09-16T23:01:19.156 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-16T23:01:19.163 INFO:teuthology.orchestra.run.smithi204.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 168 kB/s | 14 kB 00:00 2024-09-16T23:01:19.189 INFO:teuthology.orchestra.run.smithi204.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-16T23:01:19.191 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-16T23:01:19.214 INFO:teuthology.orchestra.run.smithi204.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 2.2 MB/s | 220 kB 00:00 2024-09-16T23:01:19.233 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-16T23:01:19.239 INFO:teuthology.orchestra.run.smithi204.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-16T23:01:19.282 INFO:teuthology.orchestra.run.smithi204.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.7 MB/s | 1.0 MB 00:00 2024-09-16T23:01:19.285 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:19.285 INFO:teuthology.orchestra.run.smithi204.stdout:Total 2.4 MB/s | 2.2 MB 00:00 2024-09-16T23:01:19.347 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:01:19.348 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-16T23:01:19.363 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:01:19.363 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:01:19.452 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:01:19.453 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:01:19.460 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-16T23:01:19.511 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-16T23:01:19.828 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 6/6 2024-09-16T23:01:19.828 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/6 2024-09-16T23:01:19.828 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-16T23:01:19.828 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-16T23:01:19.829 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-16T23:01:19.829 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-16T23:01:19.970 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:01:20.136 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-16T23:01:20.140 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-16T23:01:20.140 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:20.140 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:01:20.140 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:20.140 INFO:teuthology.orchestra.run.smithi079.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-16T23:01:20.140 INFO:teuthology.orchestra.run.smithi079.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-16T23:01:20.140 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-16T23:01:20.140 INFO:teuthology.orchestra.run.smithi079.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-16T23:01:20.141 INFO:teuthology.orchestra.run.smithi079.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-16T23:01:20.141 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:20.141 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:20.191 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-16T23:01:20.254 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-16T23:01:20.292 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-16T23:01:20.300 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-16T23:01:20.339 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-16T23:01:20.341 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-16T23:01:20.373 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-16T23:01:20.407 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-fuse 2024-09-16T23:01:20.422 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-16T23:01:20.452 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-16T23:01:20.460 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 13/13 2024-09-16T23:01:20.562 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-16T23:01:20.618 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-16T23:01:20.987 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:32 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:21.124 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:21.124 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:21.124 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-09-16T23:01:21.124 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:21.125 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:01:21.125 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-fuse x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 899 k 2024-09-16T23:01:21.125 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-09-16T23:01:21.125 INFO:teuthology.orchestra.run.smithi079.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-16T23:01:21.125 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:21.125 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:01:21.125 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:21.125 INFO:teuthology.orchestra.run.smithi079.stdout:Install 2 Packages 2024-09-16T23:01:21.125 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:21.126 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 979 k 2024-09-16T23:01:21.126 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 2.9 M 2024-09-16T23:01:21.126 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:01:21.294 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 13/13 2024-09-16T23:01:21.294 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 1/13 2024-09-16T23:01:21.294 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-16T23:01:21.294 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-16T23:01:21.294 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-16T23:01:21.294 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-16T23:01:21.294 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-16T23:01:21.294 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-16T23:01:21.294 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-16T23:01:21.294 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-16T23:01:21.295 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-16T23:01:21.295 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-16T23:01:21.295 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-16T23:01:21.327 INFO:teuthology.orchestra.run.smithi079.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 444 kB/s | 80 kB 00:00 2024-09-16T23:01:21.335 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-16T23:01:21.383 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-16T23:01:21.394 INFO:teuthology.orchestra.run.smithi079.stdout:(2/2): ceph-fuse-19.3.0-4883.g6e8474a0.el9.x86_ 3.6 MB/s | 899 kB 00:00 2024-09-16T23:01:21.394 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:21.395 INFO:teuthology.orchestra.run.smithi079.stdout:Total 3.5 MB/s | 979 kB 00:00 2024-09-16T23:01:21.406 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:01:21.416 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-16T23:01:21.428 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:01:21.428 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:01:21.465 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-16T23:01:21.486 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 13/13 2024-09-16T23:01:21.507 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:01:21.508 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:01:21.636 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-16T23:01:21.636 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:21.636 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:01:21.636 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:21.636 INFO:teuthology.orchestra.run.smithi018.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-16T23:01:21.636 INFO:teuthology.orchestra.run.smithi018.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-16T23:01:21.636 INFO:teuthology.orchestra.run.smithi018.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-16T23:01:21.636 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-16T23:01:21.637 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-16T23:01:21.637 INFO:teuthology.orchestra.run.smithi018.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-16T23:01:21.637 INFO:teuthology.orchestra.run.smithi018.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-16T23:01:21.637 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-16T23:01:21.637 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-16T23:01:21.637 INFO:teuthology.orchestra.run.smithi018.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-16T23:01:21.637 INFO:teuthology.orchestra.run.smithi018.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-16T23:01:21.637 INFO:teuthology.orchestra.run.smithi018.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-16T23:01:21.637 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:21.637 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:21.702 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:01:21.847 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-16T23:01:21.863 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-mgr-cephadm 2024-09-16T23:01:21.910 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/2 2024-09-16T23:01:22.277 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 13/13 2024-09-16T23:01:22.277 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 1/13 2024-09-16T23:01:22.277 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-16T23:01:22.277 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-16T23:01:22.277 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-16T23:01:22.277 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-16T23:01:22.277 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-16T23:01:22.277 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-16T23:01:22.277 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-16T23:01:22.278 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-16T23:01:22.278 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-16T23:01:22.278 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-16T23:01:22.278 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-16T23:01:22.467 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:30 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:22.605 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-16T23:01:22.605 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:22.605 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:01:22.605 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-rook-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:22.605 INFO:teuthology.orchestra.run.smithi204.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-16T23:01:22.605 INFO:teuthology.orchestra.run.smithi204.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-16T23:01:22.605 INFO:teuthology.orchestra.run.smithi204.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-16T23:01:22.605 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-16T23:01:22.605 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-16T23:01:22.605 INFO:teuthology.orchestra.run.smithi204.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-16T23:01:22.605 INFO:teuthology.orchestra.run.smithi204.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-16T23:01:22.606 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-16T23:01:22.606 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-16T23:01:22.606 INFO:teuthology.orchestra.run.smithi204.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-16T23:01:22.606 INFO:teuthology.orchestra.run.smithi204.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-16T23:01:22.606 INFO:teuthology.orchestra.run.smithi204.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-16T23:01:22.606 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:22.606 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:22.607 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:22.607 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:22.607 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2024-09-16T23:01:22.607 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:22.607 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:01:22.607 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 154 k 2024-09-16T23:01:22.607 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2024-09-16T23:01:22.607 INFO:teuthology.orchestra.run.smithi018.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-16T23:01:22.607 INFO:teuthology.orchestra.run.smithi018.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-16T23:01:22.607 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-16T23:01:22.607 INFO:teuthology.orchestra.run.smithi018.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-16T23:01:22.608 INFO:teuthology.orchestra.run.smithi018.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-16T23:01:22.608 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:22.608 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:01:22.608 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:22.608 INFO:teuthology.orchestra.run.smithi018.stdout:Install 6 Packages 2024-09-16T23:01:22.608 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:22.608 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 7.0 M 2024-09-16T23:01:22.608 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 33 M 2024-09-16T23:01:22.608 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:01:22.641 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/2 2024-09-16T23:01:22.641 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/2 2024-09-16T23:01:22.853 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-mgr-cephadm 2024-09-16T23:01:22.912 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-16T23:01:22.912 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:22.912 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:01:22.912 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-16T23:01:22.912 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:22.912 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:23.048 INFO:teuthology.orchestra.run.smithi018.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.9 MB/s | 248 kB 00:00 2024-09-16T23:01:23.100 INFO:teuthology.orchestra.run.smithi018.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 10 MB/s | 548 kB 00:00 2024-09-16T23:01:23.124 INFO:teuthology.orchestra.run.smithi018.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.5 MB/s | 58 kB 00:00 2024-09-16T23:01:23.149 INFO:teuthology.orchestra.run.smithi018.stdout:(4/6): ceph-mgr-cephadm-19.3.0-4883.g6e8474a0.e 675 kB/s | 154 kB 00:00 2024-09-16T23:01:23.175 INFO:teuthology.orchestra.run.smithi018.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.4 MB/s | 74 kB 00:00 2024-09-16T23:01:23.191 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install ceph-volume 2024-09-16T23:01:23.275 INFO:teuthology.orchestra.run.smithi018.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2024-09-16T23:01:23.276 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:23.277 INFO:teuthology.orchestra.run.smithi018.stdout:Total 10 MB/s | 7.0 MB 00:00 2024-09-16T23:01:23.350 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:01:23.361 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:01:23.362 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:01:23.433 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:35 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:23.467 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:01:23.469 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:01:23.565 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 154 k 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-16T23:01:23.566 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:23.567 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:01:23.567 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:23.567 INFO:teuthology.orchestra.run.smithi204.stdout:Install 6 Packages 2024-09-16T23:01:23.567 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:23.567 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 7.0 M 2024-09-16T23:01:23.567 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 33 M 2024-09-16T23:01:23.567 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:01:23.781 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:01:23.791 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:35 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:23.929 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:23.930 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:23.931 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repository Size 2024-09-16T23:01:23.931 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:23.931 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:01:23.931 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-volume noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 285 k 2024-09-16T23:01:23.931 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:23.931 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:01:23.932 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:23.932 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-09-16T23:01:23.932 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:23.932 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 285 k 2024-09-16T23:01:23.932 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 1.3 M 2024-09-16T23:01:23.932 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:01:23.955 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-16T23:01:23.959 INFO:teuthology.orchestra.run.smithi204.stdout:(1/6): ceph-mgr-cephadm-19.3.0-4883.g6e8474a0.e 799 kB/s | 154 kB 00:00 2024-09-16T23:01:24.011 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-16T23:01:24.018 INFO:teuthology.orchestra.run.smithi204.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 9.2 MB/s | 548 kB 00:00 2024-09-16T23:01:24.043 INFO:teuthology.orchestra.run.smithi204.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-16T23:01:24.068 INFO:teuthology.orchestra.run.smithi204.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-16T23:01:24.102 INFO:teuthology.orchestra.run.smithi204.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 740 kB/s | 248 kB 00:00 2024-09-16T23:01:24.159 INFO:teuthology.orchestra.run.smithi079.stdout:ceph-volume-19.3.0-4883.g6e8474a0.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-16T23:01:24.160 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:24.160 INFO:teuthology.orchestra.run.smithi079.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-16T23:01:24.160 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:01:24.168 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:01:24.168 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:01:24.200 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:01:24.200 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:01:24.361 INFO:teuthology.orchestra.run.smithi204.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 10 MB/s | 6.0 MB 00:00 2024-09-16T23:01:24.362 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:24.363 INFO:teuthology.orchestra.run.smithi204.stdout:Total 8.8 MB/s | 7.0 MB 00:00 2024-09-16T23:01:24.418 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:01:24.433 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:01:24.445 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:01:24.445 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:01:24.478 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:01:24.494 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:01:24.494 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:01:24.494 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-16T23:01:24.494 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:24.545 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:01:24.546 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:01:24.560 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-16T23:01:24.640 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-16T23:01:24.717 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-16T23:01:24.755 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 6/6 2024-09-16T23:01:24.864 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:01:25.041 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-16T23:01:25.096 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-16T23:01:25.547 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:01:25.548 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:25.548 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:01:25.548 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:25.548 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:25.548 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:25.555 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 6/6 2024-09-16T23:01:25.556 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/6 2024-09-16T23:01:25.556 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-16T23:01:25.556 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-16T23:01:25.556 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-16T23:01:25.556 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-16T23:01:25.623 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-16T23:01:25.698 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-16T23:01:25.766 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-16T23:01:25.792 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 6/6 2024-09-16T23:01:25.827 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-16T23:01:25.827 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:25.828 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:01:25.828 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:25.828 INFO:teuthology.orchestra.run.smithi018.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-16T23:01:25.828 INFO:teuthology.orchestra.run.smithi018.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-16T23:01:25.828 INFO:teuthology.orchestra.run.smithi018.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-16T23:01:25.828 INFO:teuthology.orchestra.run.smithi018.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-16T23:01:25.828 INFO:teuthology.orchestra.run.smithi018.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-16T23:01:25.828 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:25.828 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:25.864 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librados-devel 2024-09-16T23:01:26.041 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-fuse 2024-09-16T23:01:26.459 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:38 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:26.522 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 6/6 2024-09-16T23:01:26.522 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 1/6 2024-09-16T23:01:26.522 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-16T23:01:26.522 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-16T23:01:26.522 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-16T23:01:26.522 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-16T23:01:26.590 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:26.590 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:26.590 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-09-16T23:01:26.590 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:26.590 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:01:26.590 INFO:teuthology.orchestra.run.smithi079.stdout: librados-devel x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 127 k 2024-09-16T23:01:26.590 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:26.590 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:01:26.591 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:26.591 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-09-16T23:01:26.591 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:26.591 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 127 k 2024-09-16T23:01:26.591 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 456 k 2024-09-16T23:01:26.591 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:01:26.646 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:34 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:26.786 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:26.787 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:26.787 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2024-09-16T23:01:26.787 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:26.787 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:01:26.787 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-fuse x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 899 k 2024-09-16T23:01:26.787 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2024-09-16T23:01:26.787 INFO:teuthology.orchestra.run.smithi018.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-16T23:01:26.787 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:26.788 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:01:26.788 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:26.788 INFO:teuthology.orchestra.run.smithi018.stdout:Install 2 Packages 2024-09-16T23:01:26.788 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:26.788 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 979 k 2024-09-16T23:01:26.788 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 2.9 M 2024-09-16T23:01:26.788 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:01:26.789 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-16T23:01:26.789 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:26.789 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:01:26.789 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-mgr-cephadm-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:26.789 INFO:teuthology.orchestra.run.smithi204.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-16T23:01:26.789 INFO:teuthology.orchestra.run.smithi204.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-16T23:01:26.789 INFO:teuthology.orchestra.run.smithi204.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-16T23:01:26.789 INFO:teuthology.orchestra.run.smithi204.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-16T23:01:26.789 INFO:teuthology.orchestra.run.smithi204.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-16T23:01:26.789 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:26.790 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:26.800 INFO:teuthology.orchestra.run.smithi079.stdout:librados-devel-19.3.0-4883.g6e8474a0.el9.x86_64 609 kB/s | 127 kB 00:00 2024-09-16T23:01:26.800 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:26.801 INFO:teuthology.orchestra.run.smithi079.stdout:Total 604 kB/s | 127 kB 00:00 2024-09-16T23:01:26.801 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:01:26.806 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:01:26.806 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:01:26.869 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:01:26.870 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:01:27.023 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:01:27.040 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-fuse 2024-09-16T23:01:27.122 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:27.227 INFO:teuthology.orchestra.run.smithi018.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 499 kB/s | 80 kB 00:00 2024-09-16T23:01:27.360 INFO:teuthology.orchestra.run.smithi018.stdout:(2/2): ceph-fuse-19.3.0-4883.g6e8474a0.el9.x86_ 3.0 MB/s | 899 kB 00:00 2024-09-16T23:01:27.360 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:27.361 INFO:teuthology.orchestra.run.smithi018.stdout:Total 1.7 MB/s | 979 kB 00:00 2024-09-16T23:01:27.374 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:01:27.397 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:01:27.398 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:01:27.483 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:01:27.484 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:01:27.576 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:27.620 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:39 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:27.685 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:01:27.755 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:27.755 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:27.756 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-16T23:01:27.756 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:27.756 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:01:27.756 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-fuse x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 899 k 2024-09-16T23:01:27.756 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-09-16T23:01:27.756 INFO:teuthology.orchestra.run.smithi204.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-16T23:01:27.756 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:27.756 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:01:27.756 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:27.756 INFO:teuthology.orchestra.run.smithi204.stdout:Install 2 Packages 2024-09-16T23:01:27.756 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:27.757 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 979 k 2024-09-16T23:01:27.757 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 2.9 M 2024-09-16T23:01:27.757 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:01:27.817 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-16T23:01:27.835 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:27.835 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:27.835 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:01:27.835 INFO:teuthology.orchestra.run.smithi079.stdout: librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:27.835 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:27.835 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:27.896 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/2 2024-09-16T23:01:28.013 INFO:teuthology.orchestra.run.smithi204.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 585 kB/s | 80 kB 00:00 2024-09-16T23:01:28.110 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install libcephfs2 2024-09-16T23:01:28.155 INFO:teuthology.orchestra.run.smithi204.stdout:(2/2): ceph-fuse-19.3.0-4883.g6e8474a0.el9.x86_ 3.2 MB/s | 899 kB 00:00 2024-09-16T23:01:28.155 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:28.156 INFO:teuthology.orchestra.run.smithi204.stdout:Total 2.4 MB/s | 979 kB 00:00 2024-09-16T23:01:28.167 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:01:28.189 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:01:28.189 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:01:28.270 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:01:28.270 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:01:28.456 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:01:28.599 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-16T23:01:28.606 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/2 2024-09-16T23:01:28.606 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/2 2024-09-16T23:01:28.671 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/2 2024-09-16T23:01:28.714 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:40 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:28.811 INFO:teuthology.orchestra.run.smithi079.stdout:Package libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:28.857 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:28.858 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-09-16T23:01:28.858 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:28.893 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-16T23:01:28.893 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:28.893 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:01:28.893 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-16T23:01:28.894 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:28.894 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:28.952 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install libcephfs-devel 2024-09-16T23:01:29.150 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install ceph-volume 2024-09-16T23:01:29.277 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2/2 2024-09-16T23:01:29.278 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/2 2024-09-16T23:01:29.540 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:41 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:29.572 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-16T23:01:29.572 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:29.572 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:01:29.572 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-16T23:01:29.572 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:29.572 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:29.678 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:29.678 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:29.678 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-09-16T23:01:29.679 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:29.679 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:01:29.679 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs-devel x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 32 k 2024-09-16T23:01:29.679 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:29.679 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:01:29.679 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:29.679 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-09-16T23:01:29.679 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:29.679 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 32 k 2024-09-16T23:01:29.679 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 142 k 2024-09-16T23:01:29.679 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:01:29.767 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:37 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:29.824 INFO:teuthology.orchestra.run.smithi079.stdout:libcephfs-devel-19.3.0-4883.g6e8474a0.el9.x86_6 219 kB/s | 32 kB 00:00 2024-09-16T23:01:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:Total 217 kB/s | 32 kB 00:00 2024-09-16T23:01:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:01:29.829 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:01:29.829 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:01:29.844 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:01:29.844 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:01:29.868 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install ceph-volume 2024-09-16T23:01:29.906 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:29.907 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:29.907 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2024-09-16T23:01:29.907 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:29.907 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:01:29.907 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-volume noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 285 k 2024-09-16T23:01:29.907 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:29.907 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:01:29.907 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:29.908 INFO:teuthology.orchestra.run.smithi018.stdout:Install 1 Package 2024-09-16T23:01:29.908 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:29.908 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 285 k 2024-09-16T23:01:29.908 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 1.3 M 2024-09-16T23:01:29.908 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:01:29.937 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:01:30.038 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:30.140 INFO:teuthology.orchestra.run.smithi018.stdout:ceph-volume-19.3.0-4883.g6e8474a0.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-16T23:01:30.141 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:30.141 INFO:teuthology.orchestra.run.smithi018.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-16T23:01:30.141 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:01:30.150 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:01:30.150 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:01:30.181 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:01:30.182 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:01:30.420 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:01:30.442 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:30.469 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:42 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:30.492 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:01:30.509 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:01:30.509 INFO:teuthology.orchestra.run.smithi018.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:01:30.509 INFO:teuthology.orchestra.run.smithi018.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-16T23:01:30.509 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:30.610 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:30.611 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:30.611 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-16T23:01:30.611 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:30.611 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:01:30.612 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-volume noarch 2:19.3.0-4883.g6e8474a0.el9 ceph-noarch 285 k 2024-09-16T23:01:30.612 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:30.612 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:01:30.612 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:30.612 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-16T23:01:30.612 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:30.612 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 285 k 2024-09-16T23:01:30.612 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 1.3 M 2024-09-16T23:01:30.612 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:01:30.684 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:30.684 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:30.684 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:01:30.684 INFO:teuthology.orchestra.run.smithi079.stdout: libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:30.684 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:30.684 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:30.844 INFO:teuthology.orchestra.run.smithi204.stdout:ceph-volume-19.3.0-4883.g6e8474a0.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-16T23:01:30.845 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:30.845 INFO:teuthology.orchestra.run.smithi204.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-16T23:01:30.845 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:01:30.853 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:01:30.854 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:01:30.881 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:01:30.881 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:01:30.891 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librados2 2024-09-16T23:01:31.107 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:01:31.188 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:01:31.204 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:01:31.205 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:01:31.205 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-16T23:01:31.205 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:31.466 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:43 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:31.475 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:01:31.476 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:31.476 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:01:31.476 INFO:teuthology.orchestra.run.smithi018.stdout: ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:31.476 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:31.476 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:31.557 INFO:teuthology.orchestra.run.smithi079.stdout:Package librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:31.599 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:31.600 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-09-16T23:01:31.601 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:31.680 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install librbd1 2024-09-16T23:01:31.736 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install librados-devel 2024-09-16T23:01:32.239 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 1/1 2024-09-16T23:01:32.239 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:32.239 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:01:32.239 INFO:teuthology.orchestra.run.smithi204.stdout: ceph-volume-2:19.3.0-4883.g6e8474a0.el9.noarch 2024-09-16T23:01:32.239 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:32.239 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:32.258 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:44 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:32.346 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:40 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:32.349 INFO:teuthology.orchestra.run.smithi079.stdout:Package librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:32.393 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:32.394 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-09-16T23:01:32.394 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:32.471 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rados 2024-09-16T23:01:32.487 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:32.488 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:32.488 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repo Size 2024-09-16T23:01:32.488 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:32.488 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:01:32.488 INFO:teuthology.orchestra.run.smithi018.stdout: librados-devel x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 127 k 2024-09-16T23:01:32.489 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:32.489 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:01:32.489 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:32.489 INFO:teuthology.orchestra.run.smithi018.stdout:Install 1 Package 2024-09-16T23:01:32.489 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:32.489 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 127 k 2024-09-16T23:01:32.489 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 456 k 2024-09-16T23:01:32.489 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:01:32.558 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install librados-devel 2024-09-16T23:01:32.678 INFO:teuthology.orchestra.run.smithi018.stdout:librados-devel-19.3.0-4883.g6e8474a0.el9.x86_64 672 kB/s | 127 kB 00:00 2024-09-16T23:01:32.679 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:32.679 INFO:teuthology.orchestra.run.smithi018.stdout:Total 665 kB/s | 127 kB 00:00 2024-09-16T23:01:32.679 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:01:32.685 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:01:32.685 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:01:32.753 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:01:32.753 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:01:32.913 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:01:33.021 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:33.052 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:33.141 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:33.159 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:33.184 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:33.185 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-09-16T23:01:33.185 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:33.263 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rgw 2024-09-16T23:01:33.294 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:33.295 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:33.295 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-09-16T23:01:33.295 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:33.295 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:01:33.295 INFO:teuthology.orchestra.run.smithi204.stdout: librados-devel x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 127 k 2024-09-16T23:01:33.295 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:33.295 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:01:33.295 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:33.295 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-16T23:01:33.295 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:33.296 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 127 k 2024-09-16T23:01:33.296 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 456 k 2024-09-16T23:01:33.296 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:01:33.490 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:33.516 INFO:teuthology.orchestra.run.smithi204.stdout:librados-devel-19.3.0-4883.g6e8474a0.el9.x86_64 576 kB/s | 127 kB 00:00 2024-09-16T23:01:33.517 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:33.517 INFO:teuthology.orchestra.run.smithi204.stdout:Total 572 kB/s | 127 kB 00:00 2024-09-16T23:01:33.517 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:01:33.523 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:01:33.523 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:01:33.588 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:01:33.588 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:01:33.738 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:01:33.762 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:33.762 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:33.762 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:01:33.762 INFO:teuthology.orchestra.run.smithi018.stdout: librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:33.762 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:33.763 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:33.840 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:33.841 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:33.929 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:33.971 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install libcephfs2 2024-09-16T23:01:33.972 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:33.973 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-09-16T23:01:33.973 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:34.053 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-cephfs 2024-09-16T23:01:34.258 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:34.528 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:34.528 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:34.529 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:01:34.529 INFO:teuthology.orchestra.run.smithi204.stdout: librados-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:34.529 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:34.529 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:34.582 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:42 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:34.629 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:46 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:34.676 INFO:teuthology.orchestra.run.smithi018.stdout:Package libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:34.717 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:34.722 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:34.724 INFO:teuthology.orchestra.run.smithi018.stdout:Nothing to do. 2024-09-16T23:01:34.724 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:34.761 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:34.762 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-09-16T23:01:34.762 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:34.783 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install libcephfs-devel 2024-09-16T23:01:34.785 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install libcephfs2 2024-09-16T23:01:34.835 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install python3-rbd 2024-09-16T23:01:35.381 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:47 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:35.391 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:43 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:35.408 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:47 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:35.473 INFO:teuthology.orchestra.run.smithi204.stdout:Package libcephfs2-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:35.496 INFO:teuthology.orchestra.run.smithi079.stdout:Package python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:35.517 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:35.519 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-16T23:01:35.519 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:35.529 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:35.529 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:35.529 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repo Size 2024-09-16T23:01:35.529 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:35.530 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:01:35.530 INFO:teuthology.orchestra.run.smithi018.stdout: libcephfs-devel x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 32 k 2024-09-16T23:01:35.530 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:35.530 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:01:35.530 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:35.530 INFO:teuthology.orchestra.run.smithi018.stdout:Install 1 Package 2024-09-16T23:01:35.530 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:35.531 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 32 k 2024-09-16T23:01:35.531 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 142 k 2024-09-16T23:01:35.531 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:01:35.539 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:35.540 INFO:teuthology.orchestra.run.smithi079.stdout:Nothing to do. 2024-09-16T23:01:35.540 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:35.606 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install libcephfs-devel 2024-09-16T23:01:35.618 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-fuse 2024-09-16T23:01:35.689 INFO:teuthology.orchestra.run.smithi018.stdout:libcephfs-devel-19.3.0-4883.g6e8474a0.el9.x86_6 200 kB/s | 32 kB 00:00 2024-09-16T23:01:35.690 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:35.690 INFO:teuthology.orchestra.run.smithi018.stdout:Total 198 kB/s | 32 kB 00:00 2024-09-16T23:01:35.690 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:01:35.694 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:01:35.694 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:01:35.714 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:01:35.714 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:01:35.806 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:01:35.923 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:36.188 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:48 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:36.201 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:48 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:36.270 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:36.321 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:36.321 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:36.322 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-09-16T23:01:36.322 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:36.322 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:01:36.322 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs-devel x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 32 k 2024-09-16T23:01:36.322 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:36.322 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:01:36.322 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:36.322 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-16T23:01:36.322 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:36.323 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 32 k 2024-09-16T23:01:36.323 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 142 k 2024-09-16T23:01:36.323 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:01:36.335 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:36.336 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:36.336 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-09-16T23:01:36.336 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:36.336 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:01:36.336 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-fuse x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 86 k 2024-09-16T23:01:36.336 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:36.336 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:01:36.336 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:36.336 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-09-16T23:01:36.337 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:36.337 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 86 k 2024-09-16T23:01:36.337 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 231 k 2024-09-16T23:01:36.337 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:01:36.462 INFO:teuthology.orchestra.run.smithi204.stdout:libcephfs-devel-19.3.0-4883.g6e8474a0.el9.x86_6 228 kB/s | 32 kB 00:00 2024-09-16T23:01:36.463 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:36.463 INFO:teuthology.orchestra.run.smithi204.stdout:Total 225 kB/s | 32 kB 00:00 2024-09-16T23:01:36.463 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:01:36.467 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:01:36.467 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:01:36.490 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:01:36.491 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:01:36.516 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:36.516 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:36.517 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:01:36.517 INFO:teuthology.orchestra.run.smithi018.stdout: libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:36.517 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:36.517 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:36.535 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-fuse-19.3.0-4883.g6e8474a0.el9.x86_64.rpm 432 kB/s | 86 kB 00:00 2024-09-16T23:01:36.536 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:36.536 INFO:teuthology.orchestra.run.smithi079.stdout:Total 429 kB/s | 86 kB 00:00 2024-09-16T23:01:36.536 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:01:36.543 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:01:36.543 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:01:36.576 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:01:36.607 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:01:36.607 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:01:36.671 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install librados2 2024-09-16T23:01:36.684 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:36.749 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:01:36.858 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:37.058 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:37.273 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:45 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:37.280 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:37.280 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:37.280 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:01:37.280 INFO:teuthology.orchestra.run.smithi204.stdout: libcephfs-devel-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:37.280 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:37.280 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:37.286 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:37.367 INFO:teuthology.orchestra.run.smithi018.stdout:Package librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:37.413 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:37.414 INFO:teuthology.orchestra.run.smithi018.stdout:Nothing to do. 2024-09-16T23:01:37.414 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:37.455 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install librados2 2024-09-16T23:01:37.473 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install librbd1 2024-09-16T23:01:37.565 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:37.565 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:37.565 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:01:37.566 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:37.566 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:37.566 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:37.861 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-mirror 2024-09-16T23:01:38.037 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:50 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:38.082 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:46 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:38.129 INFO:teuthology.orchestra.run.smithi204.stdout:Package librados2-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:38.172 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:38.173 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-16T23:01:38.174 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:38.177 INFO:teuthology.orchestra.run.smithi018.stdout:Package librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:38.224 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:38.225 INFO:teuthology.orchestra.run.smithi018.stdout:Nothing to do. 2024-09-16T23:01:38.225 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:38.236 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install librbd1 2024-09-16T23:01:38.286 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install python3-rados 2024-09-16T23:01:38.454 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:50 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:38.592 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:38.593 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:38.593 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-09-16T23:01:38.593 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:38.593 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:01:38.593 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-mirror x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 3.2 M 2024-09-16T23:01:38.593 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:38.593 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:01:38.594 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:38.594 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-09-16T23:01:38.594 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:38.594 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 3.2 M 2024-09-16T23:01:38.594 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 14 M 2024-09-16T23:01:38.594 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:01:38.807 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:50 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:38.895 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:46 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:38.899 INFO:teuthology.orchestra.run.smithi204.stdout:Package librbd1-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:38.930 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-mirror-19.3.0-4883.g6e8474a0.el9.x86_64.rpm 9.5 MB/s | 3.2 MB 00:00 2024-09-16T23:01:38.931 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:38.932 INFO:teuthology.orchestra.run.smithi079.stdout:Total 9.4 MB/s | 3.2 MB 00:00 2024-09-16T23:01:38.932 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:01:38.941 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:01:38.941 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:01:38.943 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:38.944 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-16T23:01:38.944 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:38.987 INFO:teuthology.orchestra.run.smithi018.stdout:Package python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:39.013 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-rados 2024-09-16T23:01:39.023 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:01:39.024 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:01:39.033 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:39.034 INFO:teuthology.orchestra.run.smithi018.stdout:Nothing to do. 2024-09-16T23:01:39.034 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:39.094 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install python3-rgw 2024-09-16T23:01:39.464 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:01:39.531 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:39.557 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:39.558 INFO:teuthology.orchestra.run.smithi079.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:01:39.558 INFO:teuthology.orchestra.run.smithi079.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-16T23:01:39.558 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T23:01:39.558 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T23:01:39.558 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:39.588 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:51 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:39.677 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-rados-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:39.698 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:47 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:39.721 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:39.722 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-16T23:01:39.722 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:39.784 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-rgw 2024-09-16T23:01:39.791 INFO:teuthology.orchestra.run.smithi018.stdout:Package python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:39.836 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:39.837 INFO:teuthology.orchestra.run.smithi018.stdout:Nothing to do. 2024-09-16T23:01:39.838 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:39.901 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install python3-cephfs 2024-09-16T23:01:40.363 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:52 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:40.452 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-rgw-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:40.497 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:40.497 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-16T23:01:40.498 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:40.507 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:48 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:40.559 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-cephfs 2024-09-16T23:01:40.598 INFO:teuthology.orchestra.run.smithi018.stdout:Package python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:40.645 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:40.646 INFO:teuthology.orchestra.run.smithi018.stdout:Nothing to do. 2024-09-16T23:01:40.646 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:40.665 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:40.665 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:40.665 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:01:40.665 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:40.665 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:40.665 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:40.709 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install python3-rbd 2024-09-16T23:01:40.933 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum -y install rbd-nbd 2024-09-16T23:01:41.137 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:53 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:41.226 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-cephfs-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:41.272 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:41.274 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-16T23:01:41.274 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:41.314 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:49 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:41.344 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install python3-rbd 2024-09-16T23:01:41.408 INFO:teuthology.orchestra.run.smithi018.stdout:Package python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:41.453 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:41.454 INFO:teuthology.orchestra.run.smithi018.stdout:Nothing to do. 2024-09-16T23:01:41.455 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:41.514 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install rbd-fuse 2024-09-16T23:01:41.532 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:53 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:41.668 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-09-16T23:01:41.668 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-nbd x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 170 k 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout:Install 1 Package 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 170 k 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 490 k 2024-09-16T23:01:41.669 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-09-16T23:01:41.892 INFO:teuthology.orchestra.run.smithi079.stdout:rbd-nbd-19.3.0-4883.g6e8474a0.el9.x86_64.rpm 763 kB/s | 170 kB 00:00 2024-09-16T23:01:41.893 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:41.893 INFO:teuthology.orchestra.run.smithi079.stdout:Total 759 kB/s | 170 kB 00:00 2024-09-16T23:01:41.893 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-09-16T23:01:41.901 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-09-16T23:01:41.901 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-09-16T23:01:41.935 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:53 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:41.965 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-09-16T23:01:41.966 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-09-16T23:01:42.025 INFO:teuthology.orchestra.run.smithi204.stdout:Package python3-rbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 is already installed. 2024-09-16T23:01:42.067 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:42.068 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-16T23:01:42.069 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:42.116 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-09-16T23:01:42.120 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:50 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:42.136 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install rbd-fuse 2024-09-16T23:01:42.223 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:42.260 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:42.261 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:42.261 INFO:teuthology.orchestra.run.smithi018.stdout: Package Architecture Version Repository Size 2024-09-16T23:01:42.261 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:42.261 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:01:42.261 INFO:teuthology.orchestra.run.smithi018.stdout: rbd-fuse x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 86 k 2024-09-16T23:01:42.262 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:42.262 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:01:42.262 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:42.262 INFO:teuthology.orchestra.run.smithi018.stdout:Install 1 Package 2024-09-16T23:01:42.262 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:42.262 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 86 k 2024-09-16T23:01:42.262 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 231 k 2024-09-16T23:01:42.262 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:01:42.460 INFO:teuthology.orchestra.run.smithi018.stdout:rbd-fuse-19.3.0-4883.g6e8474a0.el9.x86_64.rpm 434 kB/s | 86 kB 00:00 2024-09-16T23:01:42.460 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:42.461 INFO:teuthology.orchestra.run.smithi018.stdout:Total 431 kB/s | 86 kB 00:00 2024-09-16T23:01:42.461 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:01:42.468 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:01:42.468 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:01:42.536 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:01:42.536 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:01:42.666 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:42.688 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:01:42.716 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:54 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:42.793 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:42.852 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:42.853 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:42.853 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-09-16T23:01:42.853 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:42.853 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:01:42.853 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-fuse x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 86 k 2024-09-16T23:01:42.853 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:42.853 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:01:42.853 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:42.853 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-16T23:01:42.853 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:42.854 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 86 k 2024-09-16T23:01:42.854 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 231 k 2024-09-16T23:01:42.854 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:01:42.964 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:42.964 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:42.964 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-09-16T23:01:42.964 INFO:teuthology.orchestra.run.smithi079.stdout: rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:42.964 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:42.964 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-09-16T23:01:43.049 INFO:teuthology.orchestra.run.smithi204.stdout:rbd-fuse-19.3.0-4883.g6e8474a0.el9.x86_64.rpm 439 kB/s | 86 kB 00:00 2024-09-16T23:01:43.050 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:43.050 INFO:teuthology.orchestra.run.smithi204.stdout:Total 436 kB/s | 86 kB 00:00 2024-09-16T23:01:43.050 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:01:43.057 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:01:43.057 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:01:43.122 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:01:43.122 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:01:43.192 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:43.249 DEBUG:teuthology.parallel:result is None 2024-09-16T23:01:43.265 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:01:43.363 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:43.457 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:43.458 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:43.458 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:01:43.458 INFO:teuthology.orchestra.run.smithi018.stdout: rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:43.458 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:43.458 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:43.699 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install rbd-mirror 2024-09-16T23:01:43.773 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:44.043 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:44.043 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:44.044 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:01:44.044 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-fuse-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:44.044 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:44.044 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:44.313 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:52 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:44.353 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install rbd-mirror 2024-09-16T23:01:44.453 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:44.454 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:44.454 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repo Size 2024-09-16T23:01:44.454 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:44.454 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:01:44.454 INFO:teuthology.orchestra.run.smithi018.stdout: rbd-mirror x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 3.2 M 2024-09-16T23:01:44.454 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:44.454 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:01:44.454 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:44.454 INFO:teuthology.orchestra.run.smithi018.stdout:Install 1 Package 2024-09-16T23:01:44.454 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:44.455 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 3.2 M 2024-09-16T23:01:44.455 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 14 M 2024-09-16T23:01:44.455 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:01:44.812 INFO:teuthology.orchestra.run.smithi018.stdout:rbd-mirror-19.3.0-4883.g6e8474a0.el9.x86_64.rpm 8.9 MB/s | 3.2 MB 00:00 2024-09-16T23:01:44.813 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:44.813 INFO:teuthology.orchestra.run.smithi018.stdout:Total 8.9 MB/s | 3.2 MB 00:00 2024-09-16T23:01:44.813 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:01:44.824 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:01:44.824 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:01:44.911 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:01:44.911 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:01:44.945 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:56 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:45.080 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repo Size 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-mirror x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 3.2 M 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 3.2 M 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 14 M 2024-09-16T23:01:45.081 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:01:45.377 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:01:45.428 INFO:teuthology.orchestra.run.smithi204.stdout:rbd-mirror-19.3.0-4883.g6e8474a0.el9.x86_64.rpm 9.2 MB/s | 3.2 MB 00:00 2024-09-16T23:01:45.429 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:45.429 INFO:teuthology.orchestra.run.smithi204.stdout:Total 9.2 MB/s | 3.2 MB 00:00 2024-09-16T23:01:45.429 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:01:45.438 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:01:45.438 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:01:45.447 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:45.473 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:45.473 INFO:teuthology.orchestra.run.smithi018.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:01:45.473 INFO:teuthology.orchestra.run.smithi018.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-16T23:01:45.474 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T23:01:45.474 INFO:teuthology.orchestra.run.smithi018.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T23:01:45.474 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:45.520 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:01:45.520 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:01:45.966 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:01:46.029 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:46.054 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:46.054 INFO:teuthology.orchestra.run.smithi204.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-16T23:01:46.054 INFO:teuthology.orchestra.run.smithi204.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-16T23:01:46.054 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T23:01:46.054 INFO:teuthology.orchestra.run.smithi204.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-16T23:01:46.054 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:46.640 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:46.640 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:46.640 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:01:46.640 INFO:teuthology.orchestra.run.smithi018.stdout: rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:46.641 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:46.641 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:46.881 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum -y install rbd-nbd 2024-09-16T23:01:47.137 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:47.137 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:47.138 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:01:47.138 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-mirror-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:47.138 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:47.138 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:47.355 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install rbd-nbd 2024-09-16T23:01:47.498 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:55 ago on Mon 16 Sep 2024 10:59:52 PM UTC. 2024-09-16T23:01:47.637 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-09-16T23:01:47.637 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout: Package Architecture Version Repository Size 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout: rbd-nbd x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 170 k 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout:Install 1 Package 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 170 k 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 490 k 2024-09-16T23:01:47.638 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-09-16T23:01:47.824 INFO:teuthology.orchestra.run.smithi018.stdout:rbd-nbd-19.3.0-4883.g6e8474a0.el9.x86_64.rpm 919 kB/s | 170 kB 00:00 2024-09-16T23:01:47.824 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:47.825 INFO:teuthology.orchestra.run.smithi018.stdout:Total 911 kB/s | 170 kB 00:00 2024-09-16T23:01:47.825 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-09-16T23:01:47.833 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-09-16T23:01:47.834 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-09-16T23:01:47.901 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-09-16T23:01:47.902 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-09-16T23:01:47.957 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:59 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:01:48.065 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-09-16T23:01:48.097 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:01:48.097 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:48.097 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-09-16T23:01:48.097 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:48.097 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-09-16T23:01:48.097 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-nbd x86_64 2:19.3.0-4883.g6e8474a0.el9 ceph 170 k 2024-09-16T23:01:48.097 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:48.097 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:01:48.097 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:01:48.097 INFO:teuthology.orchestra.run.smithi204.stdout:Install 1 Package 2024-09-16T23:01:48.098 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:48.098 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 170 k 2024-09-16T23:01:48.098 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 490 k 2024-09-16T23:01:48.098 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-09-16T23:01:48.158 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:48.316 INFO:teuthology.orchestra.run.smithi204.stdout:rbd-nbd-19.3.0-4883.g6e8474a0.el9.x86_64.rpm 773 kB/s | 170 kB 00:00 2024-09-16T23:01:48.317 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-09-16T23:01:48.317 INFO:teuthology.orchestra.run.smithi204.stdout:Total 767 kB/s | 170 kB 00:00 2024-09-16T23:01:48.317 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:01:48.325 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:01:48.325 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:01:48.389 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:01:48.389 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:01:48.548 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:01:48.580 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:48.647 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:48.834 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:48.834 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:48.834 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-09-16T23:01:48.834 INFO:teuthology.orchestra.run.smithi018.stdout: rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:48.834 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:48.834 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-09-16T23:01:49.046 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:49.079 DEBUG:teuthology.parallel:result is None 2024-09-16T23:01:49.310 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 1/1 2024-09-16T23:01:49.310 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:49.310 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-09-16T23:01:49.310 INFO:teuthology.orchestra.run.smithi204.stdout: rbd-nbd-2:19.3.0-4883.g6e8474a0.el9.x86_64 2024-09-16T23:01:49.310 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:49.310 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:01:49.561 DEBUG:teuthology.parallel:result is None 2024-09-16T23:01:49.562 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T23:01:49.713 DEBUG:teuthology.orchestra.run.smithi018:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-16T23:01:49.740 INFO:teuthology.orchestra.run.smithi018.stdout:19.3.0-4883.g6e8474a0.el9 2024-09-16T23:01:49.741 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4883.g6e8474a0.el9 2024-09-16T23:01:49.741 INFO:teuthology.task.install:The correct ceph version 19.3.0-4883.g6e8474a0 is installed. 2024-09-16T23:01:49.743 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T23:01:49.877 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-16T23:01:49.902 INFO:teuthology.orchestra.run.smithi079.stdout:19.3.0-4883.g6e8474a0.el9 2024-09-16T23:01:49.902 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4883.g6e8474a0.el9 2024-09-16T23:01:49.902 INFO:teuthology.task.install:The correct ceph version 19.3.0-4883.g6e8474a0 is installed. 2024-09-16T23:01:49.904 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T23:01:50.050 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-16T23:01:50.073 INFO:teuthology.orchestra.run.smithi204.stdout:19.3.0-4883.g6e8474a0.el9 2024-09-16T23:01:50.073 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4883.g6e8474a0.el9 2024-09-16T23:01:50.073 INFO:teuthology.task.install:The correct ceph version 19.3.0-4883.g6e8474a0 is installed. 2024-09-16T23:01:50.075 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-16T23:01:50.075 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:01:50.075 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T23:01:50.107 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:01:50.107 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T23:01:50.137 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-16T23:01:50.137 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T23:01:50.164 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-16T23:01:50.164 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:01:50.164 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T23:01:50.195 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T23:01:50.265 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:01:50.265 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T23:01:50.295 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T23:01:50.363 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-16T23:01:50.363 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T23:01:50.389 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T23:01:50.453 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-16T23:01:50.453 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:01:50.453 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T23:01:50.484 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T23:01:50.558 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:01:50.558 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T23:01:50.588 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T23:01:50.657 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-16T23:01:50.657 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T23:01:50.682 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T23:01:50.747 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-16T23:01:50.747 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:01:50.747 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T23:01:50.778 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T23:01:50.848 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:01:50.848 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T23:01:50.877 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T23:01:50.946 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-16T23:01:50.946 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T23:01:50.971 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T23:01:51.036 INFO:teuthology.run_tasks:Running task ceph... 2024-09-16T23:01:51.124 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2024-09-16T23:01:51.125 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 777 /var/log/ceph 2024-09-16T23:01:51.128 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /var/log/ceph 2024-09-16T23:01:51.131 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /var/log/ceph 2024-09-16T23:01:51.158 INFO:tasks.ceph:Disabling ceph logrotate... 2024-09-16T23:01:51.159 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-16T23:01:51.200 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-16T23:01:51.203 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-16T23:01:51.230 INFO:tasks.ceph:Creating extra log directories... 2024-09-16T23:01:51.230 DEBUG:teuthology.orchestra.run.smithi018:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-16T23:01:51.271 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-16T23:01:51.274 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-16T23:01:51.308 INFO:tasks.ceph:Creating ceph cluster ceph... 2024-09-16T23:01:51.308 INFO:tasks.ceph:config {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore', 'osd shutdown pgref assert': True}}, 'fs': 'xfs', 'mkfs_options': None, 'mount_options': None, 'skip_mgr_daemons': False, 'log_ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'cpu_profile': set(), 'cluster': 'ceph', 'mon_bind_msgr2': True, 'mon_bind_addrvec': True} 2024-09-16T23:01:51.308 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653', 'branch': 'wip-dis-testing', 'description': 'rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{centos_latest} 5-data-pool/replicated 6-prepare/qcow2-http 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute 9-cleanup/cleanup conf/{disable-pool-app}}', 'email': 'idryomov@gmail.com', 'exclude_arch': 'armv7l', 'first_in_suite': False, 'io_workload': {'sequential': [{'qemu': {'client.0': {'clone': True, 'disks': [{'action': 'none', 'image_name': 'client.0.0'}, {'action': 'none', 'image_name': 'client.0.1'}, {'action': 'none', 'image_name': 'client.0.2'}], 'test': 'qa/run_xfstests_qemu.sh', 'type': 'block'}}}]}, 'job_id': '7907653', 'kernel': {'kdb': 1, 'sha1': 'distro'}, 'last_in_suite': False, 'machine_type': 'smithi', 'migrate_workload': {'sequential': [{'exec': {'client.0': ['sleep 60', 'rbd migration execute client.0.0', 'sleep 60', 'rbd migration commit client.0.0', 'sleep 60', 'rbd migration execute client.0.1']}}]}, 'name': 'dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi', 'no_nested_subset': False, 'openstack': [{'volumes': {'count': 4, 'size': 10}}, {'machine': {'cpus': 1, 'disk': 40, 'ram': 30000}, 'volumes': {'count': 4, 'size': 30}}], 'os_type': 'centos', 'os_version': '9.stream', 'overrides': {'admin_socket': {'branch': 'wip-dis-testing'}, 'ceph': {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore', 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'install': {'ceph': {'flavor': 'default', 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'wip-dis-testing', 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361'}}, 'owner': 'scheduled_dis@teuthology', 'priority': 70, 'repo': 'https://github.com/ceph/ceph-ci', 'roles': [['mon.a', 'mon.c', 'mgr.x', 'osd.0', 'osd.1', 'osd.2', 'osd.3'], ['mon.b', 'mgr.y', 'osd.4', 'osd.5', 'osd.6', 'osd.7'], ['client.0']], 'seed': 2961, 'sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361', 'sleep_before_teardown': 0, 'subset': '66/100', 'suite': 'rbd', 'suite_branch': 'wip-dis-testing', 'suite_path': '/home/teuthworker/src/github.com_ceph_ceph-c_6e8474a02f2b86353394076ab80c6f50ea28e361/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://github.com/ceph/ceph-ci', 'suite_sha1': '6e8474a02f2b86353394076ab80c6f50ea28e361', 'targets': {'smithi018.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF9cqMo8X8NVDres54XovcJZSXyJRL/3uWESZPR9tYnlTvN80U8pQcwYd+HucAUMhO9k3wJ5gZFWerLRfO/UPrk=', 'smithi079.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI15/2LSUs+rTv/lvZvj9yf63UEKtNDnrG1YaOWsm9ha5dy8/eaT8pTc2rOOxvlt1qGBfuveJWQJqbEPtQrmYsA=', 'smithi204.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEHynHvGtTdx+yIk4+Q5eVQb/W35qxlLqnkD8LJ35mMT4fml0zSd0dJDfwkNdXiMZYWYlLmod/5fV0UDQ/TCzyE='}, 'tasks': [{'internal.check_packages': None}, {'internal.buildpackages_prep': None}, {'internal.save_config': None}, {'internal.check_lock': None}, {'internal.add_remotes': None}, {'console_log': None}, {'internal.connect': None}, {'internal.push_inventory': None}, {'internal.serialize_remote_roles': None}, {'internal.check_conflict': None}, {'internal.check_ceph_data': None}, {'internal.vm_setup': None}, {'kernel': {'kdb': 1, 'sha1': 'distro'}}, {'internal.base': None}, {'internal.archive_upload': None}, {'internal.archive': None}, {'internal.coredump': None}, {'internal.sudo': None}, {'internal.syslog': None}, {'internal.timer': None}, {'pcp': None}, {'selinux': None}, {'ansible.cephlab': None}, {'clock': None}, {'install': None}, {'ceph': None}, {'exec': {'client.0': ['sudo ceph osd pool create datapool 4', 'rbd pool init datapool']}}, {'exec': {'client.0': ['mkdir /home/ubuntu/cephtest/migration', 'qemu-img create -f qcow2 /home/ubuntu/cephtest/migration/empty.qcow2 1G', 'echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd migration prepare --import-only --source-spec-path - client.0.0', 'rbd migration prepare --import-only --source-spec \'{"type":"qcow","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.qcow2"}}\' client.0.1', 'rbd migration prepare --import-only --source-spec \'{"type":"qcow","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.qcow2"}}\' client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}, {'exec': {'client.0': ['pkill -9 qemu-nbd || true', 'rm -rf /home/ubuntu/cephtest/migration']}}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': 'main', 'teuthology_sha1': '3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a', 'timestamp': '2024-09-16_19:45:14', 'tube': 'smithi', 'user': 'dis', 'verbose': True, 'worker_log': '/home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856'} 2024-09-16T23:01:51.309 DEBUG:teuthology.orchestra.run.smithi018:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2024-09-16T23:01:51.341 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2024-09-16T23:01:51.343 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2024-09-16T23:01:51.359 DEBUG:teuthology.orchestra.run.smithi018:> sudo install -d -m0777 -- /var/run/ceph 2024-09-16T23:01:51.398 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m0777 -- /var/run/ceph 2024-09-16T23:01:51.402 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m0777 -- /var/run/ceph 2024-09-16T23:01:51.428 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:01:51.428 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T23:01:51.480 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T23:01:51.481 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_1 2024-09-16T23:01:51.537 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T23:01:51.537 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T23:01:51.537 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-09-16T23:01:51.537 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T23:01:51.537 INFO:teuthology.orchestra.run.smithi018.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T23:01:51.537 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-16 23:01:45.739505363 +0000 2024-09-16T23:01:51.538 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-16 22:59:08.311877548 +0000 2024-09-16T23:01:51.538 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-16 22:59:08.311877548 +0000 2024-09-16T23:01:51.538 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: 2024-09-16 22:59:08.311877548 +0000 2024-09-16T23:01:51.538 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T23:01:51.602 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-16T23:01:51.602 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-16T23:01:51.603 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000108704 s, 4.7 MB/s 2024-09-16T23:01:51.604 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T23:01:51.661 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_2 2024-09-16T23:01:51.718 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T23:01:51.718 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T23:01:51.718 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-09-16T23:01:51.718 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T23:01:51.718 INFO:teuthology.orchestra.run.smithi018.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T23:01:51.718 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-16 23:01:45.740505351 +0000 2024-09-16T23:01:51.718 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-16 22:59:08.627873513 +0000 2024-09-16T23:01:51.718 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-16 22:59:08.627873513 +0000 2024-09-16T23:01:51.718 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: 2024-09-16 22:59:08.627873513 +0000 2024-09-16T23:01:51.719 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T23:01:51.783 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-16T23:01:51.783 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-16T23:01:51.784 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000105703 s, 4.8 MB/s 2024-09-16T23:01:51.785 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T23:01:51.842 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_3 2024-09-16T23:01:51.898 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T23:01:51.898 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T23:01:51.899 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-09-16T23:01:51.899 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T23:01:51.899 INFO:teuthology.orchestra.run.smithi018.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T23:01:51.899 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-16 23:01:45.740505351 +0000 2024-09-16T23:01:51.899 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-16 22:59:08.955869325 +0000 2024-09-16T23:01:51.899 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-16 22:59:08.955869325 +0000 2024-09-16T23:01:51.899 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: 2024-09-16 22:59:08.955869325 +0000 2024-09-16T23:01:51.899 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T23:01:51.962 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-16T23:01:51.963 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-16T23:01:51.963 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000103497 s, 4.9 MB/s 2024-09-16T23:01:51.964 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T23:01:52.021 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_4 2024-09-16T23:01:52.077 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T23:01:52.077 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T23:01:52.077 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-09-16T23:01:52.077 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T23:01:52.078 INFO:teuthology.orchestra.run.smithi018.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T23:01:52.078 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-16 23:01:45.741505338 +0000 2024-09-16T23:01:52.078 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-16 22:59:09.295864984 +0000 2024-09-16T23:01:52.078 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-16 22:59:09.295864984 +0000 2024-09-16T23:01:52.078 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: 2024-09-16 22:59:09.295864984 +0000 2024-09-16T23:01:52.078 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T23:01:52.141 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-16T23:01:52.141 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-16T23:01:52.142 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 9.6981e-05 s, 5.3 MB/s 2024-09-16T23:01:52.143 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T23:01:52.200 INFO:tasks.ceph:osd dev map: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2024-09-16T23:01:52.200 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:01:52.200 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T23:01:52.219 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T23:01:52.219 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2024-09-16T23:01:52.278 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T23:01:52.278 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T23:01:52.278 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-09-16T23:01:52.278 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T23:01:52.278 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T23:01:52.278 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-16 23:01:39.818349026 +0000 2024-09-16T23:01:52.278 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-16 22:59:06.787167163 +0000 2024-09-16T23:01:52.278 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-16 22:59:06.787167163 +0000 2024-09-16T23:01:52.278 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-09-16 22:59:06.787167163 +0000 2024-09-16T23:01:52.279 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T23:01:52.346 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-16T23:01:52.346 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-16T23:01:52.346 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000345828 s, 1.5 MB/s 2024-09-16T23:01:52.347 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T23:01:52.406 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2024-09-16T23:01:52.463 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T23:01:52.464 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T23:01:52.464 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-09-16T23:01:52.464 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T23:01:52.464 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T23:01:52.464 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-16 23:01:39.819349003 +0000 2024-09-16T23:01:52.464 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-16 22:59:07.113159719 +0000 2024-09-16T23:01:52.464 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-16 22:59:07.113159719 +0000 2024-09-16T23:01:52.464 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-09-16 22:59:07.113159719 +0000 2024-09-16T23:01:52.464 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T23:01:52.529 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-16T23:01:52.529 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-16T23:01:52.529 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000203288 s, 2.5 MB/s 2024-09-16T23:01:52.530 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T23:01:52.587 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2024-09-16T23:01:52.644 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T23:01:52.644 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T23:01:52.644 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-09-16T23:01:52.644 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T23:01:52.644 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T23:01:52.644 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-16 23:01:39.819349003 +0000 2024-09-16T23:01:52.644 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-16 22:59:07.452151979 +0000 2024-09-16T23:01:52.644 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-16 22:59:07.452151979 +0000 2024-09-16T23:01:52.644 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-09-16 22:59:07.452151979 +0000 2024-09-16T23:01:52.645 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T23:01:52.708 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-16T23:01:52.708 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-16T23:01:52.708 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000180475 s, 2.8 MB/s 2024-09-16T23:01:52.709 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T23:01:52.766 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2024-09-16T23:01:52.822 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T23:01:52.822 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T23:01:52.822 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-09-16T23:01:52.822 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T23:01:52.822 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T23:01:52.822 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-09-16 23:01:39.819349003 +0000 2024-09-16T23:01:52.822 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-09-16 22:59:07.768144763 +0000 2024-09-16T23:01:52.822 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-09-16 22:59:07.768144763 +0000 2024-09-16T23:01:52.822 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: 2024-09-16 22:59:07.768144763 +0000 2024-09-16T23:01:52.823 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T23:01:52.886 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-09-16T23:01:52.886 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-09-16T23:01:52.886 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000176266 s, 2.9 MB/s 2024-09-16T23:01:52.887 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T23:01:52.943 INFO:tasks.ceph:osd dev map: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2024-09-16T23:01:52.943 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@smithi018.front.sepia.ceph.com'): {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'}, Remote(name='ubuntu@smithi079.front.sepia.ceph.com'): {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'}} 2024-09-16T23:01:52.944 INFO:tasks.ceph:Generating config... 2024-09-16T23:01:52.945 INFO:tasks.ceph:[client] rbd default data pool = datapool 2024-09-16T23:01:52.945 INFO:tasks.ceph:[global] mon warn on pool no app = False 2024-09-16T23:01:52.945 INFO:tasks.ceph:[mgr] debug mgr = 20 2024-09-16T23:01:52.945 INFO:tasks.ceph:[mgr] debug ms = 1 2024-09-16T23:01:52.945 INFO:tasks.ceph:[mon] debug mon = 20 2024-09-16T23:01:52.945 INFO:tasks.ceph:[mon] debug ms = 1 2024-09-16T23:01:52.945 INFO:tasks.ceph:[mon] debug paxos = 20 2024-09-16T23:01:52.945 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2024-09-16T23:01:52.945 INFO:tasks.ceph:[osd] bluestore compression algorithm = lz4 2024-09-16T23:01:52.945 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] debug ms = 1 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] debug osd = 20 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2024-09-16T23:01:52.946 INFO:tasks.ceph:[osd] osd shutdown pgref assert = True 2024-09-16T23:01:52.946 INFO:tasks.ceph:Setting up mon.a... 2024-09-16T23:01:52.947 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/ceph.keyring 2024-09-16T23:01:52.999 INFO:teuthology.orchestra.run.smithi018.stdout:creating /etc/ceph/ceph.keyring 2024-09-16T23:01:53.002 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/ceph.keyring 2024-09-16T23:01:53.050 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0644 /etc/ceph/ceph.keyring 2024-09-16T23:01:53.077 DEBUG:tasks.ceph:Ceph mon addresses: [('mon.a', '172.21.15.18'), ('mon.c', '[v2:172.21.15.18:3301,v1:172.21.15.18:6790]'), ('mon.b', '172.21.15.79')] 2024-09-16T23:01:53.077 DEBUG:tasks.ceph:writing out conf {'global': {'chdir': '', 'pid file': '/var/run/ceph/$cluster-$name.pid', 'auth supported': 'cephx', 'filestore xattr use omap': 'true', 'mon clock drift allowed': '1.000', 'osd crush chooseleaf type': '0', 'auth debug': 'true', 'ms die on old message': 'true', 'ms die on bug': 'true', 'mon max pg per osd': '10000', 'mon pg warn max object skew': '0', 'osd_pool_default_pg_autoscale_mode': 'off', 'osd pool default size': '2', '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', 'mon_warn_on_pool_no_redundancy': 'false', 'mon_allow_pool_size_one': 'true', 'osd pool default erasure code profile': 'plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd', 'osd default data pool replay window': '5', 'mon allow pool delete': 'true', 'mon cluster log file level': 'debug', 'debug asserts on shutdown': 'true', 'mon health detail to clog': 'false', 'mon host': '172.21.15.18,[v2:172.21.15.18:3301,v1:172.21.15.18:6790],172.21.15.79', 'mon warn on pool no app': False}, 'osd': {'osd journal size': '100', '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 debug shutdown': 'true', 'osd debug op order': 'true', 'osd debug verify stray on activate': 'true', 'osd debug trim objects': 'true', 'osd open classes on start': 'true', 'osd debug pg log writeout': 'true', 'osd deep scrub update digest min age': '30', 'osd map max advance': '10', 'journal zero on create': 'true', 'filestore ondisk finisher threads': '3', 'filestore apply finisher threads': '3', 'bdev debug aio': 'true', 'osd debug misdirected ops': 'true', 'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore', 'osd shutdown pgref assert': True}, 'mgr': {'debug ms': 1, 'debug mgr': 20, 'debug mon': '20', 'debug auth': '20', 'mon reweight min pgs per osd': '4', 'mon reweight min bytes per osd': '10', 'mgr/telemetry/nag': 'false'}, 'mon': {'debug ms': 1, 'debug mon': 20, 'debug paxos': 20, 'debug auth': '20', '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', 'auth mon ticket ttl': '660', 'auth service ticket ttl': '240', 'mon_warn_on_insecure_global_id_reclaim': 'false', 'mon_warn_on_insecure_global_id_reclaim_allowed': 'false', 'mon_down_mkfs_grace': '2m', 'mon_warn_on_filestore_osds': 'false'}, 'client': {'rgw cache enabled': 'true', 'rgw enable ops log': 'true', 'rgw enable usage log': 'true', 'log file': '/var/log/ceph/$cluster-$name.$pid.log', 'admin socket': '/var/run/ceph/$cluster-$name.$pid.asok', 'rbd default data pool': 'datapool'}, 'mon.a': {}, 'mon.c': {}, 'mon.b': {}} 2024-09-16T23:01:53.078 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:01:53.078 DEBUG:teuthology.orchestra.run.smithi018:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2024-09-16T23:01:53.134 DEBUG:teuthology.orchestra.run.smithi018:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage monmaptool -c /home/ubuntu/cephtest/ceph.tmp.conf --create --clobber --enable-all-features --add a 172.21.15.18 --addv c '[v2:172.21.15.18:3301,v1:172.21.15.18:6790]' --add b 172.21.15.79 --print /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:01:53.224 INFO:teuthology.orchestra.run.smithi018.stdout:monmaptool: monmap file /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:01:53.224 INFO:teuthology.orchestra.run.smithi018.stdout:monmaptool: generated fsid 59e08b67-88a4-4efb-af28-71e623938231 2024-09-16T23:01:53.224 INFO:teuthology.orchestra.run.smithi018.stdout:setting min_mon_release = quincy 2024-09-16T23:01:53.224 INFO:teuthology.orchestra.run.smithi018.stdout:epoch 0 2024-09-16T23:01:53.224 INFO:teuthology.orchestra.run.smithi018.stdout:fsid 59e08b67-88a4-4efb-af28-71e623938231 2024-09-16T23:01:53.224 INFO:teuthology.orchestra.run.smithi018.stdout:last_changed 2024-09-16T23:01:53.227334+0000 2024-09-16T23:01:53.224 INFO:teuthology.orchestra.run.smithi018.stdout:created 2024-09-16T23:01:53.227334+0000 2024-09-16T23:01:53.224 INFO:teuthology.orchestra.run.smithi018.stdout:min_mon_release 17 (quincy) 2024-09-16T23:01:53.224 INFO:teuthology.orchestra.run.smithi018.stdout:election_strategy: 1 2024-09-16T23:01:53.224 INFO:teuthology.orchestra.run.smithi018.stdout:0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.a 2024-09-16T23:01:53.225 INFO:teuthology.orchestra.run.smithi018.stdout:1: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.b 2024-09-16T23:01:53.225 INFO:teuthology.orchestra.run.smithi018.stdout:2: [v2:172.21.15.18:3301/0,v1:172.21.15.18:6790/0] mon.c 2024-09-16T23:01:53.225 INFO:teuthology.orchestra.run.smithi018.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/ceph.monmap (3 monitors) 2024-09-16T23:01:53.226 DEBUG:teuthology.orchestra.run.smithi018:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2024-09-16T23:01:53.242 INFO:tasks.ceph:Writing /etc/ceph/ceph.conf for FSID 59e08b67-88a4-4efb-af28-71e623938231... 2024-09-16T23:01:53.243 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/ceph.conf && sudo chmod 0644 /etc/ceph/ceph.conf > /dev/null 2024-09-16T23:01:53.285 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/ceph.conf && sudo chmod 0644 /etc/ceph/ceph.conf > /dev/null 2024-09-16T23:01:53.287 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/ceph.conf && sudo chmod 0644 /etc/ceph/ceph.conf > /dev/null 2024-09-16T23:01:53.327 INFO:teuthology.orchestra.run.smithi018.stdout:[global] 2024-09-16T23:01:53.327 INFO:teuthology.orchestra.run.smithi018.stdout: chdir = "" 2024-09-16T23:01:53.327 INFO:teuthology.orchestra.run.smithi018.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-16T23:01:53.327 INFO:teuthology.orchestra.run.smithi018.stdout: auth supported = cephx 2024-09-16T23:01:53.327 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: filestore xattr use omap = true 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: mon clock drift allowed = 1.000 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: osd crush chooseleaf type = 0 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: auth debug = true 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: ms die on old message = true 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: ms die on bug = true 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: mon pg warn max object skew = 0 2024-09-16T23:01:53.328 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: # disable pg_autoscaler by default for new pools 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: osd pool default size = 2 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: mon osd allow primary affinity = true 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: mon osd allow pg remap = true 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: mon warn on legacy crush tunables = false 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: mon warn on crush straw calc version zero = false 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: mon warn on no sortbitwise = false 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: mon warn on osd down out interval zero = false 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: mon warn on too few osds = false 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-16T23:01:53.329 INFO:teuthology.orchestra.run.smithi018.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: mon_allow_pool_size_one = true 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: osd default data pool replay window = 5 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: mon allow pool delete = true 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: mon cluster log file level = debug 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: debug asserts on shutdown = true 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: mon health detail to clog = false 2024-09-16T23:01:53.330 INFO:teuthology.orchestra.run.smithi018.stdout: mon host = "172.21.15.18,[v2:172.21.15.18:3301,v1:172.21.15.18:6790],172.21.15.79" 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout: mon warn on pool no app = False 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout: fsid = 59e08b67-88a4-4efb-af28-71e623938231 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout:[osd] 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout: osd journal size = 100 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout: osd scrub load threshold = 5.0 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout: osd scrub max interval = 600 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout: osd mclock profile = high_recovery_ops 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout: osd recover clone overlap = true 2024-09-16T23:01:53.331 INFO:teuthology.orchestra.run.smithi018.stdout: osd recovery max chunk = 1048576 2024-09-16T23:01:53.332 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.332 INFO:teuthology.orchestra.run.smithi018.stdout: osd debug shutdown = true 2024-09-16T23:01:53.332 INFO:teuthology.orchestra.run.smithi018.stdout: osd debug op order = true 2024-09-16T23:01:53.332 INFO:teuthology.orchestra.run.smithi018.stdout: osd debug verify stray on activate = true 2024-09-16T23:01:53.332 INFO:teuthology.orchestra.run.smithi018.stdout: osd debug trim objects = true 2024-09-16T23:01:53.332 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.332 INFO:teuthology.orchestra.run.smithi018.stdout: osd open classes on start = true 2024-09-16T23:01:53.332 INFO:teuthology.orchestra.run.smithi018.stdout: osd debug pg log writeout = true 2024-09-16T23:01:53.332 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.332 INFO:teuthology.orchestra.run.smithi018.stdout: osd deep scrub update digest min age = 30 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: osd map max advance = 10 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: journal zero on create = true 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: filestore ondisk finisher threads = 3 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: filestore apply finisher threads = 3 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: bdev debug aio = true 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: osd debug misdirected ops = true 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: bluestore block size = 96636764160 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: bluestore compression algorithm = lz4 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: bluestore compression mode = aggressive 2024-09-16T23:01:53.333 INFO:teuthology.orchestra.run.smithi018.stdout: bluestore fsck on mount = True 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: debug bluefs = 1/20 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: debug bluestore = 1/20 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: debug ms = 1 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: debug osd = 20 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: debug rocksdb = 4/10 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: mon osd backfillfull_ratio = 0.85 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: mon osd full ratio = 0.9 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: mon osd nearfull ratio = 0.8 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: osd failsafe full ratio = 0.95 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: osd objectstore = bluestore 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: osd shutdown pgref assert = True 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout:[mgr] 2024-09-16T23:01:53.334 INFO:teuthology.orchestra.run.smithi018.stdout: debug ms = 1 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: debug mgr = 20 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: debug mon = 20 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: debug auth = 20 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: mon reweight min pgs per osd = 4 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: mon reweight min bytes per osd = 10 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: mgr/telemetry/nag = false 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout:[mon] 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: debug ms = 1 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: debug mon = 20 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: debug paxos = 20 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: debug auth = 20 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: mon data avail warn = 5 2024-09-16T23:01:53.335 INFO:teuthology.orchestra.run.smithi018.stdout: mon mgr mkfs grace = 240 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: mon reweight min pgs per osd = 4 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: mon osd reporter subtree level = osd 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: mon osd prime pg temp = true 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: mon reweight min bytes per osd = 10 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: auth mon ticket ttl = 660 # 11m 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: auth service ticket ttl = 240 # 4m 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: # don't complain about insecure global_id in the test suite 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-16T23:01:53.336 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout: # 1m isn't quite enough 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout: mon_down_mkfs_grace = 2m 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout: mon_warn_on_filestore_osds = false 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout:[client] 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout: rgw cache enabled = true 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout: rgw enable ops log = true 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout: rgw enable usage log = true 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-16T23:01:53.337 INFO:teuthology.orchestra.run.smithi018.stdout: rbd default data pool = datapool 2024-09-16T23:01:53.338 INFO:teuthology.orchestra.run.smithi018.stdout:[mon.a] 2024-09-16T23:01:53.338 INFO:teuthology.orchestra.run.smithi018.stdout:[mon.c] 2024-09-16T23:01:53.338 INFO:teuthology.orchestra.run.smithi018.stdout:[mon.b] 2024-09-16T23:01:53.338 INFO:teuthology.orchestra.run.smithi204.stdout:[global] 2024-09-16T23:01:53.338 INFO:teuthology.orchestra.run.smithi204.stdout: chdir = "" 2024-09-16T23:01:53.338 INFO:teuthology.orchestra.run.smithi204.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: auth supported = cephx 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: filestore xattr use omap = true 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: mon clock drift allowed = 1.000 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: osd crush chooseleaf type = 0 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: auth debug = true 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: ms die on old message = true 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: ms die on bug = true 2024-09-16T23:01:53.339 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: mon pg warn max object skew = 0 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: # disable pg_autoscaler by default for new pools 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: osd pool default size = 2 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: mon osd allow primary affinity = true 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: mon osd allow pg remap = true 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: mon warn on legacy crush tunables = false 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: mon warn on crush straw calc version zero = false 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: mon warn on no sortbitwise = false 2024-09-16T23:01:53.340 INFO:teuthology.orchestra.run.smithi204.stdout: mon warn on osd down out interval zero = false 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: mon warn on too few osds = false 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: mon_allow_pool_size_one = true 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: osd default data pool replay window = 5 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: mon allow pool delete = true 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: mon cluster log file level = debug 2024-09-16T23:01:53.341 INFO:teuthology.orchestra.run.smithi204.stdout: debug asserts on shutdown = true 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: mon health detail to clog = false 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: mon host = "172.21.15.18,[v2:172.21.15.18:3301,v1:172.21.15.18:6790],172.21.15.79" 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: mon warn on pool no app = False 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: fsid = 59e08b67-88a4-4efb-af28-71e623938231 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout:[osd] 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: osd journal size = 100 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: osd scrub load threshold = 5.0 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: osd scrub max interval = 600 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: osd mclock profile = high_recovery_ops 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: osd recover clone overlap = true 2024-09-16T23:01:53.342 INFO:teuthology.orchestra.run.smithi204.stdout: osd recovery max chunk = 1048576 2024-09-16T23:01:53.343 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.343 INFO:teuthology.orchestra.run.smithi204.stdout: osd debug shutdown = true 2024-09-16T23:01:53.343 INFO:teuthology.orchestra.run.smithi204.stdout: osd debug op order = true 2024-09-16T23:01:53.343 INFO:teuthology.orchestra.run.smithi204.stdout: osd debug verify stray on activate = true 2024-09-16T23:01:53.343 INFO:teuthology.orchestra.run.smithi204.stdout: osd debug trim objects = true 2024-09-16T23:01:53.343 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.343 INFO:teuthology.orchestra.run.smithi204.stdout: osd open classes on start = true 2024-09-16T23:01:53.343 INFO:teuthology.orchestra.run.smithi204.stdout: osd debug pg log writeout = true 2024-09-16T23:01:53.343 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.343 INFO:teuthology.orchestra.run.smithi204.stdout: osd deep scrub update digest min age = 30 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: osd map max advance = 10 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: journal zero on create = true 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: filestore ondisk finisher threads = 3 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: filestore apply finisher threads = 3 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: bdev debug aio = true 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: osd debug misdirected ops = true 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: bluestore block size = 96636764160 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: bluestore compression algorithm = lz4 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: bluestore compression mode = aggressive 2024-09-16T23:01:53.344 INFO:teuthology.orchestra.run.smithi204.stdout: bluestore fsck on mount = True 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: debug bluefs = 1/20 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: debug bluestore = 1/20 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: debug ms = 1 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: debug osd = 20 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: debug rocksdb = 4/10 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: mon osd backfillfull_ratio = 0.85 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: mon osd full ratio = 0.9 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: mon osd nearfull ratio = 0.8 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: osd failsafe full ratio = 0.95 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: osd objectstore = bluestore 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: osd shutdown pgref assert = True 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout:[mgr] 2024-09-16T23:01:53.345 INFO:teuthology.orchestra.run.smithi204.stdout: debug ms = 1 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: debug mgr = 20 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: debug mon = 20 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: debug auth = 20 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: mon reweight min pgs per osd = 4 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: mon reweight min bytes per osd = 10 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: mgr/telemetry/nag = false 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout:[mon] 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: debug ms = 1 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: debug mon = 20 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: debug paxos = 20 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: debug auth = 20 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: mon data avail warn = 5 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: mon mgr mkfs grace = 240 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: mon reweight min pgs per osd = 4 2024-09-16T23:01:53.346 INFO:teuthology.orchestra.run.smithi204.stdout: mon osd reporter subtree level = osd 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: mon osd prime pg temp = true 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: mon reweight min bytes per osd = 10 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: auth mon ticket ttl = 660 # 11m 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: auth service ticket ttl = 240 # 4m 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: # don't complain about insecure global_id in the test suite 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: # 1m isn't quite enough 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: mon_down_mkfs_grace = 2m 2024-09-16T23:01:53.347 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout: mon_warn_on_filestore_osds = false 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout:[client] 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout: rgw cache enabled = true 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout: rgw enable ops log = true 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout: rgw enable usage log = true 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout: rbd default data pool = datapool 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout:[mon.a] 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout:[mon.c] 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi204.stdout:[mon.b] 2024-09-16T23:01:53.348 INFO:teuthology.orchestra.run.smithi079.stdout:[global] 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: chdir = "" 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: auth supported = cephx 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: filestore xattr use omap = true 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: mon clock drift allowed = 1.000 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: osd crush chooseleaf type = 0 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: auth debug = true 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.349 INFO:teuthology.orchestra.run.smithi079.stdout: ms die on old message = true 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: ms die on bug = true 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: mon pg warn max object skew = 0 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: # disable pg_autoscaler by default for new pools 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: osd pool default size = 2 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: mon osd allow primary affinity = true 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: mon osd allow pg remap = true 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: mon warn on legacy crush tunables = false 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: mon warn on crush straw calc version zero = false 2024-09-16T23:01:53.350 INFO:teuthology.orchestra.run.smithi079.stdout: mon warn on no sortbitwise = false 2024-09-16T23:01:53.351 INFO:teuthology.orchestra.run.smithi079.stdout: mon warn on osd down out interval zero = false 2024-09-16T23:01:53.351 INFO:teuthology.orchestra.run.smithi079.stdout: mon warn on too few osds = false 2024-09-16T23:01:53.351 INFO:teuthology.orchestra.run.smithi079.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-16T23:01:53.351 INFO:teuthology.orchestra.run.smithi079.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-16T23:01:53.351 INFO:teuthology.orchestra.run.smithi079.stdout: mon_allow_pool_size_one = true 2024-09-16T23:01:53.351 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.351 INFO:teuthology.orchestra.run.smithi079.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-16T23:01:53.351 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.351 INFO:teuthology.orchestra.run.smithi079.stdout: osd default data pool replay window = 5 2024-09-16T23:01:53.352 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.352 INFO:teuthology.orchestra.run.smithi079.stdout: mon allow pool delete = true 2024-09-16T23:01:53.352 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.352 INFO:teuthology.orchestra.run.smithi079.stdout: mon cluster log file level = debug 2024-09-16T23:01:53.352 INFO:teuthology.orchestra.run.smithi079.stdout: debug asserts on shutdown = true 2024-09-16T23:01:53.352 INFO:teuthology.orchestra.run.smithi079.stdout: mon health detail to clog = false 2024-09-16T23:01:53.352 INFO:teuthology.orchestra.run.smithi079.stdout: mon host = "172.21.15.18,[v2:172.21.15.18:3301,v1:172.21.15.18:6790],172.21.15.79" 2024-09-16T23:01:53.352 INFO:teuthology.orchestra.run.smithi079.stdout: mon warn on pool no app = False 2024-09-16T23:01:53.352 INFO:teuthology.orchestra.run.smithi079.stdout: fsid = 59e08b67-88a4-4efb-af28-71e623938231 2024-09-16T23:01:53.352 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout:[osd] 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: osd journal size = 100 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: osd scrub load threshold = 5.0 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: osd scrub max interval = 600 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: osd mclock profile = high_recovery_ops 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: osd recover clone overlap = true 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: osd recovery max chunk = 1048576 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: osd debug shutdown = true 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: osd debug op order = true 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: osd debug verify stray on activate = true 2024-09-16T23:01:53.353 INFO:teuthology.orchestra.run.smithi079.stdout: osd debug trim objects = true 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: osd open classes on start = true 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: osd debug pg log writeout = true 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: osd deep scrub update digest min age = 30 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: osd map max advance = 10 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: journal zero on create = true 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: filestore ondisk finisher threads = 3 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: filestore apply finisher threads = 3 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.354 INFO:teuthology.orchestra.run.smithi079.stdout: bdev debug aio = true 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: osd debug misdirected ops = true 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: bluestore block size = 96636764160 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: bluestore compression algorithm = lz4 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: bluestore compression mode = aggressive 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: bluestore fsck on mount = True 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: debug bluefs = 1/20 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: debug bluestore = 1/20 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: debug ms = 1 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: debug osd = 20 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: debug rocksdb = 4/10 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: mon osd backfillfull_ratio = 0.85 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: mon osd full ratio = 0.9 2024-09-16T23:01:53.355 INFO:teuthology.orchestra.run.smithi079.stdout: mon osd nearfull ratio = 0.8 2024-09-16T23:01:53.356 INFO:teuthology.orchestra.run.smithi079.stdout: osd failsafe full ratio = 0.95 2024-09-16T23:01:53.356 INFO:teuthology.orchestra.run.smithi079.stdout: osd objectstore = bluestore 2024-09-16T23:01:53.356 INFO:teuthology.orchestra.run.smithi079.stdout: osd shutdown pgref assert = True 2024-09-16T23:01:53.356 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.356 INFO:teuthology.orchestra.run.smithi079.stdout:[mgr] 2024-09-16T23:01:53.356 INFO:teuthology.orchestra.run.smithi079.stdout: debug ms = 1 2024-09-16T23:01:53.356 INFO:teuthology.orchestra.run.smithi079.stdout: debug mgr = 20 2024-09-16T23:01:53.356 INFO:teuthology.orchestra.run.smithi079.stdout: debug mon = 20 2024-09-16T23:01:53.356 INFO:teuthology.orchestra.run.smithi079.stdout: debug auth = 20 2024-09-16T23:01:53.356 INFO:teuthology.orchestra.run.smithi079.stdout: mon reweight min pgs per osd = 4 2024-09-16T23:01:53.356 INFO:teuthology.orchestra.run.smithi079.stdout: mon reweight min bytes per osd = 10 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: mgr/telemetry/nag = false 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout:[mon] 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: debug ms = 1 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: debug mon = 20 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: debug paxos = 20 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: debug auth = 20 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: mon data avail warn = 5 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: mon mgr mkfs grace = 240 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: mon reweight min pgs per osd = 4 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: mon osd reporter subtree level = osd 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: mon osd prime pg temp = true 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: mon reweight min bytes per osd = 10 2024-09-16T23:01:53.357 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: auth mon ticket ttl = 660 # 11m 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: auth service ticket ttl = 240 # 4m 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: # don't complain about insecure global_id in the test suite 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: # 1m isn't quite enough 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: mon_down_mkfs_grace = 2m 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: mon_warn_on_filestore_osds = false 2024-09-16T23:01:53.358 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-09-16T23:01:53.359 INFO:teuthology.orchestra.run.smithi079.stdout:[client] 2024-09-16T23:01:53.359 INFO:teuthology.orchestra.run.smithi079.stdout: rgw cache enabled = true 2024-09-16T23:01:53.359 INFO:teuthology.orchestra.run.smithi079.stdout: rgw enable ops log = true 2024-09-16T23:01:53.359 INFO:teuthology.orchestra.run.smithi079.stdout: rgw enable usage log = true 2024-09-16T23:01:53.359 INFO:teuthology.orchestra.run.smithi079.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-16T23:01:53.359 INFO:teuthology.orchestra.run.smithi079.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-16T23:01:53.359 INFO:teuthology.orchestra.run.smithi079.stdout: rbd default data pool = datapool 2024-09-16T23:01:53.359 INFO:teuthology.orchestra.run.smithi079.stdout:[mon.a] 2024-09-16T23:01:53.359 INFO:teuthology.orchestra.run.smithi079.stdout:[mon.c] 2024-09-16T23:01:53.359 INFO:teuthology.orchestra.run.smithi079.stdout:[mon.b] 2024-09-16T23:01:53.361 INFO:tasks.ceph:Creating admin key on mon.a... 2024-09-16T23:01:53.361 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=client.admin --cap mon 'allow *' --cap osd 'allow *' --cap mds 'allow *' --cap mgr 'allow *' /etc/ceph/ceph.keyring 2024-09-16T23:01:53.458 INFO:tasks.ceph:Copying monmap to all nodes... 2024-09-16T23:01:53.458 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:01:53.458 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/etc/ceph/ceph.keyring of=/dev/stdout 2024-09-16T23:01:53.474 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:01:53.474 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/home/ubuntu/cephtest/ceph.monmap of=/dev/stdout 2024-09-16T23:01:53.530 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi018.front.sepia.ceph.com 2024-09-16T23:01:53.530 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:01:53.530 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/ceph/ceph.keyring 2024-09-16T23:01:53.531 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0644 /etc/ceph/ceph.keyring 2024-09-16T23:01:53.606 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:01:53.606 DEBUG:teuthology.orchestra.run.smithi018:> dd of=/home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:01:53.662 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi079.front.sepia.ceph.com 2024-09-16T23:01:53.662 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:01:53.662 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.keyring 2024-09-16T23:01:53.662 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0644 /etc/ceph/ceph.keyring 2024-09-16T23:01:53.698 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:01:53.698 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:01:53.754 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi204.front.sepia.ceph.com 2024-09-16T23:01:53.754 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-16T23:01:53.754 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.keyring 2024-09-16T23:01:53.754 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0644 /etc/ceph/ceph.keyring 2024-09-16T23:01:53.797 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-16T23:01:53.797 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:01:53.855 INFO:tasks.ceph:Setting up mon nodes... 2024-09-16T23:01:53.856 INFO:tasks.ceph:Setting up mgr nodes... 2024-09-16T23:01:53.856 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /var/lib/ceph/mgr/ceph-x && sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=mgr.x /var/lib/ceph/mgr/ceph-x/keyring 2024-09-16T23:01:53.909 INFO:teuthology.orchestra.run.smithi018.stdout:creating /var/lib/ceph/mgr/ceph-x/keyring 2024-09-16T23:01:53.912 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /var/lib/ceph/mgr/ceph-y && sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=mgr.y /var/lib/ceph/mgr/ceph-y/keyring 2024-09-16T23:01:54.002 INFO:teuthology.orchestra.run.smithi079.stdout:creating /var/lib/ceph/mgr/ceph-y/keyring 2024-09-16T23:01:54.004 INFO:tasks.ceph:Setting up mds nodes... 2024-09-16T23:01:54.005 INFO:tasks.ceph_client:Setting up client nodes... 2024-09-16T23:01:54.005 DEBUG:teuthology.orchestra.run.smithi204:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=client.0 /etc/ceph/ceph.client.0.keyring && sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-16T23:01:54.070 INFO:teuthology.orchestra.run.smithi204.stdout:creating /etc/ceph/ceph.client.0.keyring 2024-09-16T23:01:54.084 INFO:tasks.ceph:Running mkfs on osd nodes... 2024-09-16T23:01:54.085 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@smithi018.front.sepia.ceph.com'): {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'}, Remote(name='ubuntu@smithi079.front.sepia.ceph.com'): {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'}} 2024-09-16T23:01:54.085 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /var/lib/ceph/osd/ceph-0 2024-09-16T23:01:54.111 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2024-09-16T23:01:54.111 INFO:tasks.ceph:role: osd.0 2024-09-16T23:01:54.111 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi018.front.sepia.ceph.com 2024-09-16T23:01:54.111 DEBUG:teuthology.orchestra.run.smithi018:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2024-09-16T23:01:54.177 INFO:teuthology.orchestra.run.smithi018.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T23:01:54.177 INFO:teuthology.orchestra.run.smithi018.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T23:01:54.177 INFO:teuthology.orchestra.run.smithi018.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T23:01:54.177 INFO:teuthology.orchestra.run.smithi018.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-16T23:01:54.177 INFO:teuthology.orchestra.run.smithi018.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T23:01:54.177 INFO:teuthology.orchestra.run.smithi018.stdout: = sunit=0 swidth=0 blks 2024-09-16T23:01:54.177 INFO:teuthology.orchestra.run.smithi018.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T23:01:54.178 INFO:teuthology.orchestra.run.smithi018.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-16T23:01:54.178 INFO:teuthology.orchestra.run.smithi018.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T23:01:54.178 INFO:teuthology.orchestra.run.smithi018.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T23:01:54.210 INFO:teuthology.orchestra.run.smithi018.stdout:Discarding blocks...Done. 2024-09-16T23:01:54.212 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi018.front.sepia.ceph.com -o noatime 2024-09-16T23:01:54.212 DEBUG:teuthology.orchestra.run.smithi018:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-0 2024-09-16T23:01:54.282 DEBUG:teuthology.orchestra.run.smithi018:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-0 2024-09-16T23:01:54.352 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /var/lib/ceph/osd/ceph-1 2024-09-16T23:01:54.418 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2024-09-16T23:01:54.418 INFO:tasks.ceph:role: osd.1 2024-09-16T23:01:54.418 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi018.front.sepia.ceph.com 2024-09-16T23:01:54.419 DEBUG:teuthology.orchestra.run.smithi018:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2024-09-16T23:01:54.483 INFO:teuthology.orchestra.run.smithi018.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T23:01:54.483 INFO:teuthology.orchestra.run.smithi018.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T23:01:54.484 INFO:teuthology.orchestra.run.smithi018.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T23:01:54.484 INFO:teuthology.orchestra.run.smithi018.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-16T23:01:54.484 INFO:teuthology.orchestra.run.smithi018.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T23:01:54.484 INFO:teuthology.orchestra.run.smithi018.stdout: = sunit=0 swidth=0 blks 2024-09-16T23:01:54.484 INFO:teuthology.orchestra.run.smithi018.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T23:01:54.484 INFO:teuthology.orchestra.run.smithi018.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-16T23:01:54.484 INFO:teuthology.orchestra.run.smithi018.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T23:01:54.484 INFO:teuthology.orchestra.run.smithi018.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T23:01:54.516 INFO:teuthology.orchestra.run.smithi018.stdout:Discarding blocks...Done. 2024-09-16T23:01:54.518 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi018.front.sepia.ceph.com -o noatime 2024-09-16T23:01:54.518 DEBUG:teuthology.orchestra.run.smithi018:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-1 2024-09-16T23:01:54.589 DEBUG:teuthology.orchestra.run.smithi018:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-1 2024-09-16T23:01:54.658 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /var/lib/ceph/osd/ceph-2 2024-09-16T23:01:54.724 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2024-09-16T23:01:54.724 INFO:tasks.ceph:role: osd.2 2024-09-16T23:01:54.724 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi018.front.sepia.ceph.com 2024-09-16T23:01:54.724 DEBUG:teuthology.orchestra.run.smithi018:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2024-09-16T23:01:54.790 INFO:teuthology.orchestra.run.smithi018.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T23:01:54.790 INFO:teuthology.orchestra.run.smithi018.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T23:01:54.790 INFO:teuthology.orchestra.run.smithi018.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T23:01:54.790 INFO:teuthology.orchestra.run.smithi018.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-16T23:01:54.790 INFO:teuthology.orchestra.run.smithi018.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T23:01:54.790 INFO:teuthology.orchestra.run.smithi018.stdout: = sunit=0 swidth=0 blks 2024-09-16T23:01:54.790 INFO:teuthology.orchestra.run.smithi018.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T23:01:54.790 INFO:teuthology.orchestra.run.smithi018.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-16T23:01:54.790 INFO:teuthology.orchestra.run.smithi018.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T23:01:54.790 INFO:teuthology.orchestra.run.smithi018.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T23:01:54.823 INFO:teuthology.orchestra.run.smithi018.stdout:Discarding blocks...Done. 2024-09-16T23:01:54.825 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi018.front.sepia.ceph.com -o noatime 2024-09-16T23:01:54.825 DEBUG:teuthology.orchestra.run.smithi018:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-2 2024-09-16T23:01:54.895 DEBUG:teuthology.orchestra.run.smithi018:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-2 2024-09-16T23:01:54.965 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /var/lib/ceph/osd/ceph-3 2024-09-16T23:01:55.032 INFO:tasks.ceph:roles_to_devs: {'osd.0': '/dev/vg_nvme/lv_1', 'osd.1': '/dev/vg_nvme/lv_2', 'osd.2': '/dev/vg_nvme/lv_3', 'osd.3': '/dev/vg_nvme/lv_4'} 2024-09-16T23:01:55.032 INFO:tasks.ceph:role: osd.3 2024-09-16T23:01:55.033 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_4 on ubuntu@smithi018.front.sepia.ceph.com 2024-09-16T23:01:55.033 DEBUG:teuthology.orchestra.run.smithi018:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_4 2024-09-16T23:01:55.097 INFO:teuthology.orchestra.run.smithi018.stdout:meta-data=/dev/vg_nvme/lv_4 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T23:01:55.098 INFO:teuthology.orchestra.run.smithi018.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T23:01:55.098 INFO:teuthology.orchestra.run.smithi018.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T23:01:55.098 INFO:teuthology.orchestra.run.smithi018.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-16T23:01:55.098 INFO:teuthology.orchestra.run.smithi018.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T23:01:55.098 INFO:teuthology.orchestra.run.smithi018.stdout: = sunit=0 swidth=0 blks 2024-09-16T23:01:55.098 INFO:teuthology.orchestra.run.smithi018.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T23:01:55.098 INFO:teuthology.orchestra.run.smithi018.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-16T23:01:55.098 INFO:teuthology.orchestra.run.smithi018.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T23:01:55.098 INFO:teuthology.orchestra.run.smithi018.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T23:01:55.131 INFO:teuthology.orchestra.run.smithi018.stdout:Discarding blocks...Done. 2024-09-16T23:01:55.133 INFO:tasks.ceph:mount /dev/vg_nvme/lv_4 on ubuntu@smithi018.front.sepia.ceph.com -o noatime 2024-09-16T23:01:55.133 DEBUG:teuthology.orchestra.run.smithi018:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-3 2024-09-16T23:01:55.204 DEBUG:teuthology.orchestra.run.smithi018:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-3 2024-09-16T23:01:55.274 DEBUG:teuthology.orchestra.run.smithi018:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 0 --monmap /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:01:55.379 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:01:55.382+0000 7f6faf141640 -1 auth: error reading file: /var/lib/ceph/osd/ceph-0/keyring: can't open /var/lib/ceph/osd/ceph-0/keyring: (2) No such file or directory 2024-09-16T23:01:55.380 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:01:55.382+0000 7f6faf141640 -1 created new key in keyring /var/lib/ceph/osd/ceph-0/keyring 2024-09-16T23:01:55.380 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:01:55.382+0000 7f6faf141640 -1 bdev(0x556823b9d800 /var/lib/ceph/osd/ceph-0/block) open stat got: (1) Operation not permitted 2024-09-16T23:01:55.380 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:01:55.382+0000 7f6faf141640 -1 bluestore(/var/lib/ceph/osd/ceph-0) _read_fsid unparsable uuid 2024-09-16T23:01:58.542 DEBUG:teuthology.orchestra.run.smithi018:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-16T23:01:58.573 DEBUG:teuthology.orchestra.run.smithi018:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 1 --monmap /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:01:58.666 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:01:58.668+0000 7f68e0239640 -1 auth: error reading file: /var/lib/ceph/osd/ceph-1/keyring: can't open /var/lib/ceph/osd/ceph-1/keyring: (2) No such file or directory 2024-09-16T23:01:58.666 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:01:58.669+0000 7f68e0239640 -1 created new key in keyring /var/lib/ceph/osd/ceph-1/keyring 2024-09-16T23:01:58.666 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:01:58.669+0000 7f68e0239640 -1 bdev(0x55c4389a5800 /var/lib/ceph/osd/ceph-1/block) open stat got: (1) Operation not permitted 2024-09-16T23:01:58.666 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:01:58.669+0000 7f68e0239640 -1 bluestore(/var/lib/ceph/osd/ceph-1) _read_fsid unparsable uuid 2024-09-16T23:02:02.094 DEBUG:teuthology.orchestra.run.smithi018:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-16T23:02:02.124 DEBUG:teuthology.orchestra.run.smithi018:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 2 --monmap /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:02:02.217 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:02:02.219+0000 7f2922d23640 -1 auth: error reading file: /var/lib/ceph/osd/ceph-2/keyring: can't open /var/lib/ceph/osd/ceph-2/keyring: (2) No such file or directory 2024-09-16T23:02:02.218 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:02:02.219+0000 7f2922d23640 -1 created new key in keyring /var/lib/ceph/osd/ceph-2/keyring 2024-09-16T23:02:02.218 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:02:02.219+0000 7f2922d23640 -1 bdev(0x5590c4df1800 /var/lib/ceph/osd/ceph-2/block) open stat got: (1) Operation not permitted 2024-09-16T23:02:02.218 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:02:02.220+0000 7f2922d23640 -1 bluestore(/var/lib/ceph/osd/ceph-2) _read_fsid unparsable uuid 2024-09-16T23:02:05.373 DEBUG:teuthology.orchestra.run.smithi018:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-16T23:02:05.401 DEBUG:teuthology.orchestra.run.smithi018:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 3 --monmap /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:02:05.490 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:02:05.492+0000 7f8a3cffd640 -1 auth: error reading file: /var/lib/ceph/osd/ceph-3/keyring: can't open /var/lib/ceph/osd/ceph-3/keyring: (2) No such file or directory 2024-09-16T23:02:05.490 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:02:05.492+0000 7f8a3cffd640 -1 created new key in keyring /var/lib/ceph/osd/ceph-3/keyring 2024-09-16T23:02:05.490 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:02:05.492+0000 7f8a3cffd640 -1 bdev(0x560d57b1d800 /var/lib/ceph/osd/ceph-3/block) open stat got: (1) Operation not permitted 2024-09-16T23:02:05.490 INFO:teuthology.orchestra.run.smithi018.stderr:2024-09-16T23:02:05.492+0000 7f8a3cffd640 -1 bluestore(/var/lib/ceph/osd/ceph-3) _read_fsid unparsable uuid 2024-09-16T23:02:08.406 DEBUG:teuthology.orchestra.run.smithi018:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-16T23:02:08.435 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /var/lib/ceph/osd/ceph-4 2024-09-16T23:02:08.465 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2024-09-16T23:02:08.465 INFO:tasks.ceph:role: osd.4 2024-09-16T23:02:08.465 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi079.front.sepia.ceph.com 2024-09-16T23:02:08.466 DEBUG:teuthology.orchestra.run.smithi079:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2024-09-16T23:02:08.540 INFO:teuthology.orchestra.run.smithi079.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T23:02:08.541 INFO:teuthology.orchestra.run.smithi079.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T23:02:08.541 INFO:teuthology.orchestra.run.smithi079.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T23:02:08.541 INFO:teuthology.orchestra.run.smithi079.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-16T23:02:08.541 INFO:teuthology.orchestra.run.smithi079.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T23:02:08.541 INFO:teuthology.orchestra.run.smithi079.stdout: = sunit=0 swidth=0 blks 2024-09-16T23:02:08.541 INFO:teuthology.orchestra.run.smithi079.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T23:02:08.541 INFO:teuthology.orchestra.run.smithi079.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-16T23:02:08.541 INFO:teuthology.orchestra.run.smithi079.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T23:02:08.541 INFO:teuthology.orchestra.run.smithi079.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T23:02:09.043 INFO:teuthology.orchestra.run.smithi079.stdout:Discarding blocks...Done. 2024-09-16T23:02:09.045 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi079.front.sepia.ceph.com -o noatime 2024-09-16T23:02:09.045 DEBUG:teuthology.orchestra.run.smithi079:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-4 2024-09-16T23:02:09.159 DEBUG:teuthology.orchestra.run.smithi079:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-4 2024-09-16T23:02:09.190 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /var/lib/ceph/osd/ceph-5 2024-09-16T23:02:09.255 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2024-09-16T23:02:09.255 INFO:tasks.ceph:role: osd.5 2024-09-16T23:02:09.256 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi079.front.sepia.ceph.com 2024-09-16T23:02:09.256 DEBUG:teuthology.orchestra.run.smithi079:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2024-09-16T23:02:09.327 INFO:teuthology.orchestra.run.smithi079.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T23:02:09.327 INFO:teuthology.orchestra.run.smithi079.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T23:02:09.327 INFO:teuthology.orchestra.run.smithi079.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T23:02:09.327 INFO:teuthology.orchestra.run.smithi079.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-16T23:02:09.327 INFO:teuthology.orchestra.run.smithi079.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T23:02:09.327 INFO:teuthology.orchestra.run.smithi079.stdout: = sunit=0 swidth=0 blks 2024-09-16T23:02:09.327 INFO:teuthology.orchestra.run.smithi079.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T23:02:09.327 INFO:teuthology.orchestra.run.smithi079.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-16T23:02:09.327 INFO:teuthology.orchestra.run.smithi079.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T23:02:09.327 INFO:teuthology.orchestra.run.smithi079.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T23:02:09.797 INFO:teuthology.orchestra.run.smithi079.stdout:Discarding blocks...Done. 2024-09-16T23:02:09.799 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi079.front.sepia.ceph.com -o noatime 2024-09-16T23:02:09.799 DEBUG:teuthology.orchestra.run.smithi079:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-5 2024-09-16T23:02:09.896 DEBUG:teuthology.orchestra.run.smithi079:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-5 2024-09-16T23:02:09.925 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /var/lib/ceph/osd/ceph-6 2024-09-16T23:02:09.990 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2024-09-16T23:02:09.990 INFO:tasks.ceph:role: osd.6 2024-09-16T23:02:09.990 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi079.front.sepia.ceph.com 2024-09-16T23:02:09.991 DEBUG:teuthology.orchestra.run.smithi079:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2024-09-16T23:02:10.063 INFO:teuthology.orchestra.run.smithi079.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T23:02:10.063 INFO:teuthology.orchestra.run.smithi079.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T23:02:10.063 INFO:teuthology.orchestra.run.smithi079.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T23:02:10.063 INFO:teuthology.orchestra.run.smithi079.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-16T23:02:10.064 INFO:teuthology.orchestra.run.smithi079.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T23:02:10.064 INFO:teuthology.orchestra.run.smithi079.stdout: = sunit=0 swidth=0 blks 2024-09-16T23:02:10.064 INFO:teuthology.orchestra.run.smithi079.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T23:02:10.064 INFO:teuthology.orchestra.run.smithi079.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-16T23:02:10.064 INFO:teuthology.orchestra.run.smithi079.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T23:02:10.064 INFO:teuthology.orchestra.run.smithi079.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T23:02:10.547 INFO:teuthology.orchestra.run.smithi079.stdout:Discarding blocks...Done. 2024-09-16T23:02:10.549 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi079.front.sepia.ceph.com -o noatime 2024-09-16T23:02:10.549 DEBUG:teuthology.orchestra.run.smithi079:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-6 2024-09-16T23:02:10.703 DEBUG:teuthology.orchestra.run.smithi079:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-6 2024-09-16T23:02:10.734 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /var/lib/ceph/osd/ceph-7 2024-09-16T23:02:10.799 INFO:tasks.ceph:roles_to_devs: {'osd.4': '/dev/vg_nvme/lv_1', 'osd.5': '/dev/vg_nvme/lv_2', 'osd.6': '/dev/vg_nvme/lv_3', 'osd.7': '/dev/vg_nvme/lv_4'} 2024-09-16T23:02:10.799 INFO:tasks.ceph:role: osd.7 2024-09-16T23:02:10.799 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_4 on ubuntu@smithi079.front.sepia.ceph.com 2024-09-16T23:02:10.799 DEBUG:teuthology.orchestra.run.smithi079:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_4 2024-09-16T23:02:10.871 INFO:teuthology.orchestra.run.smithi079.stdout:meta-data=/dev/vg_nvme/lv_4 isize=2048 agcount=4, agsize=5859072 blks 2024-09-16T23:02:10.872 INFO:teuthology.orchestra.run.smithi079.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-16T23:02:10.872 INFO:teuthology.orchestra.run.smithi079.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-16T23:02:10.872 INFO:teuthology.orchestra.run.smithi079.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-16T23:02:10.872 INFO:teuthology.orchestra.run.smithi079.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-16T23:02:10.872 INFO:teuthology.orchestra.run.smithi079.stdout: = sunit=0 swidth=0 blks 2024-09-16T23:02:10.872 INFO:teuthology.orchestra.run.smithi079.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-16T23:02:10.872 INFO:teuthology.orchestra.run.smithi079.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-16T23:02:10.872 INFO:teuthology.orchestra.run.smithi079.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-16T23:02:10.872 INFO:teuthology.orchestra.run.smithi079.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-16T23:02:11.386 INFO:teuthology.orchestra.run.smithi079.stdout:Discarding blocks...Done. 2024-09-16T23:02:11.388 INFO:tasks.ceph:mount /dev/vg_nvme/lv_4 on ubuntu@smithi079.front.sepia.ceph.com -o noatime 2024-09-16T23:02:11.389 DEBUG:teuthology.orchestra.run.smithi079:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-7 2024-09-16T23:02:11.524 DEBUG:teuthology.orchestra.run.smithi079:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-7 2024-09-16T23:02:11.556 DEBUG:teuthology.orchestra.run.smithi079:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 4 --monmap /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:02:11.652 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:11.654+0000 7f9078264640 -1 auth: error reading file: /var/lib/ceph/osd/ceph-4/keyring: can't open /var/lib/ceph/osd/ceph-4/keyring: (2) No such file or directory 2024-09-16T23:02:11.652 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:11.655+0000 7f9078264640 -1 created new key in keyring /var/lib/ceph/osd/ceph-4/keyring 2024-09-16T23:02:11.652 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:11.655+0000 7f9078264640 -1 bdev(0x563994a41800 /var/lib/ceph/osd/ceph-4/block) open stat got: (1) Operation not permitted 2024-09-16T23:02:11.653 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:11.655+0000 7f9078264640 -1 bluestore(/var/lib/ceph/osd/ceph-4) _read_fsid unparsable uuid 2024-09-16T23:02:14.807 DEBUG:teuthology.orchestra.run.smithi079:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-16T23:02:14.834 DEBUG:teuthology.orchestra.run.smithi079:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 5 --monmap /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:02:14.923 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:14.925+0000 7f8d22619640 -1 auth: error reading file: /var/lib/ceph/osd/ceph-5/keyring: can't open /var/lib/ceph/osd/ceph-5/keyring: (2) No such file or directory 2024-09-16T23:02:14.923 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:14.926+0000 7f8d22619640 -1 created new key in keyring /var/lib/ceph/osd/ceph-5/keyring 2024-09-16T23:02:14.924 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:14.926+0000 7f8d22619640 -1 bdev(0x5567dd009800 /var/lib/ceph/osd/ceph-5/block) open stat got: (1) Operation not permitted 2024-09-16T23:02:14.924 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:14.926+0000 7f8d22619640 -1 bluestore(/var/lib/ceph/osd/ceph-5) _read_fsid unparsable uuid 2024-09-16T23:02:18.580 DEBUG:teuthology.orchestra.run.smithi079:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-16T23:02:18.610 DEBUG:teuthology.orchestra.run.smithi079:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 6 --monmap /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:02:18.700 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:18.702+0000 7fc251220640 -1 auth: error reading file: /var/lib/ceph/osd/ceph-6/keyring: can't open /var/lib/ceph/osd/ceph-6/keyring: (2) No such file or directory 2024-09-16T23:02:18.701 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:18.702+0000 7fc251220640 -1 created new key in keyring /var/lib/ceph/osd/ceph-6/keyring 2024-09-16T23:02:18.702 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:18.702+0000 7fc251220640 -1 bdev(0x560829345800 /var/lib/ceph/osd/ceph-6/block) open stat got: (1) Operation not permitted 2024-09-16T23:02:18.702 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:18.702+0000 7fc251220640 -1 bluestore(/var/lib/ceph/osd/ceph-6) _read_fsid unparsable uuid 2024-09-16T23:02:21.856 DEBUG:teuthology.orchestra.run.smithi079:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-16T23:02:21.882 DEBUG:teuthology.orchestra.run.smithi079:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster ceph --mkfs --mkkey -i 7 --monmap /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:02:21.971 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:21.973+0000 7ff5b3943640 -1 auth: error reading file: /var/lib/ceph/osd/ceph-7/keyring: can't open /var/lib/ceph/osd/ceph-7/keyring: (2) No such file or directory 2024-09-16T23:02:21.971 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:21.973+0000 7ff5b3943640 -1 created new key in keyring /var/lib/ceph/osd/ceph-7/keyring 2024-09-16T23:02:21.971 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:21.973+0000 7ff5b3943640 -1 bdev(0x5562576f7800 /var/lib/ceph/osd/ceph-7/block) open stat got: (1) Operation not permitted 2024-09-16T23:02:21.971 INFO:teuthology.orchestra.run.smithi079.stderr:2024-09-16T23:02:21.973+0000 7ff5b3943640 -1 bluestore(/var/lib/ceph/osd/ceph-7) _read_fsid unparsable uuid 2024-09-16T23:02:25.374 DEBUG:teuthology.orchestra.run.smithi079:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-16T23:02:25.402 INFO:tasks.ceph:Reading keys from all nodes... 2024-09-16T23:02:25.403 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:02:25.403 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/mgr/ceph-x/keyring of=/dev/stdout 2024-09-16T23:02:25.434 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:02:25.434 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/osd/ceph-0/keyring of=/dev/stdout 2024-09-16T23:02:25.505 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:02:25.505 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/osd/ceph-1/keyring of=/dev/stdout 2024-09-16T23:02:25.575 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:02:25.575 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/osd/ceph-2/keyring of=/dev/stdout 2024-09-16T23:02:25.644 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:02:25.644 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/osd/ceph-3/keyring of=/dev/stdout 2024-09-16T23:02:25.712 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:02:25.713 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/mgr/ceph-y/keyring of=/dev/stdout 2024-09-16T23:02:25.742 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:02:25.742 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/osd/ceph-4/keyring of=/dev/stdout 2024-09-16T23:02:25.811 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:02:25.811 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/osd/ceph-5/keyring of=/dev/stdout 2024-09-16T23:02:25.878 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:02:25.878 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/osd/ceph-6/keyring of=/dev/stdout 2024-09-16T23:02:25.945 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:02:25.945 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/osd/ceph-7/keyring of=/dev/stdout 2024-09-16T23:02:26.011 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-16T23:02:26.011 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/etc/ceph/ceph.client.0.keyring of=/dev/stdout 2024-09-16T23:02:26.031 INFO:tasks.ceph:Adding keys to all mons... 2024-09-16T23:02:26.031 DEBUG:teuthology.orchestra.run.smithi018:> sudo tee -a /etc/ceph/ceph.keyring 2024-09-16T23:02:26.033 DEBUG:teuthology.orchestra.run.smithi079:> sudo tee -a /etc/ceph/ceph.keyring 2024-09-16T23:02:26.060 INFO:teuthology.orchestra.run.smithi018.stdout:[mgr.x] 2024-09-16T23:02:26.060 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQDhuOhmqWBxNhAAk+oMXWUNTDl+t5Y4Cl+TbA== 2024-09-16T23:02:26.060 INFO:teuthology.orchestra.run.smithi018.stdout:[osd.0] 2024-09-16T23:02:26.060 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQDjuOhmlTvUFhAACSVCXEI70hiQTLL4UYLN3Q== 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout:[osd.1] 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQDmuOhmofHqJxAAwwCr2X0vo57+/6b11uPcqg== 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout:[osd.2] 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQDquOhmu0MlDRAAi9K02KsQVd38faf/sKE4pA== 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout:[osd.3] 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQDtuOhmQI9mHRAAy/AIzjbXMOLC63loKG8o4w== 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout:[mgr.y] 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQDiuOhmVbpSABAAPg4K5EUY62F4ng380KETwg== 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout:[osd.4] 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQDzuOhmwugVJxAAxAGHmtFPp8qRRMiVkkqVnA== 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout:[osd.5] 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQD2uOhms+49NxAARAV1f8Qsjh4T0pTdxQkIvQ== 2024-09-16T23:02:26.061 INFO:teuthology.orchestra.run.smithi018.stdout:[osd.6] 2024-09-16T23:02:26.062 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQD6uOhmx2zoKRAAL1l1zelD5VnsZuBg6rOGVA== 2024-09-16T23:02:26.062 INFO:teuthology.orchestra.run.smithi018.stdout:[osd.7] 2024-09-16T23:02:26.062 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQD9uOhmamUQOhAAn7IOm/f/twQ+1tmtQzJUtg== 2024-09-16T23:02:26.062 INFO:teuthology.orchestra.run.smithi018.stdout:[client.0] 2024-09-16T23:02:26.062 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQDiuOhmB0FkBBAABBufPADqC2rDV/GBVSClVA== 2024-09-16T23:02:26.075 INFO:teuthology.orchestra.run.smithi079.stdout:[mgr.x] 2024-09-16T23:02:26.075 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQDhuOhmqWBxNhAAk+oMXWUNTDl+t5Y4Cl+TbA== 2024-09-16T23:02:26.075 INFO:teuthology.orchestra.run.smithi079.stdout:[osd.0] 2024-09-16T23:02:26.075 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQDjuOhmlTvUFhAACSVCXEI70hiQTLL4UYLN3Q== 2024-09-16T23:02:26.075 INFO:teuthology.orchestra.run.smithi079.stdout:[osd.1] 2024-09-16T23:02:26.075 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQDmuOhmofHqJxAAwwCr2X0vo57+/6b11uPcqg== 2024-09-16T23:02:26.075 INFO:teuthology.orchestra.run.smithi079.stdout:[osd.2] 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQDquOhmu0MlDRAAi9K02KsQVd38faf/sKE4pA== 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout:[osd.3] 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQDtuOhmQI9mHRAAy/AIzjbXMOLC63loKG8o4w== 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout:[mgr.y] 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQDiuOhmVbpSABAAPg4K5EUY62F4ng380KETwg== 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout:[osd.4] 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQDzuOhmwugVJxAAxAGHmtFPp8qRRMiVkkqVnA== 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout:[osd.5] 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQD2uOhms+49NxAARAV1f8Qsjh4T0pTdxQkIvQ== 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout:[osd.6] 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQD6uOhmx2zoKRAAL1l1zelD5VnsZuBg6rOGVA== 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout:[osd.7] 2024-09-16T23:02:26.076 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQD9uOhmamUQOhAAn7IOm/f/twQ+1tmtQzJUtg== 2024-09-16T23:02:26.077 INFO:teuthology.orchestra.run.smithi079.stdout:[client.0] 2024-09-16T23:02:26.077 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQDiuOhmB0FkBBAABBufPADqC2rDV/GBVSClVA== 2024-09-16T23:02:26.078 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.x --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2024-09-16T23:02:26.106 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.x --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2024-09-16T23:02:26.170 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.0 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.173 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.0 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.227 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.1 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.229 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.1 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.280 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.2 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.282 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.2 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.334 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.3 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.335 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.3 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.387 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.y --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2024-09-16T23:02:26.389 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=mgr.y --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2024-09-16T23:02:26.441 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.4 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.443 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.4 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.494 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.5 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.496 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.5 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.547 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.6 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.549 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.6 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.600 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.7 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.602 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=osd.7 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2024-09-16T23:02:26.653 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=client.0 --cap mon 'allow rw' --cap mgr 'allow r' --cap osd 'allow rwx' --cap mds allow 2024-09-16T23:02:26.656 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/ceph.keyring --name=client.0 --cap mon 'allow rw' --cap mgr 'allow r' --cap osd 'allow rwx' --cap mds allow 2024-09-16T23:02:26.709 INFO:tasks.ceph:Running mkfs on mon nodes... 2024-09-16T23:02:26.710 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /var/lib/ceph/mon/ceph-a 2024-09-16T23:02:26.735 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster ceph --mkfs -i a --monmap /home/ubuntu/cephtest/ceph.monmap --keyring /etc/ceph/ceph.keyring 2024-09-16T23:02:26.832 DEBUG:teuthology.orchestra.run.smithi018:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-a 2024-09-16T23:02:26.857 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /var/lib/ceph/mon/ceph-c 2024-09-16T23:02:26.923 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster ceph --mkfs -i c --monmap /home/ubuntu/cephtest/ceph.monmap --keyring /etc/ceph/ceph.keyring 2024-09-16T23:02:27.020 DEBUG:teuthology.orchestra.run.smithi018:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-c 2024-09-16T23:02:27.046 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /var/lib/ceph/mon/ceph-b 2024-09-16T23:02:27.071 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster ceph --mkfs -i b --monmap /home/ubuntu/cephtest/ceph.monmap --keyring /etc/ceph/ceph.keyring 2024-09-16T23:02:27.166 DEBUG:teuthology.orchestra.run.smithi079:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-b 2024-09-16T23:02:27.191 DEBUG:teuthology.orchestra.run.smithi018:> rm -- /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:02:27.193 DEBUG:teuthology.orchestra.run.smithi079:> rm -- /home/ubuntu/cephtest/ceph.monmap 2024-09-16T23:02:27.246 INFO:tasks.ceph:Starting mon daemons in cluster ceph... 2024-09-16T23:02:27.246 INFO:tasks.ceph.mon.a:Restarting daemon 2024-09-16T23:02:27.246 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i a 2024-09-16T23:02:27.248 INFO:tasks.ceph.mon.a:Started 2024-09-16T23:02:27.248 INFO:tasks.ceph.mon.c:Restarting daemon 2024-09-16T23:02:27.249 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i c 2024-09-16T23:02:27.251 INFO:tasks.ceph.mon.c:Started 2024-09-16T23:02:27.251 INFO:tasks.ceph.mon.b:Restarting daemon 2024-09-16T23:02:27.251 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i b 2024-09-16T23:02:27.288 INFO:tasks.ceph.mon.b:Started 2024-09-16T23:02:27.288 INFO:tasks.ceph:Starting mgr daemons in cluster ceph... 2024-09-16T23:02:27.289 INFO:tasks.ceph.mgr.x:Restarting daemon 2024-09-16T23:02:27.289 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster ceph -i x 2024-09-16T23:02:27.291 INFO:tasks.ceph.mgr.x:Started 2024-09-16T23:02:27.291 INFO:tasks.ceph.mgr.y:Restarting daemon 2024-09-16T23:02:27.291 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster ceph -i y 2024-09-16T23:02:27.293 INFO:tasks.ceph.mgr.y:Started 2024-09-16T23:02:27.293 DEBUG:tasks.ceph:set 0 configs 2024-09-16T23:02:27.293 INFO:tasks.ceph:Setting crush tunables to default 2024-09-16T23:02:27.293 DEBUG:teuthology.orchestra.run.smithi018:> sudo ceph --cluster ceph osd crush tunables default 2024-09-16T23:02:32.656 INFO:teuthology.orchestra.run.smithi018.stderr:adjusted tunables profile to default 2024-09-16T23:02:32.669 INFO:tasks.ceph:check_enable_crimson: False 2024-09-16T23:02:32.669 INFO:tasks.ceph:Starting osd daemons in cluster ceph... 2024-09-16T23:02:32.672 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:02:32.672 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/osd/ceph-0/fsid of=/dev/stdout 2024-09-16T23:02:32.698 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:02:32.698 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/osd/ceph-1/fsid of=/dev/stdout 2024-09-16T23:02:32.764 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:02:32.764 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/osd/ceph-2/fsid of=/dev/stdout 2024-09-16T23:02:32.830 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-16T23:02:32.830 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/osd/ceph-3/fsid of=/dev/stdout 2024-09-16T23:02:32.896 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:02:32.896 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/osd/ceph-4/fsid of=/dev/stdout 2024-09-16T23:02:32.921 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:02:32.922 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/osd/ceph-5/fsid of=/dev/stdout 2024-09-16T23:02:32.986 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:02:32.986 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/osd/ceph-6/fsid of=/dev/stdout 2024-09-16T23:02:33.051 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-09-16T23:02:33.051 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/osd/ceph-7/fsid of=/dev/stdout 2024-09-16T23:02:33.116 DEBUG:teuthology.orchestra.run.smithi079:> sudo ceph --cluster ceph osd new c275423e-db5b-45d6-86af-c29c76f4e847 0 2024-09-16T23:02:33.338 INFO:teuthology.orchestra.run.smithi079.stdout:0 2024-09-16T23:02:33.349 DEBUG:teuthology.orchestra.run.smithi079:> sudo ceph --cluster ceph osd new 6b953122-2593-41a5-843c-70f6a7cdb679 1 2024-09-16T23:02:33.529 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-09-16T23:02:33.540 DEBUG:teuthology.orchestra.run.smithi079:> sudo ceph --cluster ceph osd new c8cf6cfb-c61c-4a92-bf9b-82406d264366 2 2024-09-16T23:02:33.740 INFO:teuthology.orchestra.run.smithi079.stdout:2 2024-09-16T23:02:33.751 DEBUG:teuthology.orchestra.run.smithi079:> sudo ceph --cluster ceph osd new fe08e166-4ccc-44cb-9460-02cadf630dde 3 2024-09-16T23:02:33.937 INFO:teuthology.orchestra.run.smithi079.stdout:3 2024-09-16T23:02:33.948 DEBUG:teuthology.orchestra.run.smithi079:> sudo ceph --cluster ceph osd new 841ee858-f2e9-4f90-9fb9-00df971349ab 4 2024-09-16T23:02:34.127 INFO:teuthology.orchestra.run.smithi079.stdout:4 2024-09-16T23:02:34.138 DEBUG:teuthology.orchestra.run.smithi079:> sudo ceph --cluster ceph osd new 238a609d-0253-48a5-90dd-5929459f853d 5 2024-09-16T23:02:34.316 INFO:teuthology.orchestra.run.smithi079.stdout:5 2024-09-16T23:02:34.326 DEBUG:teuthology.orchestra.run.smithi079:> sudo ceph --cluster ceph osd new 4bd6115a-e6c0-4ece-bf87-d256016415a2 6 2024-09-16T23:02:34.503 INFO:teuthology.orchestra.run.smithi079.stdout:6 2024-09-16T23:02:34.514 DEBUG:teuthology.orchestra.run.smithi079:> sudo ceph --cluster ceph osd new 41eb53a3-6942-49bb-85af-1dbd65a0dff3 7 2024-09-16T23:02:34.690 INFO:teuthology.orchestra.run.smithi079.stdout:7 2024-09-16T23:02:34.701 INFO:tasks.ceph.osd.0:Restarting daemon 2024-09-16T23:02:34.701 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 0 2024-09-16T23:02:34.704 INFO:tasks.ceph.osd.0:Started 2024-09-16T23:02:34.704 INFO:tasks.ceph.osd.1:Restarting daemon 2024-09-16T23:02:34.705 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 1 2024-09-16T23:02:34.707 INFO:tasks.ceph.osd.1:Started 2024-09-16T23:02:34.708 INFO:tasks.ceph.osd.2:Restarting daemon 2024-09-16T23:02:34.708 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 2 2024-09-16T23:02:34.711 INFO:tasks.ceph.osd.2:Started 2024-09-16T23:02:34.711 INFO:tasks.ceph.osd.3:Restarting daemon 2024-09-16T23:02:34.711 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 3 2024-09-16T23:02:34.714 INFO:tasks.ceph.osd.3:Started 2024-09-16T23:02:34.714 INFO:tasks.ceph.osd.4:Restarting daemon 2024-09-16T23:02:34.714 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 4 2024-09-16T23:02:34.717 INFO:tasks.ceph.osd.4:Started 2024-09-16T23:02:34.717 INFO:tasks.ceph.osd.5:Restarting daemon 2024-09-16T23:02:34.718 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 5 2024-09-16T23:02:34.720 INFO:tasks.ceph.osd.5:Started 2024-09-16T23:02:34.721 INFO:tasks.ceph.osd.6:Restarting daemon 2024-09-16T23:02:34.721 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 6 2024-09-16T23:02:34.724 INFO:tasks.ceph.osd.6:Started 2024-09-16T23:02:34.724 INFO:tasks.ceph.osd.7:Restarting daemon 2024-09-16T23:02:34.724 DEBUG:teuthology.orchestra.run.smithi079:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 7 2024-09-16T23:02:34.726 INFO:tasks.ceph.osd.7:Started 2024-09-16T23:02:34.727 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-09-16T23:02:34.925 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:02:34.925 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":10,"fsid":"59e08b67-88a4-4efb-af28-71e623938231","created":"2024-09-16T23:02:32.556329+0000","modified":"2024-09-16T23:02:34.690932+0000","last_up_change":"0.000000","last_in_change":"2024-09-16T23:02:34.690932+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":2,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"c275423e-db5b-45d6-86af-c29c76f4e847","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":1,"uuid":"6b953122-2593-41a5-843c-70f6a7cdb679","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":2,"uuid":"c8cf6cfb-c61c-4a92-bf9b-82406d264366","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":3,"uuid":"fe08e166-4ccc-44cb-9460-02cadf630dde","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":4,"uuid":"841ee858-f2e9-4f90-9fb9-00df971349ab","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":5,"uuid":"238a609d-0253-48a5-90dd-5929459f853d","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":6,"uuid":"4bd6115a-e6c0-4ece-bf87-d256016415a2","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":7,"uuid":"41eb53a3-6942-49bb-85af-1dbd65a0dff3","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"range_blocklist":{},"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}} 2024-09-16T23:02:34.936 INFO:tasks.ceph.ceph_manager.ceph:[] 2024-09-16T23:02:34.936 INFO:tasks.ceph:Waiting for OSDs to come up 2024-09-16T23:02:35.742 DEBUG:teuthology.orchestra.run.smithi018:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2024-09-16T23:02:35.905 INFO:teuthology.misc.health.smithi018.stdout: 2024-09-16T23:02:35.905 INFO:teuthology.misc.health.smithi018.stdout:{"epoch":10,"fsid":"59e08b67-88a4-4efb-af28-71e623938231","created":"2024-09-16T23:02:32.556329+0000","modified":"2024-09-16T23:02:34.690932+0000","last_up_change":"0.000000","last_in_change":"2024-09-16T23:02:34.690932+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":2,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"c275423e-db5b-45d6-86af-c29c76f4e847","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":1,"uuid":"6b953122-2593-41a5-843c-70f6a7cdb679","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":2,"uuid":"c8cf6cfb-c61c-4a92-bf9b-82406d264366","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":3,"uuid":"fe08e166-4ccc-44cb-9460-02cadf630dde","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":4,"uuid":"841ee858-f2e9-4f90-9fb9-00df971349ab","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":5,"uuid":"238a609d-0253-48a5-90dd-5929459f853d","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":6,"uuid":"4bd6115a-e6c0-4ece-bf87-d256016415a2","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":7,"uuid":"41eb53a3-6942-49bb-85af-1dbd65a0dff3","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"range_blocklist":{},"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}} 2024-09-16T23:02:35.915 DEBUG:teuthology.misc:0 of 8 OSDs are up 2024-09-16T23:02:35.934 INFO:tasks.ceph.osd.0.smithi018.stderr:2024-09-16T23:02:35.935+0000 7f5a7d4ef640 -1 Falling back to public interface 2024-09-16T23:02:35.937 INFO:tasks.ceph.osd.3.smithi018.stderr:2024-09-16T23:02:35.938+0000 7f8d8ac2e640 -1 Falling back to public interface 2024-09-16T23:02:36.187 INFO:tasks.ceph.osd.5.smithi079.stderr:2024-09-16T23:02:36.189+0000 7f9668239640 -1 Falling back to public interface 2024-09-16T23:02:36.190 INFO:tasks.ceph.osd.6.smithi079.stderr:2024-09-16T23:02:36.193+0000 7fbe7ba1e640 -1 Falling back to public interface 2024-09-16T23:02:36.195 INFO:tasks.ceph.osd.2.smithi018.stderr:2024-09-16T23:02:36.197+0000 7f3b38832640 -1 Falling back to public interface 2024-09-16T23:02:36.416 INFO:tasks.ceph.osd.1.smithi018.stderr:2024-09-16T23:02:36.417+0000 7f3720fcc640 -1 Falling back to public interface 2024-09-16T23:02:36.474 INFO:tasks.ceph.osd.7.smithi079.stderr:2024-09-16T23:02:36.476+0000 7f70bcda8640 -1 Falling back to public interface 2024-09-16T23:02:36.474 INFO:tasks.ceph.osd.4.smithi079.stderr:2024-09-16T23:02:36.477+0000 7f5cc7419640 -1 Falling back to public interface 2024-09-16T23:02:37.821 INFO:tasks.ceph.mgr.y.smithi079.stderr:2024-09-16T23:02:37.824+0000 7f4d0dd06640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-16T23:02:37.822 INFO:tasks.ceph.mgr.y.smithi079.stderr:2024-09-16T23:02:37.824+0000 7f4d0dd06640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-16T23:02:39.758 INFO:tasks.ceph.osd.6.smithi079.stderr:2024-09-16T23:02:39.760+0000 7fbe7ba1e640 -1 osd.6 0 log_to_monitors true 2024-09-16T23:02:39.767 INFO:tasks.ceph.osd.0.smithi018.stderr:2024-09-16T23:02:39.769+0000 7f5a7d4ef640 -1 osd.0 0 log_to_monitors true 2024-09-16T23:02:39.981 INFO:tasks.ceph.osd.2.smithi018.stderr:2024-09-16T23:02:39.982+0000 7f3b38832640 -1 osd.2 0 log_to_monitors true 2024-09-16T23:02:40.032 INFO:tasks.ceph.osd.3.smithi018.stderr:2024-09-16T23:02:40.034+0000 7f8d8ac2e640 -1 osd.3 0 log_to_monitors true 2024-09-16T23:02:40.087 INFO:tasks.ceph.osd.7.smithi079.stderr:2024-09-16T23:02:40.089+0000 7f70bcda8640 -1 osd.7 0 log_to_monitors true 2024-09-16T23:02:40.180 INFO:tasks.ceph.osd.1.smithi018.stderr:2024-09-16T23:02:40.182+0000 7f3720fcc640 -1 osd.1 0 log_to_monitors true 2024-09-16T23:02:40.230 INFO:tasks.ceph.osd.4.smithi079.stderr:2024-09-16T23:02:40.232+0000 7f5cc7419640 -1 osd.4 0 log_to_monitors true 2024-09-16T23:02:40.311 INFO:tasks.ceph.osd.5.smithi079.stderr:2024-09-16T23:02:40.313+0000 7f9668239640 -1 osd.5 0 log_to_monitors true 2024-09-16T23:02:41.511 INFO:tasks.ceph.osd.6.smithi079.stderr:2024-09-16T23:02:41.513+0000 7fbe77c20640 -1 osd.6 0 waiting for initial osdmap 2024-09-16T23:02:41.527 INFO:tasks.ceph.osd.6.smithi079.stderr:2024-09-16T23:02:41.529+0000 7fbe6f22b640 -1 osd.6 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T23:02:41.603 INFO:tasks.ceph.osd.0.smithi018.stderr:2024-09-16T23:02:41.605+0000 7f5a7947e640 -1 osd.0 0 waiting for initial osdmap 2024-09-16T23:02:41.621 INFO:tasks.ceph.osd.0.smithi018.stderr:2024-09-16T23:02:41.624+0000 7f5a7129d640 -1 osd.0 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T23:02:42.723 DEBUG:teuthology.orchestra.run.smithi018:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2024-09-16T23:02:42.807 INFO:tasks.ceph.osd.5.smithi079.stderr:2024-09-16T23:02:42.808+0000 7f96641c8640 -1 osd.5 0 waiting for initial osdmap 2024-09-16T23:02:42.819 INFO:tasks.ceph.osd.4.smithi079.stderr:2024-09-16T23:02:42.820+0000 7f5cc3615640 -1 osd.4 0 waiting for initial osdmap 2024-09-16T23:02:42.819 INFO:tasks.ceph.osd.5.smithi079.stderr:2024-09-16T23:02:42.821+0000 7f965bfe7640 -1 osd.5 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T23:02:42.833 INFO:tasks.ceph.osd.4.smithi079.stderr:2024-09-16T23:02:42.835+0000 7f5cbac20640 -1 osd.4 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T23:02:42.847 INFO:tasks.ceph.osd.7.smithi079.stderr:2024-09-16T23:02:42.848+0000 7f70b8d37640 -1 osd.7 0 waiting for initial osdmap 2024-09-16T23:02:42.859 INFO:tasks.ceph.osd.7.smithi079.stderr:2024-09-16T23:02:42.861+0000 7f70b0b56640 -1 osd.7 14 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T23:02:42.868 INFO:tasks.ceph.osd.2.smithi018.stderr:2024-09-16T23:02:42.870+0000 7f3b33d72640 -1 osd.2 0 waiting for initial osdmap 2024-09-16T23:02:42.880 INFO:tasks.ceph.osd.3.smithi018.stderr:2024-09-16T23:02:42.883+0000 7f8d86999640 -1 osd.3 0 waiting for initial osdmap 2024-09-16T23:02:42.884 INFO:tasks.ceph.osd.2.smithi018.stderr:2024-09-16T23:02:42.887+0000 7f3b2bb91640 -1 osd.2 14 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T23:02:42.886 INFO:tasks.ceph.osd.1.smithi018.stderr:2024-09-16T23:02:42.889+0000 7f371cf5b640 -1 osd.1 0 waiting for initial osdmap 2024-09-16T23:02:42.895 INFO:tasks.ceph.osd.3.smithi018.stderr:2024-09-16T23:02:42.898+0000 7f8d7dfa4640 -1 osd.3 14 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T23:02:42.900 INFO:tasks.ceph.osd.1.smithi018.stderr:2024-09-16T23:02:42.903+0000 7f3714d7a640 -1 osd.1 14 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T23:02:43.085 INFO:teuthology.misc.health.smithi018.stdout: 2024-09-16T23:02:43.085 INFO:teuthology.misc.health.smithi018.stdout:{"epoch":14,"fsid":"59e08b67-88a4-4efb-af28-71e623938231","created":"2024-09-16T23:02:32.556329+0000","modified":"2024-09-16T23:02:42.836329+0000","last_up_change":"2024-09-16T23:02:42.836329+0000","last_in_change":"2024-09-16T23:02:34.690932+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T23:02:42.835852+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"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":"14","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":{},"read_balance":{"score_type":"Fair distribution","score_acting":7.690000057220459,"score_stable":7.690000057220459,"optimal_score":0.12999999523162842,"raw_score_acting":1,"raw_score_stable":1,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"c275423e-db5b-45d6-86af-c29c76f4e847","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6800","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6801","nonce":362966056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6802","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6803","nonce":362966056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6807","nonce":362966056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6805","nonce":362966056}]},"public_addr":"172.21.15.18:6801/362966056","cluster_addr":"172.21.15.18:6803/362966056","heartbeat_back_addr":"172.21.15.18:6807/362966056","heartbeat_front_addr":"172.21.15.18:6805/362966056","state":["exists","up"]},{"osd":1,"uuid":"6b953122-2593-41a5-843c-70f6a7cdb679","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":2,"uuid":"c8cf6cfb-c61c-4a92-bf9b-82406d264366","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":3,"uuid":"fe08e166-4ccc-44cb-9460-02cadf630dde","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":4,"uuid":"841ee858-f2e9-4f90-9fb9-00df971349ab","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]},{"osd":5,"uuid":"238a609d-0253-48a5-90dd-5929459f853d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6801","nonce":1691052984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6803","nonce":1691052984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6807","nonce":1691052984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6805","nonce":1691052984}]},"public_addr":"172.21.15.79:6801/1691052984","cluster_addr":"172.21.15.79:6803/1691052984","heartbeat_back_addr":"172.21.15.79:6807/1691052984","heartbeat_front_addr":"172.21.15.79:6805/1691052984","state":["exists","up"]},{"osd":6,"uuid":"4bd6115a-e6c0-4ece-bf87-d256016415a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6809","nonce":2759025883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6811","nonce":2759025883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6815","nonce":2759025883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6813","nonce":2759025883}]},"public_addr":"172.21.15.79:6809/2759025883","cluster_addr":"172.21.15.79:6811/2759025883","heartbeat_back_addr":"172.21.15.79:6815/2759025883","heartbeat_front_addr":"172.21.15.79:6813/2759025883","state":["exists","up"]},{"osd":7,"uuid":"41eb53a3-6942-49bb-85af-1dbd65a0dff3","up":0,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":0,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[]},"cluster_addrs":{"addrvec":[]},"heartbeat_back_addrs":{"addrvec":[]},"heartbeat_front_addrs":{"addrvec":[]},"public_addr":"(unrecognized address family 0)/0","cluster_addr":"(unrecognized address family 0)/0","heartbeat_back_addr":"(unrecognized address family 0)/0","heartbeat_front_addr":"(unrecognized address family 0)/0","state":["exists","new"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.804023+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.717254+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":0,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"range_blocklist":{},"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}} 2024-09-16T23:02:43.096 DEBUG:teuthology.misc:3 of 8 OSDs are up 2024-09-16T23:02:49.903 DEBUG:teuthology.orchestra.run.smithi018:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2024-09-16T23:02:50.207 INFO:teuthology.misc.health.smithi018.stdout: 2024-09-16T23:02:50.207 INFO:teuthology.misc.health.smithi018.stdout:{"epoch":17,"fsid":"59e08b67-88a4-4efb-af28-71e623938231","created":"2024-09-16T23:02:32.556329+0000","modified":"2024-09-16T23:02:45.851869+0000","last_up_change":"2024-09-16T23:02:43.838176+0000","last_in_change":"2024-09-16T23:02:34.690932+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T23:02:42.835852+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"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":"17","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":{}},"read_balance":{"score_type":"Fair distribution","score_acting":8,"score_stable":8,"optimal_score":0.25,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"c275423e-db5b-45d6-86af-c29c76f4e847","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":14,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6800","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6801","nonce":362966056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6802","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6803","nonce":362966056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6807","nonce":362966056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6805","nonce":362966056}]},"public_addr":"172.21.15.18:6801/362966056","cluster_addr":"172.21.15.18:6803/362966056","heartbeat_back_addr":"172.21.15.18:6807/362966056","heartbeat_front_addr":"172.21.15.18:6805/362966056","state":["exists","up"]},{"osd":1,"uuid":"6b953122-2593-41a5-843c-70f6a7cdb679","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6824","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6825","nonce":2571508266}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6826","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6827","nonce":2571508266}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6830","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6831","nonce":2571508266}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6828","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6829","nonce":2571508266}]},"public_addr":"172.21.15.18:6825/2571508266","cluster_addr":"172.21.15.18:6827/2571508266","heartbeat_back_addr":"172.21.15.18:6831/2571508266","heartbeat_front_addr":"172.21.15.18:6829/2571508266","state":["exists","up"]},{"osd":2,"uuid":"c8cf6cfb-c61c-4a92-bf9b-82406d264366","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6816","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6817","nonce":2610847745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6818","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6819","nonce":2610847745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6822","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6823","nonce":2610847745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6820","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6821","nonce":2610847745}]},"public_addr":"172.21.15.18:6817/2610847745","cluster_addr":"172.21.15.18:6819/2610847745","heartbeat_back_addr":"172.21.15.18:6823/2610847745","heartbeat_front_addr":"172.21.15.18:6821/2610847745","state":["exists","up"]},{"osd":3,"uuid":"fe08e166-4ccc-44cb-9460-02cadf630dde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6809","nonce":4236898981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6810","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6811","nonce":4236898981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6814","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6815","nonce":4236898981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6812","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6813","nonce":4236898981}]},"public_addr":"172.21.15.18:6809/4236898981","cluster_addr":"172.21.15.18:6811/4236898981","heartbeat_back_addr":"172.21.15.18:6815/4236898981","heartbeat_front_addr":"172.21.15.18:6813/4236898981","state":["exists","up"]},{"osd":4,"uuid":"841ee858-f2e9-4f90-9fb9-00df971349ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6820","nonce":1880979317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6824","nonce":1880979317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6831","nonce":1880979317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6828","nonce":1880979317}]},"public_addr":"172.21.15.79:6820/1880979317","cluster_addr":"172.21.15.79:6824/1880979317","heartbeat_back_addr":"172.21.15.79:6831/1880979317","heartbeat_front_addr":"172.21.15.79:6828/1880979317","state":["exists","up"]},{"osd":5,"uuid":"238a609d-0253-48a5-90dd-5929459f853d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6801","nonce":1691052984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6803","nonce":1691052984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6807","nonce":1691052984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6805","nonce":1691052984}]},"public_addr":"172.21.15.79:6801/1691052984","cluster_addr":"172.21.15.79:6803/1691052984","heartbeat_back_addr":"172.21.15.79:6807/1691052984","heartbeat_front_addr":"172.21.15.79:6805/1691052984","state":["exists","up"]},{"osd":6,"uuid":"4bd6115a-e6c0-4ece-bf87-d256016415a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6809","nonce":2759025883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6811","nonce":2759025883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6815","nonce":2759025883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6813","nonce":2759025883}]},"public_addr":"172.21.15.79:6809/2759025883","cluster_addr":"172.21.15.79:6811/2759025883","heartbeat_back_addr":"172.21.15.79:6815/2759025883","heartbeat_front_addr":"172.21.15.79:6813/2759025883","state":["exists","up"]},{"osd":7,"uuid":"41eb53a3-6942-49bb-85af-1dbd65a0dff3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":15,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6817","nonce":3344906271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6819","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6821","nonce":3344906271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6827","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6829","nonce":3344906271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6823","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6825","nonce":3344906271}]},"public_addr":"172.21.15.79:6817/3344906271","cluster_addr":"172.21.15.79:6821/3344906271","heartbeat_back_addr":"172.21.15.79:6829/3344906271","heartbeat_front_addr":"172.21.15.79:6825/3344906271","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.804023+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.191661+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.990859+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.000524+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.262039+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.358917+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.717254+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.070898+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"range_blocklist":{},"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}} 2024-09-16T23:02:50.219 DEBUG:teuthology.misc:8 of 8 OSDs are up 2024-09-16T23:02:50.219 INFO:tasks.ceph:Creating RBD pool 2024-09-16T23:02:50.219 DEBUG:teuthology.orchestra.run.smithi018:> sudo ceph --cluster ceph osd pool create rbd 8 2024-09-16T23:02:50.869 INFO:teuthology.orchestra.run.smithi018.stderr:pool 'rbd' created 2024-09-16T23:02:50.884 DEBUG:teuthology.orchestra.run.smithi018:> rbd --cluster ceph pool init rbd 2024-09-16T23:02:53.889 INFO:tasks.ceph:Starting mds daemons in cluster ceph... 2024-09-16T23:02:53.890 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph config log 1 --format=json 2024-09-16T23:02:53.890 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2024-09-16T23:02:54.196 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:02:54.208 INFO:teuthology.orchestra.run.smithi018.stdout:[{"version":9,"timestamp":"2024-09-16T23:02:42.890624+0000","name":"","changes":[{"name":"osd.1/osd_mclock_max_capacity_iops_ssd","new_value":"5002.465015"}]}] 2024-09-16T23:02:54.208 INFO:tasks.ceph_manager:config epoch is 9 2024-09-16T23:02:54.209 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-16T23:02:54.209 INFO:tasks.ceph.ceph_manager.ceph:waiting for mgr available 2024-09-16T23:02:54.209 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph mgr dump --format=json 2024-09-16T23:02:54.560 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:02:54.571 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":5,"flags":0,"active_gid":4105,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6832","nonce":512335730},{"type":"v1","addr":"172.21.15.79:6833","nonce":512335730}]},"active_addr":"172.21.15.79:6833/512335730","active_change":"2024-09-16T23:02:36.810688+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":4107,"name":"x","mgr_features":4540719139924082687,"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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = 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","read","upmap","upmap-read"],"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","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.27.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_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","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":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter 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_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"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":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","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":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":["iostat","nfs","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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = 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","read","upmap","upmap-read"],"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","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.27.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_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","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":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter 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_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"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":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","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":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":{},"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"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":0,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":1544690415}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":2896201687}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":966701651}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":3193443907}]}]} 2024-09-16T23:02:54.575 INFO:tasks.ceph.ceph_manager.ceph:mgr available! 2024-09-16T23:02:54.575 INFO:tasks.ceph.ceph_manager.ceph:waiting for all up 2024-09-16T23:02:54.575 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-09-16T23:02:54.878 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:02:54.878 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":21,"fsid":"59e08b67-88a4-4efb-af28-71e623938231","created":"2024-09-16T23:02:32.556329+0000","modified":"2024-09-16T23:02:53.879518+0000","last_up_change":"2024-09-16T23:02:43.838176+0000","last_in_change":"2024-09-16T23:02:34.690932+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T23:02:42.835852+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"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":"17","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":{}},"read_balance":{"score_type":"Fair distribution","score_acting":8,"score_stable":8,"optimal_score":0.25,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"rbd","create_time":"2024-09-16T23:02:50.525758+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":2,"snap_epoch":21,"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":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.9900000095367432,"score_stable":1.9900000095367432,"optimal_score":0.87999999523162842,"raw_score_acting":1.75,"raw_score_stable":1.75,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"c275423e-db5b-45d6-86af-c29c76f4e847","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":14,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6800","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6801","nonce":362966056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6802","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6803","nonce":362966056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6807","nonce":362966056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6805","nonce":362966056}]},"public_addr":"172.21.15.18:6801/362966056","cluster_addr":"172.21.15.18:6803/362966056","heartbeat_back_addr":"172.21.15.18:6807/362966056","heartbeat_front_addr":"172.21.15.18:6805/362966056","state":["exists","up"]},{"osd":1,"uuid":"6b953122-2593-41a5-843c-70f6a7cdb679","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6824","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6825","nonce":2571508266}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6826","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6827","nonce":2571508266}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6830","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6831","nonce":2571508266}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6828","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6829","nonce":2571508266}]},"public_addr":"172.21.15.18:6825/2571508266","cluster_addr":"172.21.15.18:6827/2571508266","heartbeat_back_addr":"172.21.15.18:6831/2571508266","heartbeat_front_addr":"172.21.15.18:6829/2571508266","state":["exists","up"]},{"osd":2,"uuid":"c8cf6cfb-c61c-4a92-bf9b-82406d264366","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6816","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6817","nonce":2610847745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6818","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6819","nonce":2610847745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6822","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6823","nonce":2610847745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6820","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6821","nonce":2610847745}]},"public_addr":"172.21.15.18:6817/2610847745","cluster_addr":"172.21.15.18:6819/2610847745","heartbeat_back_addr":"172.21.15.18:6823/2610847745","heartbeat_front_addr":"172.21.15.18:6821/2610847745","state":["exists","up"]},{"osd":3,"uuid":"fe08e166-4ccc-44cb-9460-02cadf630dde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6809","nonce":4236898981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6810","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6811","nonce":4236898981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6814","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6815","nonce":4236898981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6812","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6813","nonce":4236898981}]},"public_addr":"172.21.15.18:6809/4236898981","cluster_addr":"172.21.15.18:6811/4236898981","heartbeat_back_addr":"172.21.15.18:6815/4236898981","heartbeat_front_addr":"172.21.15.18:6813/4236898981","state":["exists","up"]},{"osd":4,"uuid":"841ee858-f2e9-4f90-9fb9-00df971349ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6820","nonce":1880979317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6824","nonce":1880979317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6831","nonce":1880979317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6828","nonce":1880979317}]},"public_addr":"172.21.15.79:6820/1880979317","cluster_addr":"172.21.15.79:6824/1880979317","heartbeat_back_addr":"172.21.15.79:6831/1880979317","heartbeat_front_addr":"172.21.15.79:6828/1880979317","state":["exists","up"]},{"osd":5,"uuid":"238a609d-0253-48a5-90dd-5929459f853d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6801","nonce":1691052984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6803","nonce":1691052984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6807","nonce":1691052984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6805","nonce":1691052984}]},"public_addr":"172.21.15.79:6801/1691052984","cluster_addr":"172.21.15.79:6803/1691052984","heartbeat_back_addr":"172.21.15.79:6807/1691052984","heartbeat_front_addr":"172.21.15.79:6805/1691052984","state":["exists","up"]},{"osd":6,"uuid":"4bd6115a-e6c0-4ece-bf87-d256016415a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6809","nonce":2759025883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6811","nonce":2759025883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6815","nonce":2759025883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6813","nonce":2759025883}]},"public_addr":"172.21.15.79:6809/2759025883","cluster_addr":"172.21.15.79:6811/2759025883","heartbeat_back_addr":"172.21.15.79:6815/2759025883","heartbeat_front_addr":"172.21.15.79:6813/2759025883","state":["exists","up"]},{"osd":7,"uuid":"41eb53a3-6942-49bb-85af-1dbd65a0dff3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6817","nonce":3344906271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6819","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6821","nonce":3344906271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6827","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6829","nonce":3344906271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6823","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6825","nonce":3344906271}]},"public_addr":"172.21.15.79:6817/3344906271","cluster_addr":"172.21.15.79:6821/3344906271","heartbeat_back_addr":"172.21.15.79:6829/3344906271","heartbeat_front_addr":"172.21.15.79:6825/3344906271","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.804023+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.191661+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.990859+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.000524+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.262039+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.358917+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.717254+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.070898+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[{"pool":2,"snaps":[{"begin":2,"length":1}]}],"new_removed_snaps":[{"pool":2,"snaps":[{"begin":2,"length":1}]}],"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}} 2024-09-16T23:02:54.892 INFO:tasks.ceph.ceph_manager.ceph:all up! 2024-09-16T23:02:54.892 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-09-16T23:02:55.191 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:02:55.192 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":21,"fsid":"59e08b67-88a4-4efb-af28-71e623938231","created":"2024-09-16T23:02:32.556329+0000","modified":"2024-09-16T23:02:53.879518+0000","last_up_change":"2024-09-16T23:02:43.838176+0000","last_in_change":"2024-09-16T23:02:34.690932+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T23:02:42.835852+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"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":"17","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":{}},"read_balance":{"score_type":"Fair distribution","score_acting":8,"score_stable":8,"optimal_score":0.25,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"rbd","create_time":"2024-09-16T23:02:50.525758+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":2,"snap_epoch":21,"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":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.9900000095367432,"score_stable":1.9900000095367432,"optimal_score":0.87999999523162842,"raw_score_acting":1.75,"raw_score_stable":1.75,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"c275423e-db5b-45d6-86af-c29c76f4e847","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":14,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6800","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6801","nonce":362966056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6802","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6803","nonce":362966056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6807","nonce":362966056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6805","nonce":362966056}]},"public_addr":"172.21.15.18:6801/362966056","cluster_addr":"172.21.15.18:6803/362966056","heartbeat_back_addr":"172.21.15.18:6807/362966056","heartbeat_front_addr":"172.21.15.18:6805/362966056","state":["exists","up"]},{"osd":1,"uuid":"6b953122-2593-41a5-843c-70f6a7cdb679","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6824","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6825","nonce":2571508266}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6826","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6827","nonce":2571508266}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6830","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6831","nonce":2571508266}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6828","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6829","nonce":2571508266}]},"public_addr":"172.21.15.18:6825/2571508266","cluster_addr":"172.21.15.18:6827/2571508266","heartbeat_back_addr":"172.21.15.18:6831/2571508266","heartbeat_front_addr":"172.21.15.18:6829/2571508266","state":["exists","up"]},{"osd":2,"uuid":"c8cf6cfb-c61c-4a92-bf9b-82406d264366","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6816","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6817","nonce":2610847745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6818","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6819","nonce":2610847745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6822","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6823","nonce":2610847745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6820","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6821","nonce":2610847745}]},"public_addr":"172.21.15.18:6817/2610847745","cluster_addr":"172.21.15.18:6819/2610847745","heartbeat_back_addr":"172.21.15.18:6823/2610847745","heartbeat_front_addr":"172.21.15.18:6821/2610847745","state":["exists","up"]},{"osd":3,"uuid":"fe08e166-4ccc-44cb-9460-02cadf630dde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6809","nonce":4236898981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6810","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6811","nonce":4236898981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6814","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6815","nonce":4236898981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6812","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6813","nonce":4236898981}]},"public_addr":"172.21.15.18:6809/4236898981","cluster_addr":"172.21.15.18:6811/4236898981","heartbeat_back_addr":"172.21.15.18:6815/4236898981","heartbeat_front_addr":"172.21.15.18:6813/4236898981","state":["exists","up"]},{"osd":4,"uuid":"841ee858-f2e9-4f90-9fb9-00df971349ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6820","nonce":1880979317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6824","nonce":1880979317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6831","nonce":1880979317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6828","nonce":1880979317}]},"public_addr":"172.21.15.79:6820/1880979317","cluster_addr":"172.21.15.79:6824/1880979317","heartbeat_back_addr":"172.21.15.79:6831/1880979317","heartbeat_front_addr":"172.21.15.79:6828/1880979317","state":["exists","up"]},{"osd":5,"uuid":"238a609d-0253-48a5-90dd-5929459f853d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6801","nonce":1691052984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6803","nonce":1691052984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6807","nonce":1691052984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6805","nonce":1691052984}]},"public_addr":"172.21.15.79:6801/1691052984","cluster_addr":"172.21.15.79:6803/1691052984","heartbeat_back_addr":"172.21.15.79:6807/1691052984","heartbeat_front_addr":"172.21.15.79:6805/1691052984","state":["exists","up"]},{"osd":6,"uuid":"4bd6115a-e6c0-4ece-bf87-d256016415a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6809","nonce":2759025883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6811","nonce":2759025883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6815","nonce":2759025883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6813","nonce":2759025883}]},"public_addr":"172.21.15.79:6809/2759025883","cluster_addr":"172.21.15.79:6811/2759025883","heartbeat_back_addr":"172.21.15.79:6815/2759025883","heartbeat_front_addr":"172.21.15.79:6813/2759025883","state":["exists","up"]},{"osd":7,"uuid":"41eb53a3-6942-49bb-85af-1dbd65a0dff3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6817","nonce":3344906271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6819","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6821","nonce":3344906271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6827","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6829","nonce":3344906271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6823","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6825","nonce":3344906271}]},"public_addr":"172.21.15.79:6817/3344906271","cluster_addr":"172.21.15.79:6821/3344906271","heartbeat_back_addr":"172.21.15.79:6829/3344906271","heartbeat_front_addr":"172.21.15.79:6825/3344906271","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.804023+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.191661+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.990859+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.000524+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.262039+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.358917+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.717254+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.070898+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[{"pool":2,"snaps":[{"begin":2,"length":1}]}],"new_removed_snaps":[{"pool":2,"snaps":[{"begin":2,"length":1}]}],"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}} 2024-09-16T23:02:55.204 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.0 flush_pg_stats 2024-09-16T23:02:55.205 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.1 flush_pg_stats 2024-09-16T23:02:55.205 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.2 flush_pg_stats 2024-09-16T23:02:55.206 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.3 flush_pg_stats 2024-09-16T23:02:55.206 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.4 flush_pg_stats 2024-09-16T23:02:55.206 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.5 flush_pg_stats 2024-09-16T23:02:55.207 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.6 flush_pg_stats 2024-09-16T23:02:55.207 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.7 flush_pg_stats 2024-09-16T23:02:55.451 INFO:teuthology.orchestra.run.smithi018.stdout:64424509446 2024-09-16T23:02:55.451 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.4 2024-09-16T23:02:55.460 INFO:teuthology.orchestra.run.smithi018.stdout:64424509444 2024-09-16T23:02:55.460 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.1 2024-09-16T23:02:55.461 INFO:teuthology.orchestra.run.smithi018.stdout:55834574853 2024-09-16T23:02:55.461 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.0 2024-09-16T23:02:55.462 INFO:teuthology.orchestra.run.smithi018.stdout:55834574853 2024-09-16T23:02:55.463 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.6 2024-09-16T23:02:55.463 INFO:teuthology.orchestra.run.smithi018.stdout:64424509446 2024-09-16T23:02:55.463 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.3 2024-09-16T23:02:55.464 INFO:teuthology.orchestra.run.smithi018.stdout:64424509446 2024-09-16T23:02:55.465 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.7 2024-09-16T23:02:55.465 INFO:teuthology.orchestra.run.smithi018.stdout:64424509446 2024-09-16T23:02:55.466 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.2 2024-09-16T23:02:55.468 INFO:teuthology.orchestra.run.smithi018.stdout:60129542148 2024-09-16T23:02:55.469 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.5 2024-09-16T23:02:56.077 INFO:teuthology.orchestra.run.smithi018.stdout:64424509444 2024-09-16T23:02:56.080 INFO:teuthology.orchestra.run.smithi018.stdout:64424509444 2024-09-16T23:02:56.098 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509446 got 64424509444 for osd.4 2024-09-16T23:02:56.100 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509446 got 64424509444 for osd.3 2024-09-16T23:02:56.101 INFO:teuthology.orchestra.run.smithi018.stdout:64424509442 2024-09-16T23:02:56.102 INFO:teuthology.orchestra.run.smithi018.stdout:55834574852 2024-09-16T23:02:56.105 INFO:teuthology.orchestra.run.smithi018.stdout:64424509444 2024-09-16T23:02:56.111 INFO:teuthology.orchestra.run.smithi018.stdout:64424509444 2024-09-16T23:02:56.117 INFO:teuthology.orchestra.run.smithi018.stdout:55834574852 2024-09-16T23:02:56.121 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509444 got 64424509442 for osd.1 2024-09-16T23:02:56.123 INFO:teuthology.orchestra.run.smithi018.stdout:60129542147 2024-09-16T23:02:56.126 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574853 got 55834574852 for osd.6 2024-09-16T23:02:56.127 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509446 got 64424509444 for osd.7 2024-09-16T23:02:56.127 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509446 got 64424509444 for osd.2 2024-09-16T23:02:56.134 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574853 got 55834574852 for osd.0 2024-09-16T23:02:56.137 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542148 got 60129542147 for osd.5 2024-09-16T23:02:57.098 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.4 2024-09-16T23:02:57.101 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.3 2024-09-16T23:02:57.122 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.1 2024-09-16T23:02:57.126 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.6 2024-09-16T23:02:57.128 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.7 2024-09-16T23:02:57.128 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.2 2024-09-16T23:02:57.135 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.0 2024-09-16T23:02:57.138 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.5 2024-09-16T23:02:57.682 INFO:teuthology.orchestra.run.smithi018.stdout:64424509446 2024-09-16T23:02:57.699 INFO:teuthology.orchestra.run.smithi018.stdout:64424509446 2024-09-16T23:02:57.702 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509446 got 64424509446 for osd.4 2024-09-16T23:02:57.702 DEBUG:teuthology.parallel:result is None 2024-09-16T23:02:57.719 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509446 got 64424509446 for osd.3 2024-09-16T23:02:57.719 DEBUG:teuthology.parallel:result is None 2024-09-16T23:02:57.734 INFO:teuthology.orchestra.run.smithi018.stdout:60129542148 2024-09-16T23:02:57.747 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542148 got 60129542148 for osd.5 2024-09-16T23:02:57.748 DEBUG:teuthology.parallel:result is None 2024-09-16T23:02:57.750 INFO:teuthology.orchestra.run.smithi018.stdout:55834574853 2024-09-16T23:02:57.763 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574853 got 55834574853 for osd.6 2024-09-16T23:02:57.764 DEBUG:teuthology.parallel:result is None 2024-09-16T23:02:57.788 INFO:teuthology.orchestra.run.smithi018.stdout:64424509444 2024-09-16T23:02:57.802 INFO:teuthology.orchestra.run.smithi018.stdout:55834574853 2024-09-16T23:02:57.806 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509444 got 64424509444 for osd.1 2024-09-16T23:02:57.806 DEBUG:teuthology.parallel:result is None 2024-09-16T23:02:57.807 INFO:teuthology.orchestra.run.smithi018.stdout:64424509446 2024-09-16T23:02:57.808 INFO:teuthology.orchestra.run.smithi018.stdout:64424509446 2024-09-16T23:02:57.818 INFO:tasks.ceph.ceph_manager.ceph:need seq 55834574853 got 55834574853 for osd.0 2024-09-16T23:02:57.818 DEBUG:teuthology.parallel:result is None 2024-09-16T23:02:57.824 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509446 got 64424509446 for osd.7 2024-09-16T23:02:57.824 DEBUG:teuthology.parallel:result is None 2024-09-16T23:02:57.824 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509446 got 64424509446 for osd.2 2024-09-16T23:02:57.825 DEBUG:teuthology.parallel:result is None 2024-09-16T23:02:57.825 INFO:tasks.ceph.ceph_manager.ceph:waiting for clean 2024-09-16T23:02:57.825 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-16T23:02:58.159 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:02:58.159 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-09-16T23:02:58.171 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":22,"stamp":"2024-09-16T23:02:57.343336+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"num_objects":4,"num_object_clones":0,"num_object_copies":8,"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":4,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":103,"num_write_kb":1630,"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":75,"ondisk_log_size":75,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":18,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":7,"kb":754974720,"kb_used":238816,"kb_used_data":1740,"kb_used_omap":12,"kb_used_meta":236851,"kb_avail":754735904,"statfs":{"total":773094113280,"available":772849565696,"internally_reserved":0,"allocated":1781760,"data_stored":1746006,"data_compressed":17606,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":12752,"internal_metadata":242535984},"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":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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":"5.465072"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:54.674218+0000","last_change":"2024-09-16T23:02:54.674479+0000","last_active":"2024-09-16T23:02:54.674218+0000","last_peered":"2024-09-16T23:02:54.674218+0000","last_clean":"2024-09-16T23:02:54.674218+0000","last_became_active":"2024-09-16T23:02:51.888131+0000","last_became_peered":"2024-09-16T23:02:51.888131+0000","last_unstale":"2024-09-16T23:02:54.674218+0000","last_undegraded":"2024-09-16T23:02:54.674218+0000","last_fullsized":"2024-09-16T23:02:54.674218+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T05:57:16.126533+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048943299999999995,"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},"up":[6,7],"acting":[6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.6","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:53.887786+0000","last_change":"2024-09-16T23:02:53.887786+0000","last_active":"2024-09-16T23:02:53.887786+0000","last_peered":"2024-09-16T23:02:53.887786+0000","last_clean":"2024-09-16T23:02:53.887786+0000","last_became_active":"2024-09-16T23:02:51.886569+0000","last_became_peered":"2024-09-16T23:02:51.886569+0000","last_unstale":"2024-09-16T23:02:53.887786+0000","last_undegraded":"2024-09-16T23:02:53.887786+0000","last_fullsized":"2024-09-16T23:02:53.887786+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00070401399999999999,"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},"up":[1,6],"acting":[1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.5","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:54.767841+0000","last_change":"2024-09-16T23:02:54.767841+0000","last_active":"2024-09-16T23:02:54.767841+0000","last_peered":"2024-09-16T23:02:54.767841+0000","last_clean":"2024-09-16T23:02:54.767841+0000","last_became_active":"2024-09-16T23:02:51.884422+0000","last_became_peered":"2024-09-16T23:02:51.884422+0000","last_unstale":"2024-09-16T23:02:54.767841+0000","last_undegraded":"2024-09-16T23:02:54.767841+0000","last_fullsized":"2024-09-16T23:02:54.767841+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T09:58:12.426181+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052797800000000002,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.4","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:53.887756+0000","last_change":"2024-09-16T23:02:53.887756+0000","last_active":"2024-09-16T23:02:53.887756+0000","last_peered":"2024-09-16T23:02:53.887756+0000","last_clean":"2024-09-16T23:02:53.887756+0000","last_became_active":"2024-09-16T23:02:51.884517+0000","last_became_peered":"2024-09-16T23:02:51.884517+0000","last_unstale":"2024-09-16T23:02:53.887756+0000","last_undegraded":"2024-09-16T23:02:53.887756+0000","last_fullsized":"2024-09-16T23:02:53.887756+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T00:11:15.701008+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00069995500000000004,"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},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.2","version":"21'2","reported_seq":22,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:53.884453+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:02:53.884453+0000","last_peered":"2024-09-16T23:02:53.884453+0000","last_clean":"2024-09-16T23:02:53.884453+0000","last_became_active":"2024-09-16T23:02:51.884556+0000","last_became_peered":"2024-09-16T23:02:51.884556+0000","last_unstale":"2024-09-16T23:02:53.884453+0000","last_undegraded":"2024-09-16T23:02:53.884453+0000","last_fullsized":"2024-09-16T23:02:53.884453+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"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 @ 2024-09-18T10:33:44.157347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059393300000000005,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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},"up":[5,1],"acting":[5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:53.883466+0000","last_change":"2024-09-16T23:02:53.883466+0000","last_active":"2024-09-16T23:02:53.883466+0000","last_peered":"2024-09-16T23:02:53.883466+0000","last_clean":"2024-09-16T23:02:53.883466+0000","last_became_active":"2024-09-16T23:02:51.920558+0000","last_became_peered":"2024-09-16T23:02:51.920558+0000","last_unstale":"2024-09-16T23:02:53.883466+0000","last_undegraded":"2024-09-16T23:02:53.883466+0000","last_fullsized":"2024-09-16T23:02:53.883466+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T07:02:08.925497+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055189900000000001,"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},"up":[2,3],"acting":[2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:54.767733+0000","last_change":"2024-09-16T23:02:54.767733+0000","last_active":"2024-09-16T23:02:54.767733+0000","last_peered":"2024-09-16T23:02:54.767733+0000","last_clean":"2024-09-16T23:02:54.767733+0000","last_became_active":"2024-09-16T23:02:51.884188+0000","last_became_peered":"2024-09-16T23:02:51.884188+0000","last_unstale":"2024-09-16T23:02:54.767733+0000","last_undegraded":"2024-09-16T23:02:54.767733+0000","last_fullsized":"2024-09-16T23:02:54.767733+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T10:28:17.107381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042776499999999998,"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},"up":[7,1],"acting":[7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.3","version":"19'1","reported_seq":21,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:53.884157+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:02:53.884157+0000","last_peered":"2024-09-16T23:02:53.884157+0000","last_clean":"2024-09-16T23:02:53.884157+0000","last_became_active":"2024-09-16T23:02:51.885151+0000","last_became_peered":"2024-09-16T23:02:51.885151+0000","last_unstale":"2024-09-16T23:02:53.884157+0000","last_undegraded":"2024-09-16T23:02:53.884157+0000","last_fullsized":"2024-09-16T23:02:53.884157+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059453100000000003,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"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},"up":[5,2],"acting":[5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"16'72","reported_seq":111,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:54.767227+0000","last_change":"2024-09-16T23:02:44.892663+0000","last_active":"2024-09-16T23:02:54.767227+0000","last_peered":"2024-09-16T23:02:54.767227+0000","last_clean":"2024-09-16T23:02:54.767227+0000","last_became_active":"2024-09-16T23:02:44.891256+0000","last_became_peered":"2024-09-16T23:02:44.891256+0000","last_unstale":"2024-09-16T23:02:54.767227+0000","last_undegraded":"2024-09-16T23:02:54.767227+0000","last_fullsized":"2024-09-16T23:02:54.767227+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":14,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_clean_scrub_stamp":"2024-09-16T23:02:42.836329+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"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 @ 2024-09-18T09:08:08.741022+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":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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":8192,"data_stored":38,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3,"ondisk_log_size":3,"up":16,"acting":16,"num_store_stats":7},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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":114688,"data_stored":1180736,"data_compressed":17606,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":7,"up_from":15,"seq":64424509446,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27292,"kb_used_data":260,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344548,"statfs":{"total":96636764160,"available":96608817152,"internally_reserved":0,"allocated":266240,"data_stored":661751,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1590,"internal_metadata":27654602},"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":[]},{"osd":4,"up_from":15,"seq":64424509446,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":94371840,"kb_used":27232,"kb_used_data":204,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344608,"statfs":{"total":96636764160,"available":96608878592,"internally_reserved":0,"allocated":208896,"data_stored":71383,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":3,"up_from":15,"seq":64424509446,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31400,"kb_used_data":204,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340440,"statfs":{"total":96636764160,"available":96604610560,"internally_reserved":0,"allocated":208896,"data_stored":71383,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":[]},{"osd":2,"up_from":15,"seq":64424509446,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31400,"kb_used_data":204,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340440,"statfs":{"total":96636764160,"available":96604610560,"internally_reserved":0,"allocated":208896,"data_stored":71383,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":1,"up_from":15,"seq":64424509444,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31404,"kb_used_data":208,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340436,"statfs":{"total":96636764160,"available":96604606464,"internally_reserved":0,"allocated":212992,"data_stored":71402,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":5,"up_from":14,"seq":60129542148,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27244,"kb_used_data":208,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344596,"statfs":{"total":96636764160,"available":96608866304,"internally_reserved":0,"allocated":212992,"data_stored":71402,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":6,"up_from":13,"seq":55834574853,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27228,"kb_used_data":192,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344612,"statfs":{"total":96636764160,"available":96608882688,"internally_reserved":0,"allocated":196608,"data_stored":65551,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]},{"osd":0,"up_from":13,"seq":55834574854,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":35616,"kb_used_data":260,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94336224,"statfs":{"total":96636764160,"available":96600293376,"internally_reserved":0,"allocated":266240,"data_stored":661751,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1595,"internal_metadata":36174277},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"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}]}} 2024-09-16T23:02:58.172 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-16T23:02:58.468 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:02:58.468 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-09-16T23:02:58.480 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":22,"stamp":"2024-09-16T23:02:57.343336+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"num_objects":4,"num_object_clones":0,"num_object_copies":8,"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":4,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":103,"num_write_kb":1630,"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":75,"ondisk_log_size":75,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":18,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":7,"kb":754974720,"kb_used":238816,"kb_used_data":1740,"kb_used_omap":12,"kb_used_meta":236851,"kb_avail":754735904,"statfs":{"total":773094113280,"available":772849565696,"internally_reserved":0,"allocated":1781760,"data_stored":1746006,"data_compressed":17606,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":12752,"internal_metadata":242535984},"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":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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":"5.465072"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:54.674218+0000","last_change":"2024-09-16T23:02:54.674479+0000","last_active":"2024-09-16T23:02:54.674218+0000","last_peered":"2024-09-16T23:02:54.674218+0000","last_clean":"2024-09-16T23:02:54.674218+0000","last_became_active":"2024-09-16T23:02:51.888131+0000","last_became_peered":"2024-09-16T23:02:51.888131+0000","last_unstale":"2024-09-16T23:02:54.674218+0000","last_undegraded":"2024-09-16T23:02:54.674218+0000","last_fullsized":"2024-09-16T23:02:54.674218+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T05:57:16.126533+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048943299999999995,"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},"up":[6,7],"acting":[6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.6","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:53.887786+0000","last_change":"2024-09-16T23:02:53.887786+0000","last_active":"2024-09-16T23:02:53.887786+0000","last_peered":"2024-09-16T23:02:53.887786+0000","last_clean":"2024-09-16T23:02:53.887786+0000","last_became_active":"2024-09-16T23:02:51.886569+0000","last_became_peered":"2024-09-16T23:02:51.886569+0000","last_unstale":"2024-09-16T23:02:53.887786+0000","last_undegraded":"2024-09-16T23:02:53.887786+0000","last_fullsized":"2024-09-16T23:02:53.887786+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00070401399999999999,"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},"up":[1,6],"acting":[1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.5","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:54.767841+0000","last_change":"2024-09-16T23:02:54.767841+0000","last_active":"2024-09-16T23:02:54.767841+0000","last_peered":"2024-09-16T23:02:54.767841+0000","last_clean":"2024-09-16T23:02:54.767841+0000","last_became_active":"2024-09-16T23:02:51.884422+0000","last_became_peered":"2024-09-16T23:02:51.884422+0000","last_unstale":"2024-09-16T23:02:54.767841+0000","last_undegraded":"2024-09-16T23:02:54.767841+0000","last_fullsized":"2024-09-16T23:02:54.767841+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T09:58:12.426181+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052797800000000002,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.4","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:53.887756+0000","last_change":"2024-09-16T23:02:53.887756+0000","last_active":"2024-09-16T23:02:53.887756+0000","last_peered":"2024-09-16T23:02:53.887756+0000","last_clean":"2024-09-16T23:02:53.887756+0000","last_became_active":"2024-09-16T23:02:51.884517+0000","last_became_peered":"2024-09-16T23:02:51.884517+0000","last_unstale":"2024-09-16T23:02:53.887756+0000","last_undegraded":"2024-09-16T23:02:53.887756+0000","last_fullsized":"2024-09-16T23:02:53.887756+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T00:11:15.701008+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00069995500000000004,"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},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.2","version":"21'2","reported_seq":22,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:53.884453+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:02:53.884453+0000","last_peered":"2024-09-16T23:02:53.884453+0000","last_clean":"2024-09-16T23:02:53.884453+0000","last_became_active":"2024-09-16T23:02:51.884556+0000","last_became_peered":"2024-09-16T23:02:51.884556+0000","last_unstale":"2024-09-16T23:02:53.884453+0000","last_undegraded":"2024-09-16T23:02:53.884453+0000","last_fullsized":"2024-09-16T23:02:53.884453+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"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 @ 2024-09-18T10:33:44.157347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059393300000000005,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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},"up":[5,1],"acting":[5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:53.883466+0000","last_change":"2024-09-16T23:02:53.883466+0000","last_active":"2024-09-16T23:02:53.883466+0000","last_peered":"2024-09-16T23:02:53.883466+0000","last_clean":"2024-09-16T23:02:53.883466+0000","last_became_active":"2024-09-16T23:02:51.920558+0000","last_became_peered":"2024-09-16T23:02:51.920558+0000","last_unstale":"2024-09-16T23:02:53.883466+0000","last_undegraded":"2024-09-16T23:02:53.883466+0000","last_fullsized":"2024-09-16T23:02:53.883466+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T07:02:08.925497+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055189900000000001,"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},"up":[2,3],"acting":[2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:54.767733+0000","last_change":"2024-09-16T23:02:54.767733+0000","last_active":"2024-09-16T23:02:54.767733+0000","last_peered":"2024-09-16T23:02:54.767733+0000","last_clean":"2024-09-16T23:02:54.767733+0000","last_became_active":"2024-09-16T23:02:51.884188+0000","last_became_peered":"2024-09-16T23:02:51.884188+0000","last_unstale":"2024-09-16T23:02:54.767733+0000","last_undegraded":"2024-09-16T23:02:54.767733+0000","last_fullsized":"2024-09-16T23:02:54.767733+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"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 @ 2024-09-18T10:28:17.107381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042776499999999998,"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},"up":[7,1],"acting":[7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.3","version":"19'1","reported_seq":21,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:53.884157+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:02:53.884157+0000","last_peered":"2024-09-16T23:02:53.884157+0000","last_clean":"2024-09-16T23:02:53.884157+0000","last_became_active":"2024-09-16T23:02:51.885151+0000","last_became_peered":"2024-09-16T23:02:51.885151+0000","last_unstale":"2024-09-16T23:02:53.884157+0000","last_undegraded":"2024-09-16T23:02:53.884157+0000","last_fullsized":"2024-09-16T23:02:53.884157+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059453100000000003,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"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},"up":[5,2],"acting":[5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"16'72","reported_seq":111,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-16T23:02:54.767227+0000","last_change":"2024-09-16T23:02:44.892663+0000","last_active":"2024-09-16T23:02:54.767227+0000","last_peered":"2024-09-16T23:02:54.767227+0000","last_clean":"2024-09-16T23:02:54.767227+0000","last_became_active":"2024-09-16T23:02:44.891256+0000","last_became_peered":"2024-09-16T23:02:44.891256+0000","last_unstale":"2024-09-16T23:02:54.767227+0000","last_undegraded":"2024-09-16T23:02:54.767227+0000","last_fullsized":"2024-09-16T23:02:54.767227+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":14,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_clean_scrub_stamp":"2024-09-16T23:02:42.836329+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"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 @ 2024-09-18T09:08:08.741022+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":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"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":8192,"data_stored":38,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":3,"ondisk_log_size":3,"up":16,"acting":16,"num_store_stats":7},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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":114688,"data_stored":1180736,"data_compressed":17606,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":7,"up_from":15,"seq":64424509446,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27292,"kb_used_data":260,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344548,"statfs":{"total":96636764160,"available":96608817152,"internally_reserved":0,"allocated":266240,"data_stored":661751,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1590,"internal_metadata":27654602},"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":[]},{"osd":4,"up_from":15,"seq":64424509446,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":94371840,"kb_used":27232,"kb_used_data":204,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344608,"statfs":{"total":96636764160,"available":96608878592,"internally_reserved":0,"allocated":208896,"data_stored":71383,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":3,"up_from":15,"seq":64424509446,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31400,"kb_used_data":204,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340440,"statfs":{"total":96636764160,"available":96604610560,"internally_reserved":0,"allocated":208896,"data_stored":71383,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":[]},{"osd":2,"up_from":15,"seq":64424509446,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31400,"kb_used_data":204,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340440,"statfs":{"total":96636764160,"available":96604610560,"internally_reserved":0,"allocated":208896,"data_stored":71383,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":1,"up_from":15,"seq":64424509444,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31404,"kb_used_data":208,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340436,"statfs":{"total":96636764160,"available":96604606464,"internally_reserved":0,"allocated":212992,"data_stored":71402,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":5,"up_from":14,"seq":60129542148,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27244,"kb_used_data":208,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344596,"statfs":{"total":96636764160,"available":96608866304,"internally_reserved":0,"allocated":212992,"data_stored":71402,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":6,"up_from":13,"seq":55834574853,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27228,"kb_used_data":192,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":94344612,"statfs":{"total":96636764160,"available":96608882688,"internally_reserved":0,"allocated":196608,"data_stored":65551,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]},{"osd":0,"up_from":13,"seq":55834574854,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":35616,"kb_used_data":260,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94336224,"statfs":{"total":96636764160,"available":96600293376,"internally_reserved":0,"allocated":266240,"data_stored":661751,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1595,"internal_metadata":36174277},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"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}]}} 2024-09-16T23:02:58.481 INFO:tasks.ceph.ceph_manager.ceph:clean! 2024-09-16T23:02:58.481 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-16T23:02:58.481 INFO:tasks.ceph.ceph_manager.ceph:wait_until_healthy 2024-09-16T23:02:58.481 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph health --format=json 2024-09-16T23:02:58.814 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:02:58.814 INFO:teuthology.orchestra.run.smithi018.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-16T23:02:58.827 INFO:tasks.ceph.ceph_manager.ceph:wait_until_healthy done 2024-09-16T23:02:58.827 INFO:teuthology.run_tasks:Running task exec... 2024-09-16T23:02:58.837 INFO:teuthology.task.exec:Executing custom commands... 2024-09-16T23:02:58.837 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi204.front.sepia.ceph.com 2024-09-16T23:02:58.837 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph osd pool create datapool 4' 2024-09-16T23:02:59.347 INFO:teuthology.orchestra.run.smithi204.stderr:pool 'datapool' created 2024-09-16T23:02:59.362 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd pool init datapool' 2024-09-16T23:03:02.372 INFO:teuthology.run_tasks:Running task exec... 2024-09-16T23:03:02.381 INFO:teuthology.task.exec:Executing custom commands... 2024-09-16T23:03:02.381 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi204.front.sepia.ceph.com 2024-09-16T23:03:02.381 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /home/ubuntu/cephtest/migration' 2024-09-16T23:03:02.413 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'qemu-img create -f qcow2 /home/ubuntu/cephtest/migration/empty.qcow2 1G' 2024-09-16T23:03:02.494 INFO:teuthology.orchestra.run.smithi204.stdout:Formatting '/home/ubuntu/cephtest/migration/empty.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=1073741824 lazy_refcounts=off refcount_bits=16 2024-09-16T23:03:02.584 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}'"'"' | rbd migration prepare --import-only --source-spec-path - client.0.0' 2024-09-16T23:03:02.971 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration prepare --import-only --source-spec '"'"'{"type":"qcow","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.qcow2"}}'"'"' client.0.1' 2024-09-16T23:03:03.078 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration prepare --import-only --source-spec '"'"'{"type":"qcow","stream":{"type":"file","file_path":"/home/ubuntu/cephtest/migration/empty.qcow2"}}'"'"' client.0.2' 2024-09-16T23:03:03.180 INFO:teuthology.run_tasks:Running task parallel... 2024-09-16T23:03:03.190 INFO:teuthology.task.parallel:starting parallel... 2024-09-16T23:03:03.190 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-16T23:03:03.191 INFO:teuthology.task.sequential:In sequential, running task qemu... 2024-09-16T23:03:03.202 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2024-09-16T23:03:03.202 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-16T23:03:03.203 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-09-16T23:03:03.203 INFO:teuthology.task.exec:Executing custom commands... 2024-09-16T23:03:03.203 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi204.front.sepia.ceph.com 2024-09-16T23:03:03.203 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2024-09-16T23:03:03.218 INFO:teuthology.packaging:Installing package qemu-kvm-block-rbd on ubuntu@smithi204.front.sepia.ceph.com 2024-09-16T23:03:03.219 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y install qemu-kvm-block-rbd 2024-09-16T23:03:03.841 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:03:15 ago on Mon 16 Sep 2024 10:59:48 PM UTC. 2024-09-16T23:03:03.931 INFO:teuthology.orchestra.run.smithi204.stdout:Package qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 is already installed. 2024-09-16T23:03:03.975 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:03:03.976 INFO:teuthology.orchestra.run.smithi204.stdout:Nothing to do. 2024-09-16T23:03:03.976 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:03:04.043 INFO:tasks.qemu:generating iso... 2024-09-16T23:03:04.043 INFO:tasks.qemu:Pulling tests from https://github.com/ceph/ceph-ci ref 6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T23:03:04.043 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/qemu_clone.client.0 && git clone https://github.com/ceph/ceph-ci /home/ubuntu/cephtest/qemu_clone.client.0 && cd /home/ubuntu/cephtest/qemu_clone.client.0 && git checkout 6e8474a02f2b86353394076ab80c6f50ea28e361 2024-09-16T23:03:04.059 INFO:teuthology.orchestra.run.smithi204.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.client.0'... 2024-09-16T23:03:53.972 INFO:teuthology.orchestra.run.smithi204.stderr:Note: switching to '6e8474a02f2b86353394076ab80c6f50ea28e361'. 2024-09-16T23:03:53.973 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-09-16T23:03:53.973 INFO:teuthology.orchestra.run.smithi204.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2024-09-16T23:03:53.973 INFO:teuthology.orchestra.run.smithi204.stderr:changes and commit them, and you can discard any commits you make in this 2024-09-16T23:03:53.973 INFO:teuthology.orchestra.run.smithi204.stderr:state without impacting any branches by switching back to a branch. 2024-09-16T23:03:53.973 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-09-16T23:03:53.973 INFO:teuthology.orchestra.run.smithi204.stderr:If you want to create a new branch to retain commits you create, you may 2024-09-16T23:03:53.973 INFO:teuthology.orchestra.run.smithi204.stderr:do so (now or later) by using -c with the switch command. Example: 2024-09-16T23:03:53.973 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-09-16T23:03:53.973 INFO:teuthology.orchestra.run.smithi204.stderr: git switch -c 2024-09-16T23:03:53.973 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-09-16T23:03:53.974 INFO:teuthology.orchestra.run.smithi204.stderr:Or undo this operation with: 2024-09-16T23:03:53.974 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-09-16T23:03:53.974 INFO:teuthology.orchestra.run.smithi204.stderr: git switch - 2024-09-16T23:03:53.974 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-09-16T23:03:53.974 INFO:teuthology.orchestra.run.smithi204.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2024-09-16T23:03:53.974 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-09-16T23:03:53.974 INFO:teuthology.orchestra.run.smithi204.stderr:HEAD is now at 6e8474a02f2 Merge branch 'wip-nbalacha-ns-mirroring' of https://github.com/nbalacha/ceph into HEAD 2024-09-16T23:03:53.977 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-16T23:03:53.977 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/home/ubuntu/cephtest/qemu/userdata.client.0 2024-09-16T23:03:54.032 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-09-16T23:03:54.032 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/home/ubuntu/cephtest/qemu/metadata.client.0 2024-09-16T23:03:54.087 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for client.0 2024-09-16T23:03:54.087 DEBUG:teuthology.orchestra.run.smithi204:> cp -- /home/ubuntu/cephtest/qemu_clone.client.0/qa/run_xfstests_qemu.sh /home/ubuntu/cephtest/qemu/client.0.test.sh && chmod 755 /home/ubuntu/cephtest/qemu/client.0.test.sh 2024-09-16T23:03:54.143 DEBUG:teuthology.orchestra.run.smithi204:> genisoimage -quiet -input-charset utf-8 -volid cidata -joliet -rock -o /home/ubuntu/cephtest/qemu/client.0.iso -graft-points user-data=/home/ubuntu/cephtest/qemu/userdata.client.0 meta-data=/home/ubuntu/cephtest/qemu/metadata.client.0 ceph.conf=/etc/ceph/ceph.conf ceph.keyring=/etc/ceph/ceph.keyring test.sh=/home/ubuntu/cephtest/qemu/client.0.test.sh 2024-09-16T23:03:54.229 INFO:tasks.qemu:downloading base image 2024-09-16T23:03:54.230 DEBUG:teuthology.orchestra.run.smithi204:> rbd --cluster ceph resize --size=10240M client.0.0 || true 2024-09-16T23:03:54.605 INFO:teuthology.orchestra.run.smithi204.stderr: Resizing image: 100% complete...done. 2024-09-16T23:03:54.616 DEBUG:teuthology.orchestra.run.smithi204:> rbd --cluster ceph resize --size=10240M client.0.1 || true 2024-09-16T23:03:54.685 INFO:teuthology.orchestra.run.smithi204.stderr: Resizing image: 100% complete...done. 2024-09-16T23:03:54.694 DEBUG:teuthology.orchestra.run.smithi204:> rbd --cluster ceph resize --size=10240M client.0.2 || true 2024-09-16T23:03:54.764 INFO:teuthology.orchestra.run.smithi204.stderr: Resizing image: 100% complete...done. 2024-09-16T23:03:54.774 DEBUG:teuthology.orchestra.run.smithi204:> mkdir /home/ubuntu/cephtest/archive/qemu/client.0 && sudo modprobe kvm 2024-09-16T23:03:54.800 INFO:tasks.qemu:Creating the nfs export directory... 2024-09-16T23:03:54.800 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /export/client.0 2024-09-16T23:03:54.865 INFO:tasks.qemu:Mounting the test directory... 2024-09-16T23:03:54.866 DEBUG:teuthology.orchestra.run.smithi204:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/client.0 /export/client.0 2024-09-16T23:03:54.930 INFO:tasks.qemu:Adding mount to /etc/exports... 2024-09-16T23:03:54.930 INFO:tasks.qemu:Deleting export from /etc/exports... 2024-09-16T23:03:54.930 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i '\|/export/client.0|d' /etc/exports 2024-09-16T23:03:54.995 DEBUG:teuthology.orchestra.run.smithi204:> echo '/export/client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2024-09-16T23:03:55.059 INFO:teuthology.orchestra.run.smithi204.stdout:/export/client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2024-09-16T23:03:55.060 INFO:tasks.qemu:Restarting NFS... 2024-09-16T23:03:55.061 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl restart nfs-server 2024-09-16T23:03:55.878 DEBUG:teuthology.orchestra.run.smithi204:> sudo udevadm control --reload 2024-09-16T23:03:55.912 DEBUG:teuthology.orchestra.run.smithi204:> sudo udevadm trigger /dev/kvm 2024-09-16T23:03:55.982 DEBUG:teuthology.orchestra.run.smithi204:> ls -l /dev/kvm 2024-09-16T23:03:56.038 INFO:teuthology.orchestra.run.smithi204.stdout:crw-rw-rw-. 1 root kvm 10, 232 Sep 16 23:03 /dev/kvm 2024-09-16T23:03:56.038 INFO:tasks.qemu:starting qemu... 2024-09-16T23:03:56.038 DEBUG:teuthology.orchestra.run.smithi204:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper term /usr/libexec/qemu-kvm -enable-kvm -nographic -cpu host -smp 1 -m 4096 -cdrom /home/ubuntu/cephtest/qemu/client.0.iso -drive file=rbd:rbd/client.0.0:conf=/etc/ceph/ceph.conf:id=0,format=raw,if=virtio,cache=writeback -drive file=rbd:rbd/client.0.1:conf=/etc/ceph/ceph.conf:id=0,format=raw,if=virtio,cache=writeback -drive file=rbd:rbd/client.0.2:conf=/etc/ceph/ceph.conf:id=0,format=raw,if=virtio,cache=writeback 2024-09-16T23:03:56.080 INFO:tasks.qemu:waiting for qemu tests to finish... 2024-09-16T23:03:56.681 INFO:tasks.qemu.client.0.smithi204.stderr:qemu-kvm: warning: Machine type 'pc-i440fx-rhel7.6.0' is deprecated: machine types for previous major releases are deprecated 2024-09-16T23:03:57.098 INFO:tasks.qemu.client.0.smithi204.stdout:c[?7lSeaBIOS (version 1.16.3-2.el9) 2024-09-16T23:03:57.098 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:03:57.098 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:03:57.098 INFO:tasks.qemu.client.0.smithi204.stdout:iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BEFCCB30+BEF0CB30 CA00 2024-09-16T23:03:57.098 INFO:tasks.qemu.client.0.smithi204.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2024-09-16T23:03:57.099 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:03:57.099 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:03:57.363 INFO:tasks.qemu.client.0.smithi204.stdout:Booting from Hard Disk... 2024-09-16T23:03:59.760 INFO:tasks.qemu.client.0.smithi204.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2024-09-16T23:03:59.760 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:03:59.760 INFO:tasks.qemu.client.0.smithi204.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2024-09-16T23:03:59.760 INFO:tasks.qemu.client.0.smithi204.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2024-09-16T23:03:59.760 INFO:tasks.qemu.client.0.smithi204.stdout: before booting or 'c' for a command-line. 2024-09-16T23:03:59.760 INFO:tasks.qemu.client.0.smithi204.stdout:  Ubuntu, with Linux 3.2.0-32-virtual  Ubuntu, with Linux 3.2.0-32-virtual (recovery mode) Memory test (memtest86+) Memory test (memtest86+, serial console 115200)           2024-09-16T23:03:59.760 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:03:59.761 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:03:59.761 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:03:59.761 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:03:59.761 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.563 INFO:tasks.qemu.client.0.smithi204.stdout: The highlighted entry will be executed automatically in 5s.  2024-09-16T23:04:00.563 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.564 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:00.565 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: The highlighted entry will be executed automatically in 4s.  2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.560 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.560 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.560 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.560 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.560 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:01.560 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.558 INFO:tasks.qemu.client.0.smithi204.stdout: The highlighted entry will be executed automatically in 3s.  2024-09-16T23:04:02.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:02.559 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.230 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration execute client.0.0' 2024-09-16T23:04:03.556 INFO:tasks.qemu.client.0.smithi204.stdout: The highlighted entry will be executed automatically in 2s.  2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:03.558 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.556 INFO:tasks.qemu.client.0.smithi204.stdout: The highlighted entry will be executed automatically in 1s.  2024-09-16T23:04:04.556 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.556 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.556 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.556 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.556 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.556 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:04.557 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:04:06.280 INFO:teuthology.orchestra.run.smithi204.stderr: Image migration: 1% complete... Image migration: 2% complete... Image migration: 3% complete... Image migration: 4% complete... Image migration: 5% complete... Image migration: 6% complete...2024-09-16T23:04:06.283+0000 7fb6beffd640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb6a41c8250 send_update_object_map: lost exclusive lock 2024-09-16T23:04:06.281 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:06.283+0000 7fb6beffd640 -1 librbd::io::CopyupRequest: 0x7fb6a414a880 handle_deep_copy: rbd_data.2.11537098374c.0000000000000003 error encountered during deep-copy: (30) Read-only file system 2024-09-16T23:04:06.281 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:06.283+0000 7fb6beffd640 -1 librbd::io::ObjectRequest: 0x7fb6a401b6d0 handle_copyup: rbd_data.2.11537098374c.0000000000000003 failed to copyup object: (30) Read-only file system 2024-09-16T23:04:06.344 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:06.346+0000 7fb6be7fc640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb6a408c350 send_update_object_map: lost exclusive lock 2024-09-16T23:04:06.344 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:06.346+0000 7fb6be7fc640 -1 librbd::io::CopyupRequest: 0x7fb6a401b000 handle_deep_copy: rbd_data.2.11537098374c.0000000000000004 error encountered during deep-copy: (30) Read-only file system 2024-09-16T23:04:06.344 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:06.346+0000 7fb6be7fc640 -1 librbd::io::ObjectRequest: 0x7fb6a001aca0 handle_copyup: rbd_data.2.11537098374c.0000000000000004 failed to copyup object: (30) Read-only file system 2024-09-16T23:04:06.937 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:06.940+0000 7fb6be7fc640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb6a40916a0 send_update_object_map: lost exclusive lock 2024-09-16T23:04:06.938 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:06.940+0000 7fb6be7fc640 -1 librbd::io::CopyupRequest: 0x7fb6a40fc030 handle_deep_copy: rbd_data.2.11537098374c.0000000000000007 error encountered during deep-copy: (30) Read-only file system 2024-09-16T23:04:06.938 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:06.940+0000 7fb6be7fc640 -1 librbd::io::ObjectRequest: 0x7fb6a407db90 handle_copyup: rbd_data.2.11537098374c.0000000000000007 failed to copyup object: (30) Read-only file system 2024-09-16T23:04:08.641 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:08.644+0000 7fb6beffd640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb6a40d2a50 send_update_object_map: lost exclusive lock 2024-09-16T23:04:08.642 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:08.644+0000 7fb6beffd640 -1 librbd::io::CopyupRequest: 0x7fb6a408a6a0 handle_deep_copy: rbd_data.2.11537098374c.0000000000000008 error encountered during deep-copy: (30) Read-only file system 2024-09-16T23:04:08.642 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:08.644+0000 7fb6beffd640 -1 librbd::io::ObjectRequest: 0x7fb6a414c8f0 handle_copyup: rbd_data.2.11537098374c.0000000000000008 failed to copyup object: (30) Read-only file system 2024-09-16T23:04:08.705 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:08.707+0000 7fb6be7fc640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb6a40f4a70 send_update_object_map: lost exclusive lock 2024-09-16T23:04:08.705 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:08.707+0000 7fb6be7fc640 -1 librbd::io::CopyupRequest: 0x7fb6a4128350 handle_deep_copy: rbd_data.2.11537098374c.0000000000000009 error encountered during deep-copy: (30) Read-only file system 2024-09-16T23:04:08.705 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:08.707+0000 7fb6be7fc640 -1 librbd::io::ObjectRequest: 0x7fb6a401bb60 handle_copyup: rbd_data.2.11537098374c.0000000000000009 failed to copyup object: (30) Read-only file system 2024-09-16T23:04:09.331 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:09.333+0000 7fb6beffd640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb6a003ea10 send_update_object_map: lost exclusive lock 2024-09-16T23:04:09.331 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:09.333+0000 7fb6beffd640 -1 librbd::io::CopyupRequest: 0x7fb6a0002110 handle_deep_copy: rbd_data.2.11537098374c.000000000000000a error encountered during deep-copy: (30) Read-only file system 2024-09-16T23:04:09.331 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:09.333+0000 7fb6beffd640 -1 librbd::io::ObjectRequest: 0x7fb6a414fed0 handle_copyup: rbd_data.2.11537098374c.000000000000000a failed to copyup object: (30) Read-only file system 2024-09-16T23:04:10.468 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:10.470+0000 7fb6be7fc640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb6a40e2130 send_update_object_map: lost exclusive lock 2024-09-16T23:04:10.468 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:10.470+0000 7fb6be7fc640 -1 librbd::io::CopyupRequest: 0x7fb6a4097310 handle_deep_copy: rbd_data.2.11537098374c.000000000000000b error encountered during deep-copy: (30) Read-only file system 2024-09-16T23:04:10.468 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:10.470+0000 7fb6be7fc640 -1 librbd::io::ObjectRequest: 0x7fb6a408dc70 handle_copyup: rbd_data.2.11537098374c.000000000000000b failed to copyup object: (30) Read-only file system 2024-09-16T23:04:10.658 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:10.660+0000 7fb6be7fc640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb6a4091db0 send_update_object_map: lost exclusive lock 2024-09-16T23:04:10.658 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:10.660+0000 7fb6be7fc640 -1 librbd::io::CopyupRequest: 0x7fb6a41526b0 handle_deep_copy: rbd_data.2.11537098374c.000000000000000c error encountered during deep-copy: (30) Read-only file system 2024-09-16T23:04:10.658 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:10.660+0000 7fb6be7fc640 -1 librbd::io::ObjectRequest: 0x7fb6a4277330 handle_copyup: rbd_data.2.11537098374c.000000000000000c failed to copyup object: (30) Read-only file system 2024-09-16T23:04:10.660 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:10.662+0000 7fb6beffd640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb6a408d7c0 send_update_object_map: lost exclusive lock 2024-09-16T23:04:10.660 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:10.662+0000 7fb6beffd640 -1 librbd::io::CopyupRequest: 0x7fb6a40ffd80 handle_deep_copy: rbd_data.2.11537098374c.0000000000000021 error encountered during deep-copy: (30) Read-only file system 2024-09-16T23:04:10.660 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:10.662+0000 7fb6beffd640 -1 librbd::io::ObjectRequest: 0x7fb6a409d770 handle_copyup: rbd_data.2.11537098374c.0000000000000021 failed to copyup object: (30) Read-only file system 2024-09-16T23:04:11.797 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:11.799+0000 7fb6beffd640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb6a40719b0 send_update_object_map: lost exclusive lock 2024-09-16T23:04:11.797 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:11.799+0000 7fb6beffd640 -1 librbd::io::CopyupRequest: 0x7fb6a407b830 handle_deep_copy: rbd_data.2.11537098374c.0000000000000022 error encountered during deep-copy: (30) Read-only file system 2024-09-16T23:04:11.797 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:11.799+0000 7fb6beffd640 -1 librbd::io::ObjectRequest: 0x7fb6a00136c0 handle_copyup: rbd_data.2.11537098374c.0000000000000022 failed to copyup object: (30) Read-only file system 2024-09-16T23:04:11.797 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:11.799+0000 7fb6beffd640 -1 librbd::MigrateRequest: 0x7fb6a41fac00 handle_migrate_objects: failed to migrate objects: (30) Read-only file system 2024-09-16T23:04:11.797 INFO:teuthology.orchestra.run.smithi204.stderr:2024-09-16T23:04:11.799+0000 7fb6beffd640 -1 librbd::MigrateRequest: 0x7fb6a41fac00 should_complete: encountered error: (30) Read-only file system 2024-09-16T23:05:48.289 INFO:tasks.qemu.client.0.smithi204.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2024-09-16T23:05:48.289 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Initializing cgroup subsys cpu 2024-09-16T23:05:48.289 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Linux version 3.2.0-32-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #51-Ubuntu SMP Wed Sep 26 21:53:42 UTC 2012 (Ubuntu 3.2.0-32.51-virtual 3.2.30) 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] KERNEL supported cpus: 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Intel GenuineIntel 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] AMD AuthenticAMD 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Centaur CentaurHauls 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] BIOS-provided physical RAM map: 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffd7000 (usable) 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] BIOS-e820: 00000000bffd7000 - 00000000c0000000 (reserved) 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2024-09-16T23:05:48.290 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] NX (Execute Disable) protection: active 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] DMI 2.8 present. 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] No AGP bridge found 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] last_pfn = 0xbffd7 max_arch_pfn = 0x400000000 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f53e0] f53e0 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Using GB pages for direct mapping 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffd7000 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: RSDP 00000000000f51b0 00014 (v00 BOCHS ) 2024-09-16T23:05:48.291 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: RSDT 00000000bffe1b9b 00030 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: FACP 00000000bffe1a87 00074 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 01A47 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: APIC 00000000bffe1afb 00078 (v03 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: WAET 00000000bffe1b73 00028 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] No NUMA configuration found 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2024-09-16T23:05:48.292 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Zone PFN ranges: 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Movable zone start PFN for each node 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffd7 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2024-09-16T23:05:48.293 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffd7000 - 00000000c0000000 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2024-09-16T23:05:48.294 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] KVM setup async PF for cpu 0 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027937 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Policy zone: Normal 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2024-09-16T23:05:48.295 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Checking aperture... 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] No AGP bridge found 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Memory: 4041884k/5242880k available (6532k kernel code, 1049192k absent, 151804k reserved, 6657k data, 924k init) 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Hierarchical RCU implementation. 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Console: colour VGA+ 80x25 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] console [ttyS0] enabled 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.000000] Detected 3499.998 MHz processor. 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 6999.99 BogoMIPS (lpj=13999992) 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.008000] pid_max: default: 32768 minimum: 301 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.008000] Security Framework initialized 2024-09-16T23:05:48.296 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.008000] AppArmor: AppArmor initialized 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.008000] Yama: becoming mindful. 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.008000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.008724] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.009690] Mount-cache hash table entries: 256 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.010282] Initializing cgroup subsys cpuacct 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.010760] Initializing cgroup subsys memory 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.011281] Initializing cgroup subsys devices 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.012008] Initializing cgroup subsys freezer 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.012510] Initializing cgroup subsys blkio 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.013309] Initializing cgroup subsys perf_event 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.014286] CPU: Physical Processor ID: 0 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.015809] mce: CPU supports 10 MCE banks 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.016177] SMP alternatives: switching to UP code 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.028692] Freeing SMP alternatives: 24k freed 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.029211] ACPI: Core revision 20110623 2024-09-16T23:05:48.297 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.030108] ftrace: allocating 27008 entries in 106 pages 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.036266] Enabling x2apic 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.036591] Enabled x2apic 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.040005] Switched APIC routing to physical x2apic. 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.041673] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.042357] CPU0: Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz stepping 01 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.044002] Performance Events: generic architected perfmon, Intel PMU driver. 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.044002] ... version: 2 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.044002] ... bit width: 48 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.044002] ... generic registers: 4 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.044002] ... value mask: 0000ffffffffffff 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.044002] ... max period: 000000007fffffff 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.044006] ... fixed-purpose events: 3 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.044740] ... event mask: 000000070000000f 2024-09-16T23:05:48.298 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.045823] NMI watchdog enabled, takes one hw-pmu counter. 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.048024] Brought up 1 CPUs 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.048356] Total of 1 processors activated (6999.99 BogoMIPS). 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.049346] devtmpfs: initialized 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.050153] EVM: security.selinux 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.050549] EVM: security.SMACK64 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.050908] EVM: security.capability 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.051759] print_constraints: dummy: 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.052055] RTC time: 23:05:46, date: 09/16/24 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.052550] NET: Registered protocol family 16 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.053144] ACPI: bus type pci registered 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.053658] PCI: Using configuration type 1 for base access 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.054689] bio: create slab at 0 2024-09-16T23:05:48.299 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.055218] ACPI: Added _OSI(Module Device) 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.056013] ACPI: Added _OSI(Processor Device) 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.056541] ACPI: Added _OSI(3.0 _SCP Extensions) 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.057082] ACPI: Added _OSI(Processor Aggregator Device) 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.058519] ACPI: Interpreter enabled 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.058962] ACPI: (supports S0 S5) 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.059529] ACPI: Using IOAPIC for interrupt routing 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.061156] ACPI: No dock devices found. 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.061599] HEST: Table not found. 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.061990] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.063016] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.063720] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.064013] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.064751] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2024-09-16T23:05:48.300 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.065563] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.066357] pci_root PNP0A03:00: host bridge window [mem 0x380000000000-0x38007fffffff] 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.070893] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.071725] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.121178] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e) 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.123268] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.124066] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.124818] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.125587] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.126340] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.127069] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.127967] vgaarb: loaded 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.128015] vgaarb: bridge control possible 0000:00:02.0 2024-09-16T23:05:48.301 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.128668] i2c-core: driver [aat2870] using legacy suspend method 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.129392] i2c-core: driver [aat2870] using legacy resume method 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.130143] SCSI subsystem initialized 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.130648] usbcore: registered new interface driver usbfs 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.131297] usbcore: registered new interface driver hub 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.132032] usbcore: registered new device driver usb 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.132651] PCI: Using ACPI for IRQ routing 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.133372] NetLabel: Initializing 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.133746] NetLabel: domain hash size = 128 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.134264] NetLabel: protocols = UNLABELED CIPSOv4 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.134811] NetLabel: unlabeled traffic allowed by default 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.135498] Switching to clocksource kvm-clock 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.139092] AppArmor: AppArmor Filesystem Enabled 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.139655] pnp: PnP ACPI init 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.140068] ACPI: bus type pnp registered 2024-09-16T23:05:48.302 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.141270] pnp: PnP ACPI: found 9 devices 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.141714] ACPI: ACPI bus type pnp unregistered 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.147434] NET: Registered protocol family 2 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.148018] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.149353] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.151415] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.152311] TCP: Hash tables configured (established 524288 bind 65536) 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.153067] TCP reno registered 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.153434] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.154160] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.154934] NET: Registered protocol family 1 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.155439] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.156145] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.156777] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2024-09-16T23:05:48.303 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.157555] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.158303] Placing 64MB software IO TLB between ffff8800bbfd7000 - ffff8800bffd7000 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.159190] software IO TLB at phys 0xbbfd7000 - 0xbffd7000 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.160087] audit: initializing netlink socket (disabled) 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.161025] type=2000 audit(1726527946.156:1): initialized 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.176164] Trying to unpack rootfs image as initramfs... 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.196282] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.205148] VFS: Disk quotas dquot_6.5.2 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.205611] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.206563] fuse init (API version 7.17) 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.207069] msgmni has been set to 7894 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.224261] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.225287] io scheduler noop registered 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.225749] io scheduler deadline registered (default) 2024-09-16T23:05:48.304 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.226364] io scheduler cfq registered 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.226872] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.227522] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.228378] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.229240] ACPI: Power Button [PWRF] 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.235978] Freeing initrd memory: 4308k freed 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.237137] ERST: Table is not found! 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.237538] GHES: HEST is not enabled! 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.238206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.238867] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.240278] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.240941] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.243085] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.244243] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2024-09-16T23:05:48.305 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.245686] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.268772] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.292083] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.292854] Linux agpgart interface v0.103 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.293846] brd: module loaded 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.294615] loop: module loaded 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.296221] vda: vda1 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.298612] vdb: unknown partition table 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.301294] vdc: unknown partition table 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.302691] scsi0 : ata_piix 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.303575] scsi1 : ata_piix 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.304208] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.305461] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.306494] Fixed MDIO Bus: probed 2024-09-16T23:05:48.306 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.306980] tun: Universal TUN/TAP device driver, 1.6 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.307604] tun: (C) 1999-2004 Max Krasnyansky 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.308664] PPP generic driver version 2.4.2 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.309390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.310230] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.310939] uhci_hcd: USB Universal Host Controller Interface driver 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.311660] usbcore: registered new interface driver libusual 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.312361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.313846] serio: i8042 KBD port at 0x60,0x64 irq 1 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.314387] serio: i8042 AUX port at 0x60,0x64 irq 12 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.315225] mousedev: PS/2 mouse device common for all mice 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.316088] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.317263] rtc_cmos 00:08: RTC can wake from S4 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.317900] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0 2024-09-16T23:05:48.307 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.318654] rtc0: alarms up to one day, y3k, 242 bytes nvram 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.319341] device-mapper: uevent: version 1.0.3 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.319889] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.320854] cpuidle: using governor ladder 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.321324] cpuidle: using governor menu 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.321746] EFI Variables Facility v0.08 2004-May-17 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.322409] TCP cubic registered 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.323076] NET: Registered protocol family 10 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.324242] NET: Registered protocol family 17 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.325070] Registering the dns_resolver key type 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.325805] registered taskstats version 1 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.329731] Magic number: 8:176:100 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.330351] rtc_cmos 00:08: setting system clock to 2024-09-16 23:05:46 UTC (1726527946) 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.331350] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2024-09-16T23:05:48.308 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.332053] EDD information not available. 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.468595] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.469643] ata2.00: configured for MWDMA2 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.470533] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.471823] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.472496] cdrom: Uniform CD-ROM driver Revision: 3.20 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.473308] sr 1:0:0:0: Attached scsi generic sg0 type 5 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.474649] Freeing unused kernel memory: 924k freed 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.475336] Write protecting the kernel read-only data: 12288k 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.479904] Freeing unused kernel memory: 1640k freed 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.482751] Freeing unused kernel memory: 1200k freed 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:Loading, please wait... 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:Begin: Loading essential drivers ... done. 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.493298] udevd[84]: starting version 175 2024-09-16T23:05:48.309 INFO:tasks.qemu.client.0.smithi204.stdout:Begin: Running /scripts/init-premount ... done. 2024-09-16T23:05:48.310 INFO:tasks.qemu.client.0.smithi204.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2024-09-16T23:05:48.310 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.541494] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2024-09-16T23:05:48.310 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.542307] e1000: Copyright (c) 1999-2006 Intel Corporation. 2024-09-16T23:05:48.310 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.571350] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2024-09-16T23:05:48.310 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.572079] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2024-09-16T23:05:48.310 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.575786] Floppy drive(s): fd0 is 2.88M AMI BIOS 2024-09-16T23:05:48.310 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.592409] FDC 0 is a S82078B 2024-09-16T23:05:48.341 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.899954] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2024-09-16T23:05:48.341 INFO:tasks.qemu.client.0.smithi204.stdout:[ 0.901188] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2024-09-16T23:05:48.341 INFO:tasks.qemu.client.0.smithi204.stdout:Begin: Running /scripts/local-premount ... done. 2024-09-16T23:05:48.341 INFO:tasks.qemu.client.0.smithi204.stdout:[ 1.076740] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2024-09-16T23:05:48.341 INFO:tasks.qemu.client.0.smithi204.stdout:Begin: Running /scripts/local-bottom ... [ 1.156121] Refined TSC clocksource calibration: 3500.042 MHz. 2024-09-16T23:05:50.611 INFO:tasks.qemu.client.0.smithi204.stdout:[ 3.550478] vda: vda1 2024-09-16T23:05:50.612 INFO:tasks.qemu.client.0.smithi204.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2024-09-16T23:05:50.684 INFO:tasks.qemu.client.0.smithi204.stdout:[ 3.622171] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2024-09-16T23:05:50.684 INFO:tasks.qemu.client.0.smithi204.stdout:done. 2024-09-16T23:05:50.684 INFO:tasks.qemu.client.0.smithi204.stdout:done. 2024-09-16T23:05:50.685 INFO:tasks.qemu.client.0.smithi204.stdout:Begin: Running /scripts/init-bottom ... done. 2024-09-16T23:06:19.307 INFO:teuthology.orchestra.run.smithi204.stderr: Image migration: 7% complete... Image migration: 8% complete... Image migration: 9% complete... Image migration: 10% complete... Image migration: 11% complete... Image migration: 12% complete... Image migration: 13% complete... Image migration: 14% complete... Image migration: 15% complete... Image migration: 16% complete... Image migration: 17% complete... Image migration: 18% complete... Image migration: 19% complete... Image migration: 20% complete... Image migration: 21% complete... Image migration: 22% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 27% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 31% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 39% complete... Image migration: 40% complete... Image migration: 41% complete... Image migration: 42% complete... Image migration: 43% complete... Image migration: 44% complete... Image migration: 45% complete... Image migration: 46% complete... Image migration: 47% complete... Image migration: 48% complete... Image migration: 49% complete... Image migration: 50% complete... Image migration: 51% complete... Image migration: 52% complete... Image migration: 53% complete... Image migration: 54% complete... Image migration: 55% complete... Image migration: 56% complete... Image migration: 57% complete... Image migration: 58% complete... Image migration: 59% complete... Image migration: 60% complete... Image migration: 61% complete... Image migration: 62% complete... Image migration: 63% complete... Image migration: 64% complete... Image migration: 65% complete... Image migration: 66% complete... Image migration: 67% complete... Image migration: 68% complete... Image migration: 69% complete... Image migration: 70% complete... Image migration: 71% complete... Image migration: 72% complete... Image migration: 73% complete... Image migration: 74% complete... Image migration: 75% complete... Image migration: 76% complete... Image migration: 77% complete... Image migration: 78% complete... Image migration: 79% complete... Image migration: 80% complete... Image migration: 81% complete... Image migration: 82% complete... Image migration: 83% complete... Image migration: 84% complete... Image migration: 85% complete... Image migration: 86% complete... Image migration: 87% complete... Image migration: 88% complete... Image migration: 89% complete... Image migration: 90% complete... Image migration: 91% complete... Image migration: 92% complete... Image migration: 93% complete... Image migration: 94% complete... Image migration: 95% complete... Image migration: 96% complete... Image migration: 97% complete... Image migration: 98% complete... Image migration: 99% complete... Image migration: 100% complete...done. 2024-09-16T23:06:19.314 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2024-09-16T23:06:19.613 INFO:tasks.qemu.client.0.smithi204.stdout:cloud-init start-local running: Mon, 16 Sep 2024 23:05:50 +0000. up 4.15 seconds 2024-09-16T23:06:19.614 INFO:tasks.qemu.client.0.smithi204.stdout:no instance data found in start-local 2024-09-16T23:06:19.614 INFO:tasks.qemu.client.0.smithi204.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2024-09-16T23:06:19.614 INFO:tasks.qemu.client.0.smithi204.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2024-09-16T23:06:19.614 INFO:tasks.qemu.client.0.smithi204.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2024-09-16T23:06:19.614 INFO:tasks.qemu.client.0.smithi204.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2024-09-16T23:06:19.614 INFO:tasks.qemu.client.0.smithi204.stdout:cloud-init start running: Mon, 16 Sep 2024 23:05:55 +0000. up 9.43 seconds 2024-09-16T23:06:19.614 INFO:tasks.qemu.client.0.smithi204.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2024-09-16T23:06:20.903 INFO:tasks.qemu.client.0.smithi204.stdout:WARN:stdout, stderr changing to (| tee -a /var/log/cloud-init-output.log,| tee -a /var/log/cloud-init-output.log)Generating public/private rsa key pair. 2024-09-16T23:06:20.903 INFO:tasks.qemu.client.0.smithi204.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:The key fingerprint is: 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:a0:a6:09:b7:6b:12:84:b9:49:ff:0b:09:b7:df:27:6b root@test 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:The key's randomart image is: 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:+--[ RSA 2048]----+ 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:| | 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:| | 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:|.. . | 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:|oo . . | 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:|++o.o S | 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:|+oo*o | 2024-09-16T23:06:20.904 INFO:tasks.qemu.client.0.smithi204.stdout:| .++. | 2024-09-16T23:06:20.905 INFO:tasks.qemu.client.0.smithi204.stdout:|. ..o..E . | 2024-09-16T23:06:20.905 INFO:tasks.qemu.client.0.smithi204.stdout:| o. ooo+ | 2024-09-16T23:06:20.905 INFO:tasks.qemu.client.0.smithi204.stdout:+-----------------+ 2024-09-16T23:06:21.005 INFO:tasks.qemu.client.0.smithi204.stdout:Generating public/private dsa key pair. 2024-09-16T23:06:21.005 INFO:tasks.qemu.client.0.smithi204.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2024-09-16T23:06:21.005 INFO:tasks.qemu.client.0.smithi204.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2024-09-16T23:06:21.005 INFO:tasks.qemu.client.0.smithi204.stdout:The key fingerprint is: 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:57:f4:54:4d:d2:66:6d:67:bd:60:6e:4e:9f:53:b5:73 root@test 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:The key's randomart image is: 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:+--[ DSA 1024]----+ 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:| . o+*| 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:| . = .%| 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:| + o==| 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:| . + +E| 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:| S . + . =| 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:| . . + | 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:| .| 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:| | 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:| | 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:+-----------------+ 2024-09-16T23:06:21.006 INFO:tasks.qemu.client.0.smithi204.stdout:Generating public/private ecdsa key pair. 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:The key fingerprint is: 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:c5:3f:f4:c5:e7:e7:ab:29:13:97:83:db:9d:e5:72:47 root@test 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:The key's randomart image is: 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:+--[ECDSA 256]---+ 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:| | 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:| . . | 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:| o . +| 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:| . o . o.| 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:| S + o o| 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:| o = .E| 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:| = oo+| 2024-09-16T23:06:21.007 INFO:tasks.qemu.client.0.smithi204.stdout:| + .oo=| 2024-09-16T23:06:21.008 INFO:tasks.qemu.client.0.smithi204.stdout:| oo.+.| 2024-09-16T23:06:21.008 INFO:tasks.qemu.client.0.smithi204.stdout:+-----------------+ 2024-09-16T23:06:21.062 INFO:tasks.qemu.client.0.smithi204.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2024-09-16T23:06:21.214 INFO:tasks.qemu.client.0.smithi204.stdout: * Starting AppArmor profiles  [ OK ] 2024-09-16T23:06:21.240 INFO:tasks.qemu.client.0.smithi204.stdout:landscape-client is not configured, please run landscape-config. 2024-09-16T23:06:21.264 INFO:tasks.qemu.client.0.smithi204.stdout: * Stopping System V initialisation compatibility[ OK ] 2024-09-16T23:06:21.302 INFO:tasks.qemu.client.0.smithi204.stdout: * Starting System V runlevel compatibility[ OK ] 2024-09-16T23:06:21.303 INFO:tasks.qemu.client.0.smithi204.stdout: * Starting automatic crash report generation[ OK ] 2024-09-16T23:06:21.303 INFO:tasks.qemu.client.0.smithi204.stdout: * Starting deferred execution scheduler[ OK ] 2024-09-16T23:06:21.303 INFO:tasks.qemu.client.0.smithi204.stdout: * Starting regular background program processing daemon[ OK ] 2024-09-16T23:06:21.303 INFO:tasks.qemu.client.0.smithi204.stdout: * Starting ACPI daemon[ OK ] 2024-09-16T23:06:21.303 INFO:tasks.qemu.client.0.smithi204.stdout: * Starting save kernel messages[ OK ] 2024-09-16T23:06:21.303 INFO:tasks.qemu.client.0.smithi204.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2024-09-16T23:06:21.303 INFO:tasks.qemu.client.0.smithi204.stdout: * Stopping save kernel messages[ OK ] 2024-09-16T23:06:21.317 INFO:tasks.qemu.client.0.smithi204.stdout: * Stopping System V runlevel compatibility[ OK ] 2024-09-16T23:06:21.426 INFO:tasks.qemu.client.0.smithi204.stdout:Generating locales... 2024-09-16T23:06:21.918 INFO:tasks.qemu.client.0.smithi204.stdout: en_US.UTF-8... done 2024-09-16T23:06:21.924 INFO:tasks.qemu.client.0.smithi204.stdout:Generation complete. 2024-09-16T23:06:22.322 INFO:tasks.qemu.client.0.smithi204.stdout:passwd: password expiry information changed. 2024-09-16T23:06:22.503 INFO:tasks.qemu.client.0.smithi204.stdout:Ign http://old-releases.ubuntu.com precise InRelease 2024-09-16T23:06:22.588 INFO:tasks.qemu.client.0.smithi204.stdout:Get:1 http://old-releases.ubuntu.com precise-updates InRelease [55.7 kB] 2024-09-16T23:06:22.846 INFO:tasks.qemu.client.0.smithi204.stdout:Get:2 http://old-releases.ubuntu.com precise-security InRelease [55.7 kB] 2024-09-16T23:06:22.974 INFO:tasks.qemu.client.0.smithi204.stdout:Get:3 http://old-releases.ubuntu.com precise Release.gpg [198 B] 2024-09-16T23:06:23.057 INFO:tasks.qemu.client.0.smithi204.stdout:Get:4 http://old-releases.ubuntu.com precise-updates/main Sources [815 kB] 2024-09-16T23:06:23.443 INFO:tasks.qemu.client.0.smithi204.stdout:Get:5 http://old-releases.ubuntu.com precise-updates/universe Sources [208 kB] 2024-09-16T23:06:23.541 INFO:tasks.qemu.client.0.smithi204.stdout:Get:6 http://old-releases.ubuntu.com precise-updates/main amd64 Packages [1104 kB] 2024-09-16T23:06:23.803 INFO:tasks.qemu.client.0.smithi204.stdout:Get:7 http://old-releases.ubuntu.com precise-updates/universe amd64 Packages [406 kB] 2024-09-16T23:06:23.976 INFO:tasks.qemu.client.0.smithi204.stdout:Get:8 http://old-releases.ubuntu.com precise-updates/main i386 Packages [1111 kB] 2024-09-16T23:06:24.238 INFO:tasks.qemu.client.0.smithi204.stdout:Get:9 http://old-releases.ubuntu.com precise-updates/universe i386 Packages [422 kB] 2024-09-16T23:06:24.411 INFO:tasks.qemu.client.0.smithi204.stdout:Get:10 http://old-releases.ubuntu.com precise-updates/main TranslationIndex [208 B] 2024-09-16T23:06:24.576 INFO:tasks.qemu.client.0.smithi204.stdout:Get:11 http://old-releases.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2024-09-16T23:06:24.657 INFO:tasks.qemu.client.0.smithi204.stdout:Get:12 http://old-releases.ubuntu.com precise-security/main Sources [242 kB] 2024-09-16T23:06:25.093 INFO:tasks.qemu.client.0.smithi204.stdout:Get:13 http://old-releases.ubuntu.com precise-security/universe Sources [88.1 kB] 2024-09-16T23:06:25.196 INFO:tasks.qemu.client.0.smithi204.stdout:Get:14 http://old-releases.ubuntu.com precise-security/main amd64 Packages [584 kB] 2024-09-16T23:06:25.448 INFO:tasks.qemu.client.0.smithi204.stdout:Get:15 http://old-releases.ubuntu.com precise-security/universe amd64 Packages [213 kB] 2024-09-16T23:06:25.615 INFO:tasks.qemu.client.0.smithi204.stdout:Get:16 http://old-releases.ubuntu.com precise-security/main i386 Packages [589 kB] 2024-09-16T23:06:25.872 INFO:tasks.qemu.client.0.smithi204.stdout:Get:17 http://old-releases.ubuntu.com precise-security/universe i386 Packages [228 kB] 2024-09-16T23:06:26.041 INFO:tasks.qemu.client.0.smithi204.stdout:Get:18 http://old-releases.ubuntu.com precise-security/main TranslationIndex [208 B] 2024-09-16T23:06:26.123 INFO:tasks.qemu.client.0.smithi204.stdout:Get:19 http://old-releases.ubuntu.com precise-security/universe TranslationIndex [205 B] 2024-09-16T23:06:26.203 INFO:tasks.qemu.client.0.smithi204.stdout:Get:20 http://old-releases.ubuntu.com precise Release [49.6 kB] 2024-09-16T23:06:26.290 INFO:tasks.qemu.client.0.smithi204.stdout:Get:21 http://old-releases.ubuntu.com precise-updates/main Translation-en [353 kB] 2024-09-16T23:06:26.550 INFO:tasks.qemu.client.0.smithi204.stdout:Get:22 http://old-releases.ubuntu.com precise-updates/universe Translation-en [176 kB] 2024-09-16T23:06:26.973 INFO:tasks.qemu.client.0.smithi204.stdout:Get:23 http://old-releases.ubuntu.com precise-security/main Translation-en [202 kB] 2024-09-16T23:06:27.139 INFO:tasks.qemu.client.0.smithi204.stdout:Get:24 http://old-releases.ubuntu.com precise-security/universe Translation-en [96.4 kB] 2024-09-16T23:06:27.233 INFO:tasks.qemu.client.0.smithi204.stdout:Get:25 http://old-releases.ubuntu.com precise/main Sources [934 kB] 2024-09-16T23:06:27.530 INFO:tasks.qemu.client.0.smithi204.stdout:Get:26 http://old-releases.ubuntu.com precise/universe Sources [5019 kB] 2024-09-16T23:06:28.020 INFO:tasks.qemu.client.0.smithi204.stdout:Get:27 http://old-releases.ubuntu.com precise/main amd64 Packages [1273 kB] 2024-09-16T23:06:28.277 INFO:tasks.qemu.client.0.smithi204.stdout:Get:28 http://old-releases.ubuntu.com precise/universe amd64 Packages [4786 kB] 2024-09-16T23:06:28.724 INFO:tasks.qemu.client.0.smithi204.stdout:Get:29 http://old-releases.ubuntu.com precise/main i386 Packages [1274 kB] 2024-09-16T23:06:28.975 INFO:tasks.qemu.client.0.smithi204.stdout:Get:30 http://old-releases.ubuntu.com precise/universe i386 Packages [4796 kB] 2024-09-16T23:06:29.461 INFO:tasks.qemu.client.0.smithi204.stdout:Get:31 http://old-releases.ubuntu.com precise/main TranslationIndex [3706 B] 2024-09-16T23:06:29.543 INFO:tasks.qemu.client.0.smithi204.stdout:Get:32 http://old-releases.ubuntu.com precise/universe TranslationIndex [2922 B] 2024-09-16T23:06:29.708 INFO:tasks.qemu.client.0.smithi204.stdout:Get:33 http://old-releases.ubuntu.com precise/main Translation-en [726 kB] 2024-09-16T23:06:30.315 INFO:tasks.qemu.client.0.smithi204.stdout:Get:34 http://old-releases.ubuntu.com precise/universe Translation-en [3341 kB] 2024-09-16T23:06:32.573 INFO:tasks.qemu.client.0.smithi204.stdout:Fetched 29.2 MB in 10s (2850 kB/s) 2024-09-16T23:06:34.335 INFO:tasks.qemu.client.0.smithi204.stdout:Reading package lists... 2024-09-16T23:06:34.340 INFO:tasks.qemu.client.0.smithi204.stdout:Reading package lists... 2024-09-16T23:06:34.518 INFO:tasks.qemu.client.0.smithi204.stdout:Building dependency tree... 2024-09-16T23:06:34.518 INFO:tasks.qemu.client.0.smithi204.stdout:Reading state information... 2024-09-16T23:06:34.632 INFO:tasks.qemu.client.0.smithi204.stdout:The following packages will be upgraded: 2024-09-16T23:06:34.632 INFO:tasks.qemu.client.0.smithi204.stdout: ca-certificates libssl1.0.0 2024-09-16T23:06:34.829 INFO:tasks.qemu.client.0.smithi204.stdout:2 upgraded, 0 newly installed, 0 to remove and 226 not upgraded. 2024-09-16T23:06:34.829 INFO:tasks.qemu.client.0.smithi204.stdout:Need to get 1233 kB of archives. 2024-09-16T23:06:34.830 INFO:tasks.qemu.client.0.smithi204.stdout:After this operation, 108 kB of additional disk space will be used. 2024-09-16T23:06:34.830 INFO:tasks.qemu.client.0.smithi204.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libssl1.0.0 amd64 1.0.1-4ubuntu5.45 [1055 kB] 2024-09-16T23:06:35.478 INFO:tasks.qemu.client.0.smithi204.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20190110~12.04.1 [179 kB] 2024-09-16T23:06:35.563 INFO:tasks.qemu.client.0.smithi204.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2024-09-16T23:06:35.569 INFO:tasks.qemu.client.0.smithi204.stdout:Fetched 1233 kB in 0s (1476 kB/s) 2024-09-16T23:06:36.017 INFO:tasks.qemu.client.0.smithi204.stdout:(Reading database ... 36182 files and directories currently installed.) 2024-09-16T23:06:36.018 INFO:tasks.qemu.client.0.smithi204.stdout:Preparing to replace libssl1.0.0 1.0.1-4ubuntu5.5 (using .../libssl1.0.0_1.0.1-4ubuntu5.45_amd64.deb) ... 2024-09-16T23:06:36.035 INFO:tasks.qemu.client.0.smithi204.stdout:Unpacking replacement libssl1.0.0 ... 2024-09-16T23:06:36.139 INFO:tasks.qemu.client.0.smithi204.stdout:Setting up libssl1.0.0 (1.0.1-4ubuntu5.45) ... 2024-09-16T23:06:36.296 INFO:tasks.qemu.client.0.smithi204.stdout:Processing triggers for libc-bin ... 2024-09-16T23:06:36.306 INFO:tasks.qemu.client.0.smithi204.stdout:ldconfig deferred processing now taking place 2024-09-16T23:06:36.587 INFO:tasks.qemu.client.0.smithi204.stdout:(Reading database ... 36182 files and directories currently installed.) 2024-09-16T23:06:36.587 INFO:tasks.qemu.client.0.smithi204.stdout:Preparing to replace ca-certificates 20111211 (using .../ca-certificates_20190110~12.04.1_all.deb) ... 2024-09-16T23:06:36.605 INFO:tasks.qemu.client.0.smithi204.stdout:Unpacking replacement ca-certificates ... 2024-09-16T23:06:36.709 INFO:tasks.qemu.client.0.smithi204.stdout:Processing triggers for man-db ... 2024-09-16T23:06:37.211 INFO:tasks.qemu.client.0.smithi204.stdout:Setting up ca-certificates (20190110~12.04.1) ... 2024-09-16T23:06:39.307 INFO:tasks.qemu.client.0.smithi204.stdout:Updating certificates in /etc/ssl/certs... 73 added, 78 removed; done. 2024-09-16T23:06:39.307 INFO:tasks.qemu.client.0.smithi204.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2024-09-16T23:06:40.601 INFO:tasks.qemu.client.0.smithi204.stdout:Updating certificates in /etc/ssl/certs... 0 added, 1 removed; done. 2024-09-16T23:06:40.601 INFO:tasks.qemu.client.0.smithi204.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2024-09-16T23:06:40.601 INFO:tasks.qemu.client.0.smithi204.stdout:Reading package lists... 2024-09-16T23:06:40.775 INFO:tasks.qemu.client.0.smithi204.stdout:Building dependency tree... 2024-09-16T23:06:40.775 INFO:tasks.qemu.client.0.smithi204.stdout:Reading state information... 2024-09-16T23:06:40.902 INFO:tasks.qemu.client.0.smithi204.stdout:The following extra packages will be installed: 2024-09-16T23:06:40.902 INFO:tasks.qemu.client.0.smithi204.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2024-09-16T23:06:40.902 INFO:tasks.qemu.client.0.smithi204.stdout:The following NEW packages will be installed: 2024-09-16T23:06:40.902 INFO:tasks.qemu.client.0.smithi204.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2024-09-16T23:06:40.963 INFO:tasks.qemu.client.0.smithi204.stdout:0 upgraded, 5 newly installed, 0 to remove and 226 not upgraded. 2024-09-16T23:06:40.963 INFO:tasks.qemu.client.0.smithi204.stdout:Need to get 424 kB of archives. 2024-09-16T23:06:40.963 INFO:tasks.qemu.client.0.smithi204.stdout:After this operation, 1326 kB of additional disk space will be used. 2024-09-16T23:06:40.963 INFO:tasks.qemu.client.0.smithi204.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2024-09-16T23:06:40.988 INFO:tasks.qemu.client.0.smithi204.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libtirpc1 amd64 0.2.2-5ubuntu0.1 [85.0 kB] 2024-09-16T23:06:41.043 INFO:tasks.qemu.client.0.smithi204.stdout:Get:3 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2024-09-16T23:06:41.063 INFO:tasks.qemu.client.0.smithi204.stdout:Get:4 http://old-releases.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2024-09-16T23:06:41.087 INFO:tasks.qemu.client.0.smithi204.stdout:Get:5 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main nfs-common amd64 1:1.2.5-3ubuntu3.2 [241 kB] 2024-09-16T23:06:41.182 INFO:tasks.qemu.client.0.smithi204.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2024-09-16T23:06:41.187 INFO:tasks.qemu.client.0.smithi204.stdout:Fetched 424 kB in 0s (2028 kB/s) 2024-09-16T23:06:41.260 INFO:tasks.qemu.client.0.smithi204.stdout:Selecting previously unselected package libgssglue1. 2024-09-16T23:06:41.269 INFO:tasks.qemu.client.0.smithi204.stdout:(Reading database ... 36174 files and directories currently installed.) 2024-09-16T23:06:41.270 INFO:tasks.qemu.client.0.smithi204.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2024-09-16T23:06:41.377 INFO:tasks.qemu.client.0.smithi204.stdout:Selecting previously unselected package libtirpc1. 2024-09-16T23:06:41.377 INFO:tasks.qemu.client.0.smithi204.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5ubuntu0.1_amd64.deb) ... 2024-09-16T23:06:41.506 INFO:tasks.qemu.client.0.smithi204.stdout:Selecting previously unselected package rpcbind. 2024-09-16T23:06:41.506 INFO:tasks.qemu.client.0.smithi204.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2024-09-16T23:06:41.639 INFO:tasks.qemu.client.0.smithi204.stdout:Selecting previously unselected package libnfsidmap2. 2024-09-16T23:06:41.639 INFO:tasks.qemu.client.0.smithi204.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2024-09-16T23:06:41.745 INFO:tasks.qemu.client.0.smithi204.stdout:Selecting previously unselected package nfs-common. 2024-09-16T23:06:41.745 INFO:tasks.qemu.client.0.smithi204.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2024-09-16T23:06:41.820 INFO:tasks.qemu.client.0.smithi204.stdout:Processing triggers for man-db ... 2024-09-16T23:06:42.130 INFO:tasks.qemu.client.0.smithi204.stdout:Processing triggers for ureadahead ... 2024-09-16T23:06:42.179 INFO:tasks.qemu.client.0.smithi204.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2024-09-16T23:06:42.248 INFO:tasks.qemu.client.0.smithi204.stdout:Setting up libtirpc1 (0.2.2-5ubuntu0.1) ... 2024-09-16T23:06:42.296 INFO:tasks.qemu.client.0.smithi204.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2024-09-16T23:06:42.365 INFO:tasks.qemu.client.0.smithi204.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2024-09-16T23:06:42.382 INFO:tasks.qemu.client.0.smithi204.stdout:portmap start/running, process 8198 2024-09-16T23:06:42.392 INFO:tasks.qemu.client.0.smithi204.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2024-09-16T23:06:42.432 INFO:tasks.qemu.client.0.smithi204.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2024-09-16T23:06:42.590 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:06:42.591 INFO:tasks.qemu.client.0.smithi204.stdout:Creating config file /etc/idmapd.conf with new version 2024-09-16T23:06:42.734 INFO:tasks.qemu.client.0.smithi204.stdout: 2024-09-16T23:06:42.735 INFO:tasks.qemu.client.0.smithi204.stdout:Creating config file /etc/default/nfs-common with new version 2024-09-16T23:06:42.807 INFO:tasks.qemu.client.0.smithi204.stdout:Adding system user `statd' (UID 106) ... 2024-09-16T23:06:42.807 INFO:tasks.qemu.client.0.smithi204.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2024-09-16T23:06:42.867 INFO:tasks.qemu.client.0.smithi204.stdout:Not creating home directory `/var/lib/nfs'. 2024-09-16T23:06:42.892 INFO:tasks.qemu.client.0.smithi204.stdout:statd start/running, process 8432 2024-09-16T23:06:42.910 INFO:tasks.qemu.client.0.smithi204.stdout:gssd stop/post-stop, process 8463 2024-09-16T23:06:43.382 INFO:tasks.qemu.client.0.smithi204.stdout:idmapd start/running, process 8503 2024-09-16T23:06:43.394 INFO:tasks.qemu.client.0.smithi204.stdout:Processing triggers for libc-bin ... 2024-09-16T23:06:43.404 INFO:tasks.qemu.client.0.smithi204.stdout:ldconfig deferred processing now taking place 2024-09-16T23:06:43.748 INFO:tasks.qemu.client.0.smithi204.stdout:mount.nfs: timeout set for Mon Sep 16 23:08:43 2024 2024-09-16T23:06:43.748 INFO:tasks.qemu.client.0.smithi204.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2024-09-16T23:06:43.748 INFO:tasks.qemu.client.0.smithi204.stdout:10.0.2.2:/export/client.0 on /mnt/log type nfs (rw,proto=tcp) 2024-09-16T23:06:43.749 INFO:tasks.qemu.client.0.smithi204.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2024-09-16T23:07:19.341 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration commit client.0.0' 2024-09-16T23:07:19.454 INFO:teuthology.orchestra.run.smithi204.stderr: Commit image migration: 100% complete...done. 2024-09-16T23:07:19.459 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2024-09-16T23:08:19.487 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration execute client.0.1' 2024-09-16T23:08:19.659 INFO:teuthology.orchestra.run.smithi204.stderr: Image migration: 1% complete... Image migration: 2% complete... Image migration: 3% complete... Image migration: 4% complete... Image migration: 5% complete... Image migration: 6% complete... Image migration: 7% complete... Image migration: 8% complete... Image migration: 9% complete... Image migration: 10% complete... Image migration: 11% complete... Image migration: 12% complete... Image migration: 13% complete... Image migration: 14% complete... Image migration: 15% complete... Image migration: 16% complete... Image migration: 18% complete... Image migration: 19% complete... Image migration: 20% complete... Image migration: 21% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 27% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 39% complete... Image migration: 41% complete... Image migration: 43% complete... Image migration: 44% complete... Image migration: 45% complete... Image migration: 46% complete... Image migration: 47% complete... Image migration: 49% complete... Image migration: 50% complete... Image migration: 51% complete... Image migration: 52% complete... Image migration: 53% complete... Image migration: 55% complete... Image migration: 56% complete... Image migration: 57% complete... Image migration: 59% complete... Image migration: 60% complete... Image migration: 62% complete... Image migration: 63% complete... Image migration: 65% complete... Image migration: 66% complete... Image migration: 67% complete... Image migration: 68% complete... Image migration: 69% complete... Image migration: 71% complete... Image migration: 72% complete... Image migration: 73% complete... Image migration: 74% complete... Image migration: 75% complete... Image migration: 76% complete... Image migration: 77% complete... Image migration: 78% complete... Image migration: 79% complete... Image migration: 80% complete... Image migration: 81% complete... Image migration: 82% complete... Image migration: 83% complete... Image migration: 84% complete... Image migration: 85% complete... Image migration: 86% complete... Image migration: 87% complete... Image migration: 89% complete... Image migration: 91% complete... Image migration: 92% complete... Image migration: 93% complete... Image migration: 94% complete... Image migration: 96% complete... Image migration: 97% complete... Image migration: 98% complete... Image migration: 99% complete... Image migration: 100% complete...done. 2024-09-16T23:08:19.664 DEBUG:teuthology.parallel:result is None 2024-09-16T23:50:48.895 INFO:tasks.qemu.client.0.smithi204.stdout:acpid: exiting 2024-09-16T23:50:49.207 INFO:tasks.qemu.client.0.smithi204.stdout:Traceback (most recent call last): 2024-09-16T23:50:49.207 INFO:tasks.qemu.client.0.smithi204.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-16T23:50:49.207 INFO:tasks.qemu.client.0.smithi204.stdout:Checking for running unattended-upgrades: 2024-09-16T23:50:49.207 INFO:tasks.qemu.client.0.smithi204.stdout: self._connect_unixsocket(self.address) 2024-09-16T23:50:49.207 INFO:tasks.qemu.client.0.smithi204.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-16T23:50:49.207 INFO:tasks.qemu.client.0.smithi204.stdout: self.socket.connect(address) 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout: return getattr(self._sock,name)(*args) 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout:error: [Errno 111] Connection refused 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout:Logged from file __init__.py, line 116 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout:ec2: 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout:ec2: ############################################################# 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout:ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout:ec2: 1024 57:f4:54:4d:d2:66:6d:67:bd:60:6e:4e:9f:53:b5:73 root@test (DSA) 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout:ec2: 256 c5:3f:f4:c5:e7:e7:ab:29:13:97:83:db:9d:e5:72:47 root@test (ECDSA) 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout:ec2: 2048 a0:a6:09:b7:6b:12:84:b9:49:ff:0b:09:b7:df:27:6b root@test (RSA) 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout:-----BEGIN SSH HOST KEY KEYS----- 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout:ec2: -----END SSH HOST KEY FINGERPRINTS----- 2024-09-16T23:50:49.208 INFO:tasks.qemu.client.0.smithi204.stdout:ec2: ############################################################# 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDGieOWFnPtJ8b6oQ3z9Rb64hxnSDvxVNjP0e+VK1tvBlGVokAGL0csGznvch4CWnNlE2klByuKk0bdIrjEQr8= root@test 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkb3wshL3Yth2sQPLHmefaJKn3k04jkvjCDoexHGkWJH3Y/+Q1wjON2oSOxte07gaplv0Izugq93PUtiRWKxNRkixVMXrWC8flpIMfXDTin7pysg02fkz9l/bh8MhPrvW76h3b1hPrZ+RGRAKwPz6O2k/yrsLo8wYnI3F21H6tIkgseLqITCrzGyZf7x2g+lBzHnsBXI5NfwZYTGJmdbWrtU7eCZxsJBWEltBojxP9JxxrM/eF85wbtjKgixy8NGnv+ttFL1NjescetP9yomUPWxWUfDlhqSfAdseEnY6QPNkL2I0JooD40RZc5lzoGhrvY3UFu5F96pG+SSEn0GK1 root@test 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout:-----END SSH HOST KEY KEYS----- 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout:Traceback (most recent call last): 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout: self._connect_unixsocket(self.address) 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout: self.socket.connect(address) 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout: return getattr(self._sock,name)(*args) 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout:error: [Errno 111] Connection refused 2024-09-16T23:50:49.209 INFO:tasks.qemu.client.0.smithi204.stdout:Logged from file __init__.py, line 116 2024-09-16T23:50:49.210 INFO:tasks.qemu.client.0.smithi204.stdout:Traceback (most recent call last): 2024-09-16T23:50:49.210 INFO:tasks.qemu.client.0.smithi204.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-16T23:50:49.210 INFO:tasks.qemu.client.0.smithi204.stdout: self._connect_unixsocket(self.address) 2024-09-16T23:50:49.210 INFO:tasks.qemu.client.0.smithi204.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-16T23:50:49.210 INFO:tasks.qemu.client.0.smithi204.stdout: self.socket.connect(address) 2024-09-16T23:50:49.210 INFO:tasks.qemu.client.0.smithi204.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-16T23:50:49.210 INFO:tasks.qemu.client.0.smithi204.stdout: return getattr(self._sock,name)(*args) 2024-09-16T23:50:49.210 INFO:tasks.qemu.client.0.smithi204.stdout:error: [Errno 111] Connection refused 2024-09-16T23:50:49.210 INFO:tasks.qemu.client.0.smithi204.stdout:Logged from file __init__.py, line 116 2024-09-16T23:50:49.210 INFO:tasks.qemu.client.0.smithi204.stdout:cloud-init boot finished at Mon, 16 Sep 2024 23:50:49 +0000. Up 2701.97 seconds 2024-09-16T23:50:49.210 INFO:tasks.qemu.client.0.smithi204.stdout: * Stopping landscape-client daemon  [fail] 2024-09-16T23:50:49.220 INFO:tasks.qemu.client.0.smithi204.stdout: * Asking all remaining processes to terminate...  [ OK ] 2024-09-16T23:50:49.258 INFO:tasks.qemu.client.0.smithi204.stdout: * All processes ended within 1 seconds....  [ OK ] 2024-09-16T23:50:49.273 INFO:tasks.qemu.client.0.smithi204.stdout:rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" 2024-09-16T23:50:49.405 INFO:tasks.qemu.client.0.smithi204.stdout: * Deconfiguring network interfaces...  [ OK ] 2024-09-16T23:50:49.437 INFO:tasks.qemu.client.0.smithi204.stdout: * Deactivating swap...  [ OK ] 2024-09-16T23:50:49.463 INFO:tasks.qemu.client.0.smithi204.stdout: * Unmounting local filesystems...  [ OK ] 2024-09-16T23:50:49.560 INFO:tasks.qemu.client.0.smithi204.stdout: * Will now halt 2024-09-16T23:50:49.574 INFO:tasks.qemu.client.0.smithi204.stdout:[ 2702.555500] Power down. 2024-09-16T23:50:49.739 DEBUG:tasks.qemu:checking that qemu tests succeeded... 2024-09-16T23:50:49.739 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod a+rw -R /home/ubuntu/cephtest/archive/qemu/client.0 2024-09-16T23:50:49.768 INFO:tasks.qemu:Tearing down the nfs mount for ubuntu@smithi204.front.sepia.ceph.com 2024-09-16T23:50:49.768 INFO:tasks.qemu:Stopping NFS... 2024-09-16T23:50:49.768 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop nfs-server 2024-09-16T23:50:49.893 INFO:tasks.qemu:Unmounting exported directory... 2024-09-16T23:50:49.893 DEBUG:teuthology.orchestra.run.smithi204:> sudo umount /export/client.0 2024-09-16T23:50:49.918 INFO:tasks.qemu:Deleting export from /etc/exports... 2024-09-16T23:50:49.919 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i '\|/export/client.0|d' /etc/exports 2024-09-16T23:50:49.984 INFO:tasks.qemu:Starting NFS... 2024-09-16T23:50:49.984 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl start nfs-server 2024-09-16T23:50:50.287 DEBUG:teuthology.orchestra.run.smithi204:> test -f /home/ubuntu/cephtest/archive/qemu/client.0/success 2024-09-16T23:50:50.302 INFO:tasks.qemu:Deleting exported directory... 2024-09-16T23:50:50.302 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -r /export 2024-09-16T23:50:50.368 DEBUG:tasks.qemu:cleaning up base image files 2024-09-16T23:50:50.368 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/qemu/client.0.iso /home/ubuntu/cephtest/qemu/userdata.client.0 /home/ubuntu/cephtest/qemu/metadata.client.0 /home/ubuntu/cephtest/qemu/client.0.test.sh /home/ubuntu/cephtest/qemu_clone.client.0 2024-09-16T23:50:50.705 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum -y erase qemu-kvm-block-rbd 2024-09-16T23:50:51.057 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-09-16T23:50:51.057 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:50:51.058 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-09-16T23:50:51.058 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:50:51.058 INFO:teuthology.orchestra.run.smithi204.stdout:Removing: 2024-09-16T23:50:51.058 INFO:teuthology.orchestra.run.smithi204.stdout: qemu-kvm-block-rbd x86_64 17:9.0.0-10.el9 @appstream 41 k 2024-09-16T23:50:51.058 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:50:51.058 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-09-16T23:50:51.058 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-09-16T23:50:51.058 INFO:teuthology.orchestra.run.smithi204.stdout:Remove 1 Package 2024-09-16T23:50:51.058 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:50:51.058 INFO:teuthology.orchestra.run.smithi204.stdout:Freed space: 41 k 2024-09-16T23:50:51.058 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-09-16T23:50:51.061 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-09-16T23:50:51.062 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-09-16T23:50:51.081 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-09-16T23:50:51.081 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-09-16T23:50:51.171 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-09-16T23:50:51.677 INFO:teuthology.orchestra.run.smithi204.stdout: Erasing : qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 1/1 2024-09-16T23:50:51.916 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 1/1 2024-09-16T23:50:51.916 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:50:51.917 INFO:teuthology.orchestra.run.smithi204.stdout:Removed: 2024-09-16T23:50:51.917 INFO:teuthology.orchestra.run.smithi204.stdout: qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 2024-09-16T23:50:51.917 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-09-16T23:50:51.917 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-09-16T23:50:52.051 DEBUG:teuthology.orchestra.run.smithi204:> rmdir /home/ubuntu/cephtest/qemu || true 2024-09-16T23:50:52.085 DEBUG:teuthology.parallel:result is None 2024-09-16T23:50:52.085 INFO:teuthology.run_tasks:Running task exec... 2024-09-16T23:50:52.096 INFO:teuthology.task.exec:Executing custom commands... 2024-09-16T23:50:52.096 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi204.front.sepia.ceph.com 2024-09-16T23:50:52.096 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'pkill -9 qemu-nbd || true' 2024-09-16T23:50:52.171 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rm -rf /home/ubuntu/cephtest/migration' 2024-09-16T23:50:52.196 DEBUG:teuthology.run_tasks:Unwinding manager ceph 2024-09-16T23:50:52.205 INFO:tasks.ceph.ceph_manager.ceph:waiting for clean 2024-09-16T23:50:52.205 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-16T23:50:52.520 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:50:52.521 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-09-16T23:50:52.533 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":1464,"stamp":"2024-09-16T23:50:51.315991+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":19897059420,"num_objects":4803,"num_object_clones":0,"num_object_copies":9606,"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":4803,"num_whiteouts":0,"num_read":472179,"num_read_kb":13900713,"num_write":673009,"num_write_kb":85792741,"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":4,"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":45518,"ondisk_log_size":45518,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":754974720,"kb_used":6355156,"kb_used_data":3821352,"kb_used_omap":19,"kb_used_meta":2533612,"kb_avail":748619564,"statfs":{"total":773094113280,"available":766586433536,"internally_reserved":0,"allocated":3913064448,"data_stored":39111312304,"data_compressed":1370053555,"data_compressed_allocated":3520651264,"data_compressed_original":38726430720,"omap_allocated":19910,"internal_metadata":2594419258},"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":1808,"num_read_kb":39068,"num_write":143,"num_write_kb":3291,"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.002590"},"pg_stats":[{"pgid":"2.7","version":"26'1","reported_seq":65,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:22.841347+0000","last_change":"2024-09-16T23:02:54.674479+0000","last_active":"2024-09-16T23:48:22.841347+0000","last_peered":"2024-09-16T23:48:22.841347+0000","last_clean":"2024-09-16T23:48:22.841347+0000","last_became_active":"2024-09-16T23:02:51.888131+0000","last_became_peered":"2024-09-16T23:02:51.888131+0000","last_unstale":"2024-09-16T23:48:22.841347+0000","last_undegraded":"2024-09-16T23:48:22.841347+0000","last_fullsized":"2024-09-16T23:48:22.841347+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"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 @ 2024-09-18T05:57:16.126533+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048943299999999995,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":17,"num_read_kb":5,"num_write":1,"num_write_kb":1,"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},"up":[6,7],"acting":[6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.6","version":"27'172","reported_seq":1820,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.593301+0000","last_change":"2024-09-16T23:02:53.887786+0000","last_active":"2024-09-16T23:50:49.593301+0000","last_peered":"2024-09-16T23:50:49.593301+0000","last_clean":"2024-09-16T23:50:49.593301+0000","last_became_active":"2024-09-16T23:02:51.886569+0000","last_became_peered":"2024-09-16T23:02:51.886569+0000","last_unstale":"2024-09-16T23:50:49.593301+0000","last_undegraded":"2024-09-16T23:50:49.593301+0000","last_fullsized":"2024-09-16T23:50:49.593301+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":172,"log_dups_size":0,"ondisk_log_size":172,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00070401399999999999,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":423,"num_read_kb":277,"num_write":157,"num_write_kb":145,"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":2,"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":[1,6],"acting":[1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"27'2568","reported_seq":2625,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:59.845719+0000","last_change":"2024-09-16T23:02:54.767841+0000","last_active":"2024-09-16T23:48:59.845719+0000","last_peered":"2024-09-16T23:48:59.845719+0000","last_clean":"2024-09-16T23:48:59.845719+0000","last_became_active":"2024-09-16T23:02:51.884422+0000","last_became_peered":"2024-09-16T23:02:51.884422+0000","last_unstale":"2024-09-16T23:48:59.845719+0000","last_undegraded":"2024-09-16T23:48:59.845719+0000","last_fullsized":"2024-09-16T23:48:59.845719+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":2568,"log_dups_size":0,"ondisk_log_size":2568,"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 @ 2024-09-18T09:58:12.426181+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052797800000000002,"stat_sum":{"num_bytes":674,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":15376,"num_read_kb":12810,"num_write":5128,"num_write_kb":5122,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"26'3","reported_seq":69,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:44.856489+0000","last_change":"2024-09-16T23:02:53.887756+0000","last_active":"2024-09-16T23:48:44.856489+0000","last_peered":"2024-09-16T23:48:44.856489+0000","last_clean":"2024-09-16T23:48:44.856489+0000","last_became_active":"2024-09-16T23:02:51.884517+0000","last_became_peered":"2024-09-16T23:02:51.884517+0000","last_unstale":"2024-09-16T23:48:44.856489+0000","last_undegraded":"2024-09-16T23:48:44.856489+0000","last_fullsized":"2024-09-16T23:48:44.856489+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"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 @ 2024-09-18T00:11:15.701008+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00069995500000000004,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":14,"num_read_kb":14,"num_write":3,"num_write_kb":3,"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":1,"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":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"27'332197","reported_seq":525139,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.526837+0000","last_change":"2024-09-16T23:03:02.367153+0000","last_active":"2024-09-16T23:50:49.526837+0000","last_peered":"2024-09-16T23:50:49.526837+0000","last_clean":"2024-09-16T23:50:49.526837+0000","last_became_active":"2024-09-16T23:03:00.356658+0000","last_became_peered":"2024-09-16T23:03:00.356658+0000","last_unstale":"2024-09-16T23:50:49.526837+0000","last_undegraded":"2024-09-16T23:50:49.526837+0000","last_fullsized":"2024-09-16T23:50:49.526837+0000","mapping_epoch":23,"log_start":"27'322100","ondisk_log_start":"27'322100","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10097,"log_dups_size":0,"ondisk_log_size":10097,"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 @ 2024-09-18T10:10:43.809898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043612399999999997,"stat_sum":{"num_bytes":5077258240,"num_objects":1222,"num_object_clones":0,"num_object_copies":2444,"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":1222,"num_whiteouts":0,"num_read":192975,"num_read_kb":4729738,"num_write":332216,"num_write_kb":25103959,"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},"up":[4,0],"acting":[4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.2","version":"27'1743","reported_seq":1829,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:43.848827+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:48:43.848827+0000","last_peered":"2024-09-16T23:48:43.848827+0000","last_clean":"2024-09-16T23:48:43.848827+0000","last_became_active":"2024-09-16T23:02:51.884556+0000","last_became_peered":"2024-09-16T23:02:51.884556+0000","last_unstale":"2024-09-16T23:48:43.848827+0000","last_undegraded":"2024-09-16T23:48:43.848827+0000","last_fullsized":"2024-09-16T23:48:43.848827+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1743,"log_dups_size":0,"ondisk_log_size":1743,"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 @ 2024-09-18T10:33:44.157347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059393300000000005,"stat_sum":{"num_bytes":693,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":10447,"num_read_kb":8707,"num_write":3477,"num_write_kb":3472,"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},"up":[5,1],"acting":[5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.0","version":"27'83793","reported_seq":134207,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.558636+0000","last_change":"2024-09-16T23:03:02.789843+0000","last_active":"2024-09-16T23:50:49.558636+0000","last_peered":"2024-09-16T23:50:49.558636+0000","last_clean":"2024-09-16T23:50:49.558636+0000","last_became_active":"2024-09-16T23:03:00.357125+0000","last_became_peered":"2024-09-16T23:03:00.357125+0000","last_unstale":"2024-09-16T23:50:49.558636+0000","last_undegraded":"2024-09-16T23:50:49.558636+0000","last_fullsized":"2024-09-16T23:50:49.558636+0000","mapping_epoch":23,"log_start":"27'73700","ondisk_log_start":"27'73700","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10093,"log_dups_size":0,"ondisk_log_size":10093,"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 @ 2024-09-18T07:38:54.920375+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037221299999999998,"stat_sum":{"num_bytes":4834874880,"num_objects":1164,"num_object_clones":0,"num_object_copies":2328,"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":1164,"num_whiteouts":0,"num_read":50436,"num_read_kb":2815662,"num_write":83819,"num_write_kb":17868168,"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},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'155","reported_seq":2256,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.581090+0000","last_change":"2024-09-16T23:02:53.883466+0000","last_active":"2024-09-16T23:50:49.581090+0000","last_peered":"2024-09-16T23:50:49.581090+0000","last_clean":"2024-09-16T23:50:49.581090+0000","last_became_active":"2024-09-16T23:02:51.920558+0000","last_became_peered":"2024-09-16T23:02:51.920558+0000","last_unstale":"2024-09-16T23:50:49.581090+0000","last_undegraded":"2024-09-16T23:50:49.581090+0000","last_fullsized":"2024-09-16T23:50:49.581090+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":155,"log_dups_size":0,"ondisk_log_size":155,"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 @ 2024-09-18T07:02:08.925497+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055189900000000001,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":568,"num_read_kb":476,"num_write":135,"num_write_kb":126,"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":1,"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":[2,3],"acting":[2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"27'147874","reported_seq":281126,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:46.512994+0000","last_change":"2024-09-16T23:03:02.706515+0000","last_active":"2024-09-16T23:50:46.512994+0000","last_peered":"2024-09-16T23:50:46.512994+0000","last_clean":"2024-09-16T23:50:46.512994+0000","last_became_active":"2024-09-16T23:03:00.358370+0000","last_became_peered":"2024-09-16T23:03:00.358370+0000","last_unstale":"2024-09-16T23:50:46.512994+0000","last_undegraded":"2024-09-16T23:50:46.512994+0000","last_fullsized":"2024-09-16T23:50:46.512994+0000","mapping_epoch":23,"log_start":"27'137800","ondisk_log_start":"27'137800","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10074,"log_dups_size":0,"ondisk_log_size":10074,"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 @ 2024-09-18T07:45:47.380902+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052727799999999995,"stat_sum":{"num_bytes":4841906176,"num_objects":1163,"num_object_clones":0,"num_object_copies":2326,"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":1163,"num_whiteouts":0,"num_read":133269,"num_read_kb":3516863,"num_write":147908,"num_write_kb":22058249,"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},"up":[0,4],"acting":[0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"26'1","reported_seq":62,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:47:04.905581+0000","last_change":"2024-09-16T23:02:54.767733+0000","last_active":"2024-09-16T23:47:04.905581+0000","last_peered":"2024-09-16T23:47:04.905581+0000","last_clean":"2024-09-16T23:47:04.905581+0000","last_became_active":"2024-09-16T23:02:51.884188+0000","last_became_peered":"2024-09-16T23:02:51.884188+0000","last_unstale":"2024-09-16T23:47:04.905581+0000","last_undegraded":"2024-09-16T23:47:04.905581+0000","last_fullsized":"2024-09-16T23:47:04.905581+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"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 @ 2024-09-18T10:28:17.107381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042776499999999998,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"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},"up":[7,1],"acting":[7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2","version":"27'99036","reported_seq":164611,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.561548+0000","last_change":"2024-09-16T23:03:02.366285+0000","last_active":"2024-09-16T23:50:49.561548+0000","last_peered":"2024-09-16T23:50:49.561548+0000","last_clean":"2024-09-16T23:50:49.561548+0000","last_became_active":"2024-09-16T23:03:00.412073+0000","last_became_peered":"2024-09-16T23:03:00.412073+0000","last_unstale":"2024-09-16T23:50:49.561548+0000","last_undegraded":"2024-09-16T23:50:49.561548+0000","last_fullsized":"2024-09-16T23:50:49.561548+0000","mapping_epoch":23,"log_start":"27'89000","ondisk_log_start":"27'89000","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10036,"log_dups_size":0,"ondisk_log_size":10036,"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 @ 2024-09-18T10:10:43.809898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066633299999999996,"stat_sum":{"num_bytes":5142427667,"num_objects":1240,"num_object_clones":0,"num_object_copies":2480,"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":1240,"num_whiteouts":0,"num_read":65600,"num_read_kb":2813626,"num_write":99068,"num_write_kb":20750879,"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},"up":[3,5],"acting":[3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"27'503","reported_seq":562,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:43.848851+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:48:43.848851+0000","last_peered":"2024-09-16T23:48:43.848851+0000","last_clean":"2024-09-16T23:48:43.848851+0000","last_became_active":"2024-09-16T23:02:51.885151+0000","last_became_peered":"2024-09-16T23:02:51.885151+0000","last_unstale":"2024-09-16T23:48:43.848851+0000","last_undegraded":"2024-09-16T23:48:43.848851+0000","last_fullsized":"2024-09-16T23:48:43.848851+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":503,"log_dups_size":0,"ondisk_log_size":503,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059453100000000003,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":2977,"num_read_kb":2477,"num_write":995,"num_write_kb":988,"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},"up":[5,2],"acting":[5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"16'72","reported_seq":146,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:46:54.904908+0000","last_change":"2024-09-16T23:02:44.892663+0000","last_active":"2024-09-16T23:46:54.904908+0000","last_peered":"2024-09-16T23:46:54.904908+0000","last_clean":"2024-09-16T23:46:54.904908+0000","last_became_active":"2024-09-16T23:02:44.891256+0000","last_became_peered":"2024-09-16T23:02:44.891256+0000","last_unstale":"2024-09-16T23:46:54.904908+0000","last_undegraded":"2024-09-16T23:46:54.904908+0000","last_fullsized":"2024-09-16T23:46:54.904908+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":14,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_clean_scrub_stamp":"2024-09-16T23:02:42.836329+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"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 @ 2024-09-18T09:08:08.741022+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":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":19896466963,"num_objects":4789,"num_object_clones":0,"num_object_copies":9578,"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":4789,"num_whiteouts":0,"num_read":442280,"num_read_kb":13875889,"num_write":663011,"num_write_kb":85781255,"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":3910598656,"data_stored":39109269542,"data_compressed":1370003226,"data_compressed_allocated":3520544768,"data_compressed_original":38725291520,"omap_allocated":0,"internal_metadata":0},"log_size":40300,"ondisk_log_size":40300,"up":8,"acting":8,"num_store_stats":6},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2089,"num_objects":12,"num_object_clones":0,"num_object_copies":24,"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":12,"num_whiteouts":0,"num_read":29833,"num_read_kb":24769,"num_write":9897,"num_write_kb":9858,"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":4,"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":57344,"data_stored":4178,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1327,"internal_metadata":0},"log_size":5146,"ondisk_log_size":5146,"up":16,"acting":16,"num_store_stats":7},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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":114688,"data_stored":1180736,"data_compressed":17606,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":7,"up_from":15,"seq":64424510021,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":75944,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":75582,"kb_avail":94295896,"statfs":{"total":96636764160,"available":96558997504,"internally_reserved":0,"allocated":352256,"data_stored":698305,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1590,"internal_metadata":77396426},"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":[]},{"osd":4,"up_from":15,"seq":64424510021,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1433744,"kb_used_data":971200,"kb_used_omap":4,"kb_used_meta":462523,"kb_avail":92938096,"statfs":{"total":96636764160,"available":95168610304,"internally_reserved":0,"allocated":994508800,"data_stored":9765244639,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674491392,"omap_allocated":4510,"internal_metadata":473624162},"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":[]},{"osd":3,"up_from":15,"seq":64424510021,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":859568,"kb_used_data":477208,"kb_used_omap":1,"kb_used_meta":382334,"kb_avail":93512272,"statfs":{"total":96636764160,"available":95756566528,"internally_reserved":0,"allocated":488660992,"data_stored":5034397442,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":1593,"internal_metadata":391510471},"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":[]},{"osd":2,"up_from":15,"seq":64424510021,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":777492,"kb_used_data":461824,"kb_used_omap":1,"kb_used_meta":315646,"kb_avail":93594348,"statfs":{"total":96636764160,"available":95840612352,"internally_reserved":0,"allocated":472907776,"data_stored":4755315089,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":1595,"internal_metadata":323221957},"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":[]},{"osd":1,"up_from":15,"seq":64424510019,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":817808,"kb_used_data":461824,"kb_used_omap":1,"kb_used_meta":355966,"kb_avail":93554032,"statfs":{"total":96636764160,"available":95799328768,"internally_reserved":0,"allocated":472907776,"data_stored":4755315108,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705423872,"omap_allocated":1595,"internal_metadata":364509637},"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":[]},{"osd":5,"up_from":14,"seq":60129542723,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":901248,"kb_used_data":477164,"kb_used_omap":1,"kb_used_meta":424062,"kb_avail":93470592,"statfs":{"total":96636764160,"available":95713886208,"internally_reserved":0,"allocated":488615936,"data_stored":5034398793,"data_compressed":158713514,"data_compressed_allocated":435752960,"data_compressed_original":4982842880,"omap_allocated":1595,"internal_metadata":434239941},"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":[]},{"osd":6,"up_from":13,"seq":55834575428,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31464,"kb_used_data":280,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340376,"statfs":{"total":96636764160,"available":96604545024,"internally_reserved":0,"allocated":286720,"data_stored":107247,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]},{"osd":0,"up_from":13,"seq":55834575428,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1457888,"kb_used_data":971508,"kb_used_omap":5,"kb_used_meta":486330,"kb_avail":92913952,"statfs":{"total":96636764160,"available":95143886848,"internally_reserved":0,"allocated":994824192,"data_stored":9765835681,"data_compressed":365853751,"data_compressed_allocated":902696960,"data_compressed_original":9674906624,"omap_allocated":5838,"internal_metadata":498002226},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":674,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1327,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":690,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":16,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":16,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":994435072,"data_stored":9765137408,"data_compressed":365812225,"data_compressed_allocated":902627328,"data_compressed_original":9674349056,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":472616960,"data_stored":4755207168,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":472616960,"data_stored":4755207168,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":488374272,"data_stored":5034290195,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":994234368,"data_stored":9765137408,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674487296,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":488321024,"data_stored":5034290195,"data_compressed":158713514,"data_compressed_allocated":435752960,"data_compressed_original":4982842880,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T23:50:52.535 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-16T23:50:52.831 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:50:52.832 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-09-16T23:50:52.843 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":1464,"stamp":"2024-09-16T23:50:51.315991+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":19897059420,"num_objects":4803,"num_object_clones":0,"num_object_copies":9606,"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":4803,"num_whiteouts":0,"num_read":472179,"num_read_kb":13900713,"num_write":673009,"num_write_kb":85792741,"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":4,"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":45518,"ondisk_log_size":45518,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":754974720,"kb_used":6355156,"kb_used_data":3821352,"kb_used_omap":19,"kb_used_meta":2533612,"kb_avail":748619564,"statfs":{"total":773094113280,"available":766586433536,"internally_reserved":0,"allocated":3913064448,"data_stored":39111312304,"data_compressed":1370053555,"data_compressed_allocated":3520651264,"data_compressed_original":38726430720,"omap_allocated":19910,"internal_metadata":2594419258},"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":1808,"num_read_kb":39068,"num_write":143,"num_write_kb":3291,"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.002590"},"pg_stats":[{"pgid":"2.7","version":"26'1","reported_seq":65,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:22.841347+0000","last_change":"2024-09-16T23:02:54.674479+0000","last_active":"2024-09-16T23:48:22.841347+0000","last_peered":"2024-09-16T23:48:22.841347+0000","last_clean":"2024-09-16T23:48:22.841347+0000","last_became_active":"2024-09-16T23:02:51.888131+0000","last_became_peered":"2024-09-16T23:02:51.888131+0000","last_unstale":"2024-09-16T23:48:22.841347+0000","last_undegraded":"2024-09-16T23:48:22.841347+0000","last_fullsized":"2024-09-16T23:48:22.841347+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"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 @ 2024-09-18T05:57:16.126533+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048943299999999995,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":17,"num_read_kb":5,"num_write":1,"num_write_kb":1,"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},"up":[6,7],"acting":[6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.6","version":"27'172","reported_seq":1820,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.593301+0000","last_change":"2024-09-16T23:02:53.887786+0000","last_active":"2024-09-16T23:50:49.593301+0000","last_peered":"2024-09-16T23:50:49.593301+0000","last_clean":"2024-09-16T23:50:49.593301+0000","last_became_active":"2024-09-16T23:02:51.886569+0000","last_became_peered":"2024-09-16T23:02:51.886569+0000","last_unstale":"2024-09-16T23:50:49.593301+0000","last_undegraded":"2024-09-16T23:50:49.593301+0000","last_fullsized":"2024-09-16T23:50:49.593301+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":172,"log_dups_size":0,"ondisk_log_size":172,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00070401399999999999,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":423,"num_read_kb":277,"num_write":157,"num_write_kb":145,"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":2,"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":[1,6],"acting":[1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"27'2568","reported_seq":2625,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:59.845719+0000","last_change":"2024-09-16T23:02:54.767841+0000","last_active":"2024-09-16T23:48:59.845719+0000","last_peered":"2024-09-16T23:48:59.845719+0000","last_clean":"2024-09-16T23:48:59.845719+0000","last_became_active":"2024-09-16T23:02:51.884422+0000","last_became_peered":"2024-09-16T23:02:51.884422+0000","last_unstale":"2024-09-16T23:48:59.845719+0000","last_undegraded":"2024-09-16T23:48:59.845719+0000","last_fullsized":"2024-09-16T23:48:59.845719+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":2568,"log_dups_size":0,"ondisk_log_size":2568,"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 @ 2024-09-18T09:58:12.426181+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052797800000000002,"stat_sum":{"num_bytes":674,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":15376,"num_read_kb":12810,"num_write":5128,"num_write_kb":5122,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"26'3","reported_seq":69,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:44.856489+0000","last_change":"2024-09-16T23:02:53.887756+0000","last_active":"2024-09-16T23:48:44.856489+0000","last_peered":"2024-09-16T23:48:44.856489+0000","last_clean":"2024-09-16T23:48:44.856489+0000","last_became_active":"2024-09-16T23:02:51.884517+0000","last_became_peered":"2024-09-16T23:02:51.884517+0000","last_unstale":"2024-09-16T23:48:44.856489+0000","last_undegraded":"2024-09-16T23:48:44.856489+0000","last_fullsized":"2024-09-16T23:48:44.856489+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"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 @ 2024-09-18T00:11:15.701008+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00069995500000000004,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":14,"num_read_kb":14,"num_write":3,"num_write_kb":3,"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":1,"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":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"27'332197","reported_seq":525139,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.526837+0000","last_change":"2024-09-16T23:03:02.367153+0000","last_active":"2024-09-16T23:50:49.526837+0000","last_peered":"2024-09-16T23:50:49.526837+0000","last_clean":"2024-09-16T23:50:49.526837+0000","last_became_active":"2024-09-16T23:03:00.356658+0000","last_became_peered":"2024-09-16T23:03:00.356658+0000","last_unstale":"2024-09-16T23:50:49.526837+0000","last_undegraded":"2024-09-16T23:50:49.526837+0000","last_fullsized":"2024-09-16T23:50:49.526837+0000","mapping_epoch":23,"log_start":"27'322100","ondisk_log_start":"27'322100","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10097,"log_dups_size":0,"ondisk_log_size":10097,"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 @ 2024-09-18T10:10:43.809898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043612399999999997,"stat_sum":{"num_bytes":5077258240,"num_objects":1222,"num_object_clones":0,"num_object_copies":2444,"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":1222,"num_whiteouts":0,"num_read":192975,"num_read_kb":4729738,"num_write":332216,"num_write_kb":25103959,"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},"up":[4,0],"acting":[4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.2","version":"27'1743","reported_seq":1829,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:43.848827+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:48:43.848827+0000","last_peered":"2024-09-16T23:48:43.848827+0000","last_clean":"2024-09-16T23:48:43.848827+0000","last_became_active":"2024-09-16T23:02:51.884556+0000","last_became_peered":"2024-09-16T23:02:51.884556+0000","last_unstale":"2024-09-16T23:48:43.848827+0000","last_undegraded":"2024-09-16T23:48:43.848827+0000","last_fullsized":"2024-09-16T23:48:43.848827+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1743,"log_dups_size":0,"ondisk_log_size":1743,"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 @ 2024-09-18T10:33:44.157347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059393300000000005,"stat_sum":{"num_bytes":693,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":10447,"num_read_kb":8707,"num_write":3477,"num_write_kb":3472,"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},"up":[5,1],"acting":[5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.0","version":"27'83793","reported_seq":134207,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.558636+0000","last_change":"2024-09-16T23:03:02.789843+0000","last_active":"2024-09-16T23:50:49.558636+0000","last_peered":"2024-09-16T23:50:49.558636+0000","last_clean":"2024-09-16T23:50:49.558636+0000","last_became_active":"2024-09-16T23:03:00.357125+0000","last_became_peered":"2024-09-16T23:03:00.357125+0000","last_unstale":"2024-09-16T23:50:49.558636+0000","last_undegraded":"2024-09-16T23:50:49.558636+0000","last_fullsized":"2024-09-16T23:50:49.558636+0000","mapping_epoch":23,"log_start":"27'73700","ondisk_log_start":"27'73700","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10093,"log_dups_size":0,"ondisk_log_size":10093,"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 @ 2024-09-18T07:38:54.920375+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037221299999999998,"stat_sum":{"num_bytes":4834874880,"num_objects":1164,"num_object_clones":0,"num_object_copies":2328,"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":1164,"num_whiteouts":0,"num_read":50436,"num_read_kb":2815662,"num_write":83819,"num_write_kb":17868168,"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},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'155","reported_seq":2256,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.581090+0000","last_change":"2024-09-16T23:02:53.883466+0000","last_active":"2024-09-16T23:50:49.581090+0000","last_peered":"2024-09-16T23:50:49.581090+0000","last_clean":"2024-09-16T23:50:49.581090+0000","last_became_active":"2024-09-16T23:02:51.920558+0000","last_became_peered":"2024-09-16T23:02:51.920558+0000","last_unstale":"2024-09-16T23:50:49.581090+0000","last_undegraded":"2024-09-16T23:50:49.581090+0000","last_fullsized":"2024-09-16T23:50:49.581090+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":155,"log_dups_size":0,"ondisk_log_size":155,"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 @ 2024-09-18T07:02:08.925497+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055189900000000001,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":568,"num_read_kb":476,"num_write":135,"num_write_kb":126,"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":1,"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":[2,3],"acting":[2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"27'147874","reported_seq":281126,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:46.512994+0000","last_change":"2024-09-16T23:03:02.706515+0000","last_active":"2024-09-16T23:50:46.512994+0000","last_peered":"2024-09-16T23:50:46.512994+0000","last_clean":"2024-09-16T23:50:46.512994+0000","last_became_active":"2024-09-16T23:03:00.358370+0000","last_became_peered":"2024-09-16T23:03:00.358370+0000","last_unstale":"2024-09-16T23:50:46.512994+0000","last_undegraded":"2024-09-16T23:50:46.512994+0000","last_fullsized":"2024-09-16T23:50:46.512994+0000","mapping_epoch":23,"log_start":"27'137800","ondisk_log_start":"27'137800","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10074,"log_dups_size":0,"ondisk_log_size":10074,"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 @ 2024-09-18T07:45:47.380902+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052727799999999995,"stat_sum":{"num_bytes":4841906176,"num_objects":1163,"num_object_clones":0,"num_object_copies":2326,"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":1163,"num_whiteouts":0,"num_read":133269,"num_read_kb":3516863,"num_write":147908,"num_write_kb":22058249,"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},"up":[0,4],"acting":[0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"26'1","reported_seq":62,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:47:04.905581+0000","last_change":"2024-09-16T23:02:54.767733+0000","last_active":"2024-09-16T23:47:04.905581+0000","last_peered":"2024-09-16T23:47:04.905581+0000","last_clean":"2024-09-16T23:47:04.905581+0000","last_became_active":"2024-09-16T23:02:51.884188+0000","last_became_peered":"2024-09-16T23:02:51.884188+0000","last_unstale":"2024-09-16T23:47:04.905581+0000","last_undegraded":"2024-09-16T23:47:04.905581+0000","last_fullsized":"2024-09-16T23:47:04.905581+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"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 @ 2024-09-18T10:28:17.107381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042776499999999998,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"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},"up":[7,1],"acting":[7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2","version":"27'99036","reported_seq":164611,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.561548+0000","last_change":"2024-09-16T23:03:02.366285+0000","last_active":"2024-09-16T23:50:49.561548+0000","last_peered":"2024-09-16T23:50:49.561548+0000","last_clean":"2024-09-16T23:50:49.561548+0000","last_became_active":"2024-09-16T23:03:00.412073+0000","last_became_peered":"2024-09-16T23:03:00.412073+0000","last_unstale":"2024-09-16T23:50:49.561548+0000","last_undegraded":"2024-09-16T23:50:49.561548+0000","last_fullsized":"2024-09-16T23:50:49.561548+0000","mapping_epoch":23,"log_start":"27'89000","ondisk_log_start":"27'89000","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10036,"log_dups_size":0,"ondisk_log_size":10036,"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 @ 2024-09-18T10:10:43.809898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066633299999999996,"stat_sum":{"num_bytes":5142427667,"num_objects":1240,"num_object_clones":0,"num_object_copies":2480,"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":1240,"num_whiteouts":0,"num_read":65600,"num_read_kb":2813626,"num_write":99068,"num_write_kb":20750879,"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},"up":[3,5],"acting":[3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"27'503","reported_seq":562,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:43.848851+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:48:43.848851+0000","last_peered":"2024-09-16T23:48:43.848851+0000","last_clean":"2024-09-16T23:48:43.848851+0000","last_became_active":"2024-09-16T23:02:51.885151+0000","last_became_peered":"2024-09-16T23:02:51.885151+0000","last_unstale":"2024-09-16T23:48:43.848851+0000","last_undegraded":"2024-09-16T23:48:43.848851+0000","last_fullsized":"2024-09-16T23:48:43.848851+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":503,"log_dups_size":0,"ondisk_log_size":503,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059453100000000003,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":2977,"num_read_kb":2477,"num_write":995,"num_write_kb":988,"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},"up":[5,2],"acting":[5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"16'72","reported_seq":146,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:46:54.904908+0000","last_change":"2024-09-16T23:02:44.892663+0000","last_active":"2024-09-16T23:46:54.904908+0000","last_peered":"2024-09-16T23:46:54.904908+0000","last_clean":"2024-09-16T23:46:54.904908+0000","last_became_active":"2024-09-16T23:02:44.891256+0000","last_became_peered":"2024-09-16T23:02:44.891256+0000","last_unstale":"2024-09-16T23:46:54.904908+0000","last_undegraded":"2024-09-16T23:46:54.904908+0000","last_fullsized":"2024-09-16T23:46:54.904908+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":14,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_clean_scrub_stamp":"2024-09-16T23:02:42.836329+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"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 @ 2024-09-18T09:08:08.741022+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":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":19896466963,"num_objects":4789,"num_object_clones":0,"num_object_copies":9578,"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":4789,"num_whiteouts":0,"num_read":442280,"num_read_kb":13875889,"num_write":663011,"num_write_kb":85781255,"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":3910598656,"data_stored":39109269542,"data_compressed":1370003226,"data_compressed_allocated":3520544768,"data_compressed_original":38725291520,"omap_allocated":0,"internal_metadata":0},"log_size":40300,"ondisk_log_size":40300,"up":8,"acting":8,"num_store_stats":6},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2089,"num_objects":12,"num_object_clones":0,"num_object_copies":24,"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":12,"num_whiteouts":0,"num_read":29833,"num_read_kb":24769,"num_write":9897,"num_write_kb":9858,"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":4,"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":57344,"data_stored":4178,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1327,"internal_metadata":0},"log_size":5146,"ondisk_log_size":5146,"up":16,"acting":16,"num_store_stats":7},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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":114688,"data_stored":1180736,"data_compressed":17606,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":7,"up_from":15,"seq":64424510021,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":75944,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":75582,"kb_avail":94295896,"statfs":{"total":96636764160,"available":96558997504,"internally_reserved":0,"allocated":352256,"data_stored":698305,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1590,"internal_metadata":77396426},"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":[]},{"osd":4,"up_from":15,"seq":64424510021,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1433744,"kb_used_data":971200,"kb_used_omap":4,"kb_used_meta":462523,"kb_avail":92938096,"statfs":{"total":96636764160,"available":95168610304,"internally_reserved":0,"allocated":994508800,"data_stored":9765244639,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674491392,"omap_allocated":4510,"internal_metadata":473624162},"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":[]},{"osd":3,"up_from":15,"seq":64424510021,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":859568,"kb_used_data":477208,"kb_used_omap":1,"kb_used_meta":382334,"kb_avail":93512272,"statfs":{"total":96636764160,"available":95756566528,"internally_reserved":0,"allocated":488660992,"data_stored":5034397442,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":1593,"internal_metadata":391510471},"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":[]},{"osd":2,"up_from":15,"seq":64424510021,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":777492,"kb_used_data":461824,"kb_used_omap":1,"kb_used_meta":315646,"kb_avail":93594348,"statfs":{"total":96636764160,"available":95840612352,"internally_reserved":0,"allocated":472907776,"data_stored":4755315089,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":1595,"internal_metadata":323221957},"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":[]},{"osd":1,"up_from":15,"seq":64424510019,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":817808,"kb_used_data":461824,"kb_used_omap":1,"kb_used_meta":355966,"kb_avail":93554032,"statfs":{"total":96636764160,"available":95799328768,"internally_reserved":0,"allocated":472907776,"data_stored":4755315108,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705423872,"omap_allocated":1595,"internal_metadata":364509637},"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":[]},{"osd":5,"up_from":14,"seq":60129542723,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":901248,"kb_used_data":477164,"kb_used_omap":1,"kb_used_meta":424062,"kb_avail":93470592,"statfs":{"total":96636764160,"available":95713886208,"internally_reserved":0,"allocated":488615936,"data_stored":5034398793,"data_compressed":158713514,"data_compressed_allocated":435752960,"data_compressed_original":4982842880,"omap_allocated":1595,"internal_metadata":434239941},"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":[]},{"osd":6,"up_from":13,"seq":55834575428,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31464,"kb_used_data":280,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340376,"statfs":{"total":96636764160,"available":96604545024,"internally_reserved":0,"allocated":286720,"data_stored":107247,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]},{"osd":0,"up_from":13,"seq":55834575428,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1457888,"kb_used_data":971508,"kb_used_omap":5,"kb_used_meta":486330,"kb_avail":92913952,"statfs":{"total":96636764160,"available":95143886848,"internally_reserved":0,"allocated":994824192,"data_stored":9765835681,"data_compressed":365853751,"data_compressed_allocated":902696960,"data_compressed_original":9674906624,"omap_allocated":5838,"internal_metadata":498002226},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":674,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1327,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":690,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":16,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":16,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":994435072,"data_stored":9765137408,"data_compressed":365812225,"data_compressed_allocated":902627328,"data_compressed_original":9674349056,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":472616960,"data_stored":4755207168,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":472616960,"data_stored":4755207168,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":488374272,"data_stored":5034290195,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":994234368,"data_stored":9765137408,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674487296,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":488321024,"data_stored":5034290195,"data_compressed":158713514,"data_compressed_allocated":435752960,"data_compressed_original":4982842880,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T23:50:52.844 INFO:tasks.ceph.ceph_manager.ceph:clean! 2024-09-16T23:50:52.845 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-16T23:50:53.139 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:50:53.140 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-09-16T23:50:53.152 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":1464,"stamp":"2024-09-16T23:50:51.315991+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":19897059420,"num_objects":4803,"num_object_clones":0,"num_object_copies":9606,"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":4803,"num_whiteouts":0,"num_read":472179,"num_read_kb":13900713,"num_write":673009,"num_write_kb":85792741,"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":4,"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":45518,"ondisk_log_size":45518,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":754974720,"kb_used":6355156,"kb_used_data":3821352,"kb_used_omap":19,"kb_used_meta":2533612,"kb_avail":748619564,"statfs":{"total":773094113280,"available":766586433536,"internally_reserved":0,"allocated":3913064448,"data_stored":39111312304,"data_compressed":1370053555,"data_compressed_allocated":3520651264,"data_compressed_original":38726430720,"omap_allocated":19910,"internal_metadata":2594419258},"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":1808,"num_read_kb":39068,"num_write":143,"num_write_kb":3291,"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.002590"},"pg_stats":[{"pgid":"2.7","version":"26'1","reported_seq":65,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:22.841347+0000","last_change":"2024-09-16T23:02:54.674479+0000","last_active":"2024-09-16T23:48:22.841347+0000","last_peered":"2024-09-16T23:48:22.841347+0000","last_clean":"2024-09-16T23:48:22.841347+0000","last_became_active":"2024-09-16T23:02:51.888131+0000","last_became_peered":"2024-09-16T23:02:51.888131+0000","last_unstale":"2024-09-16T23:48:22.841347+0000","last_undegraded":"2024-09-16T23:48:22.841347+0000","last_fullsized":"2024-09-16T23:48:22.841347+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"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 @ 2024-09-18T05:57:16.126533+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048943299999999995,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":17,"num_read_kb":5,"num_write":1,"num_write_kb":1,"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},"up":[6,7],"acting":[6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.6","version":"27'172","reported_seq":1820,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.593301+0000","last_change":"2024-09-16T23:02:53.887786+0000","last_active":"2024-09-16T23:50:49.593301+0000","last_peered":"2024-09-16T23:50:49.593301+0000","last_clean":"2024-09-16T23:50:49.593301+0000","last_became_active":"2024-09-16T23:02:51.886569+0000","last_became_peered":"2024-09-16T23:02:51.886569+0000","last_unstale":"2024-09-16T23:50:49.593301+0000","last_undegraded":"2024-09-16T23:50:49.593301+0000","last_fullsized":"2024-09-16T23:50:49.593301+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":172,"log_dups_size":0,"ondisk_log_size":172,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00070401399999999999,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":423,"num_read_kb":277,"num_write":157,"num_write_kb":145,"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":2,"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":[1,6],"acting":[1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"27'2568","reported_seq":2625,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:59.845719+0000","last_change":"2024-09-16T23:02:54.767841+0000","last_active":"2024-09-16T23:48:59.845719+0000","last_peered":"2024-09-16T23:48:59.845719+0000","last_clean":"2024-09-16T23:48:59.845719+0000","last_became_active":"2024-09-16T23:02:51.884422+0000","last_became_peered":"2024-09-16T23:02:51.884422+0000","last_unstale":"2024-09-16T23:48:59.845719+0000","last_undegraded":"2024-09-16T23:48:59.845719+0000","last_fullsized":"2024-09-16T23:48:59.845719+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":2568,"log_dups_size":0,"ondisk_log_size":2568,"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 @ 2024-09-18T09:58:12.426181+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052797800000000002,"stat_sum":{"num_bytes":674,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":15376,"num_read_kb":12810,"num_write":5128,"num_write_kb":5122,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"26'3","reported_seq":69,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:44.856489+0000","last_change":"2024-09-16T23:02:53.887756+0000","last_active":"2024-09-16T23:48:44.856489+0000","last_peered":"2024-09-16T23:48:44.856489+0000","last_clean":"2024-09-16T23:48:44.856489+0000","last_became_active":"2024-09-16T23:02:51.884517+0000","last_became_peered":"2024-09-16T23:02:51.884517+0000","last_unstale":"2024-09-16T23:48:44.856489+0000","last_undegraded":"2024-09-16T23:48:44.856489+0000","last_fullsized":"2024-09-16T23:48:44.856489+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"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 @ 2024-09-18T00:11:15.701008+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00069995500000000004,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":14,"num_read_kb":14,"num_write":3,"num_write_kb":3,"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":1,"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":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"27'332197","reported_seq":525139,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.526837+0000","last_change":"2024-09-16T23:03:02.367153+0000","last_active":"2024-09-16T23:50:49.526837+0000","last_peered":"2024-09-16T23:50:49.526837+0000","last_clean":"2024-09-16T23:50:49.526837+0000","last_became_active":"2024-09-16T23:03:00.356658+0000","last_became_peered":"2024-09-16T23:03:00.356658+0000","last_unstale":"2024-09-16T23:50:49.526837+0000","last_undegraded":"2024-09-16T23:50:49.526837+0000","last_fullsized":"2024-09-16T23:50:49.526837+0000","mapping_epoch":23,"log_start":"27'322100","ondisk_log_start":"27'322100","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10097,"log_dups_size":0,"ondisk_log_size":10097,"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 @ 2024-09-18T10:10:43.809898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043612399999999997,"stat_sum":{"num_bytes":5077258240,"num_objects":1222,"num_object_clones":0,"num_object_copies":2444,"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":1222,"num_whiteouts":0,"num_read":192975,"num_read_kb":4729738,"num_write":332216,"num_write_kb":25103959,"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},"up":[4,0],"acting":[4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.2","version":"27'1743","reported_seq":1829,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:43.848827+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:48:43.848827+0000","last_peered":"2024-09-16T23:48:43.848827+0000","last_clean":"2024-09-16T23:48:43.848827+0000","last_became_active":"2024-09-16T23:02:51.884556+0000","last_became_peered":"2024-09-16T23:02:51.884556+0000","last_unstale":"2024-09-16T23:48:43.848827+0000","last_undegraded":"2024-09-16T23:48:43.848827+0000","last_fullsized":"2024-09-16T23:48:43.848827+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1743,"log_dups_size":0,"ondisk_log_size":1743,"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 @ 2024-09-18T10:33:44.157347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059393300000000005,"stat_sum":{"num_bytes":693,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":10447,"num_read_kb":8707,"num_write":3477,"num_write_kb":3472,"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},"up":[5,1],"acting":[5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.0","version":"27'83793","reported_seq":134207,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.558636+0000","last_change":"2024-09-16T23:03:02.789843+0000","last_active":"2024-09-16T23:50:49.558636+0000","last_peered":"2024-09-16T23:50:49.558636+0000","last_clean":"2024-09-16T23:50:49.558636+0000","last_became_active":"2024-09-16T23:03:00.357125+0000","last_became_peered":"2024-09-16T23:03:00.357125+0000","last_unstale":"2024-09-16T23:50:49.558636+0000","last_undegraded":"2024-09-16T23:50:49.558636+0000","last_fullsized":"2024-09-16T23:50:49.558636+0000","mapping_epoch":23,"log_start":"27'73700","ondisk_log_start":"27'73700","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10093,"log_dups_size":0,"ondisk_log_size":10093,"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 @ 2024-09-18T07:38:54.920375+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037221299999999998,"stat_sum":{"num_bytes":4834874880,"num_objects":1164,"num_object_clones":0,"num_object_copies":2328,"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":1164,"num_whiteouts":0,"num_read":50436,"num_read_kb":2815662,"num_write":83819,"num_write_kb":17868168,"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},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'155","reported_seq":2256,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.581090+0000","last_change":"2024-09-16T23:02:53.883466+0000","last_active":"2024-09-16T23:50:49.581090+0000","last_peered":"2024-09-16T23:50:49.581090+0000","last_clean":"2024-09-16T23:50:49.581090+0000","last_became_active":"2024-09-16T23:02:51.920558+0000","last_became_peered":"2024-09-16T23:02:51.920558+0000","last_unstale":"2024-09-16T23:50:49.581090+0000","last_undegraded":"2024-09-16T23:50:49.581090+0000","last_fullsized":"2024-09-16T23:50:49.581090+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":155,"log_dups_size":0,"ondisk_log_size":155,"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 @ 2024-09-18T07:02:08.925497+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055189900000000001,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":568,"num_read_kb":476,"num_write":135,"num_write_kb":126,"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":1,"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":[2,3],"acting":[2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"27'147874","reported_seq":281126,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:46.512994+0000","last_change":"2024-09-16T23:03:02.706515+0000","last_active":"2024-09-16T23:50:46.512994+0000","last_peered":"2024-09-16T23:50:46.512994+0000","last_clean":"2024-09-16T23:50:46.512994+0000","last_became_active":"2024-09-16T23:03:00.358370+0000","last_became_peered":"2024-09-16T23:03:00.358370+0000","last_unstale":"2024-09-16T23:50:46.512994+0000","last_undegraded":"2024-09-16T23:50:46.512994+0000","last_fullsized":"2024-09-16T23:50:46.512994+0000","mapping_epoch":23,"log_start":"27'137800","ondisk_log_start":"27'137800","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10074,"log_dups_size":0,"ondisk_log_size":10074,"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 @ 2024-09-18T07:45:47.380902+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052727799999999995,"stat_sum":{"num_bytes":4841906176,"num_objects":1163,"num_object_clones":0,"num_object_copies":2326,"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":1163,"num_whiteouts":0,"num_read":133269,"num_read_kb":3516863,"num_write":147908,"num_write_kb":22058249,"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},"up":[0,4],"acting":[0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"26'1","reported_seq":62,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:47:04.905581+0000","last_change":"2024-09-16T23:02:54.767733+0000","last_active":"2024-09-16T23:47:04.905581+0000","last_peered":"2024-09-16T23:47:04.905581+0000","last_clean":"2024-09-16T23:47:04.905581+0000","last_became_active":"2024-09-16T23:02:51.884188+0000","last_became_peered":"2024-09-16T23:02:51.884188+0000","last_unstale":"2024-09-16T23:47:04.905581+0000","last_undegraded":"2024-09-16T23:47:04.905581+0000","last_fullsized":"2024-09-16T23:47:04.905581+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"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 @ 2024-09-18T10:28:17.107381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042776499999999998,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"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},"up":[7,1],"acting":[7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2","version":"27'99036","reported_seq":164611,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.561548+0000","last_change":"2024-09-16T23:03:02.366285+0000","last_active":"2024-09-16T23:50:49.561548+0000","last_peered":"2024-09-16T23:50:49.561548+0000","last_clean":"2024-09-16T23:50:49.561548+0000","last_became_active":"2024-09-16T23:03:00.412073+0000","last_became_peered":"2024-09-16T23:03:00.412073+0000","last_unstale":"2024-09-16T23:50:49.561548+0000","last_undegraded":"2024-09-16T23:50:49.561548+0000","last_fullsized":"2024-09-16T23:50:49.561548+0000","mapping_epoch":23,"log_start":"27'89000","ondisk_log_start":"27'89000","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10036,"log_dups_size":0,"ondisk_log_size":10036,"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 @ 2024-09-18T10:10:43.809898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066633299999999996,"stat_sum":{"num_bytes":5142427667,"num_objects":1240,"num_object_clones":0,"num_object_copies":2480,"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":1240,"num_whiteouts":0,"num_read":65600,"num_read_kb":2813626,"num_write":99068,"num_write_kb":20750879,"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},"up":[3,5],"acting":[3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"27'503","reported_seq":562,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:43.848851+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:48:43.848851+0000","last_peered":"2024-09-16T23:48:43.848851+0000","last_clean":"2024-09-16T23:48:43.848851+0000","last_became_active":"2024-09-16T23:02:51.885151+0000","last_became_peered":"2024-09-16T23:02:51.885151+0000","last_unstale":"2024-09-16T23:48:43.848851+0000","last_undegraded":"2024-09-16T23:48:43.848851+0000","last_fullsized":"2024-09-16T23:48:43.848851+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":503,"log_dups_size":0,"ondisk_log_size":503,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059453100000000003,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":2977,"num_read_kb":2477,"num_write":995,"num_write_kb":988,"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},"up":[5,2],"acting":[5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"16'72","reported_seq":146,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:46:54.904908+0000","last_change":"2024-09-16T23:02:44.892663+0000","last_active":"2024-09-16T23:46:54.904908+0000","last_peered":"2024-09-16T23:46:54.904908+0000","last_clean":"2024-09-16T23:46:54.904908+0000","last_became_active":"2024-09-16T23:02:44.891256+0000","last_became_peered":"2024-09-16T23:02:44.891256+0000","last_unstale":"2024-09-16T23:46:54.904908+0000","last_undegraded":"2024-09-16T23:46:54.904908+0000","last_fullsized":"2024-09-16T23:46:54.904908+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":14,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_clean_scrub_stamp":"2024-09-16T23:02:42.836329+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"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 @ 2024-09-18T09:08:08.741022+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":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":19896466963,"num_objects":4789,"num_object_clones":0,"num_object_copies":9578,"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":4789,"num_whiteouts":0,"num_read":442280,"num_read_kb":13875889,"num_write":663011,"num_write_kb":85781255,"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":3910598656,"data_stored":39109269542,"data_compressed":1370003226,"data_compressed_allocated":3520544768,"data_compressed_original":38725291520,"omap_allocated":0,"internal_metadata":0},"log_size":40300,"ondisk_log_size":40300,"up":8,"acting":8,"num_store_stats":6},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2089,"num_objects":12,"num_object_clones":0,"num_object_copies":24,"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":12,"num_whiteouts":0,"num_read":29833,"num_read_kb":24769,"num_write":9897,"num_write_kb":9858,"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":4,"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":57344,"data_stored":4178,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1327,"internal_metadata":0},"log_size":5146,"ondisk_log_size":5146,"up":16,"acting":16,"num_store_stats":7},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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":114688,"data_stored":1180736,"data_compressed":17606,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":7,"up_from":15,"seq":64424510021,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":75944,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":75582,"kb_avail":94295896,"statfs":{"total":96636764160,"available":96558997504,"internally_reserved":0,"allocated":352256,"data_stored":698305,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1590,"internal_metadata":77396426},"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":[]},{"osd":4,"up_from":15,"seq":64424510021,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1433744,"kb_used_data":971200,"kb_used_omap":4,"kb_used_meta":462523,"kb_avail":92938096,"statfs":{"total":96636764160,"available":95168610304,"internally_reserved":0,"allocated":994508800,"data_stored":9765244639,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674491392,"omap_allocated":4510,"internal_metadata":473624162},"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":[]},{"osd":3,"up_from":15,"seq":64424510021,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":859568,"kb_used_data":477208,"kb_used_omap":1,"kb_used_meta":382334,"kb_avail":93512272,"statfs":{"total":96636764160,"available":95756566528,"internally_reserved":0,"allocated":488660992,"data_stored":5034397442,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":1593,"internal_metadata":391510471},"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":[]},{"osd":2,"up_from":15,"seq":64424510021,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":777492,"kb_used_data":461824,"kb_used_omap":1,"kb_used_meta":315646,"kb_avail":93594348,"statfs":{"total":96636764160,"available":95840612352,"internally_reserved":0,"allocated":472907776,"data_stored":4755315089,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":1595,"internal_metadata":323221957},"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":[]},{"osd":1,"up_from":15,"seq":64424510019,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":817808,"kb_used_data":461824,"kb_used_omap":1,"kb_used_meta":355966,"kb_avail":93554032,"statfs":{"total":96636764160,"available":95799328768,"internally_reserved":0,"allocated":472907776,"data_stored":4755315108,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705423872,"omap_allocated":1595,"internal_metadata":364509637},"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":[]},{"osd":5,"up_from":14,"seq":60129542723,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":901248,"kb_used_data":477164,"kb_used_omap":1,"kb_used_meta":424062,"kb_avail":93470592,"statfs":{"total":96636764160,"available":95713886208,"internally_reserved":0,"allocated":488615936,"data_stored":5034398793,"data_compressed":158713514,"data_compressed_allocated":435752960,"data_compressed_original":4982842880,"omap_allocated":1595,"internal_metadata":434239941},"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":[]},{"osd":6,"up_from":13,"seq":55834575428,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31464,"kb_used_data":280,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340376,"statfs":{"total":96636764160,"available":96604545024,"internally_reserved":0,"allocated":286720,"data_stored":107247,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]},{"osd":0,"up_from":13,"seq":55834575428,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1457888,"kb_used_data":971508,"kb_used_omap":5,"kb_used_meta":486330,"kb_avail":92913952,"statfs":{"total":96636764160,"available":95143886848,"internally_reserved":0,"allocated":994824192,"data_stored":9765835681,"data_compressed":365853751,"data_compressed_allocated":902696960,"data_compressed_original":9674906624,"omap_allocated":5838,"internal_metadata":498002226},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":674,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1327,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":690,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":16,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":16,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":994435072,"data_stored":9765137408,"data_compressed":365812225,"data_compressed_allocated":902627328,"data_compressed_original":9674349056,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":472616960,"data_stored":4755207168,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":472616960,"data_stored":4755207168,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":488374272,"data_stored":5034290195,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":994234368,"data_stored":9765137408,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674487296,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":488321024,"data_stored":5034290195,"data_compressed":158713514,"data_compressed_allocated":435752960,"data_compressed_original":4982842880,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T23:50:53.154 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-09-16T23:50:53.452 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:50:53.453 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":27,"fsid":"59e08b67-88a4-4efb-af28-71e623938231","created":"2024-09-16T23:02:32.556329+0000","modified":"2024-09-16T23:03:12.342721+0000","last_up_change":"2024-09-16T23:02:43.838176+0000","last_in_change":"2024-09-16T23:02:34.690932+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":3,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T23:02:42.835852+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"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":"17","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":{}},"read_balance":{"score_type":"Fair distribution","score_acting":8,"score_stable":8,"optimal_score":0.25,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":2,"pool_name":"rbd","create_time":"2024-09-16T23:02:50.525758+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":8,"pg_placement_num":8,"pg_placement_num_target":8,"pg_num_target":8,"pg_num_pending":8,"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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":2,"snap_epoch":21,"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":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.9900000095367432,"score_stable":1.9900000095367432,"optimal_score":0.87999999523162842,"raw_score_acting":1.75,"raw_score_stable":1.75,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"datapool","create_time":"2024-09-16T23:02:59.146759+0000","flags":8193,"flags_names":"hashpspool,selfmanaged_snaps","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":4,"pg_placement_num":4,"pg_placement_num_target":4,"pg_num_target":4,"pg_num_pending":4,"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":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":2,"snap_epoch":26,"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":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2,"score_stable":2,"optimal_score":0.75,"raw_score_acting":1.5,"raw_score_stable":1.5,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"c275423e-db5b-45d6-86af-c29c76f4e847","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6800","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6801","nonce":362966056}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6802","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6803","nonce":362966056}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6807","nonce":362966056}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":362966056},{"type":"v1","addr":"172.21.15.18:6805","nonce":362966056}]},"public_addr":"172.21.15.18:6801/362966056","cluster_addr":"172.21.15.18:6803/362966056","heartbeat_back_addr":"172.21.15.18:6807/362966056","heartbeat_front_addr":"172.21.15.18:6805/362966056","state":["exists","up"]},{"osd":1,"uuid":"6b953122-2593-41a5-843c-70f6a7cdb679","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6824","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6825","nonce":2571508266}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6826","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6827","nonce":2571508266}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6830","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6831","nonce":2571508266}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6828","nonce":2571508266},{"type":"v1","addr":"172.21.15.18:6829","nonce":2571508266}]},"public_addr":"172.21.15.18:6825/2571508266","cluster_addr":"172.21.15.18:6827/2571508266","heartbeat_back_addr":"172.21.15.18:6831/2571508266","heartbeat_front_addr":"172.21.15.18:6829/2571508266","state":["exists","up"]},{"osd":2,"uuid":"c8cf6cfb-c61c-4a92-bf9b-82406d264366","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6816","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6817","nonce":2610847745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6818","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6819","nonce":2610847745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6822","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6823","nonce":2610847745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6820","nonce":2610847745},{"type":"v1","addr":"172.21.15.18:6821","nonce":2610847745}]},"public_addr":"172.21.15.18:6817/2610847745","cluster_addr":"172.21.15.18:6819/2610847745","heartbeat_back_addr":"172.21.15.18:6823/2610847745","heartbeat_front_addr":"172.21.15.18:6821/2610847745","state":["exists","up"]},{"osd":3,"uuid":"fe08e166-4ccc-44cb-9460-02cadf630dde","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6809","nonce":4236898981}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6810","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6811","nonce":4236898981}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6814","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6815","nonce":4236898981}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6812","nonce":4236898981},{"type":"v1","addr":"172.21.15.18:6813","nonce":4236898981}]},"public_addr":"172.21.15.18:6809/4236898981","cluster_addr":"172.21.15.18:6811/4236898981","heartbeat_back_addr":"172.21.15.18:6815/4236898981","heartbeat_front_addr":"172.21.15.18:6813/4236898981","state":["exists","up"]},{"osd":4,"uuid":"841ee858-f2e9-4f90-9fb9-00df971349ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6820","nonce":1880979317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6824","nonce":1880979317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6831","nonce":1880979317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":1880979317},{"type":"v1","addr":"172.21.15.79:6828","nonce":1880979317}]},"public_addr":"172.21.15.79:6820/1880979317","cluster_addr":"172.21.15.79:6824/1880979317","heartbeat_back_addr":"172.21.15.79:6831/1880979317","heartbeat_front_addr":"172.21.15.79:6828/1880979317","state":["exists","up"]},{"osd":5,"uuid":"238a609d-0253-48a5-90dd-5929459f853d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6801","nonce":1691052984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6803","nonce":1691052984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6807","nonce":1691052984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1691052984},{"type":"v1","addr":"172.21.15.79:6805","nonce":1691052984}]},"public_addr":"172.21.15.79:6801/1691052984","cluster_addr":"172.21.15.79:6803/1691052984","heartbeat_back_addr":"172.21.15.79:6807/1691052984","heartbeat_front_addr":"172.21.15.79:6805/1691052984","state":["exists","up"]},{"osd":6,"uuid":"4bd6115a-e6c0-4ece-bf87-d256016415a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6809","nonce":2759025883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6811","nonce":2759025883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6815","nonce":2759025883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":2759025883},{"type":"v1","addr":"172.21.15.79:6813","nonce":2759025883}]},"public_addr":"172.21.15.79:6809/2759025883","cluster_addr":"172.21.15.79:6811/2759025883","heartbeat_back_addr":"172.21.15.79:6815/2759025883","heartbeat_front_addr":"172.21.15.79:6813/2759025883","state":["exists","up"]},{"osd":7,"uuid":"41eb53a3-6942-49bb-85af-1dbd65a0dff3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":15,"up_thru":18,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6817","nonce":3344906271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6819","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6821","nonce":3344906271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6827","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6829","nonce":3344906271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6823","nonce":3344906271},{"type":"v1","addr":"172.21.15.79:6825","nonce":3344906271}]},"public_addr":"172.21.15.79:6817/3344906271","cluster_addr":"172.21.15.79:6821/3344906271","heartbeat_back_addr":"172.21.15.79:6829/3344906271","heartbeat_front_addr":"172.21.15.79:6825/3344906271","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.804023+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.191661+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.990859+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.000524+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.262039+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.358917+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:40.717254+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T23:02:41.070898+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"range_blocklist":{},"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":[{"pool":3,"snaps":[{"begin":2,"length":1}]}],"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}} 2024-09-16T23:50:54.466 INFO:tasks.ceph:Scrubbing osd.0 2024-09-16T23:50:54.466 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.0 config set osd_debug_deep_scrub_sleep 0 2024-09-16T23:50:54.608 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-16T23:50:54.608 INFO:teuthology.orchestra.run.smithi018.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T23:50:54.608 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-16T23:50:54.619 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 0 2024-09-16T23:50:54.918 INFO:teuthology.orchestra.run.smithi018.stderr:instructed osd(s) 0 to deep-scrub 2024-09-16T23:50:54.931 INFO:tasks.ceph:Scrubbing osd.1 2024-09-16T23:50:54.931 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.1 config set osd_debug_deep_scrub_sleep 0 2024-09-16T23:50:55.059 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-16T23:50:55.060 INFO:teuthology.orchestra.run.smithi018.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T23:50:55.060 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-16T23:50:55.070 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 1 2024-09-16T23:50:55.401 INFO:teuthology.orchestra.run.smithi018.stderr:instructed osd(s) 1 to deep-scrub 2024-09-16T23:50:55.415 INFO:tasks.ceph:Scrubbing osd.2 2024-09-16T23:50:55.415 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.2 config set osd_debug_deep_scrub_sleep 0 2024-09-16T23:50:55.545 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-16T23:50:55.545 INFO:teuthology.orchestra.run.smithi018.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T23:50:55.546 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-16T23:50:55.556 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 2 2024-09-16T23:50:55.864 INFO:teuthology.orchestra.run.smithi018.stderr:instructed osd(s) 2 to deep-scrub 2024-09-16T23:50:55.882 INFO:tasks.ceph:Scrubbing osd.3 2024-09-16T23:50:55.882 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.3 config set osd_debug_deep_scrub_sleep 0 2024-09-16T23:50:56.016 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-16T23:50:56.017 INFO:teuthology.orchestra.run.smithi018.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T23:50:56.017 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-16T23:50:56.027 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 3 2024-09-16T23:50:56.377 INFO:teuthology.orchestra.run.smithi018.stderr:instructed osd(s) 3 to deep-scrub 2024-09-16T23:50:56.390 INFO:tasks.ceph:Scrubbing osd.4 2024-09-16T23:50:56.391 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.4 config set osd_debug_deep_scrub_sleep 0 2024-09-16T23:50:56.527 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-16T23:50:56.528 INFO:teuthology.orchestra.run.smithi018.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T23:50:56.528 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-16T23:50:56.538 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 4 2024-09-16T23:50:56.889 INFO:teuthology.orchestra.run.smithi018.stderr:instructed osd(s) 4 to deep-scrub 2024-09-16T23:50:56.905 INFO:tasks.ceph:Scrubbing osd.5 2024-09-16T23:50:56.905 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.5 config set osd_debug_deep_scrub_sleep 0 2024-09-16T23:50:57.046 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-16T23:50:57.046 INFO:teuthology.orchestra.run.smithi018.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T23:50:57.048 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-16T23:50:57.058 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 5 2024-09-16T23:50:57.398 INFO:teuthology.orchestra.run.smithi018.stderr:instructed osd(s) 5 to deep-scrub 2024-09-16T23:50:57.412 INFO:tasks.ceph:Scrubbing osd.6 2024-09-16T23:50:57.412 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.6 config set osd_debug_deep_scrub_sleep 0 2024-09-16T23:50:57.592 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-16T23:50:57.592 INFO:teuthology.orchestra.run.smithi018.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T23:50:57.592 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-16T23:50:57.609 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 6 2024-09-16T23:50:58.092 INFO:teuthology.orchestra.run.smithi018.stderr:instructed osd(s) 6 to deep-scrub 2024-09-16T23:50:58.110 INFO:tasks.ceph:Scrubbing osd.7 2024-09-16T23:50:58.110 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.7 config set osd_debug_deep_scrub_sleep 0 2024-09-16T23:50:58.311 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-16T23:50:58.312 INFO:teuthology.orchestra.run.smithi018.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-16T23:50:58.312 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-16T23:50:58.326 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 7 2024-09-16T23:50:58.801 INFO:teuthology.orchestra.run.smithi018.stderr:instructed osd(s) 7 to deep-scrub 2024-09-16T23:50:58.816 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-16T23:50:59.315 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:50:59.315 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-09-16T23:50:59.337 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":1467,"stamp":"2024-09-16T23:50:57.317109+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":19897059420,"num_objects":4803,"num_object_clones":0,"num_object_copies":9606,"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":4803,"num_whiteouts":0,"num_read":472459,"num_read_kb":13910086,"num_write":673036,"num_write_kb":85796117,"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":4,"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":45515,"ondisk_log_size":45515,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":754974720,"kb_used":6354960,"kb_used_data":3821176,"kb_used_omap":19,"kb_used_meta":2533612,"kb_avail":748619760,"statfs":{"total":773094113280,"available":766586634240,"internally_reserved":0,"allocated":3912884224,"data_stored":39111312304,"data_compressed":1369947618,"data_compressed_allocated":3520536576,"data_compressed_original":38726506496,"omap_allocated":19910,"internal_metadata":2594419258},"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":2062,"num_read_kb":48197,"num_write":164,"num_write_kb":6562,"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.002195"},"pg_stats":[{"pgid":"2.7","version":"26'1","reported_seq":65,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:22.841347+0000","last_change":"2024-09-16T23:02:54.674479+0000","last_active":"2024-09-16T23:48:22.841347+0000","last_peered":"2024-09-16T23:48:22.841347+0000","last_clean":"2024-09-16T23:48:22.841347+0000","last_became_active":"2024-09-16T23:02:51.888131+0000","last_became_peered":"2024-09-16T23:02:51.888131+0000","last_unstale":"2024-09-16T23:48:22.841347+0000","last_undegraded":"2024-09-16T23:48:22.841347+0000","last_fullsized":"2024-09-16T23:48:22.841347+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"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 @ 2024-09-18T05:57:16.126533+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048943299999999995,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":17,"num_read_kb":5,"num_write":1,"num_write_kb":1,"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},"up":[6,7],"acting":[6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.6","version":"27'172","reported_seq":1820,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.593301+0000","last_change":"2024-09-16T23:02:53.887786+0000","last_active":"2024-09-16T23:50:49.593301+0000","last_peered":"2024-09-16T23:50:49.593301+0000","last_clean":"2024-09-16T23:50:49.593301+0000","last_became_active":"2024-09-16T23:02:51.886569+0000","last_became_peered":"2024-09-16T23:02:51.886569+0000","last_unstale":"2024-09-16T23:50:49.593301+0000","last_undegraded":"2024-09-16T23:50:49.593301+0000","last_fullsized":"2024-09-16T23:50:49.593301+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":172,"log_dups_size":0,"ondisk_log_size":172,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00070401399999999999,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":423,"num_read_kb":277,"num_write":157,"num_write_kb":145,"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":2,"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":[1,6],"acting":[1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"27'2568","reported_seq":2625,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:59.845719+0000","last_change":"2024-09-16T23:02:54.767841+0000","last_active":"2024-09-16T23:48:59.845719+0000","last_peered":"2024-09-16T23:48:59.845719+0000","last_clean":"2024-09-16T23:48:59.845719+0000","last_became_active":"2024-09-16T23:02:51.884422+0000","last_became_peered":"2024-09-16T23:02:51.884422+0000","last_unstale":"2024-09-16T23:48:59.845719+0000","last_undegraded":"2024-09-16T23:48:59.845719+0000","last_fullsized":"2024-09-16T23:48:59.845719+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":2568,"log_dups_size":0,"ondisk_log_size":2568,"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 @ 2024-09-18T09:58:12.426181+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052797800000000002,"stat_sum":{"num_bytes":674,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":15376,"num_read_kb":12810,"num_write":5128,"num_write_kb":5122,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"26'3","reported_seq":69,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:48:44.856489+0000","last_change":"2024-09-16T23:02:53.887756+0000","last_active":"2024-09-16T23:48:44.856489+0000","last_peered":"2024-09-16T23:48:44.856489+0000","last_clean":"2024-09-16T23:48:44.856489+0000","last_became_active":"2024-09-16T23:02:51.884517+0000","last_became_peered":"2024-09-16T23:02:51.884517+0000","last_unstale":"2024-09-16T23:48:44.856489+0000","last_undegraded":"2024-09-16T23:48:44.856489+0000","last_fullsized":"2024-09-16T23:48:44.856489+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"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 @ 2024-09-18T00:11:15.701008+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00069995500000000004,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":14,"num_read_kb":14,"num_write":3,"num_write_kb":3,"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":1,"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":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"27'332197","reported_seq":525140,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.531583+0000","last_change":"2024-09-16T23:03:02.367153+0000","last_active":"2024-09-16T23:50:49.531583+0000","last_peered":"2024-09-16T23:50:49.531583+0000","last_clean":"2024-09-16T23:50:49.531583+0000","last_became_active":"2024-09-16T23:03:00.356658+0000","last_became_peered":"2024-09-16T23:03:00.356658+0000","last_unstale":"2024-09-16T23:50:49.531583+0000","last_undegraded":"2024-09-16T23:50:49.531583+0000","last_fullsized":"2024-09-16T23:50:49.531583+0000","mapping_epoch":23,"log_start":"27'322100","ondisk_log_start":"27'322100","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10097,"log_dups_size":0,"ondisk_log_size":10097,"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 @ 2024-09-18T10:10:43.809898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043612399999999997,"stat_sum":{"num_bytes":5077258240,"num_objects":1222,"num_object_clones":0,"num_object_copies":2444,"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":1222,"num_whiteouts":0,"num_read":192975,"num_read_kb":4729738,"num_write":332216,"num_write_kb":25103959,"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},"up":[4,0],"acting":[4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.2","version":"27'1744","reported_seq":1830,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:48.883578+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:50:48.883578+0000","last_peered":"2024-09-16T23:50:48.883578+0000","last_clean":"2024-09-16T23:50:48.883578+0000","last_became_active":"2024-09-16T23:02:51.884556+0000","last_became_peered":"2024-09-16T23:02:51.884556+0000","last_unstale":"2024-09-16T23:50:48.883578+0000","last_undegraded":"2024-09-16T23:50:48.883578+0000","last_fullsized":"2024-09-16T23:50:48.883578+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1744,"log_dups_size":0,"ondisk_log_size":1744,"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 @ 2024-09-18T10:33:44.157347+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059393300000000005,"stat_sum":{"num_bytes":693,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":10448,"num_read_kb":8708,"num_write":3478,"num_write_kb":3472,"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},"up":[5,1],"acting":[5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.0","version":"27'83793","reported_seq":134207,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.558636+0000","last_change":"2024-09-16T23:03:02.789843+0000","last_active":"2024-09-16T23:50:49.558636+0000","last_peered":"2024-09-16T23:50:49.558636+0000","last_clean":"2024-09-16T23:50:49.558636+0000","last_became_active":"2024-09-16T23:03:00.357125+0000","last_became_peered":"2024-09-16T23:03:00.357125+0000","last_unstale":"2024-09-16T23:50:49.558636+0000","last_undegraded":"2024-09-16T23:50:49.558636+0000","last_fullsized":"2024-09-16T23:50:49.558636+0000","mapping_epoch":23,"log_start":"27'73700","ondisk_log_start":"27'73700","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10093,"log_dups_size":0,"ondisk_log_size":10093,"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 @ 2024-09-18T07:38:54.920375+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037221299999999998,"stat_sum":{"num_bytes":4834874880,"num_objects":1164,"num_object_clones":0,"num_object_copies":2328,"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":1164,"num_whiteouts":0,"num_read":50436,"num_read_kb":2815662,"num_write":83819,"num_write_kb":17868168,"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},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'155","reported_seq":2256,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.581090+0000","last_change":"2024-09-16T23:02:53.883466+0000","last_active":"2024-09-16T23:50:49.581090+0000","last_peered":"2024-09-16T23:50:49.581090+0000","last_clean":"2024-09-16T23:50:49.581090+0000","last_became_active":"2024-09-16T23:02:51.920558+0000","last_became_peered":"2024-09-16T23:02:51.920558+0000","last_unstale":"2024-09-16T23:50:49.581090+0000","last_undegraded":"2024-09-16T23:50:49.581090+0000","last_fullsized":"2024-09-16T23:50:49.581090+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":155,"log_dups_size":0,"ondisk_log_size":155,"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 @ 2024-09-18T07:02:08.925497+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00055189900000000001,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":568,"num_read_kb":476,"num_write":135,"num_write_kb":126,"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":1,"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":[2,3],"acting":[2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"27'148169","reported_seq":281714,"reported_epoch":27,"state":"active+clean+scrubbing+deep","last_fresh":"2024-09-16T23:50:57.035218+0000","last_change":"2024-09-16T23:50:55.112108+0000","last_active":"2024-09-16T23:50:57.035218+0000","last_peered":"2024-09-16T23:50:57.035218+0000","last_clean":"2024-09-16T23:50:57.035218+0000","last_became_active":"2024-09-16T23:03:00.358370+0000","last_became_peered":"2024-09-16T23:03:00.358370+0000","last_unstale":"2024-09-16T23:50:57.035218+0000","last_undegraded":"2024-09-16T23:50:57.035218+0000","last_fullsized":"2024-09-16T23:50:57.035218+0000","mapping_epoch":23,"log_start":"27'138100","ondisk_log_start":"27'138100","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":274,"log_size":10069,"log_dups_size":0,"ondisk_log_size":10069,"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":"deep scrubbing for 1s","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00052727799999999995,"stat_sum":{"num_bytes":4841906176,"num_objects":1163,"num_object_clones":0,"num_object_copies":2326,"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":1163,"num_whiteouts":0,"num_read":133547,"num_read_kb":3526234,"num_write":147933,"num_write_kb":22061625,"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},"up":[0,4],"acting":[0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"26'1","reported_seq":62,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:47:04.905581+0000","last_change":"2024-09-16T23:02:54.767733+0000","last_active":"2024-09-16T23:47:04.905581+0000","last_peered":"2024-09-16T23:47:04.905581+0000","last_clean":"2024-09-16T23:47:04.905581+0000","last_became_active":"2024-09-16T23:02:51.884188+0000","last_became_peered":"2024-09-16T23:02:51.884188+0000","last_unstale":"2024-09-16T23:47:04.905581+0000","last_undegraded":"2024-09-16T23:47:04.905581+0000","last_fullsized":"2024-09-16T23:47:04.905581+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":1,"log_dups_size":0,"ondisk_log_size":1,"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 @ 2024-09-18T10:28:17.107381+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042776499999999998,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"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},"up":[7,1],"acting":[7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2","version":"27'99036","reported_seq":164612,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:49.564742+0000","last_change":"2024-09-16T23:03:02.366285+0000","last_active":"2024-09-16T23:50:49.564742+0000","last_peered":"2024-09-16T23:50:49.564742+0000","last_clean":"2024-09-16T23:50:49.564742+0000","last_became_active":"2024-09-16T23:03:00.412073+0000","last_became_peered":"2024-09-16T23:03:00.412073+0000","last_unstale":"2024-09-16T23:50:49.564742+0000","last_undegraded":"2024-09-16T23:50:49.564742+0000","last_fullsized":"2024-09-16T23:50:49.564742+0000","mapping_epoch":23,"log_start":"27'89000","ondisk_log_start":"27'89000","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:59.343948+0000","last_clean_scrub_stamp":"2024-09-16T23:02:59.343948+0000","objects_scrubbed":0,"log_size":10036,"log_dups_size":0,"ondisk_log_size":10036,"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 @ 2024-09-18T10:10:43.809898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00066633299999999996,"stat_sum":{"num_bytes":5142427667,"num_objects":1240,"num_object_clones":0,"num_object_copies":2480,"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":1240,"num_whiteouts":0,"num_read":65600,"num_read_kb":2813626,"num_write":99068,"num_write_kb":20750879,"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},"up":[3,5],"acting":[3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"27'504","reported_seq":563,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:48.883602+0000","last_change":"2024-09-16T23:02:53.884453+0000","last_active":"2024-09-16T23:50:48.883602+0000","last_peered":"2024-09-16T23:50:48.883602+0000","last_clean":"2024-09-16T23:50:48.883602+0000","last_became_active":"2024-09-16T23:02:51.885151+0000","last_became_peered":"2024-09-16T23:02:51.885151+0000","last_unstale":"2024-09-16T23:50:48.883602+0000","last_undegraded":"2024-09-16T23:50:48.883602+0000","last_fullsized":"2024-09-16T23:50:48.883602+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:50.866140+0000","last_clean_scrub_stamp":"2024-09-16T23:02:50.866140+0000","objects_scrubbed":0,"log_size":504,"log_dups_size":0,"ondisk_log_size":504,"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 @ 2024-09-18T04:09:33.867033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059453100000000003,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":2978,"num_read_kb":2478,"num_write":996,"num_write_kb":988,"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},"up":[5,2],"acting":[5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"16'72","reported_seq":146,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:46:54.904908+0000","last_change":"2024-09-16T23:02:44.892663+0000","last_active":"2024-09-16T23:46:54.904908+0000","last_peered":"2024-09-16T23:46:54.904908+0000","last_clean":"2024-09-16T23:46:54.904908+0000","last_became_active":"2024-09-16T23:02:44.891256+0000","last_became_peered":"2024-09-16T23:02:44.891256+0000","last_unstale":"2024-09-16T23:46:54.904908+0000","last_undegraded":"2024-09-16T23:46:54.904908+0000","last_fullsized":"2024-09-16T23:46:54.904908+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":14,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T23:02:42.836329+0000","last_clean_scrub_stamp":"2024-09-16T23:02:42.836329+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"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 @ 2024-09-18T09:08:08.741022+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":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":19896466963,"num_objects":4789,"num_object_clones":0,"num_object_copies":9578,"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":4789,"num_whiteouts":0,"num_read":442558,"num_read_kb":13885260,"num_write":663036,"num_write_kb":85784631,"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":3910451200,"data_stored":39109269542,"data_compressed":1369930012,"data_compressed_allocated":3520462848,"data_compressed_original":38725359616,"omap_allocated":0,"internal_metadata":0},"log_size":40295,"ondisk_log_size":40295,"up":8,"acting":8,"num_store_stats":6},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2089,"num_objects":12,"num_object_clones":0,"num_object_copies":24,"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":12,"num_whiteouts":0,"num_read":29835,"num_read_kb":24771,"num_write":9899,"num_write_kb":9858,"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":4,"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":57344,"data_stored":4178,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1327,"internal_metadata":0},"log_size":5148,"ondisk_log_size":5148,"up":16,"acting":16,"num_store_stats":7},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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":114688,"data_stored":1180736,"data_compressed":17606,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":7,"up_from":15,"seq":64424510022,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":75944,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":75582,"kb_avail":94295896,"statfs":{"total":96636764160,"available":96558997504,"internally_reserved":0,"allocated":352256,"data_stored":698305,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1590,"internal_metadata":77396426},"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":[]},{"osd":4,"up_from":15,"seq":64424510022,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1433752,"kb_used_data":971208,"kb_used_omap":4,"kb_used_meta":462523,"kb_avail":92938088,"statfs":{"total":96636764160,"available":95168602112,"internally_reserved":0,"allocated":994516992,"data_stored":9765244639,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674487296,"omap_allocated":4510,"internal_metadata":473624162},"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":[]},{"osd":3,"up_from":15,"seq":64424510022,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":859568,"kb_used_data":477208,"kb_used_omap":1,"kb_used_meta":382334,"kb_avail":93512272,"statfs":{"total":96636764160,"available":95756566528,"internally_reserved":0,"allocated":488660992,"data_stored":5034397442,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":1593,"internal_metadata":391510471},"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":[]},{"osd":2,"up_from":15,"seq":64424510022,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":777492,"kb_used_data":461824,"kb_used_omap":1,"kb_used_meta":315646,"kb_avail":93594348,"statfs":{"total":96636764160,"available":95840612352,"internally_reserved":0,"allocated":472907776,"data_stored":4755315089,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":1595,"internal_metadata":323221957},"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":[]},{"osd":1,"up_from":15,"seq":64424510020,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":817816,"kb_used_data":461828,"kb_used_omap":1,"kb_used_meta":355966,"kb_avail":93554024,"statfs":{"total":96636764160,"available":95799320576,"internally_reserved":0,"allocated":472911872,"data_stored":4755315108,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":1595,"internal_metadata":364509637},"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":[]},{"osd":5,"up_from":14,"seq":60129542724,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":901304,"kb_used_data":477216,"kb_used_omap":1,"kb_used_meta":424062,"kb_avail":93470536,"statfs":{"total":96636764160,"available":95713828864,"internally_reserved":0,"allocated":488669184,"data_stored":5034398793,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":1595,"internal_metadata":434239941},"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":[]},{"osd":6,"up_from":13,"seq":55834575429,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31464,"kb_used_data":280,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340376,"statfs":{"total":96636764160,"available":96604545024,"internally_reserved":0,"allocated":286720,"data_stored":107247,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]},{"osd":0,"up_from":13,"seq":55834575430,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1457620,"kb_used_data":971268,"kb_used_omap":5,"kb_used_meta":486330,"kb_avail":92914220,"statfs":{"total":96636764160,"available":95144161280,"internally_reserved":0,"allocated":994578432,"data_stored":9765835681,"data_compressed":365757244,"data_compressed_allocated":902602752,"data_compressed_original":9675060736,"omap_allocated":5838,"internal_metadata":498002226},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":674,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1327,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":690,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":16,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":16,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":994234368,"data_stored":9765137408,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674487296,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":472616960,"data_stored":4755207168,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":472616960,"data_stored":4755207168,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":488374272,"data_stored":5034290195,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":994234368,"data_stored":9765137408,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674487296,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":488374272,"data_stored":5034290195,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T23:50:59.341 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2024-09-16T23:02:50.866140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=50, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.341 INFO:tasks.ceph:pgid 2.6 last_scrub_stamp 2024-09-16T23:02:50.866140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=50, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.342 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2024-09-16T23:02:50.866140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=50, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.342 INFO:tasks.ceph:pgid 2.4 last_scrub_stamp 2024-09-16T23:02:50.866140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=50, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.342 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2024-09-16T23:02:59.343948+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=59, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.342 INFO:tasks.ceph:pgid 2.2 last_scrub_stamp 2024-09-16T23:02:50.866140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=50, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.342 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2024-09-16T23:02:59.343948+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=59, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.342 INFO:tasks.ceph:pgid 2.1 last_scrub_stamp 2024-09-16T23:02:50.866140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=50, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.342 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2024-09-16T23:02:59.343948+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=59, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.342 INFO:tasks.ceph:pgid 2.0 last_scrub_stamp 2024-09-16T23:02:50.866140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=50, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.342 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2024-09-16T23:02:59.343948+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=59, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.342 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2024-09-16T23:02:50.866140+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=50, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.343 INFO:tasks.ceph:pgid 1.0 last_scrub_stamp 2024-09-16T23:02:42.836329+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=2, tm_sec=42, tm_wday=0, tm_yday=260, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=16, tm_hour=23, tm_min=50, tm_sec=53, tm_wday=0, tm_yday=260, tm_isdst=0) 2024-09-16T23:50:59.343 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2024-09-16T23:51:19.343 DEBUG:teuthology.orchestra.run.smithi018:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-16T23:51:19.653 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-16T23:51:19.653 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-09-16T23:51:19.664 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":1478,"stamp":"2024-09-16T23:51:19.321604+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":19897059420,"num_objects":4803,"num_object_clones":0,"num_object_copies":9606,"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":4803,"num_whiteouts":0,"num_read":472459,"num_read_kb":13910086,"num_write":673036,"num_write_kb":85796117,"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":4,"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":640,"num_omap_keys":35,"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":45414,"ondisk_log_size":45414,"up":26,"acting":26,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":26,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":8,"kb":754974720,"kb_used":6409080,"kb_used_data":3821176,"kb_used_omap":19,"kb_used_meta":2587756,"kb_avail":748565640,"statfs":{"total":773094113280,"available":766531215360,"internally_reserved":0,"allocated":3912884224,"data_stored":39111312304,"data_compressed":1369947618,"data_compressed_allocated":3520536576,"data_compressed_original":38726506496,"omap_allocated":19910,"internal_metadata":2649862714},"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.002632"},"pg_stats":[{"pgid":"2.7","version":"27'2","reported_seq":74,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:58.412373+0000","last_change":"2024-09-16T23:50:58.412373+0000","last_active":"2024-09-16T23:50:58.412373+0000","last_peered":"2024-09-16T23:50:58.412373+0000","last_clean":"2024-09-16T23:50:58.412373+0000","last_became_active":"2024-09-16T23:02:51.888131+0000","last_became_peered":"2024-09-16T23:02:51.888131+0000","last_unstale":"2024-09-16T23:50:58.412373+0000","last_undegraded":"2024-09-16T23:50:58.412373+0000","last_fullsized":"2024-09-16T23:50:58.412373+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'2","last_scrub_stamp":"2024-09-16T23:50:58.412264+0000","last_deep_scrub":"27'2","last_deep_scrub_stamp":"2024-09-16T23:50:58.412264+0000","last_clean_scrub_stamp":"2024-09-16T23:50:58.412264+0000","objects_scrubbed":1,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T11:11:11.981393+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00048943299999999995,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":17,"num_read_kb":5,"num_write":1,"num_write_kb":1,"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},"up":[6,7],"acting":[6,7],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"purged_snaps":[]},{"pgid":"2.6","version":"27'172","reported_seq":1828,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:55.444728+0000","last_change":"2024-09-16T23:50:55.444728+0000","last_active":"2024-09-16T23:50:55.444728+0000","last_peered":"2024-09-16T23:50:55.444728+0000","last_clean":"2024-09-16T23:50:55.444728+0000","last_became_active":"2024-09-16T23:02:51.886569+0000","last_became_peered":"2024-09-16T23:02:51.886569+0000","last_unstale":"2024-09-16T23:50:55.444728+0000","last_undegraded":"2024-09-16T23:50:55.444728+0000","last_fullsized":"2024-09-16T23:50:55.444728+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'172","last_scrub_stamp":"2024-09-16T23:50:55.444638+0000","last_deep_scrub":"27'172","last_deep_scrub_stamp":"2024-09-16T23:50:55.444638+0000","last_clean_scrub_stamp":"2024-09-16T23:50:55.444638+0000","objects_scrubbed":2,"log_size":172,"log_dups_size":0,"ondisk_log_size":172,"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 @ 2024-09-18T08:27:44.385773+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00070401399999999999,"stat_sum":{"num_bytes":0,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":423,"num_read_kb":277,"num_write":157,"num_write_kb":145,"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":2,"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":466,"num_omap_keys":20,"num_objects_repaired":0},"up":[1,6],"acting":[1,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"27'2568","reported_seq":2634,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:51:01.499433+0000","last_change":"2024-09-16T23:51:01.499346+0000","last_active":"2024-09-16T23:51:01.499433+0000","last_peered":"2024-09-16T23:51:01.499433+0000","last_clean":"2024-09-16T23:51:01.499433+0000","last_became_active":"2024-09-16T23:02:51.884422+0000","last_became_peered":"2024-09-16T23:02:51.884422+0000","last_unstale":"2024-09-16T23:51:01.499433+0000","last_undegraded":"2024-09-16T23:51:01.499433+0000","last_fullsized":"2024-09-16T23:51:01.499433+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'2568","last_scrub_stamp":"2024-09-16T23:51:01.499256+0000","last_deep_scrub":"27'2568","last_deep_scrub_stamp":"2024-09-16T23:51:01.499256+0000","last_clean_scrub_stamp":"2024-09-16T23:51:01.499256+0000","objects_scrubbed":1,"log_size":2568,"log_dups_size":0,"ondisk_log_size":2568,"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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T07:46:17.058279+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0.00052797800000000002,"stat_sum":{"num_bytes":674,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":15376,"num_read_kb":12810,"num_write":5128,"num_write_kb":5122,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"2.4","version":"27'4","reported_seq":78,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:56.455194+0000","last_change":"2024-09-16T23:50:56.455194+0000","last_active":"2024-09-16T23:50:56.455194+0000","last_peered":"2024-09-16T23:50:56.455194+0000","last_clean":"2024-09-16T23:50:56.455194+0000","last_became_active":"2024-09-16T23:02:51.884517+0000","last_became_peered":"2024-09-16T23:02:51.884517+0000","last_unstale":"2024-09-16T23:50:56.455194+0000","last_undegraded":"2024-09-16T23:50:56.455194+0000","last_fullsized":"2024-09-16T23:50:56.455194+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'4","last_scrub_stamp":"2024-09-16T23:50:56.455123+0000","last_deep_scrub":"27'4","last_deep_scrub_stamp":"2024-09-16T23:50:56.455123+0000","last_clean_scrub_stamp":"2024-09-16T23:50:56.455123+0000","objects_scrubbed":1,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T07:46:12.014145+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00069995500000000004,"stat_sum":{"num_bytes":0,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":14,"num_read_kb":14,"num_write":3,"num_write_kb":3,"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":1,"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":90,"num_omap_keys":6,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"27'333412","reported_seq":526411,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:51:08.131123+0000","last_change":"2024-09-16T23:51:08.131123+0000","last_active":"2024-09-16T23:51:08.131123+0000","last_peered":"2024-09-16T23:51:08.131123+0000","last_clean":"2024-09-16T23:51:08.131123+0000","last_became_active":"2024-09-16T23:03:00.356658+0000","last_became_peered":"2024-09-16T23:03:00.356658+0000","last_unstale":"2024-09-16T23:51:08.131123+0000","last_undegraded":"2024-09-16T23:51:08.131123+0000","last_fullsized":"2024-09-16T23:51:08.131123+0000","mapping_epoch":23,"log_start":"27'323400","ondisk_log_start":"27'323400","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'333412","last_scrub_stamp":"2024-09-16T23:51:08.131014+0000","last_deep_scrub":"27'333412","last_deep_scrub_stamp":"2024-09-16T23:51:08.131014+0000","last_clean_scrub_stamp":"2024-09-16T23:51:08.131014+0000","objects_scrubbed":1222,"log_size":10012,"log_dups_size":0,"ondisk_log_size":10012,"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":11,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T04:31:45.506603+0000","scrub_duration":10577,"objects_trimmed":0,"snaptrim_duration":0.00043612399999999997,"stat_sum":{"num_bytes":5077258240,"num_objects":1222,"num_object_clones":0,"num_object_copies":2444,"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":1222,"num_whiteouts":0,"num_read":192975,"num_read_kb":4729738,"num_write":332216,"num_write_kb":25103959,"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},"up":[4,0],"acting":[4,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":4,"acting_primary":4,"purged_snaps":[]},{"pgid":"2.2","version":"27'1745","reported_seq":1839,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:58.273369+0000","last_change":"2024-09-16T23:50:58.273369+0000","last_active":"2024-09-16T23:50:58.273369+0000","last_peered":"2024-09-16T23:50:58.273369+0000","last_clean":"2024-09-16T23:50:58.273369+0000","last_became_active":"2024-09-16T23:02:51.884556+0000","last_became_peered":"2024-09-16T23:02:51.884556+0000","last_unstale":"2024-09-16T23:50:58.273369+0000","last_undegraded":"2024-09-16T23:50:58.273369+0000","last_fullsized":"2024-09-16T23:50:58.273369+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'1745","last_scrub_stamp":"2024-09-16T23:50:58.273274+0000","last_deep_scrub":"27'1745","last_deep_scrub_stamp":"2024-09-16T23:50:58.273274+0000","last_clean_scrub_stamp":"2024-09-16T23:50:58.273274+0000","objects_scrubbed":2,"log_size":1745,"log_dups_size":0,"ondisk_log_size":1745,"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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T11:15:46.258255+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00059393300000000005,"stat_sum":{"num_bytes":693,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":10448,"num_read_kb":8708,"num_write":3478,"num_write_kb":3472,"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},"up":[5,1],"acting":[5,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"3.0","version":"27'84951","reported_seq":135420,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:51:07.078597+0000","last_change":"2024-09-16T23:51:07.078597+0000","last_active":"2024-09-16T23:51:07.078597+0000","last_peered":"2024-09-16T23:51:07.078597+0000","last_clean":"2024-09-16T23:51:07.078597+0000","last_became_active":"2024-09-16T23:03:00.357125+0000","last_became_peered":"2024-09-16T23:03:00.357125+0000","last_unstale":"2024-09-16T23:51:07.078597+0000","last_undegraded":"2024-09-16T23:51:07.078597+0000","last_fullsized":"2024-09-16T23:51:07.078597+0000","mapping_epoch":23,"log_start":"27'74900","ondisk_log_start":"27'74900","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'84951","last_scrub_stamp":"2024-09-16T23:51:07.078479+0000","last_deep_scrub":"27'84951","last_deep_scrub_stamp":"2024-09-16T23:51:07.078479+0000","last_clean_scrub_stamp":"2024-09-16T23:51:07.078479+0000","objects_scrubbed":1164,"log_size":10051,"log_dups_size":0,"ondisk_log_size":10051,"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":10,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T03:01:11.038173+0000","scrub_duration":9585,"objects_trimmed":0,"snaptrim_duration":0.00037221299999999998,"stat_sum":{"num_bytes":4834874880,"num_objects":1164,"num_object_clones":0,"num_object_copies":2328,"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":1164,"num_whiteouts":0,"num_read":50436,"num_read_kb":2815662,"num_write":83819,"num_write_kb":17868168,"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},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"27'156","reported_seq":2265,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:56.605132+0000","last_change":"2024-09-16T23:50:56.605132+0000","last_active":"2024-09-16T23:50:56.605132+0000","last_peered":"2024-09-16T23:50:56.605132+0000","last_clean":"2024-09-16T23:50:56.605132+0000","last_became_active":"2024-09-16T23:02:51.920558+0000","last_became_peered":"2024-09-16T23:02:51.920558+0000","last_unstale":"2024-09-16T23:50:56.605132+0000","last_undegraded":"2024-09-16T23:50:56.605132+0000","last_fullsized":"2024-09-16T23:50:56.605132+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'156","last_scrub_stamp":"2024-09-16T23:50:56.605030+0000","last_deep_scrub":"27'156","last_deep_scrub_stamp":"2024-09-16T23:50:56.605030+0000","last_clean_scrub_stamp":"2024-09-16T23:50:56.605030+0000","objects_scrubbed":2,"log_size":156,"log_dups_size":0,"ondisk_log_size":156,"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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T04:31:33.980619+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00055189900000000001,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":568,"num_read_kb":476,"num_write":135,"num_write_kb":126,"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":1,"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":84,"num_omap_keys":9,"num_objects_repaired":0},"up":[2,3],"acting":[2,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"27'149052","reported_seq":282637,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:51:05.308238+0000","last_change":"2024-09-16T23:51:05.308238+0000","last_active":"2024-09-16T23:51:05.308238+0000","last_peered":"2024-09-16T23:51:05.308238+0000","last_clean":"2024-09-16T23:51:05.308238+0000","last_became_active":"2024-09-16T23:03:00.358370+0000","last_became_peered":"2024-09-16T23:03:00.358370+0000","last_unstale":"2024-09-16T23:51:05.308238+0000","last_undegraded":"2024-09-16T23:51:05.308238+0000","last_fullsized":"2024-09-16T23:51:05.308238+0000","mapping_epoch":23,"log_start":"27'139000","ondisk_log_start":"27'139000","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'149052","last_scrub_stamp":"2024-09-16T23:51:05.308108+0000","last_deep_scrub":"27'149052","last_deep_scrub_stamp":"2024-09-16T23:51:05.308108+0000","last_clean_scrub_stamp":"2024-09-16T23:51:05.308108+0000","objects_scrubbed":1163,"log_size":10052,"log_dups_size":0,"ondisk_log_size":10052,"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":11,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T10:44:32.138254+0000","scrub_duration":10195,"objects_trimmed":0,"snaptrim_duration":0.00052727799999999995,"stat_sum":{"num_bytes":4841906176,"num_objects":1163,"num_object_clones":0,"num_object_copies":2326,"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":1163,"num_whiteouts":0,"num_read":133547,"num_read_kb":3526234,"num_write":147933,"num_write_kb":22061625,"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},"up":[0,4],"acting":[0,4],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"27'2","reported_seq":72,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:51:00.482502+0000","last_change":"2024-09-16T23:51:00.482429+0000","last_active":"2024-09-16T23:51:00.482502+0000","last_peered":"2024-09-16T23:51:00.482502+0000","last_clean":"2024-09-16T23:51:00.482502+0000","last_became_active":"2024-09-16T23:02:51.884188+0000","last_became_peered":"2024-09-16T23:02:51.884188+0000","last_unstale":"2024-09-16T23:51:00.482502+0000","last_undegraded":"2024-09-16T23:51:00.482502+0000","last_fullsized":"2024-09-16T23:51:00.482502+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'2","last_scrub_stamp":"2024-09-16T23:51:00.482340+0000","last_deep_scrub":"27'2","last_deep_scrub_stamp":"2024-09-16T23:51:00.482340+0000","last_clean_scrub_stamp":"2024-09-16T23:51:00.482340+0000","objects_scrubbed":1,"log_size":2,"log_dups_size":0,"ondisk_log_size":2,"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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T00:02:23.981248+0000","scrub_duration":15,"objects_trimmed":0,"snaptrim_duration":0.00042776499999999998,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"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":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"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},"up":[7,1],"acting":[7,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]},{"pgid":"3.2","version":"27'100271","reported_seq":165904,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:51:07.496915+0000","last_change":"2024-09-16T23:51:07.496915+0000","last_active":"2024-09-16T23:51:07.496915+0000","last_peered":"2024-09-16T23:51:07.496915+0000","last_clean":"2024-09-16T23:51:07.496915+0000","last_became_active":"2024-09-16T23:03:00.412073+0000","last_became_peered":"2024-09-16T23:03:00.412073+0000","last_unstale":"2024-09-16T23:51:07.496915+0000","last_undegraded":"2024-09-16T23:51:07.496915+0000","last_fullsized":"2024-09-16T23:51:07.496915+0000","mapping_epoch":23,"log_start":"27'90200","ondisk_log_start":"27'90200","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'100271","last_scrub_stamp":"2024-09-16T23:51:07.496811+0000","last_deep_scrub":"27'100271","last_deep_scrub_stamp":"2024-09-16T23:51:07.496811+0000","last_clean_scrub_stamp":"2024-09-16T23:51:07.496811+0000","objects_scrubbed":1240,"log_size":10071,"log_dups_size":0,"ondisk_log_size":10071,"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":11,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T04:31:44.872400+0000","scrub_duration":10915,"objects_trimmed":0,"snaptrim_duration":0.00066633299999999996,"stat_sum":{"num_bytes":5142427667,"num_objects":1240,"num_object_clones":0,"num_object_copies":2480,"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":1240,"num_whiteouts":0,"num_read":65600,"num_read_kb":2813626,"num_write":99068,"num_write_kb":20750879,"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},"up":[3,5],"acting":[3,5],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]},{"pgid":"2.3","version":"27'505","reported_seq":572,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:59.291833+0000","last_change":"2024-09-16T23:50:59.291833+0000","last_active":"2024-09-16T23:50:59.291833+0000","last_peered":"2024-09-16T23:50:59.291833+0000","last_clean":"2024-09-16T23:50:59.291833+0000","last_became_active":"2024-09-16T23:02:51.885151+0000","last_became_peered":"2024-09-16T23:02:51.885151+0000","last_unstale":"2024-09-16T23:50:59.291833+0000","last_undegraded":"2024-09-16T23:50:59.291833+0000","last_fullsized":"2024-09-16T23:50:59.291833+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'505","last_scrub_stamp":"2024-09-16T23:50:59.291729+0000","last_deep_scrub":"27'505","last_deep_scrub_stamp":"2024-09-16T23:50:59.291729+0000","last_clean_scrub_stamp":"2024-09-16T23:50:59.291729+0000","objects_scrubbed":2,"log_size":505,"log_dups_size":0,"ondisk_log_size":505,"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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T04:05:16.045555+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00059453100000000003,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":2978,"num_read_kb":2478,"num_write":996,"num_write_kb":988,"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},"up":[5,2],"acting":[5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":5,"acting_primary":5,"purged_snaps":[]},{"pgid":"1.0","version":"27'74","reported_seq":157,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-16T23:50:59.488935+0000","last_change":"2024-09-16T23:50:59.488845+0000","last_active":"2024-09-16T23:50:59.488935+0000","last_peered":"2024-09-16T23:50:59.488935+0000","last_clean":"2024-09-16T23:50:59.488935+0000","last_became_active":"2024-09-16T23:02:44.891256+0000","last_became_peered":"2024-09-16T23:02:44.891256+0000","last_unstale":"2024-09-16T23:50:59.488935+0000","last_undegraded":"2024-09-16T23:50:59.488935+0000","last_fullsized":"2024-09-16T23:50:59.488935+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":14,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'74","last_scrub_stamp":"2024-09-16T23:50:59.488747+0000","last_deep_scrub":"27'74","last_deep_scrub_stamp":"2024-09-16T23:50:59.488747+0000","last_clean_scrub_stamp":"2024-09-16T23:50:59.488747+0000","objects_scrubbed":2,"log_size":74,"log_dups_size":0,"ondisk_log_size":74,"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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T04:05:16.242572+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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},"up":[7,0],"acting":[7,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":19896466963,"num_objects":4789,"num_object_clones":0,"num_object_copies":9578,"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":4789,"num_whiteouts":0,"num_read":442558,"num_read_kb":13885260,"num_write":663036,"num_write_kb":85784631,"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":3910451200,"data_stored":39109269542,"data_compressed":1369930012,"data_compressed_allocated":3520462848,"data_compressed_original":38725359616,"omap_allocated":0,"internal_metadata":0},"log_size":40186,"ondisk_log_size":40186,"up":8,"acting":8,"num_store_stats":6},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2089,"num_objects":12,"num_object_clones":0,"num_object_copies":24,"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":12,"num_whiteouts":0,"num_read":29835,"num_read_kb":24771,"num_write":9899,"num_write_kb":9858,"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":4,"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":640,"num_omap_keys":35,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":4178,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1327,"internal_metadata":0},"log_size":5154,"ondisk_log_size":5154,"up":16,"acting":16,"num_store_stats":7},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"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":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"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":114688,"data_stored":1180736,"data_compressed":17606,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":74,"ondisk_log_size":74,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":7,"up_from":15,"seq":64424510026,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":75944,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":75582,"kb_avail":94295896,"statfs":{"total":96636764160,"available":96558997504,"internally_reserved":0,"allocated":352256,"data_stored":698305,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":1590,"internal_metadata":77396426},"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":[]},{"osd":4,"up_from":15,"seq":64424510026,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1425432,"kb_used_data":971208,"kb_used_omap":4,"kb_used_meta":454203,"kb_avail":92946408,"statfs":{"total":96636764160,"available":95177121792,"internally_reserved":0,"allocated":994516992,"data_stored":9765244639,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674487296,"omap_allocated":4510,"internal_metadata":465104482},"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":[]},{"osd":3,"up_from":15,"seq":64424510026,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":847080,"kb_used_data":477208,"kb_used_omap":1,"kb_used_meta":369854,"kb_avail":93524760,"statfs":{"total":96636764160,"available":95769354240,"internally_reserved":0,"allocated":488660992,"data_stored":5034397442,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":1593,"internal_metadata":378730951},"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":[]},{"osd":2,"up_from":15,"seq":64424510026,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":799696,"kb_used_data":461824,"kb_used_omap":1,"kb_used_meta":337854,"kb_avail":93572144,"statfs":{"total":96636764160,"available":95817875456,"internally_reserved":0,"allocated":472907776,"data_stored":4755315089,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":1595,"internal_metadata":345962949},"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":[]},{"osd":1,"up_from":15,"seq":64424510024,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":840020,"kb_used_data":461828,"kb_used_omap":1,"kb_used_meta":378174,"kb_avail":93531820,"statfs":{"total":96636764160,"available":95776583680,"internally_reserved":0,"allocated":472911872,"data_stored":4755315108,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":1595,"internal_metadata":387250629},"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":[]},{"osd":5,"up_from":14,"seq":60129542729,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":905456,"kb_used_data":477216,"kb_used_omap":1,"kb_used_meta":428222,"kb_avail":93466384,"statfs":{"total":96636764160,"available":95709577216,"internally_reserved":0,"allocated":488669184,"data_stored":5034398793,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":1595,"internal_metadata":438499781},"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":[]},{"osd":6,"up_from":13,"seq":55834575434,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31464,"kb_used_data":280,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94340376,"statfs":{"total":96636764160,"available":96604545024,"internally_reserved":0,"allocated":286720,"data_stored":107247,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]},{"osd":0,"up_from":13,"seq":55834575434,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":1483988,"kb_used_data":971268,"kb_used_omap":5,"kb_used_meta":512698,"kb_avail":92887852,"statfs":{"total":96636764160,"available":95117160448,"internally_reserved":0,"allocated":994578432,"data_stored":9765835681,"data_compressed":365757244,"data_compressed_allocated":902602752,"data_compressed_original":9675060736,"omap_allocated":5838,"internal_metadata":525003058},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":8803,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":674,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1327,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":8192,"data_stored":690,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":16,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":1367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":16,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":994234368,"data_stored":9765137408,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674487296,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":472616960,"data_stored":4755207168,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":472616960,"data_stored":4755207168,"data_compressed":160512481,"data_compressed_allocated":421933056,"data_compressed_original":4705419776,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":488374272,"data_stored":5034290195,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":994234368,"data_stored":9765137408,"data_compressed":365748441,"data_compressed_allocated":902565888,"data_compressed_original":9674487296,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":488374272,"data_stored":5034290195,"data_compressed":158704084,"data_compressed_allocated":435732480,"data_compressed_original":4982772736,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T23:51:19.666 DEBUG:teuthology.orchestra.run.smithi018:> sudo ceph --cluster ceph config set global mon_health_to_clog false 2024-09-16T23:51:19.982 INFO:teuthology.misc:Shutting down mds daemons... 2024-09-16T23:51:19.983 INFO:teuthology.misc:Shutting down osd daemons... 2024-09-16T23:51:19.983 DEBUG:tasks.ceph.osd.0:waiting for process to exit 2024-09-16T23:51:19.983 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.038 INFO:tasks.ceph.osd.0:Stopped 2024-09-16T23:51:20.038 DEBUG:tasks.ceph.osd.1:waiting for process to exit 2024-09-16T23:51:20.038 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.104 INFO:tasks.ceph.osd.1:Stopped 2024-09-16T23:51:20.105 DEBUG:tasks.ceph.osd.2:waiting for process to exit 2024-09-16T23:51:20.105 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.158 INFO:tasks.ceph.osd.2:Stopped 2024-09-16T23:51:20.158 DEBUG:tasks.ceph.osd.3:waiting for process to exit 2024-09-16T23:51:20.158 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.214 INFO:tasks.ceph.osd.3:Stopped 2024-09-16T23:51:20.214 DEBUG:tasks.ceph.osd.4:waiting for process to exit 2024-09-16T23:51:20.214 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.270 INFO:tasks.ceph.osd.4:Stopped 2024-09-16T23:51:20.271 DEBUG:tasks.ceph.osd.5:waiting for process to exit 2024-09-16T23:51:20.271 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.326 INFO:tasks.ceph.osd.5:Stopped 2024-09-16T23:51:20.326 DEBUG:tasks.ceph.osd.6:waiting for process to exit 2024-09-16T23:51:20.326 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.363 INFO:tasks.ceph.osd.6:Stopped 2024-09-16T23:51:20.363 DEBUG:tasks.ceph.osd.7:waiting for process to exit 2024-09-16T23:51:20.363 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.436 INFO:tasks.ceph.osd.7:Stopped 2024-09-16T23:51:20.438 INFO:teuthology.misc:Shutting down mgr daemons... 2024-09-16T23:51:20.438 DEBUG:tasks.ceph.mgr.x:waiting for process to exit 2024-09-16T23:51:20.438 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.464 INFO:tasks.ceph.mgr.x:Stopped 2024-09-16T23:51:20.464 DEBUG:tasks.ceph.mgr.y:waiting for process to exit 2024-09-16T23:51:20.464 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.506 INFO:tasks.ceph.mgr.y:Stopped 2024-09-16T23:51:20.506 INFO:teuthology.misc:Shutting down mon daemons... 2024-09-16T23:51:20.507 DEBUG:tasks.ceph.mon.a:waiting for process to exit 2024-09-16T23:51:20.507 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.519 INFO:tasks.ceph.mon.a:Stopped 2024-09-16T23:51:20.519 DEBUG:tasks.ceph.mon.c:waiting for process to exit 2024-09-16T23:51:20.519 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.571 INFO:tasks.ceph.mon.c:Stopped 2024-09-16T23:51:20.571 DEBUG:tasks.ceph.mon.b:waiting for process to exit 2024-09-16T23:51:20.571 INFO:teuthology.orchestra.run:waiting for 300 2024-09-16T23:51:20.583 INFO:tasks.ceph.mon.b:Stopped 2024-09-16T23:51:20.584 INFO:tasks.ceph:Checking cluster log for badness... 2024-09-16T23:51:20.584 DEBUG:teuthology.orchestra.run.smithi018:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-16T23:51:20.640 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-0 on ubuntu@smithi018.front.sepia.ceph.com 2024-09-16T23:51:20.640 DEBUG:teuthology.orchestra.run.smithi018:> sync && sudo umount -f /var/lib/ceph/osd/ceph-0 2024-09-16T23:51:21.127 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-1 on ubuntu@smithi018.front.sepia.ceph.com 2024-09-16T23:51:21.128 DEBUG:teuthology.orchestra.run.smithi018:> sync && sudo umount -f /var/lib/ceph/osd/ceph-1 2024-09-16T23:51:21.211 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-2 on ubuntu@smithi018.front.sepia.ceph.com 2024-09-16T23:51:21.212 DEBUG:teuthology.orchestra.run.smithi018:> sync && sudo umount -f /var/lib/ceph/osd/ceph-2 2024-09-16T23:51:21.383 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-3 on ubuntu@smithi018.front.sepia.ceph.com 2024-09-16T23:51:21.383 DEBUG:teuthology.orchestra.run.smithi018:> sync && sudo umount -f /var/lib/ceph/osd/ceph-3 2024-09-16T23:51:21.470 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-4 on ubuntu@smithi079.front.sepia.ceph.com 2024-09-16T23:51:21.471 DEBUG:teuthology.orchestra.run.smithi079:> sync && sudo umount -f /var/lib/ceph/osd/ceph-4 2024-09-16T23:51:21.676 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-5 on ubuntu@smithi079.front.sepia.ceph.com 2024-09-16T23:51:21.676 DEBUG:teuthology.orchestra.run.smithi079:> sync && sudo umount -f /var/lib/ceph/osd/ceph-5 2024-09-16T23:51:21.755 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-6 on ubuntu@smithi079.front.sepia.ceph.com 2024-09-16T23:51:21.756 DEBUG:teuthology.orchestra.run.smithi079:> sync && sudo umount -f /var/lib/ceph/osd/ceph-6 2024-09-16T23:51:21.798 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-7 on ubuntu@smithi079.front.sepia.ceph.com 2024-09-16T23:51:21.798 DEBUG:teuthology.orchestra.run.smithi079:> sync && sudo umount -f /var/lib/ceph/osd/ceph-7 2024-09-16T23:51:21.891 INFO:tasks.ceph:Archiving mon data... 2024-09-16T23:51:21.892 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/lib/ceph/mon/ceph-a to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/data/mon.a.tgz 2024-09-16T23:51:21.892 DEBUG:teuthology.orchestra.run.smithi018:> mktemp 2024-09-16T23:51:21.909 INFO:teuthology.orchestra.run.smithi018.stdout:/tmp/tmp.A5GCfPQSgV 2024-09-16T23:51:21.910 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar cz -f - -C /var/lib/ceph/mon/ceph-a -- . > /tmp/tmp.A5GCfPQSgV 2024-09-16T23:51:22.094 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0666 /tmp/tmp.A5GCfPQSgV 2024-09-16T23:51:22.179 DEBUG:teuthology.orchestra.remote:smithi018:/tmp/tmp.A5GCfPQSgV is 308KB 2024-09-16T23:51:22.248 DEBUG:teuthology.orchestra.run.smithi018:> rm -fr /tmp/tmp.A5GCfPQSgV 2024-09-16T23:51:22.264 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/lib/ceph/mon/ceph-c to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/data/mon.c.tgz 2024-09-16T23:51:22.264 DEBUG:teuthology.orchestra.run.smithi018:> mktemp 2024-09-16T23:51:22.319 INFO:teuthology.orchestra.run.smithi018.stdout:/tmp/tmp.OcgAU9PK3s 2024-09-16T23:51:22.319 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar cz -f - -C /var/lib/ceph/mon/ceph-c -- . > /tmp/tmp.OcgAU9PK3s 2024-09-16T23:51:22.440 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0666 /tmp/tmp.OcgAU9PK3s 2024-09-16T23:51:22.525 DEBUG:teuthology.orchestra.remote:smithi018:/tmp/tmp.OcgAU9PK3s is 308KB 2024-09-16T23:51:22.620 DEBUG:teuthology.orchestra.run.smithi018:> rm -fr /tmp/tmp.OcgAU9PK3s 2024-09-16T23:51:22.636 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/mon/ceph-b to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/data/mon.b.tgz 2024-09-16T23:51:22.636 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-09-16T23:51:22.653 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.a6srCxnNsI 2024-09-16T23:51:22.654 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar cz -f - -C /var/lib/ceph/mon/ceph-b -- . > /tmp/tmp.a6srCxnNsI 2024-09-16T23:51:22.792 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.a6srCxnNsI 2024-09-16T23:51:22.877 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.a6srCxnNsI is 308KB 2024-09-16T23:51:22.908 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.a6srCxnNsI 2024-09-16T23:51:22.923 INFO:tasks.ceph:Cleaning ceph cluster... 2024-09-16T23:51:22.923 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -rf -- /etc/ceph/ceph.conf /etc/ceph/ceph.keyring /home/ubuntu/cephtest/ceph.data /home/ubuntu/cephtest/ceph.monmap /home/ubuntu/cephtest/../*.pid 2024-09-16T23:51:22.925 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -rf -- /etc/ceph/ceph.conf /etc/ceph/ceph.keyring /home/ubuntu/cephtest/ceph.data /home/ubuntu/cephtest/ceph.monmap /home/ubuntu/cephtest/../*.pid 2024-09-16T23:51:22.965 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -rf -- /etc/ceph/ceph.conf /etc/ceph/ceph.keyring /home/ubuntu/cephtest/ceph.data /home/ubuntu/cephtest/ceph.monmap /home/ubuntu/cephtest/../*.pid 2024-09-16T23:51:23.014 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-16T23:51:23.044 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-16T23:51:23.062 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-16T23:51:23.062 INFO:tasks.ceph:Archiving crash dumps... 2024-09-16T23:51:23.064 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/lib/ceph/crash to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/remote/smithi018/crash 2024-09-16T23:51:23.065 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-16T23:51:23.092 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/crash to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/remote/smithi079/crash 2024-09-16T23:51:23.092 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-16T23:51:23.117 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/crash to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/remote/smithi204/crash 2024-09-16T23:51:23.117 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-16T23:51:23.160 INFO:tasks.ceph:Compressing logs... 2024-09-16T23:51:23.160 DEBUG:teuthology.orchestra.run.smithi018:> time sudo find /var/log/ceph -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T23:51:23.163 DEBUG:teuthology.orchestra.run.smithi079:> time sudo find /var/log/ceph -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T23:51:23.165 DEBUG:teuthology.orchestra.run.smithi204:> time sudo find /var/log/ceph -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T23:51:23.186 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-osd.0.log 2024-09-16T23:51:23.186 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39777.log 2024-09-16T23:51:23.196 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33390.log 2024-09-16T23:51:23.196 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-osd.7.log 2024-09-16T23:51:23.196 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33259.log 2024-09-16T23:51:23.196 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-client.admin.33390.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33390.log.gz 2024-09-16T23:51:23.196 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33430.log 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-client.admin.33259.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33339.log 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33259.log.gz 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-client.admin.33430.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33430.log.gz 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33470.log 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-client.admin.33339.log: gzip -5 --verbose -- /var/log/ceph/ceph-osd.4.log 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33339.log.gz 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-client.admin.33470.log: gzip -5 --verbose -- /var/log/ceph/ceph.audit.log 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33470.log.gz 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33219.log 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33299.log 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-client.admin.33219.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33179.log 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33219.log.gz 2024-09-16T23:51:23.197 INFO:teuthology.orchestra.run.smithi079.stderr: 89.2% -- replaced with /var/log/ceph/ceph.audit.log.gz 2024-09-16T23:51:23.198 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-client.admin.33299.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33299.log.gz 2024-09-16T23:51:23.198 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-osd.6.log 2024-09-16T23:51:23.198 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose/var/log/ceph/ceph-client.admin.33179.log: -- /var/log/ceph/ceph-mgr.y.log 2024-09-16T23:51:23.198 INFO:teuthology.orchestra.run.smithi079.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33179.log.gz 2024-09-16T23:51:23.198 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/ceph-osd.5.log 2024-09-16T23:51:23.198 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/ceph.log 2024-09-16T23:51:23.198 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/ceph-mon.b.log 2024-09-16T23:51:23.198 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/ceph.log: /var/log/ceph/ceph-mon.b.log: 88.0% -- replaced with /var/log/ceph/ceph.log.gz 2024-09-16T23:51:23.223 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37318.log 2024-09-16T23:51:23.223 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-osd.0.log: /var/log/ceph/ceph-client.admin.39777.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39357.log 2024-09-16T23:51:23.223 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39777.log.gz 2024-09-16T23:51:23.223 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37318.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38587.log 2024-09-16T23:51:23.223 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37318.log.gz 2024-09-16T23:51:23.223 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39357.log: gzip -5 --verbose -- /var/log/ceph/ceph.tmp-client.admin.27609.log 2024-09-16T23:51:23.223 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39357.log.gz 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38587.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39483.log 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38587.log.gz 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph.tmp-client.admin.27609.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39987.log 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph.tmp-client.admin.27609.log.gz 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39483.log: 0.0%gzip -- replaced with /var/log/ceph/ceph-client.admin.39483.log.gz -5 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr: --verbose -- /var/log/ceph/ceph-osd.1.log 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39987.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38348.log 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39987.log.gz 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38343.log 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38348.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37293.log 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38348.log.gz 2024-09-16T23:51:23.224 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38343.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38343.log.gz 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38229.log 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37293.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39441.log 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37293.log.gz 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38229.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38229.log.gz 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39693.log 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39441.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38345.log 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39441.log.gz 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39693.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37992.log 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39693.log.gz 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38345.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38342.log 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38345.log.gz 2024-09-16T23:51:23.225 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37992.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37992.log.gz 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39315.log 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38342.log: gzip -5 --verbose -- /var/log/ceph/ceph.audit.log 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38342.log.gz 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39315.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39315.log.gz 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39105.log 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37969.log 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39105.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39105.log.gz 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38228.log 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38349.log 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37969.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37969.log.gz 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr: 93.7% -- replaced with /var/log/ceph/ceph.audit.log.gz 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38228.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40027.log 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38228.log.gz 2024-09-16T23:51:23.226 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38349.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33383.log 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38349.log.gz 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.40027.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40027.log.gz 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38629.log 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.33383.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37677.log 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33383.log.gz 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38629.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37991.log 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38629.log.gz 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37677.log: 0.0%gzip -- replaced with /var/log/ceph/ceph-client.admin.37677.log.gz 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr: -5 --verbose -- /var/log/ceph/ceph-client.admin.39819.log 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37991.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38545.log 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37991.log.gz 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39819.log: gzip -5 --verbose -- 0.0% /var/log/ceph/ceph-client.admin.37670.log -- replaced with /var/log/ceph/ceph-client.admin.39819.log.gz 2024-09-16T23:51:23.227 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38545.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37669.log 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38545.log.gz 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37670.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37670.log.gz 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-mon.c.log 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37669.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39903.log 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37669.log.gz 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39861.log 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39903.log: gzip 0.0% -5 -- replaced with /var/log/ceph/ceph-client.admin.39903.log.gz --verbose 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr: -- /var/log/ceph/ceph-client.admin.39147.log 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39273.log 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39861.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39861.log.gz 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39147.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39189.log 2024-09-16T23:51:23.228 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39147.log.gz 2024-09-16T23:51:23.229 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39273.log: gzip -5 --verbose -- /var/log/ceph/ceph-mon.a.log 2024-09-16T23:51:23.229 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39273.log.gz 2024-09-16T23:51:23.229 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39189.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33778.log 2024-09-16T23:51:23.229 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39189.log.gz 2024-09-16T23:51:23.229 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37668.log 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.33778.log: gzip 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33778.log.gz 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr: -5 --verbose -- /var/log/ceph/ceph-osd.2.log 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37668.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39231.log 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37668.log.gz 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37986.log 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39231.log: gzip -5 --verbose 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39231.log.gz 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr: -- /var/log/ceph/ceph-client.admin.37148.log 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37986.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37986.log.gz 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37676.log 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37148.log: gzip -5 --verbose 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37148.log.gz 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr: -- /var/log/ceph/ceph-client.admin.39567.log 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37676.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37676.log.gz 2024-09-16T23:51:23.230 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37989.log 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39567.log: gzip -5 --verbose 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39567.log.gz 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr: -- /var/log/ceph/ceph-client.admin.38013.log 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37989.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37989.log.gz 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph.log 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38013.log: gzip -5 --verbose 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38013.log.gz 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr: -- /var/log/ceph/ceph-client.admin.37993.log 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39609.log 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37993.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39651.log 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37993.log.gz 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39609.log: gzip -5 --verbose -- /var/log/ceph/ceph-mgr.x.log 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39651.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39609.log.gz 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39651.log.gz 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39945.log 2024-09-16T23:51:23.231 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37369.log 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-mgr.x.log: /var/log/ceph/ceph-client.admin.39945.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39945.log.gz 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37671.log 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37369.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37369.log.gz 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38347.log 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37671.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37671.log.gz 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39735.log 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.38347.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38347.log.gz 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39399.log 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39735.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39735.log.gz 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37990.log 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39399.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39399.log.gz 2024-09-16T23:51:23.232 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37453.log 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr: 93.7% -- replaced with /var/log/ceph/ceph.log.gz 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37990.log: 0.0%gzip -- replaced with /var/log/ceph/ceph-client.admin.37990.log.gz -5 --verbose -- /var/log/ceph/ceph-client.admin.33685.log 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37453.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37453.log.gz 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37673.log 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.33685.log: 0.0%gzip -- replaced with /var/log/ceph/ceph-client.admin.33685.log.gz 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr: -5 --verbose -- /var/log/ceph/ceph-client.admin.37411.log 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37495.log 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37411.log: /var/log/ceph/ceph-client.admin.37673.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37673.log.gz 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37411.log.gz 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37237.log 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-osd.3.log 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37495.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37495.log.gz 2024-09-16T23:51:23.233 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37237.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37237.log.gz 2024-09-16T23:51:23.234 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39525.log 2024-09-16T23:51:23.238 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27077.log 2024-09-16T23:51:23.238 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.0.27818.log 2024-09-16T23:51:23.238 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27241.log 2024-09-16T23:51:23.238 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.admin.27077.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27077.log.gz 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.0.27818.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27499.log 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr: 55.8% -- replaced with /var/log/ceph/ceph-client.0.27818.log.gz 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.admin.27241.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27898.log 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27241.log.gz 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.admin.27499.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27203.log 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27499.log.gz 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.admin.27898.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27278.log 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr: 88.9% -- replaced with /var/log/ceph/ceph-client.admin.27898.log.gz 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.admin.27203.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27572.log 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27203.log.gz 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.admin.27278.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27118.log 2024-09-16T23:51:23.239 INFO:teuthology.orchestra.run.smithi204.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27278.log.gz 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.admin.27572.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.28018.log 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27572.log.gz 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.admin.27118.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27536.log 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27118.log.gz 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.admin.28018.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27963.log 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.28018.log.gz 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.admin.27536.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27536.log.gz 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/ceph-client.admin.27963.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27963.log.gz 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m0.016s 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m0.015s 2024-09-16T23:51:23.240 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m0.017s 2024-09-16T23:51:23.241 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37674.log 2024-09-16T23:51:23.241 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.39525.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39525.log.gz 2024-09-16T23:51:23.242 INFO:teuthology.orchestra.run.smithi018.stderr: 95.1% -- replaced with /var/log/ceph/ceph-mgr.x.log.gz 2024-09-16T23:51:23.242 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/ceph-client.admin.37674.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37674.log.gz 2024-09-16T23:51:23.449 INFO:teuthology.orchestra.run.smithi079.stderr: 92.1% -- replaced with /var/log/ceph/ceph-mgr.y.log.gz 2024-09-16T23:51:23.685 INFO:teuthology.orchestra.run.smithi079.stderr: 92.1% -- replaced with /var/log/ceph/ceph-osd.6.log.gz 2024-09-16T23:51:23.805 INFO:teuthology.orchestra.run.smithi018.stderr: 93.5% -- replaced with /var/log/ceph/ceph-mon.c.log.gz 2024-09-16T23:51:23.954 INFO:teuthology.orchestra.run.smithi079.stderr: 92.6% -- replaced with /var/log/ceph/ceph-mon.b.log.gz 2024-09-16T23:51:24.366 INFO:teuthology.orchestra.run.smithi079.stderr: 93.3% -- replaced with /var/log/ceph/ceph-osd.7.log.gz 2024-09-16T23:51:24.534 INFO:teuthology.orchestra.run.smithi018.stderr: 90.6% -- replaced with /var/log/ceph/ceph-mon.a.log.gz 2024-09-16T23:51:29.638 INFO:teuthology.orchestra.run.smithi018.stderr: 95.0% -- replaced with /var/log/ceph/ceph-osd.2.log.gz 2024-09-16T23:51:30.583 INFO:teuthology.orchestra.run.smithi079.stderr: 95.0% -- replaced with /var/log/ceph/ceph-osd.5.log.gz 2024-09-16T23:51:47.384 INFO:teuthology.orchestra.run.smithi018.stderr: 95.0% -- replaced with /var/log/ceph/ceph-osd.1.log.gz 2024-09-16T23:51:52.016 INFO:teuthology.orchestra.run.smithi018.stderr: 95.0% -- replaced with /var/log/ceph/ceph-osd.3.log.gz 2024-09-16T23:52:31.954 INFO:teuthology.orchestra.run.smithi018.stderr: 94.7% -- replaced with /var/log/ceph/ceph-osd.0.log.gz 2024-09-16T23:52:31.956 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-09-16T23:52:31.956 INFO:teuthology.orchestra.run.smithi018.stderr:real 1m8.779s 2024-09-16T23:52:31.956 INFO:teuthology.orchestra.run.smithi018.stderr:user 2m5.562s 2024-09-16T23:52:31.956 INFO:teuthology.orchestra.run.smithi018.stderr:sys 0m4.378s 2024-09-16T23:53:01.204 INFO:teuthology.orchestra.run.smithi079.stderr: 94.7% -- replaced with /var/log/ceph/ceph-osd.4.log.gz 2024-09-16T23:53:01.205 INFO:teuthology.orchestra.run.smithi079.stderr: 2024-09-16T23:53:01.205 INFO:teuthology.orchestra.run.smithi079.stderr:real 1m38.028s 2024-09-16T23:53:01.205 INFO:teuthology.orchestra.run.smithi079.stderr:user 1m44.188s 2024-09-16T23:53:01.205 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m3.753s 2024-09-16T23:53:01.206 INFO:tasks.ceph:Archiving logs... 2024-09-16T23:53:01.206 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/log/ceph to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/remote/smithi018/log 2024-09-16T23:53:01.207 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T23:53:17.467 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/remote/smithi079/log 2024-09-16T23:53:17.468 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T23:53:31.823 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/remote/smithi204/log 2024-09-16T23:53:31.824 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T23:53:31.863 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-16T23:53:31.873 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-16T23:53:31.873 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T23:53:31.876 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T23:53:31.878 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T23:53:32.014 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-16T23:53:32.023 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-16T23:53:32.023 DEBUG:teuthology.orchestra.run.smithi018:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T23:53:32.026 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T23:53:32.029 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T23:53:32.042 INFO:teuthology.orchestra.run.smithi018.stderr:bash: line 1: ntpq: command not found 2024-09-16T23:53:32.043 INFO:teuthology.orchestra.run.smithi079.stderr:bash: line 1: ntpq: command not found 2024-09-16T23:53:32.045 INFO:teuthology.orchestra.run.smithi204.stderr:bash: line 1: ntpq: command not found 2024-09-16T23:53:32.047 INFO:teuthology.orchestra.run.smithi018.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T23:53:32.047 INFO:teuthology.orchestra.run.smithi018.stdout:=============================================================================== 2024-09-16T23:53:32.047 INFO:teuthology.orchestra.run.smithi018.stdout:^* hv01.front.sepia.ceph.com 3 6 377 64 +3309us[+3319us] +/- 44ms 2024-09-16T23:53:32.047 INFO:teuthology.orchestra.run.smithi018.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 2 -4042us[-4042us] +/- 72ms 2024-09-16T23:53:32.048 INFO:teuthology.orchestra.run.smithi018.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 63 -2388us[-2388us] +/- 90ms 2024-09-16T23:53:32.048 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv04.front.sepia.ceph.com 0 10 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T23:53:32.048 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T23:53:32.048 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-09-16T23:53:32.048 INFO:teuthology.orchestra.run.smithi079.stdout:^* hv01.front.sepia.ceph.com 3 6 377 4 +3406us[+3315us] +/- 45ms 2024-09-16T23:53:32.048 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 3 -3948us[-3948us] +/- 72ms 2024-09-16T23:53:32.048 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 65 -2292us[-2383us] +/- 90ms 2024-09-16T23:53:32.048 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T23:53:32.050 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T23:53:32.050 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-09-16T23:53:32.051 INFO:teuthology.orchestra.run.smithi204.stdout:^* hv01.front.sepia.ceph.com 3 6 377 5 +3442us[+3340us] +/- 45ms 2024-09-16T23:53:32.051 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 7 -3917us[-4018us] +/- 72ms 2024-09-16T23:53:32.051 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 5 -2252us[-2354us] +/- 91ms 2024-09-16T23:53:32.051 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T23:53:32.051 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-16T23:53:32.060 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-16T23:53:32.060 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-16T23:53:32.110 DEBUG:teuthology.orchestra.run.smithi018:> 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 2024-09-16T23:53:32.181 DEBUG:teuthology.orchestra.run.smithi079:> 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 2024-09-16T23:53:32.249 DEBUG:teuthology.orchestra.run.smithi204:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-16T23:53:32.316 DEBUG:teuthology.orchestra.run.smithi018:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-16T23:53:32.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T23:53:32.350 DEBUG:teuthology.orchestra.run.smithi079:> 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 -e context=system_u:system_r:getty_t:s0 2024-09-16T23:53:32.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T23:53:32.380 DEBUG:teuthology.orchestra.run.smithi204:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-16T23:53:32.409 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T23:53:32.410 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-16T23:53:32.420 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-16T23:53:32.453 INFO:teuthology.task.internal:Duration was 3471.235674 seconds 2024-09-16T23:53:32.453 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-16T23:53:32.538 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-16T23:53:32.538 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T23:53:32.541 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T23:53:32.543 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T23:53:32.582 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T23:53:32.586 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T23:53:32.586 INFO:teuthology.orchestra.run.smithi018.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T23:53:33.025 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-16T23:53:33.025 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi018.front.sepia.ceph.com 2024-09-16T23:53:33.026 DEBUG:teuthology.orchestra.run.smithi018:> 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 2024-09-16T23:53:33.051 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2024-09-16T23:53:33.051 DEBUG:teuthology.orchestra.run.smithi079:> 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 2024-09-16T23:53:33.088 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2024-09-16T23:53:33.089 DEBUG:teuthology.orchestra.run.smithi204:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-16T23:53:33.116 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-16T23:53:33.117 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T23:53:33.119 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T23:53:33.131 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T23:53:33.185 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-16T23:53:33.186 DEBUG:teuthology.orchestra.run.smithi018:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T23:53:33.193 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T23:53:33.200 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T23:53:33.330 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-16T23:53:33.341 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-16T23:53:33.341 DEBUG:teuthology.orchestra.run.smithi018:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T23:53:33.368 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T23:53:33.393 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T23:53:33.419 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-16T23:53:33.429 DEBUG:teuthology.orchestra.run.smithi018:> 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 2024-09-16T23:53:33.432 DEBUG:teuthology.orchestra.run.smithi079:> 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 2024-09-16T23:53:33.436 DEBUG:teuthology.orchestra.run.smithi204:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-16T23:53:33.454 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = core 2024-09-16T23:53:33.456 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2024-09-16T23:53:33.483 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2024-09-16T23:53:33.497 DEBUG:teuthology.orchestra.run.smithi018:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T23:53:33.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T23:53:33.534 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T23:53:33.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T23:53:33.548 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T23:53:33.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T23:53:33.563 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-16T23:53:33.572 INFO:teuthology.task.internal:Transferring archived files... 2024-09-16T23:53:33.573 DEBUG:teuthology.misc:Transferring archived files from smithi018:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/remote/smithi018 2024-09-16T23:53:33.573 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T23:53:33.609 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/remote/smithi079 2024-09-16T23:53:33.609 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T23:53:33.642 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/dis-2024-09-16_19:45:14-rbd-wip-dis-testing-distro-default-smithi/7907653/remote/smithi204 2024-09-16T23:53:33.643 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T23:53:33.679 INFO:teuthology.task.internal:Removing archive directory... 2024-09-16T23:53:33.679 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T23:53:33.682 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T23:53:33.685 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T23:53:33.726 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-16T23:53:33.737 INFO:teuthology.task.internal:Not uploading archives. 2024-09-16T23:53:33.737 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-16T23:53:33.746 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-16T23:53:33.746 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T23:53:33.749 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T23:53:33.751 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T23:53:33.762 INFO:teuthology.orchestra.run.smithi018.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 23:53 /home/ubuntu/cephtest 2024-09-16T23:53:33.763 INFO:teuthology.orchestra.run.smithi079.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 23:53 /home/ubuntu/cephtest 2024-09-16T23:53:33.781 INFO:teuthology.orchestra.run.smithi204.stdout: 265760 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 23:53 /home/ubuntu/cephtest 2024-09-16T23:53:33.782 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-16T23:53:33.792 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-16T23:53:33.814 INFO:teuthology.run:Summary data: description: rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{centos_latest} 5-data-pool/replicated 6-prepare/qcow2-http 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute 9-cleanup/cleanup conf/{disable-pool-app}} duration: 3471.235673904419 flavor: default owner: scheduled_dis@teuthology success: true 2024-09-16T23:53:33.815 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T23:53:33.895 INFO:teuthology.run:pass