2024-09-18T01:01:27.362 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-18T01:01:27.380 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-18T01:01:27.470 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701 branch: squid description: rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-low-osd-mem-target 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: ceph-qa@ceph.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: '7909701' 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: teuthology-2024-09-17_21:16:02-rbd-squid-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: squid 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: bdev async discard: true bdev enable discard: true bluestore block size: 96636764160 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 memory target: 1610612736 osd objectstore: bluestore osd shutdown pgref assert: true flavor: default fs: xfs log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f selinux: allowlist: - scontext=system_u:system_r:getty_t:s0 thrashosds: bdev_inject_crash: 2 bdev_inject_crash_probability: 0.5 workunit: branch: squid sha1: b0d356b98e08f6bc59ef15652f0d0e4298fc83c7 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git 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: 1983 sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f sleep_before_teardown: 0 subset: 79/128 suite: rbd suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_b0d356b98e08f6bc59ef15652f0d0e4298fc83c7/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: b0d356b98e08f6bc59ef15652f0d0e4298fc83c7 targets: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAWZSiPDACwrPZz3II6eXHyVur69CaX2NyWSTrw9Tlo8KE+4WAD0tIVzCfAFNeGoDXEXIo4OBsSezCtXyAcXUxQ= smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGUSKGVgB9vEmFrIv0CInafguwNyFxLPDtfUg5nHb8PpWXZHhbAXKOLfcjTGpDZdD9TgXwmUNpiKC5+TPL6BQAM= smithi112.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMS3JGpvLL8xb/tNHqvQulZHoHs40SKUj/h8FV0JODsqCCJ1EUS50S1COqojiL4/+q0MZAgkEtCVhgS9PnIkOow= 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: - rm -rf /home/ubuntu/cephtest/migration teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-17_21:16:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-18T01:01:27.470 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_b0d356b98e08f6bc59ef15652f0d0e4298fc83c7/qa; will attempt to use it 2024-09-18T01:01:27.471 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_b0d356b98e08f6bc59ef15652f0d0e4298fc83c7/qa/tasks 2024-09-18T01:01:27.471 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-18T01:01:27.472 INFO:teuthology.task.internal:Checking packages... 2024-09-18T01:01:27.494 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'c2ddf9721ef254645201cdbabd9c8f49c30a586f' 2024-09-18T01:01:27.494 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-18T01:01:27.494 INFO:teuthology.packaging:ref: None 2024-09-18T01:01:27.494 INFO:teuthology.packaging:tag: None 2024-09-18T01:01:27.494 INFO:teuthology.packaging:branch: squid 2024-09-18T01:01:27.494 INFO:teuthology.packaging:sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-18T01:01:27.494 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-09-18T01:01:27.716 INFO:teuthology.task.internal:Found packages for ceph version 19.2.0-0 2024-09-18T01:01:27.717 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-18T01:01:27.724 INFO:teuthology.task.internal:no buildpackages task found 2024-09-18T01:01:27.725 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-18T01:01:27.750 INFO:teuthology.task.internal:Saving configuration 2024-09-18T01:01:27.773 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-18T01:01:27.779 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-18T01:01:27.805 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701', '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-18 00:56:28.877450', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAWZSiPDACwrPZz3II6eXHyVur69CaX2NyWSTrw9Tlo8KE+4WAD0tIVzCfAFNeGoDXEXIo4OBsSezCtXyAcXUxQ='} 2024-09-18T01:01:27.829 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701', '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-18 00:56:28.879000', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGUSKGVgB9vEmFrIv0CInafguwNyFxLPDtfUg5nHb8PpWXZHhbAXKOLfcjTGpDZdD9TgXwmUNpiKC5+TPL6BQAM='} 2024-09-18T01:01:27.849 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701', '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-18 00:56:28.880501', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMS3JGpvLL8xb/tNHqvQulZHoHs40SKUj/h8FV0JODsqCCJ1EUS50S1COqojiL4/+q0MZAgkEtCVhgS9PnIkOow='} 2024-09-18T01:01:27.849 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-18T01:01:27.857 INFO:teuthology.task.internal:roles: ubuntu@smithi026.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.x', 'osd.0', 'osd.1', 'osd.2', 'osd.3'] 2024-09-18T01:01:27.857 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['mon.b', 'mgr.y', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-09-18T01:01:27.857 INFO:teuthology.task.internal:roles: ubuntu@smithi112.front.sepia.ceph.com - ['client.0'] 2024-09-18T01:01:27.857 INFO:teuthology.run_tasks:Running task console_log... 2024-09-18T01:01:27.941 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f06cdf97ac0>, signals=[15]) 2024-09-18T01:01:27.941 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-18T01:01:27.947 INFO:teuthology.task.internal:Opening connections... 2024-09-18T01:01:27.947 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2024-09-18T01:01:27.948 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:01:28.030 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T01:01:28.031 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:01:28.104 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi112.front.sepia.ceph.com 2024-09-18T01:01:28.105 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:01:28.179 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-18T01:01:28.186 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2024-09-18T01:01:28.204 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2024-09-18T01:01:28.204 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2024-09-18T01:01:28.262 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="CentOS Stream" 2024-09-18T01:01:28.262 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="9" 2024-09-18T01:01:28.262 INFO:teuthology.orchestra.run.smithi026.stdout:ID="centos" 2024-09-18T01:01:28.262 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE="rhel fedora" 2024-09-18T01:01:28.262 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="9" 2024-09-18T01:01:28.262 INFO:teuthology.orchestra.run.smithi026.stdout:PLATFORM_ID="platform:el9" 2024-09-18T01:01:28.263 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-18T01:01:28.263 INFO:teuthology.orchestra.run.smithi026.stdout:ANSI_COLOR="0;31" 2024-09-18T01:01:28.263 INFO:teuthology.orchestra.run.smithi026.stdout:LOGO="fedora-logo-icon" 2024-09-18T01:01:28.263 INFO:teuthology.orchestra.run.smithi026.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-18T01:01:28.263 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://centos.org/" 2024-09-18T01:01:28.263 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-18T01:01:28.263 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-18T01:01:28.263 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-18T01:01:28.264 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2024-09-18T01:01:28.285 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2024-09-18T01:01:28.303 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2024-09-18T01:01:28.303 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2024-09-18T01:01:28.360 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="CentOS Stream" 2024-09-18T01:01:28.360 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="9" 2024-09-18T01:01:28.360 INFO:teuthology.orchestra.run.smithi094.stdout:ID="centos" 2024-09-18T01:01:28.360 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE="rhel fedora" 2024-09-18T01:01:28.361 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="9" 2024-09-18T01:01:28.361 INFO:teuthology.orchestra.run.smithi094.stdout:PLATFORM_ID="platform:el9" 2024-09-18T01:01:28.361 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-18T01:01:28.361 INFO:teuthology.orchestra.run.smithi094.stdout:ANSI_COLOR="0;31" 2024-09-18T01:01:28.361 INFO:teuthology.orchestra.run.smithi094.stdout:LOGO="fedora-logo-icon" 2024-09-18T01:01:28.361 INFO:teuthology.orchestra.run.smithi094.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-18T01:01:28.361 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://centos.org/" 2024-09-18T01:01:28.361 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-18T01:01:28.361 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-18T01:01:28.361 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-18T01:01:28.361 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2024-09-18T01:01:28.385 DEBUG:teuthology.orchestra.run.smithi112:> uname -m 2024-09-18T01:01:28.404 INFO:teuthology.orchestra.run.smithi112.stdout:x86_64 2024-09-18T01:01:28.404 DEBUG:teuthology.orchestra.run.smithi112:> cat /etc/os-release 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:NAME="CentOS Stream" 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION="9" 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:ID="centos" 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:ID_LIKE="rhel fedora" 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_ID="9" 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:PLATFORM_ID="platform:el9" 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:ANSI_COLOR="0;31" 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:LOGO="fedora-logo-icon" 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:HOME_URL="https://centos.org/" 2024-09-18T01:01:28.462 INFO:teuthology.orchestra.run.smithi112.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-18T01:01:28.463 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-18T01:01:28.463 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-18T01:01:28.463 INFO:teuthology.lock.ops:Updating smithi112.front.sepia.ceph.com on lock server 2024-09-18T01:01:28.485 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-18T01:01:28.493 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-18T01:01:28.498 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-18T01:01:28.499 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2024-09-18T01:01:28.501 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2024-09-18T01:01:28.504 DEBUG:teuthology.orchestra.run.smithi112:> test '!' -e /home/ubuntu/cephtest 2024-09-18T01:01:28.520 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-18T01:01:28.526 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-18T01:01:28.526 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2024-09-18T01:01:28.559 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2024-09-18T01:01:28.561 DEBUG:teuthology.orchestra.run.smithi112:> test -z $(ls -A /var/lib/ceph) 2024-09-18T01:01:28.648 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-18T01:01:28.707 INFO:teuthology.run_tasks:Running task kernel... 2024-09-18T01:01:28.721 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-18T01:01:28.721 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-18T01:01:28.721 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-18T01:01:28.722 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-18T01:01:28.722 DEBUG:teuthology.orchestra.run.smithi112:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-18T01:01:28.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T01:01:28.740 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-09-18T01:01:28.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T01:01:28.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T01:01:28.742 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-09-18T01:01:28.742 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-09-18T01:01:28.798 INFO:teuthology.orchestra.run.smithi026.stdout:5.14.0-503.el9.x86_64 2024-09-18T01:01:28.798 INFO:teuthology.task.kernel:Running kernel on smithi026: 5.14.0-503.el9.x86_64 2024-09-18T01:01:28.798 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum install -y kernel 2024-09-18T01:01:28.801 INFO:teuthology.orchestra.run.smithi112.stdout:5.14.0-503.el9.x86_64 2024-09-18T01:01:28.801 INFO:teuthology.orchestra.run.smithi094.stdout:5.14.0-503.el9.x86_64 2024-09-18T01:01:28.801 INFO:teuthology.task.kernel:Running kernel on smithi112: 5.14.0-503.el9.x86_64 2024-09-18T01:01:28.801 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum install -y kernel 2024-09-18T01:01:28.802 INFO:teuthology.task.kernel:Running kernel on smithi094: 5.14.0-503.el9.x86_64 2024-09-18T01:01:28.802 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum install -y kernel 2024-09-18T01:01:31.048 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.3 MB 00:00 2024-09-18T01:01:32.330 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.3 MB 00:01 2024-09-18T01:01:32.451 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.3 MB 00:01 2024-09-18T01:01:35.589 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - AppStream 9.3 MB/s | 20 MB 00:02 2024-09-18T01:01:38.918 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 3.8 MB/s | 20 MB 00:05 2024-09-18T01:01:40.131 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - CRB 8.6 MB/s | 6.5 MB 00:00 2024-09-18T01:01:45.519 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 2.3 MB/s | 6.5 MB 00:02 2024-09-18T01:01:45.590 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - Extras packages 4.5 kB/s | 19 kB 00:04 2024-09-18T01:01:47.011 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 70 kB/s | 19 kB 00:00 2024-09-18T01:01:47.444 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 13 MB/s | 23 MB 00:01 2024-09-18T01:01:48.833 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 13 MB/s | 23 MB 00:01 2024-09-18T01:01:51.088 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 20 MB 00:18 2024-09-18T01:01:52.783 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-18T01:01:54.255 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-09-18T01:01:54.673 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-18T01:01:54.673 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-18T01:01:54.776 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:01:54.785 INFO:teuthology.orchestra.run.smithi112.stdout:Install 4 Packages 2024-09-18T01:01:54.786 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:01:54.788 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 79 M 2024-09-18T01:01:54.788 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 126 M 2024-09-18T01:01:54.788 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:01:54.901 INFO:teuthology.orchestra.run.smithi112.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 526 kB/s | 36 kB 00:00 2024-09-18T01:01:55.447 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-18T01:01:55.760 INFO:teuthology.orchestra.run.smithi112.stdout:(2/4): kernel-modules-core-5.14.0-508.el9.x86_6 33 MB/s | 29 MB 00:00 2024-09-18T01:01:56.152 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-18T01:01:56.153 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-18T01:01:56.239 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:01:56.245 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:01:56.246 INFO:teuthology.orchestra.run.smithi094.stdout:Install 4 Packages 2024-09-18T01:01:56.246 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:01:56.246 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 79 M 2024-09-18T01:01:56.246 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 126 M 2024-09-18T01:01:56.246 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:01:56.614 INFO:teuthology.orchestra.run.smithi094.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 329 kB/s | 36 kB 00:00 2024-09-18T01:01:56.990 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - Extras packages 69 kB/s | 19 kB 00:00 2024-09-18T01:01:58.410 INFO:teuthology.orchestra.run.smithi112.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 4.4 MB/s | 16 MB 00:03 2024-09-18T01:01:58.961 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 12 MB/s | 23 MB 00:01 2024-09-18T01:01:58.994 INFO:teuthology.orchestra.run.smithi112.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 8.3 MB/s | 35 MB 00:04 2024-09-18T01:01:58.994 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:01:58.994 INFO:teuthology.orchestra.run.smithi112.stdout:Total 19 MB/s | 79 MB 00:04 2024-09-18T01:01:59.356 INFO:teuthology.orchestra.run.smithi094.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 5.5 MB/s | 16 MB 00:02 2024-09-18T01:01:59.674 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:01:59.764 INFO:teuthology.orchestra.run.smithi094.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 9.1 MB/s | 29 MB 00:03 2024-09-18T01:02:00.012 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:02:00.013 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:02:00.648 INFO:teuthology.orchestra.run.smithi094.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 8.3 MB/s | 35 MB 00:04 2024-09-18T01:02:00.648 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:02:00.648 INFO:teuthology.orchestra.run.smithi094.stdout:Total 18 MB/s | 79 MB 00:04 2024-09-18T01:02:00.970 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:02:00.971 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:02:01.335 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:02:01.683 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:02:01.684 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:02:02.649 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:02:02.649 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:02:03.387 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:02:04.021 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-18T01:02:04.111 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T01:02:04.567 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-09-18T01:02:05.082 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:02:05.766 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-18T01:02:05.865 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T01:02:06.489 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-18T01:02:06.489 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-18T01:02:06.587 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:02:06.592 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:02:06.592 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-09-18T01:02:06.592 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:02:06.593 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:02:06.593 INFO:teuthology.orchestra.run.smithi026.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-18T01:02:06.593 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-18T01:02:06.593 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-18T01:02:06.593 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-18T01:02:06.593 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-18T01:02:06.593 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:02:06.593 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:02:06.593 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:02:06.593 INFO:teuthology.orchestra.run.smithi026.stdout:Install 4 Packages 2024-09-18T01:02:06.593 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:02:06.594 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 79 M 2024-09-18T01:02:06.594 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 126 M 2024-09-18T01:02:06.594 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:02:06.905 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T01:02:07.041 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T01:02:07.051 INFO:teuthology.orchestra.run.smithi026.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 101 kB/s | 36 kB 00:00 2024-09-18T01:02:08.633 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T01:02:08.782 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T01:02:11.856 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T01:02:11.982 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:13.359 INFO:teuthology.orchestra.run.smithi026.stdout:(2/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 5.2 MB/s | 35 MB 00:06 2024-09-18T01:02:13.585 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T01:02:13.690 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:16.795 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:18.508 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:22.524 INFO:teuthology.orchestra.run.smithi026.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 1.0 MB/s | 16 MB 00:15 2024-09-18T01:02:37.948 INFO:teuthology.orchestra.run.smithi026.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 947 kB/s | 29 MB 00:30 2024-09-18T01:02:37.948 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:02:37.948 INFO:teuthology.orchestra.run.smithi026.stdout:Total 2.5 MB/s | 79 MB 00:31 2024-09-18T01:02:38.660 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:02:39.042 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:02:39.042 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:02:40.031 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:02:40.031 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:02:42.603 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:02:43.266 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-18T01:02:43.348 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T01:02:46.112 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T01:02:46.232 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T01:02:51.359 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T01:02:51.400 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:54.812 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:54.851 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:55.149 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:55.149 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-18T01:02:55.150 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T01:02:55.150 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T01:02:56.024 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:56.024 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:02:56.024 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:02:56.024 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-18T01:02:56.024 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-18T01:02:56.024 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-18T01:02:56.024 INFO:teuthology.orchestra.run.smithi112.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-18T01:02:56.024 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:02:56.025 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:02:56.336 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T01:02:56.441 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T01:02:56.441 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T01:02:56.441 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-18T01:02:56.442 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-18T01:02:56.442 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-18T01:02:56.442 INFO:teuthology.task.kernel:Installing distro kernel on client.0... 2024-09-18T01:02:56.442 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi112.front.sepia.ceph.com, path=None, version=distro) 2024-09-18T01:02:56.442 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T01:02:56.500 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T01:02:56.501 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T01:02:56.501 DEBUG:teuthology.orchestra.run.smithi112:> sudo rpm -qi grub2-tools 2024-09-18T01:02:56.532 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:56.533 INFO:teuthology.orchestra.run.smithi112.stdout:Name : grub2-tools 2024-09-18T01:02:56.533 INFO:teuthology.orchestra.run.smithi112.stdout:Epoch : 1 2024-09-18T01:02:56.533 INFO:teuthology.orchestra.run.smithi112.stdout:Version : 2.06 2024-09-18T01:02:56.533 INFO:teuthology.orchestra.run.smithi112.stdout:Release : 82.el9 2024-09-18T01:02:56.533 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: x86_64 2024-09-18T01:02:56.533 INFO:teuthology.orchestra.run.smithi112.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-18T01:02:56.533 INFO:teuthology.orchestra.run.smithi112.stdout:Group : Unspecified 2024-09-18T01:02:56.533 INFO:teuthology.orchestra.run.smithi112.stdout:Size : 8274670 2024-09-18T01:02:56.533 INFO:teuthology.orchestra.run.smithi112.stdout:License : GPLv3+ 2024-09-18T01:02:56.533 INFO:teuthology.orchestra.run.smithi112.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-18T01:02:56.534 INFO:teuthology.orchestra.run.smithi112.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-18T01:02:56.534 INFO:teuthology.orchestra.run.smithi112.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-18T01:02:56.534 INFO:teuthology.orchestra.run.smithi112.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-18T01:02:56.534 INFO:teuthology.orchestra.run.smithi112.stdout:Packager : builder@centos.org 2024-09-18T01:02:56.534 INFO:teuthology.orchestra.run.smithi112.stdout:Vendor : CentOS 2024-09-18T01:02:56.534 INFO:teuthology.orchestra.run.smithi112.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-18T01:02:56.534 INFO:teuthology.orchestra.run.smithi112.stdout:Summary : Support tools for GRUB. 2024-09-18T01:02:56.534 INFO:teuthology.orchestra.run.smithi112.stdout:Description : 2024-09-18T01:02:56.535 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:02:56.535 INFO:teuthology.orchestra.run.smithi112.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-18T01:02:56.535 INFO:teuthology.orchestra.run.smithi112.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-18T01:02:56.535 INFO:teuthology.orchestra.run.smithi112.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-18T01:02:56.535 INFO:teuthology.orchestra.run.smithi112.stdout:hardware devices. 2024-09-18T01:02:56.535 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:02:56.535 INFO:teuthology.orchestra.run.smithi112.stdout:This subpackage provides tools for support of all platforms. 2024-09-18T01:02:56.537 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-18T01:02:56.537 INFO:teuthology.task.kernel:Updating grub on smithi112 to boot 5.14.0-508.el9.x86_64 2024-09-18T01:02:56.537 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-18T01:02:56.745 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:56.785 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:57.205 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:57.205 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-18T01:02:57.205 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T01:02:57.205 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T01:02:57.206 INFO:teuthology.orchestra.run.smithi112.stderr:Generating grub configuration file ... 2024-09-18T01:02:58.086 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:02:58.086 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:02:58.086 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:02:58.086 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-18T01:02:58.086 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-18T01:02:58.086 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-18T01:02:58.086 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-18T01:02:58.086 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:02:58.086 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:02:58.495 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T01:02:58.570 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T01:02:58.570 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T01:02:58.570 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-18T01:02:58.570 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-18T01:02:58.570 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-18T01:02:58.570 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-18T01:02:58.570 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi094.front.sepia.ceph.com, path=None, version=distro) 2024-09-18T01:02:58.571 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T01:02:58.578 INFO:teuthology.orchestra.run.smithi112.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-18T01:02:58.599 INFO:teuthology.orchestra.run.smithi112.stderr:done 2024-09-18T01:02:58.605 DEBUG:teuthology.orchestra.run.smithi112:> mktemp 2024-09-18T01:02:58.621 INFO:teuthology.orchestra.run.smithi112.stdout:/tmp/tmp.V9uhhUyHz4 2024-09-18T01:02:58.621 DEBUG:teuthology.orchestra.run.smithi112:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.V9uhhUyHz4 2024-09-18T01:02:58.629 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T01:02:58.629 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T01:02:58.629 DEBUG:teuthology.orchestra.run.smithi094:> sudo rpm -qi grub2-tools 2024-09-18T01:02:58.661 INFO:teuthology.orchestra.run.smithi094.stdout:Name : grub2-tools 2024-09-18T01:02:58.661 INFO:teuthology.orchestra.run.smithi094.stdout:Epoch : 1 2024-09-18T01:02:58.661 INFO:teuthology.orchestra.run.smithi094.stdout:Version : 2.06 2024-09-18T01:02:58.661 INFO:teuthology.orchestra.run.smithi094.stdout:Release : 82.el9 2024-09-18T01:02:58.661 INFO:teuthology.orchestra.run.smithi094.stdout:Architecture: x86_64 2024-09-18T01:02:58.661 INFO:teuthology.orchestra.run.smithi094.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:Group : Unspecified 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:Size : 8274670 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:License : GPLv3+ 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:Packager : builder@centos.org 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:Vendor : CentOS 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:Summary : Support tools for GRUB. 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:Description : 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:02:58.662 INFO:teuthology.orchestra.run.smithi094.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-18T01:02:58.663 INFO:teuthology.orchestra.run.smithi094.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-18T01:02:58.663 INFO:teuthology.orchestra.run.smithi094.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-18T01:02:58.663 INFO:teuthology.orchestra.run.smithi094.stdout:hardware devices. 2024-09-18T01:02:58.663 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:02:58.663 INFO:teuthology.orchestra.run.smithi094.stdout:This subpackage provides tools for support of all platforms. 2024-09-18T01:02:58.664 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-18T01:02:58.664 INFO:teuthology.task.kernel:Updating grub on smithi094 to boot 5.14.0-508.el9.x86_64 2024-09-18T01:02:58.664 DEBUG:teuthology.orchestra.run.smithi094:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-18T01:02:58.691 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0666 /tmp/tmp.V9uhhUyHz4 2024-09-18T01:02:58.831 DEBUG:teuthology.orchestra.remote:smithi112:/tmp/tmp.V9uhhUyHz4 is 6KB 2024-09-18T01:02:58.879 DEBUG:teuthology.orchestra.run.smithi112:> rm -fr /tmp/tmp.V9uhhUyHz4 2024-09-18T01:02:58.894 DEBUG:teuthology.orchestra.run.smithi112:> sudo /bin/ls /boot/loader/entries || true 2024-09-18T01:02:58.956 INFO:teuthology.orchestra.run.smithi112.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-18T01:02:58.956 INFO:teuthology.orchestra.run.smithi112.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-18T01:02:58.956 INFO:teuthology.orchestra.run.smithi112.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-18T01:02:58.957 INFO:teuthology.orchestra.run.smithi112.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-18T01:02:58.958 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-18T01:02:59.109 DEBUG:teuthology.orchestra.run.smithi112:> sudo shutdown -r now 2024-09-18T01:02:59.350 INFO:teuthology.orchestra.run.smithi094.stderr:Generating grub configuration file ... 2024-09-18T01:03:00.676 INFO:teuthology.orchestra.run.smithi094.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-18T01:03:00.714 INFO:teuthology.orchestra.run.smithi094.stderr:done 2024-09-18T01:03:00.717 DEBUG:teuthology.orchestra.run.smithi094:> mktemp 2024-09-18T01:03:00.732 INFO:teuthology.orchestra.run.smithi094.stdout:/tmp/tmp.PBFdywQtm5 2024-09-18T01:03:00.732 DEBUG:teuthology.orchestra.run.smithi094:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PBFdywQtm5 2024-09-18T01:03:00.799 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 0666 /tmp/tmp.PBFdywQtm5 2024-09-18T01:03:00.939 DEBUG:teuthology.orchestra.remote:smithi094:/tmp/tmp.PBFdywQtm5 is 6KB 2024-09-18T01:03:00.987 DEBUG:teuthology.orchestra.run.smithi094:> rm -fr /tmp/tmp.PBFdywQtm5 2024-09-18T01:03:01.003 DEBUG:teuthology.orchestra.run.smithi094:> sudo /bin/ls /boot/loader/entries || true 2024-09-18T01:03:01.066 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-18T01:03:01.066 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-18T01:03:01.066 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-18T01:03:01.066 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-18T01:03:01.067 DEBUG:teuthology.orchestra.run.smithi094:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-18T01:03:01.208 DEBUG:teuthology.orchestra.run.smithi094:> sudo shutdown -r now 2024-09-18T01:03:29.112 INFO:teuthology.task.kernel:Checking client client.0 for new kernel version... 2024-09-18T01:03:29.113 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-18T01:03:29.114 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:03:31.211 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-18T01:03:31.211 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-18T01:03:31.212 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:03:35.218 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:03:35.259 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:03:35.630 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:03:35.630 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-18T01:03:35.630 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T01:03:35.630 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T01:03:36.488 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T01:03:36.488 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:03:36.488 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:03:36.488 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-18T01:03:36.488 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-18T01:03:36.489 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-18T01:03:36.489 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-18T01:03:36.489 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:03:36.489 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:03:36.841 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T01:03:36.941 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T01:03:36.941 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T01:03:36.942 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-18T01:03:36.942 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-18T01:03:36.942 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-18T01:03:36.942 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-18T01:03:36.942 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi026.front.sepia.ceph.com, path=None, version=distro) 2024-09-18T01:03:36.942 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T01:03:37.004 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T01:03:37.004 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T01:03:37.004 DEBUG:teuthology.orchestra.run.smithi026:> sudo rpm -qi grub2-tools 2024-09-18T01:03:37.046 INFO:teuthology.orchestra.run.smithi026.stdout:Name : grub2-tools 2024-09-18T01:03:37.047 INFO:teuthology.orchestra.run.smithi026.stdout:Epoch : 1 2024-09-18T01:03:37.047 INFO:teuthology.orchestra.run.smithi026.stdout:Version : 2.06 2024-09-18T01:03:37.047 INFO:teuthology.orchestra.run.smithi026.stdout:Release : 82.el9 2024-09-18T01:03:37.047 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: x86_64 2024-09-18T01:03:37.047 INFO:teuthology.orchestra.run.smithi026.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-18T01:03:37.047 INFO:teuthology.orchestra.run.smithi026.stdout:Group : Unspecified 2024-09-18T01:03:37.047 INFO:teuthology.orchestra.run.smithi026.stdout:Size : 8274670 2024-09-18T01:03:37.047 INFO:teuthology.orchestra.run.smithi026.stdout:License : GPLv3+ 2024-09-18T01:03:37.047 INFO:teuthology.orchestra.run.smithi026.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-18T01:03:37.047 INFO:teuthology.orchestra.run.smithi026.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-18T01:03:37.047 INFO:teuthology.orchestra.run.smithi026.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout:Packager : builder@centos.org 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout:Vendor : CentOS 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout:Summary : Support tools for GRUB. 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout:Description : 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout:hardware devices. 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:03:37.048 INFO:teuthology.orchestra.run.smithi026.stdout:This subpackage provides tools for support of all platforms. 2024-09-18T01:03:37.049 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-18T01:03:37.049 INFO:teuthology.task.kernel:Updating grub on smithi026 to boot 5.14.0-508.el9.x86_64 2024-09-18T01:03:37.049 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-18T01:03:37.693 INFO:teuthology.orchestra.run.smithi026.stderr:Generating grub configuration file ... 2024-09-18T01:03:39.016 INFO:teuthology.orchestra.run.smithi026.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-18T01:03:39.044 INFO:teuthology.orchestra.run.smithi026.stderr:done 2024-09-18T01:03:39.046 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2024-09-18T01:03:39.061 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.Ipd0MyHCbg 2024-09-18T01:03:39.061 DEBUG:teuthology.orchestra.run.smithi026:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Ipd0MyHCbg 2024-09-18T01:03:39.132 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.Ipd0MyHCbg 2024-09-18T01:03:39.270 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.Ipd0MyHCbg is 6KB 2024-09-18T01:03:39.318 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.Ipd0MyHCbg 2024-09-18T01:03:39.333 DEBUG:teuthology.orchestra.run.smithi026:> sudo /bin/ls /boot/loader/entries || true 2024-09-18T01:03:39.395 INFO:teuthology.orchestra.run.smithi026.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-18T01:03:39.395 INFO:teuthology.orchestra.run.smithi026.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-18T01:03:39.396 INFO:teuthology.orchestra.run.smithi026.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-18T01:03:39.396 INFO:teuthology.orchestra.run.smithi026.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-18T01:03:39.397 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-18T01:03:39.551 DEBUG:teuthology.orchestra.run.smithi026:> sudo shutdown -r now 2024-09-18T01:04:03.645 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-09-18T01:04:09.557 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-18T01:04:09.557 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-09-18T01:04:09.558 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:04:12.649 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-18T01:04:12.649 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:04:31.041 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2024-09-18T01:04:31.214 DEBUG:teuthology.orchestra.remote:timed out 2024-09-18T01:04:40.223 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-18T01:04:40.224 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:04:40.716 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-09-18T01:04:41.227 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-18T01:04:41.227 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.14.0-508.el9.x86_64"... 2024-09-18T01:04:41.228 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-09-18T01:04:41.242 INFO:teuthology.orchestra.run.smithi094.stdout:5.14.0-508.el9.x86_64 2024-09-18T01:04:41.242 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-18T01:04:41.242 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-18T01:04:41.242 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-18T01:04:42.243 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-18T01:04:42.243 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-18T01:04:42.319 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2024-09-18T01:04:42.339 DEBUG:teuthology.parallel:result is None 2024-09-18T01:04:43.042 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-18T01:04:43.043 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:04:43.365 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-09-18T01:04:43.763 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-18T01:04:43.763 INFO:teuthology.task.kernel:Checking kernel version of client.0, want "5.14.0-508.el9.x86_64"... 2024-09-18T01:04:43.763 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2024-09-18T01:04:43.777 INFO:teuthology.orchestra.run.smithi112.stdout:5.14.0-508.el9.x86_64 2024-09-18T01:04:43.778 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-18T01:04:43.778 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-18T01:04:43.778 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-18T01:04:44.778 INFO:teuthology.task.kernel:Enabling kdb on client.0... 2024-09-18T01:04:44.779 DEBUG:teuthology.orchestra.run.smithi112:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-18T01:04:44.844 INFO:teuthology.orchestra.run.smithi112.stdout:ttyS1 2024-09-18T01:04:44.873 DEBUG:teuthology.parallel:result is None 2024-09-18T01:05:09.561 DEBUG:teuthology.orchestra.remote:timed out 2024-09-18T01:05:18.562 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-09-18T01:05:18.563 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:05:18.949 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-09-18T01:05:19.321 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-09-18T01:05:19.321 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.14.0-508.el9.x86_64"... 2024-09-18T01:05:19.321 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-09-18T01:05:19.338 INFO:teuthology.orchestra.run.smithi026.stdout:5.14.0-508.el9.x86_64 2024-09-18T01:05:19.339 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-18T01:05:19.339 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-18T01:05:19.339 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-18T01:05:20.339 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-18T01:05:20.340 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-18T01:05:20.415 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2024-09-18T01:05:20.441 DEBUG:teuthology.parallel:result is None 2024-09-18T01:05:20.441 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-18T01:05:20.449 INFO:teuthology.task.internal:Creating test directory... 2024-09-18T01:05:20.449 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-18T01:05:20.451 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-18T01:05:20.454 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-18T01:05:20.474 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-18T01:05:20.484 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-18T01:05:20.494 INFO:teuthology.task.internal:Creating archive directory... 2024-09-18T01:05:20.494 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-18T01:05:20.510 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-18T01:05:20.514 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-18T01:05:20.579 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-18T01:05:20.587 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-18T01:05:20.587 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:05:20.589 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:05:20.592 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:05:20.619 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T01:05:20.621 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T01:05:20.631 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T01:05:20.632 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T01:05:20.633 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T01:05:20.643 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T01:05:20.645 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-18T01:05:20.652 INFO:teuthology.task.internal:Configuring sudo... 2024-09-18T01:05:20.652 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-18T01:05:20.675 DEBUG:teuthology.orchestra.run.smithi094:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-18T01:05:20.678 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-18T01:05:20.715 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-18T01:05:20.725 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-18T01:05:20.725 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-18T01:05:20.744 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-18T01:05:20.747 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-18T01:05:20.773 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T01:05:20.844 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T01:05:20.899 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T01:05:20.982 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T01:05:21.026 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:05:21.026 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-18T01:05:21.093 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T01:05:21.138 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T01:05:21.189 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T01:05:21.274 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T01:05:21.315 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:05:21.315 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-18T01:05:21.382 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T01:05:21.429 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T01:05:21.481 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T01:05:21.568 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T01:05:21.612 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-18T01:05:21.612 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-18T01:05:21.681 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2024-09-18T01:05:21.687 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2024-09-18T01:05:21.689 DEBUG:teuthology.orchestra.run.smithi112:> sudo service rsyslog restart 2024-09-18T01:05:21.739 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T01:05:21.740 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T01:05:21.765 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T01:05:22.251 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-18T01:05:22.258 INFO:teuthology.task.internal:Starting timer... 2024-09-18T01:05:22.258 INFO:teuthology.run_tasks:Running task pcp... 2024-09-18T01:05:22.271 INFO:teuthology.run_tasks:Running task selinux... 2024-09-18T01:05:22.282 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:getty_t:s0']} 2024-09-18T01:05:22.282 DEBUG:teuthology.orchestra.run.smithi026:> sudo service auditd rotate 2024-09-18T01:05:22.339 INFO:teuthology.orchestra.run.smithi026.stdout:Rotating logs: 2024-09-18T01:05:22.341 DEBUG:teuthology.orchestra.run.smithi094:> sudo service auditd rotate 2024-09-18T01:05:22.392 INFO:teuthology.orchestra.run.smithi094.stdout:Rotating logs: 2024-09-18T01:05:22.394 DEBUG:teuthology.orchestra.run.smithi112:> sudo service auditd rotate 2024-09-18T01:05:22.440 INFO:teuthology.orchestra.run.smithi112.stdout:Rotating logs: 2024-09-18T01:05:22.443 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-18T01:05:22.443 DEBUG:teuthology.orchestra.run.smithi026:> /usr/sbin/getenforce 2024-09-18T01:05:22.465 INFO:teuthology.orchestra.run.smithi026.stdout:Permissive 2024-09-18T01:05:22.465 DEBUG:teuthology.orchestra.run.smithi094:> /usr/sbin/getenforce 2024-09-18T01:05:22.493 INFO:teuthology.orchestra.run.smithi094.stdout:Permissive 2024-09-18T01:05:22.494 DEBUG:teuthology.orchestra.run.smithi112:> /usr/sbin/getenforce 2024-09-18T01:05:22.520 INFO:teuthology.orchestra.run.smithi112.stdout:Permissive 2024-09-18T01:05:22.520 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi026.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi094.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi112.front.sepia.ceph.com': 'permissive'} 2024-09-18T01:05:22.520 DEBUG:teuthology.orchestra.run.smithi026:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-18T01:05:22.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T01:05:22.548 DEBUG:teuthology.orchestra.run.smithi094:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-18T01:05:22.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T01:05:22.578 DEBUG:teuthology.orchestra.run.smithi112:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-18T01:05:22.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T01:05:22.607 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-18T01:05:22.608 DEBUG:teuthology.orchestra.run.smithi026:> sudo /usr/sbin/setenforce permissive 2024-09-18T01:05:22.641 DEBUG:teuthology.orchestra.run.smithi094:> sudo /usr/sbin/setenforce permissive 2024-09-18T01:05:22.673 DEBUG:teuthology.orchestra.run.smithi112:> sudo /usr/sbin/setenforce permissive 2024-09-18T01:05:22.705 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-18T01:05:22.719 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-18T01:05:22.722 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-18T01:05:22.849 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-18T01:05:22.860 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-18T01:05:22.861 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi094.front.sepia.ceph.com,smithi112.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-18T01:09:08.717 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi094.front.sepia.ceph.com'), Remote(name='ubuntu@smithi112.front.sepia.ceph.com')] 2024-09-18T01:09:08.719 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-09-18T01:09:08.720 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:09:08.798 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-09-18T01:09:08.885 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-09-18T01:09:08.885 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-18T01:09:08.886 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:09:08.957 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-09-18T01:09:09.036 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-18T01:09:09.037 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-18T01:09:09.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T01:09:09.111 DEBUG:teuthology.orchestra.run.smithi112:> true 2024-09-18T01:09:09.188 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2024-09-18T01:09:09.189 INFO:teuthology.run_tasks:Running task clock... 2024-09-18T01:09:09.199 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-18T01:09:09.200 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-18T01:09:09.200 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:09:09.203 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-18T01:09:09.203 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:09:09.205 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-18T01:09:09.205 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:09:09.230 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-18T01:09:09.233 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-18T01:09:09.245 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-18T01:09:09.247 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-18T01:09:09.257 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-18T01:09:09.271 INFO:teuthology.orchestra.run.smithi026.stderr:sudo: ntpd: command not found 2024-09-18T01:09:09.271 INFO:teuthology.orchestra.run.smithi094.stderr:sudo: ntpd: command not found 2024-09-18T01:09:09.271 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-18T01:09:09.282 INFO:teuthology.orchestra.run.smithi094.stdout:506 Cannot talk to daemon 2024-09-18T01:09:09.282 INFO:teuthology.orchestra.run.smithi026.stdout:506 Cannot talk to daemon 2024-09-18T01:09:09.296 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-18T01:09:09.297 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-18T01:09:09.298 INFO:teuthology.orchestra.run.smithi112.stderr:sudo: ntpd: command not found 2024-09-18T01:09:09.310 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-18T01:09:09.311 INFO:teuthology.orchestra.run.smithi112.stdout:506 Cannot talk to daemon 2024-09-18T01:09:09.312 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-18T01:09:09.326 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-18T01:09:09.340 INFO:teuthology.orchestra.run.smithi112.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-18T01:09:09.369 INFO:teuthology.orchestra.run.smithi026.stderr:bash: line 1: ntpq: command not found 2024-09-18T01:09:09.370 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-09-18T01:09:09.372 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T01:09:09.373 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2024-09-18T01:09:09.373 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.373 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.373 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.373 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.374 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T01:09:09.374 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-09-18T01:09:09.375 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.375 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.375 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.375 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.398 INFO:teuthology.orchestra.run.smithi112.stderr:bash: line 1: ntpq: command not found 2024-09-18T01:09:09.402 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T01:09:09.402 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2024-09-18T01:09:09.402 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.402 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.402 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.402 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T01:09:09.402 INFO:teuthology.run_tasks:Running task install... 2024-09-18T01:09:09.410 DEBUG:teuthology.task.install:project ceph 2024-09-18T01:09:09.410 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'}} 2024-09-18T01:09:09.410 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'} 2024-09-18T01:09:09.411 INFO:teuthology.task.install:Using flavor: default 2024-09-18T01:09:09.416 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-18T01:09:09.416 INFO:teuthology.task.install:extra packages: [] 2024-09-18T01:09:09.416 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': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'tag': None, 'wait_for_package': False} 2024-09-18T01:09:09.417 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-18T01:09:09.419 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': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'tag': None, 'wait_for_package': False} 2024-09-18T01:09:09.419 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-18T01:09:09.420 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': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'tag': None, 'wait_for_package': False} 2024-09-18T01:09:09.420 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-18T01:09:09.561 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/ 2024-09-18T01:09:09.562 INFO:teuthology.task.install.rpm:Package version is 19.1.1-330.gc2ddf972 2024-09-18T01:09:09.567 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/ 2024-09-18T01:09:09.567 INFO:teuthology.task.install.rpm:Package version is 19.1.1-330.gc2ddf972 2024-09-18T01:09:09.577 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/ 2024-09-18T01:09:09.577 INFO:teuthology.task.install.rpm:Package version is 19.1.1-330.gc2ddf972 2024-09-18T01:09:09.679 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/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/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/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/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-18T01:09:09.680 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:09:09.680 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-18T01:09:09.689 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/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/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/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/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-18T01:09:09.689 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-18T01:09:09.689 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-18T01:09:09.694 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/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/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/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/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-18T01:09:09.694 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:09:09.694 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-18T01:09:09.707 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-18T01:09:09.708 DEBUG:teuthology.orchestra.run.smithi026:> 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/c2ddf9721ef254645201cdbabd9c8f49c30a586f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-18T01:09:09.716 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-18T01:09:09.716 DEBUG:teuthology.orchestra.run.smithi112:> 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/c2ddf9721ef254645201cdbabd9c8f49c30a586f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-18T01:09:09.720 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-18T01:09:09.720 DEBUG:teuthology.orchestra.run.smithi094:> 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/c2ddf9721ef254645201cdbabd9c8f49c30a586f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-18T01:09:09.776 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:09:09.782 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:09:09.786 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:09:09.855 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:09:09.858 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:09:09.862 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:09:09.919 INFO:teuthology.orchestra.run.smithi026.stdout:check_obsoletes = 1 2024-09-18T01:09:09.921 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum clean all 2024-09-18T01:09:09.922 INFO:teuthology.orchestra.run.smithi112.stdout:check_obsoletes = 1 2024-09-18T01:09:09.924 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum clean all 2024-09-18T01:09:09.926 INFO:teuthology.orchestra.run.smithi094.stdout:check_obsoletes = 1 2024-09-18T01:09:09.928 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum clean all 2024-09-18T01:09:10.152 INFO:teuthology.orchestra.run.smithi112.stdout:45 files removed 2024-09-18T01:09:10.160 INFO:teuthology.orchestra.run.smithi026.stdout:45 files removed 2024-09-18T01:09:10.162 INFO:teuthology.orchestra.run.smithi094.stdout:45 files removed 2024-09-18T01:09:10.179 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-radosgw 2024-09-18T01:09:10.187 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-radosgw 2024-09-18T01:09:10.189 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-radosgw 2024-09-18T01:09:10.729 INFO:teuthology.orchestra.run.smithi112.stdout:ceph packages for x86_64 313 kB/s | 84 kB 00:00 2024-09-18T01:09:10.743 INFO:teuthology.orchestra.run.smithi094.stdout:ceph packages for x86_64 309 kB/s | 84 kB 00:00 2024-09-18T01:09:10.756 INFO:teuthology.orchestra.run.smithi026.stdout:ceph packages for x86_64 310 kB/s | 84 kB 00:00 2024-09-18T01:09:11.013 INFO:teuthology.orchestra.run.smithi112.stdout:ceph noarch packages 49 kB/s | 12 kB 00:00 2024-09-18T01:09:11.036 INFO:teuthology.orchestra.run.smithi094.stdout:ceph noarch packages 47 kB/s | 12 kB 00:00 2024-09-18T01:09:11.048 INFO:teuthology.orchestra.run.smithi026.stdout:ceph noarch packages 47 kB/s | 12 kB 00:00 2024-09-18T01:09:11.289 INFO:teuthology.orchestra.run.smithi112.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-18T01:09:11.312 INFO:teuthology.orchestra.run.smithi094.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-18T01:09:11.332 INFO:teuthology.orchestra.run.smithi026.stdout:ceph source packages 7.7 kB/s | 1.9 kB 00:00 2024-09-18T01:09:11.797 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.3 MB 00:00 2024-09-18T01:09:11.870 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.3 MB 00:00 2024-09-18T01:09:12.016 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.3 MB 00:00 2024-09-18T01:09:13.917 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - AppStream 26 MB/s | 20 MB 00:00 2024-09-18T01:09:16.165 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - AppStream 6.2 MB/s | 20 MB 00:03 2024-09-18T01:09:20.226 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - CRB 2.7 MB/s | 6.5 MB 00:02 2024-09-18T01:09:21.508 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 6.5 MB 00:01 2024-09-18T01:09:21.819 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - Extras packages 63 kB/s | 19 kB 00:00 2024-09-18T01:09:23.433 INFO:teuthology.orchestra.run.smithi112.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 19 kB 00:00 2024-09-18T01:09:23.831 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 12 MB/s | 23 MB 00:01 2024-09-18T01:09:25.865 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 9.8 MB/s | 23 MB 00:02 2024-09-18T01:09:29.503 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-09-18T01:09:31.137 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 20 MB 00:18 2024-09-18T01:09:31.270 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-18T01:09:31.807 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:09:31.822 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:09:31.822 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-18T01:09:31.822 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:09:31.822 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:09:31.822 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-radosgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 11 M 2024-09-18T01:09:31.822 INFO:teuthology.orchestra.run.smithi026.stdout:Upgrading: 2024-09-18T01:09:31.822 INFO:teuthology.orchestra.run.smithi026.stdout: librados2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.4 M 2024-09-18T01:09:31.822 INFO:teuthology.orchestra.run.smithi026.stdout: librbd1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.2 M 2024-09-18T01:09:31.822 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-18T01:09:31.822 INFO:teuthology.orchestra.run.smithi026.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-18T01:09:31.822 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.4 M 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 21 M 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-selinux x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 25 k 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 751 k 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: libradosstriper1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 506 k 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: librgw2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.3 M 2024-09-18T01:09:31.823 INFO:teuthology.orchestra.run.smithi026.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 45 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 136 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cephfs x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 162 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rados x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 320 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 300 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 99 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-18T01:09:31.824 INFO:teuthology.orchestra.run.smithi026.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-18T01:09:31.825 INFO:teuthology.orchestra.run.smithi026.stdout:Installing weak dependencies: 2024-09-18T01:09:31.825 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-18T01:09:31.825 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:09:31.825 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:09:31.825 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:09:31.825 INFO:teuthology.orchestra.run.smithi026.stdout:Install 30 Packages 2024-09-18T01:09:31.825 INFO:teuthology.orchestra.run.smithi026.stdout:Upgrade 2 Packages 2024-09-18T01:09:31.825 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:09:31.826 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 60 M 2024-09-18T01:09:31.826 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:09:32.588 INFO:teuthology.orchestra.run.smithi026.stdout:(1/32): ceph-base-19.1.1-330.gc2ddf972.el9.x86_ 11 MB/s | 5.4 MB 00:00 2024-09-18T01:09:32.638 INFO:teuthology.orchestra.run.smithi026.stdout:(2/32): ceph-selinux-19.1.1-330.gc2ddf972.el9.x 504 kB/s | 25 kB 00:00 2024-09-18T01:09:32.847 INFO:teuthology.orchestra.run.smithi026.stdout:(3/32): libcephfs2-19.1.1-330.gc2ddf972.el9.x86 3.5 MB/s | 751 kB 00:00 2024-09-18T01:09:32.980 INFO:teuthology.orchestra.run.smithi026.stdout:(4/32): ceph-radosgw-19.1.1-330.gc2ddf972.el9.x 12 MB/s | 11 MB 00:00 2024-09-18T01:09:33.014 INFO:teuthology.orchestra.run.smithi026.stdout:(5/32): libradosstriper1-19.1.1-330.gc2ddf972.e 3.0 MB/s | 506 kB 00:00 2024-09-18T01:09:33.081 INFO:teuthology.orchestra.run.smithi026.stdout:(6/32): python3-ceph-argparse-19.1.1-330.gc2ddf 679 kB/s | 45 kB 00:00 2024-09-18T01:09:33.164 INFO:teuthology.orchestra.run.smithi026.stdout:(7/32): python3-ceph-common-19.1.1-330.gc2ddf97 1.6 MB/s | 136 kB 00:00 2024-09-18T01:09:33.248 INFO:teuthology.orchestra.run.smithi026.stdout:(8/32): librgw2-19.1.1-330.gc2ddf972.el9.x86_64 20 MB/s | 5.3 MB 00:00 2024-09-18T01:09:33.273 INFO:teuthology.orchestra.run.smithi026.stdout:(9/32): python3-cephfs-19.1.1-330.gc2ddf972.el9 1.5 MB/s | 162 kB 00:00 2024-09-18T01:09:33.299 INFO:teuthology.orchestra.run.smithi026.stdout:(10/32): python3-rados-19.1.1-330.gc2ddf972.el9 6.2 MB/s | 320 kB 00:00 2024-09-18T01:09:33.324 INFO:teuthology.orchestra.run.smithi026.stdout:(11/32): python3-rbd-19.1.1-330.gc2ddf972.el9.x 5.9 MB/s | 300 kB 00:00 2024-09-18T01:09:33.349 INFO:teuthology.orchestra.run.smithi026.stdout:(12/32): python3-rgw-19.1.1-330.gc2ddf972.el9.x 1.9 MB/s | 99 kB 00:00 2024-09-18T01:09:33.496 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:09:33.507 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:09:33.507 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-18T01:09:33.507 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-radosgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 11 M 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout:Upgrading: 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout: librados2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.4 M 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout: librbd1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.2 M 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.4 M 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 21 M 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-selinux x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 25 k 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-18T01:09:33.508 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 751 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: libradosstriper1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 506 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: librgw2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.3 M 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 45 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 136 k 2024-09-18T01:09:33.509 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cephfs x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 162 k 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rados x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 320 k 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 300 k 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 99 k 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout:Installing weak dependencies: 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:09:33.510 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:09:33.511 INFO:teuthology.orchestra.run.smithi112.stdout:Install 30 Packages 2024-09-18T01:09:33.511 INFO:teuthology.orchestra.run.smithi112.stdout:Upgrade 2 Packages 2024-09-18T01:09:33.511 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:09:33.512 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 60 M 2024-09-18T01:09:33.512 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:09:33.566 INFO:teuthology.orchestra.run.smithi026.stdout:(13/32): ceph-common-19.1.1-330.gc2ddf972.el9.x 14 MB/s | 21 MB 00:01 2024-09-18T01:09:33.941 INFO:teuthology.orchestra.run.smithi026.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 173 kB/s | 107 kB 00:00 2024-09-18T01:09:33.966 INFO:teuthology.orchestra.run.smithi026.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 113 kB/s | 45 kB 00:00 2024-09-18T01:09:34.025 INFO:teuthology.orchestra.run.smithi026.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 237 kB/s | 160 kB 00:00 2024-09-18T01:09:34.142 INFO:teuthology.orchestra.run.smithi026.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 362 kB/s | 42 kB 00:00 2024-09-18T01:09:34.342 INFO:teuthology.orchestra.run.smithi026.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 779 kB/s | 292 kB 00:00 2024-09-18T01:09:34.401 INFO:teuthology.orchestra.run.smithi026.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.4 MB/s | 662 kB 00:00 2024-09-18T01:09:34.451 INFO:teuthology.orchestra.run.smithi026.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 715 kB/s | 221 kB 00:00 2024-09-18T01:09:34.477 INFO:teuthology.orchestra.run.smithi026.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 268 kB/s | 36 kB 00:00 2024-09-18T01:09:34.519 INFO:teuthology.orchestra.run.smithi026.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 404 kB/s | 47 kB 00:00 2024-09-18T01:09:34.560 INFO:teuthology.orchestra.run.smithi026.stdout:(23/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.8 MB/s | 308 kB 00:00 2024-09-18T01:09:34.594 INFO:teuthology.orchestra.run.smithi026.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 356 kB/s | 26 kB 00:00 2024-09-18T01:09:34.619 INFO:teuthology.orchestra.run.smithi026.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 859 kB/s | 49 kB 00:00 2024-09-18T01:09:34.630 INFO:teuthology.orchestra.run.smithi112.stdout:(1/32): ceph-radosgw-19.1.1-330.gc2ddf972.el9.x 14 MB/s | 11 MB 00:00 2024-09-18T01:09:34.655 INFO:teuthology.orchestra.run.smithi026.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-09-18T01:09:34.697 INFO:teuthology.orchestra.run.smithi112.stdout:(2/32): ceph-base-19.1.1-330.gc2ddf972.el9.x86_ 6.4 MB/s | 5.4 MB 00:00 2024-09-18T01:09:34.705 INFO:teuthology.orchestra.run.smithi026.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 3.7 MB/s | 191 kB 00:00 2024-09-18T01:09:34.747 INFO:teuthology.orchestra.run.smithi112.stdout:(3/32): ceph-selinux-19.1.1-330.gc2ddf972.el9.x 215 kB/s | 25 kB 00:00 2024-09-18T01:09:34.764 INFO:teuthology.orchestra.run.smithi026.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 5.7 MB/s | 839 kB 00:00 2024-09-18T01:09:34.789 INFO:teuthology.orchestra.run.smithi112.stdout:(4/32): libcephfs2-19.1.1-330.gc2ddf972.el9.x86 8.0 MB/s | 751 kB 00:00 2024-09-18T01:09:34.814 INFO:teuthology.orchestra.run.smithi112.stdout:(5/32): libradosstriper1-19.1.1-330.gc2ddf972.e 7.4 MB/s | 506 kB 00:00 2024-09-18T01:09:34.865 INFO:teuthology.orchestra.run.smithi112.stdout:(6/32): python3-ceph-argparse-19.1.1-330.gc2ddf 905 kB/s | 45 kB 00:00 2024-09-18T01:09:34.965 INFO:teuthology.orchestra.run.smithi112.stdout:(7/32): python3-ceph-common-19.1.1-330.gc2ddf97 1.3 MB/s | 136 kB 00:00 2024-09-18T01:09:35.031 INFO:teuthology.orchestra.run.smithi026.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 4.9 MB/s | 1.6 MB 00:00 2024-09-18T01:09:35.040 INFO:teuthology.orchestra.run.smithi112.stdout:(8/32): python3-cephfs-19.1.1-330.gc2ddf972.el9 2.1 MB/s | 162 kB 00:00 2024-09-18T01:09:35.106 INFO:teuthology.orchestra.run.smithi026.stdout:(30/32): librados2-19.1.1-330.gc2ddf972.el9.x86 10 MB/s | 3.4 MB 00:00 2024-09-18T01:09:35.123 INFO:teuthology.orchestra.run.smithi112.stdout:(9/32): librgw2-19.1.1-330.gc2ddf972.el9.x86_64 16 MB/s | 5.3 MB 00:00 2024-09-18T01:09:35.157 INFO:teuthology.orchestra.run.smithi112.stdout:(10/32): python3-rados-19.1.1-330.gc2ddf972.el9 2.7 MB/s | 320 kB 00:00 2024-09-18T01:09:35.223 INFO:teuthology.orchestra.run.smithi026.stdout:(31/32): libarrow-9.0.0-11.el9.x86_64.rpm 5.9 MB/s | 4.4 MB 00:00 2024-09-18T01:09:35.340 INFO:teuthology.orchestra.run.smithi026.stdout:(32/32): librbd1-19.1.1-330.gc2ddf972.el9.x86_6 10 MB/s | 3.2 MB 00:00 2024-09-18T01:09:35.346 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:09:35.346 INFO:teuthology.orchestra.run.smithi026.stdout:Total 17 MB/s | 60 MB 00:03 2024-09-18T01:09:35.363 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.5 MB 00:00 2024-09-18T01:09:35.382 INFO:teuthology.orchestra.run.smithi112.stdout:(11/32): ceph-common-19.1.1-330.gc2ddf972.el9.x 14 MB/s | 21 MB 00:01 2024-09-18T01:09:35.408 INFO:teuthology.orchestra.run.smithi112.stdout:(12/32): python3-rgw-19.1.1-330.gc2ddf972.el9.x 397 kB/s | 99 kB 00:00 2024-09-18T01:09:35.433 INFO:teuthology.orchestra.run.smithi112.stdout:(13/32): python3-rbd-19.1.1-330.gc2ddf972.el9.x 971 kB/s | 300 kB 00:00 2024-09-18T01:09:35.457 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:09:35.498 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:09:35.498 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:09:35.583 INFO:teuthology.orchestra.run.smithi112.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 302 kB/s | 45 kB 00:00 2024-09-18T01:09:35.609 INFO:teuthology.orchestra.run.smithi112.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 474 kB/s | 107 kB 00:00 2024-09-18T01:09:35.667 INFO:teuthology.orchestra.run.smithi112.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 618 kB/s | 160 kB 00:00 2024-09-18T01:09:35.734 INFO:teuthology.orchestra.run.smithi112.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.3 MB/s | 292 kB 00:00 2024-09-18T01:09:35.784 INFO:teuthology.orchestra.run.smithi112.stdout:(18/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.2 MB/s | 662 kB 00:00 2024-09-18T01:09:35.818 INFO:teuthology.orchestra.run.smithi112.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-09-18T01:09:35.835 INFO:teuthology.orchestra.run.smithi112.stdout:(20/32): python3-prettytable-0.7.2-27.el9.noarc 252 kB/s | 42 kB 00:00 2024-09-18T01:09:35.852 INFO:teuthology.orchestra.run.smithi112.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 536 kB/s | 36 kB 00:00 2024-09-18T01:09:35.877 INFO:teuthology.orchestra.run.smithi112.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 802 kB/s | 47 kB 00:00 2024-09-18T01:09:35.936 INFO:teuthology.orchestra.run.smithi112.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 599 kB/s | 26 kB 00:00 2024-09-18T01:09:35.961 INFO:teuthology.orchestra.run.smithi112.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.9 MB/s | 49 kB 00:00 2024-09-18T01:09:35.986 INFO:teuthology.orchestra.run.smithi112.stdout:(25/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.0 MB/s | 308 kB 00:00 2024-09-18T01:09:36.020 INFO:teuthology.orchestra.run.smithi112.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-09-18T01:09:36.087 INFO:teuthology.orchestra.run.smithi112.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 2.8 MB/s | 191 kB 00:00 2024-09-18T01:09:36.195 INFO:teuthology.orchestra.run.smithi112.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.9 MB/s | 839 kB 00:00 2024-09-18T01:09:36.196 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:09:36.196 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:09:36.388 INFO:teuthology.orchestra.run.smithi112.stdout:(29/32): librados2-19.1.1-330.gc2ddf972.el9.x86 18 MB/s | 3.4 MB 00:00 2024-09-18T01:09:36.421 INFO:teuthology.orchestra.run.smithi112.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 4.7 MB/s | 1.6 MB 00:00 2024-09-18T01:09:36.521 INFO:teuthology.orchestra.run.smithi112.stdout:(31/32): librbd1-19.1.1-330.gc2ddf972.el9.x86_6 24 MB/s | 3.2 MB 00:00 2024-09-18T01:09:36.597 INFO:teuthology.orchestra.run.smithi112.stdout:(32/32): libarrow-9.0.0-11.el9.x86_64.rpm 5.9 MB/s | 4.4 MB 00:00 2024-09-18T01:09:36.601 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:09:36.602 INFO:teuthology.orchestra.run.smithi112.stdout:Total 20 MB/s | 60 MB 00:03 2024-09-18T01:09:36.707 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:09:36.743 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:09:36.743 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:09:37.264 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 19 kB 00:00 2024-09-18T01:09:37.429 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:09:37.429 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:09:37.693 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:09:37.775 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-18T01:09:37.803 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-18T01:09:37.837 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-18T01:09:37.860 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-18T01:09:37.883 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-18T01:09:38.080 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-18T01:09:38.141 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-18T01:09:38.493 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-18T01:09:38.589 INFO:teuthology.orchestra.run.smithi026.stdout: Upgrading : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-18T01:09:38.681 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-18T01:09:38.772 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 8/34 2024-09-18T01:09:38.798 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-18T01:09:38.853 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-18T01:09:38.881 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-18T01:09:38.916 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:09:38.934 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 11/34 2024-09-18T01:09:38.997 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-18T01:09:39.012 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-18T01:09:39.034 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-18T01:09:39.042 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-18T01:09:39.068 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-18T01:09:39.091 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-18T01:09:39.106 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-18T01:09:39.118 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-18T01:09:39.140 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-18T01:09:39.278 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-18T01:09:39.285 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-18T01:09:39.285 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 12 MB/s | 23 MB 00:01 2024-09-18T01:09:39.308 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-18T01:09:39.337 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-18T01:09:39.354 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-18T01:09:39.381 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-18T01:09:39.411 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-18T01:09:39.444 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-18T01:09:39.726 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-18T01:09:39.772 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-18T01:09:39.828 INFO:teuthology.orchestra.run.smithi112.stdout: Upgrading : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-18T01:09:39.890 INFO:teuthology.orchestra.run.smithi026.stdout: Upgrading : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-18T01:09:39.920 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-18T01:09:39.981 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-18T01:09:40.007 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 8/34 2024-09-18T01:09:40.020 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 23/34 2024-09-18T01:09:40.038 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-18T01:09:40.056 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-18T01:09:40.101 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-18T01:09:40.138 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-18T01:09:40.182 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 11/34 2024-09-18T01:09:40.252 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-18T01:09:40.274 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-18T01:09:40.321 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-18T01:09:40.355 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-18T01:09:40.474 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-18T01:09:40.506 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-18T01:09:40.551 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-18T01:09:40.566 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-18T01:09:40.588 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-18T01:09:40.592 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-18T01:09:40.617 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-18T01:09:40.650 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-18T01:09:40.664 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-18T01:09:40.744 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 27/34 2024-09-18T01:09:40.778 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 28/34 2024-09-18T01:09:40.969 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-18T01:09:41.030 INFO:teuthology.orchestra.run.smithi112.stdout: Upgrading : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-18T01:09:41.120 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-18T01:09:41.151 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 23/34 2024-09-18T01:09:41.187 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-18T01:09:41.667 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-18T01:09:41.690 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-18T01:09:41.762 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-18T01:09:41.838 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 27/34 2024-09-18T01:09:41.867 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 28/34 2024-09-18T01:09:43.207 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-18T01:09:43.241 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-18T01:09:43.844 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-18T01:09:43.885 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-18T01:09:43.979 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-18T01:09:43.980 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-18T01:09:43.980 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-18T01:09:43.980 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:09:44.012 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-18T01:09:44.130 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-18T01:09:44.172 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-18T01:09:44.716 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-18T01:09:44.756 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-18T01:09:44.792 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-18T01:09:44.882 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-18T01:09:44.882 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-18T01:09:44.882 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-18T01:09:44.882 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:09:44.910 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-18T01:09:46.960 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:09:46.971 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:09:46.972 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T01:09:46.972 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:09:46.972 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:09:46.972 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 11 M 2024-09-18T01:09:46.972 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrading: 2024-09-18T01:09:46.972 INFO:teuthology.orchestra.run.smithi094.stdout: librados2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.4 M 2024-09-18T01:09:46.972 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.2 M 2024-09-18T01:09:46.972 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T01:09:46.972 INFO:teuthology.orchestra.run.smithi094.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-18T01:09:46.972 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.4 M 2024-09-18T01:09:46.972 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 21 M 2024-09-18T01:09:46.973 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 25 k 2024-09-18T01:09:46.973 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-18T01:09:46.973 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-18T01:09:46.973 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-18T01:09:46.973 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 751 k 2024-09-18T01:09:46.973 INFO:teuthology.orchestra.run.smithi094.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-18T01:09:46.973 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-18T01:09:46.973 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-18T01:09:46.973 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 506 k 2024-09-18T01:09:46.973 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-18T01:09:46.973 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.3 M 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 45 k 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 136 k 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 162 k 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 320 k 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 300 k 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 99 k 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-18T01:09:46.974 INFO:teuthology.orchestra.run.smithi094.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-18T01:09:46.975 INFO:teuthology.orchestra.run.smithi094.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-18T01:09:46.975 INFO:teuthology.orchestra.run.smithi094.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-18T01:09:46.975 INFO:teuthology.orchestra.run.smithi094.stdout:Installing weak dependencies: 2024-09-18T01:09:46.975 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-18T01:09:46.975 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:09:46.975 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:09:46.975 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:09:46.975 INFO:teuthology.orchestra.run.smithi094.stdout:Install 30 Packages 2024-09-18T01:09:46.975 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrade 2 Packages 2024-09-18T01:09:46.975 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:09:46.976 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 60 M 2024-09-18T01:09:46.976 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:09:48.426 INFO:teuthology.orchestra.run.smithi094.stdout:(1/32): ceph-base-19.1.1-330.gc2ddf972.el9.x86_ 3.9 MB/s | 5.4 MB 00:01 2024-09-18T01:09:48.484 INFO:teuthology.orchestra.run.smithi094.stdout:(2/32): ceph-selinux-19.1.1-330.gc2ddf972.el9.x 433 kB/s | 25 kB 00:00 2024-09-18T01:09:48.618 INFO:teuthology.orchestra.run.smithi094.stdout:(3/32): libcephfs2-19.1.1-330.gc2ddf972.el9.x86 5.5 MB/s | 751 kB 00:00 2024-09-18T01:09:48.719 INFO:teuthology.orchestra.run.smithi094.stdout:(4/32): libradosstriper1-19.1.1-330.gc2ddf972.e 4.9 MB/s | 506 kB 00:00 2024-09-18T01:09:48.927 INFO:teuthology.orchestra.run.smithi094.stdout:(5/32): ceph-radosgw-19.1.1-330.gc2ddf972.el9.x 5.7 MB/s | 11 MB 00:01 2024-09-18T01:09:48.994 INFO:teuthology.orchestra.run.smithi094.stdout:(6/32): python3-ceph-argparse-19.1.1-330.gc2ddf 680 kB/s | 45 kB 00:00 2024-09-18T01:09:49.078 INFO:teuthology.orchestra.run.smithi094.stdout:(7/32): python3-ceph-common-19.1.1-330.gc2ddf97 1.6 MB/s | 136 kB 00:00 2024-09-18T01:09:49.136 INFO:teuthology.orchestra.run.smithi094.stdout:(8/32): python3-cephfs-19.1.1-330.gc2ddf972.el9 2.7 MB/s | 162 kB 00:00 2024-09-18T01:09:49.220 INFO:teuthology.orchestra.run.smithi094.stdout:(9/32): librgw2-19.1.1-330.gc2ddf972.el9.x86_64 11 MB/s | 5.3 MB 00:00 2024-09-18T01:09:49.253 INFO:teuthology.orchestra.run.smithi094.stdout:(10/32): python3-rados-19.1.1-330.gc2ddf972.el9 2.7 MB/s | 320 kB 00:00 2024-09-18T01:09:49.279 INFO:teuthology.orchestra.run.smithi094.stdout:(11/32): python3-rbd-19.1.1-330.gc2ddf972.el9.x 5.0 MB/s | 300 kB 00:00 2024-09-18T01:09:49.321 INFO:teuthology.orchestra.run.smithi094.stdout:(12/32): python3-rgw-19.1.1-330.gc2ddf972.el9.x 1.4 MB/s | 99 kB 00:00 2024-09-18T01:09:49.454 INFO:teuthology.orchestra.run.smithi094.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 610 kB/s | 107 kB 00:00 2024-09-18T01:09:49.505 INFO:teuthology.orchestra.run.smithi094.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 906 kB/s | 45 kB 00:00 2024-09-18T01:09:49.530 INFO:teuthology.orchestra.run.smithi094.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 767 kB/s | 160 kB 00:00 2024-09-18T01:09:49.614 INFO:teuthology.orchestra.run.smithi094.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-09-18T01:09:49.647 INFO:teuthology.orchestra.run.smithi094.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.5 MB/s | 662 kB 00:00 2024-09-18T01:09:49.681 INFO:teuthology.orchestra.run.smithi094.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 629 kB/s | 42 kB 00:00 2024-09-18T01:09:49.723 INFO:teuthology.orchestra.run.smithi094.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-09-18T01:09:49.748 INFO:teuthology.orchestra.run.smithi094.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 536 kB/s | 36 kB 00:00 2024-09-18T01:09:49.782 INFO:teuthology.orchestra.run.smithi094.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 810 kB/s | 47 kB 00:00 2024-09-18T01:09:49.866 INFO:teuthology.orchestra.run.smithi094.stdout:(22/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.6 MB/s | 308 kB 00:00 2024-09-18T01:09:49.899 INFO:teuthology.orchestra.run.smithi094.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 778 kB/s | 26 kB 00:00 2024-09-18T01:09:49.933 INFO:teuthology.orchestra.run.smithi094.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-09-18T01:09:49.975 INFO:teuthology.orchestra.run.smithi094.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.6 MB/s | 67 kB 00:00 2024-09-18T01:09:50.192 INFO:teuthology.orchestra.run.smithi094.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.8 MB/s | 839 kB 00:00 2024-09-18T01:09:50.268 INFO:teuthology.orchestra.run.smithi094.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 2.5 MB/s | 191 kB 00:00 2024-09-18T01:09:50.584 INFO:teuthology.orchestra.run.smithi094.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 5.0 MB/s | 1.6 MB 00:00 2024-09-18T01:09:50.809 INFO:teuthology.orchestra.run.smithi094.stdout:(29/32): ceph-common-19.1.1-330.gc2ddf972.el9.x 5.6 MB/s | 21 MB 00:03 2024-09-18T01:09:50.885 INFO:teuthology.orchestra.run.smithi094.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 4.0 MB/s | 4.4 MB 00:01 2024-09-18T01:09:51.035 INFO:teuthology.orchestra.run.smithi094.stdout:(31/32): librados2-19.1.1-330.gc2ddf972.el9.x86 7.6 MB/s | 3.4 MB 00:00 2024-09-18T01:09:51.202 INFO:teuthology.orchestra.run.smithi094.stdout:(32/32): librbd1-19.1.1-330.gc2ddf972.el9.x86_6 8.1 MB/s | 3.2 MB 00:00 2024-09-18T01:09:51.206 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:09:51.206 INFO:teuthology.orchestra.run.smithi094.stdout:Total 14 MB/s | 60 MB 00:04 2024-09-18T01:09:51.311 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:09:51.348 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:09:51.349 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:09:52.021 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:09:52.022 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:09:53.581 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:09:53.664 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-18T01:09:53.699 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-18T01:09:53.724 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-18T01:09:53.747 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-18T01:09:53.770 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-18T01:09:53.958 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-18T01:09:54.011 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-18T01:09:54.208 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-18T01:09:54.209 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /sys 2024-09-18T01:09:54.209 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /proc 2024-09-18T01:09:54.209 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /mnt 2024-09-18T01:09:54.209 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /var/tmp 2024-09-18T01:09:54.209 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /home 2024-09-18T01:09:54.209 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /root 2024-09-18T01:09:54.209 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /tmp 2024-09-18T01:09:54.209 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:09:54.377 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-18T01:09:54.468 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-18T01:09:54.560 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-18T01:09:54.648 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 8/34 2024-09-18T01:09:54.686 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-18T01:09:54.741 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-18T01:09:54.778 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-18T01:09:54.821 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 11/34 2024-09-18T01:09:54.890 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-18T01:09:54.914 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-18T01:09:54.978 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-18T01:09:55.013 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-18T01:09:55.019 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-18T01:09:55.020 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /sys 2024-09-18T01:09:55.020 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /proc 2024-09-18T01:09:55.020 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /mnt 2024-09-18T01:09:55.020 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /var/tmp 2024-09-18T01:09:55.020 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /home 2024-09-18T01:09:55.020 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /root 2024-09-18T01:09:55.020 INFO:teuthology.orchestra.run.smithi112.stdout:skipping the directory /tmp 2024-09-18T01:09:55.020 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:09:55.129 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-18T01:09:55.164 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-18T01:09:55.205 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-18T01:09:55.220 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-18T01:09:55.246 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-18T01:09:55.247 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-18T01:09:55.247 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:09:55.247 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-18T01:09:55.247 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T01:09:55.247 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T01:09:55.247 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:09:55.249 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-18T01:09:55.275 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-18T01:09:55.311 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-18T01:09:55.340 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-18T01:09:55.340 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-18T01:09:55.635 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-18T01:09:55.687 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-18T01:09:55.777 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-18T01:09:55.809 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 23/34 2024-09-18T01:09:55.845 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-18T01:09:56.009 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-18T01:09:56.033 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-18T01:09:56.034 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:09:56.034 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-18T01:09:56.034 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T01:09:56.034 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T01:09:56.034 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:09:56.035 INFO:teuthology.orchestra.run.smithi112.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-18T01:09:56.127 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-18T01:09:56.127 INFO:teuthology.orchestra.run.smithi112.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-18T01:09:56.332 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-18T01:09:56.365 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-18T01:09:56.441 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-18T01:09:56.513 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 27/34 2024-09-18T01:09:56.542 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 28/34 2024-09-18T01:09:56.582 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-18T01:09:56.582 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 1/34 2024-09-18T01:09:56.582 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2/34 2024-09-18T01:09:56.582 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 3/34 2024-09-18T01:09:56.582 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 4/34 2024-09-18T01:09:56.583 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 5/34 2024-09-18T01:09:56.583 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 6/34 2024-09-18T01:09:56.583 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-18T01:09:56.583 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 8/34 2024-09-18T01:09:56.583 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 9/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 10/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 11/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-18T01:09:56.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-18T01:09:56.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-18T01:09:56.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-18T01:09:56.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-18T01:09:56.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-18T01:09:56.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-18T01:09:56.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-18T01:09:56.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-18T01:09:56.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-18T01:09:56.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-18T01:09:56.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-18T01:09:56.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 33/34 2024-09-18T01:09:57.382 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-18T01:09:57.382 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 1/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 3/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 4/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 5/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 6/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 8/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 9/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 10/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 11/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-18T01:09:57.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-18T01:09:57.384 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-18T01:09:57.385 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-18T01:09:57.385 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-18T01:09:57.385 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-18T01:09:57.385 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-18T01:09:57.385 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-18T01:09:57.385 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-18T01:09:57.385 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 33/34 2024-09-18T01:09:57.464 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-18T01:09:57.464 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:09:57.464 INFO:teuthology.orchestra.run.smithi026.stdout:Upgraded: 2024-09-18T01:09:57.464 INFO:teuthology.orchestra.run.smithi026.stdout: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.464 INFO:teuthology.orchestra.run.smithi026.stdout: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.464 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:09:57.464 INFO:teuthology.orchestra.run.smithi026.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-18T01:09:57.464 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.464 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.464 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.464 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-18T01:09:57.465 INFO:teuthology.orchestra.run.smithi026.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: re2-1:20211101-20.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-18T01:09:57.466 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:09:57.467 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:09:57.862 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-test 2024-09-18T01:09:58.404 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-18T01:09:58.404 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:09:58.404 INFO:teuthology.orchestra.run.smithi112.stdout:Upgraded: 2024-09-18T01:09:58.404 INFO:teuthology.orchestra.run.smithi112.stdout: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.404 INFO:teuthology.orchestra.run.smithi112.stdout: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.404 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:09:58.404 INFO:teuthology.orchestra.run.smithi112.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-18T01:09:58.404 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.405 INFO:teuthology.orchestra.run.smithi112.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-18T01:09:58.406 INFO:teuthology.orchestra.run.smithi112.stdout: re2-1:20211101-20.el9.x86_64 2024-09-18T01:09:58.407 INFO:teuthology.orchestra.run.smithi112.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-18T01:09:58.407 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:09:58.407 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:09:58.460 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:29 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:09:58.598 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:09:58.599 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:09:58.599 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-18T01:09:58.599 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:09:58.599 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:09:58.599 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-test x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 49 M 2024-09-18T01:09:58.599 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-18T01:09:58.599 INFO:teuthology.orchestra.run.smithi026.stdout: libcephsqlite x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 163 k 2024-09-18T01:09:58.599 INFO:teuthology.orchestra.run.smithi026.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-18T01:09:58.599 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-18T01:09:58.600 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:09:58.600 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:09:58.600 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:09:58.600 INFO:teuthology.orchestra.run.smithi026.stdout:Install 4 Packages 2024-09-18T01:09:58.600 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:09:58.600 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 49 M 2024-09-18T01:09:58.600 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 209 M 2024-09-18T01:09:58.600 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:09:58.771 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-test 2024-09-18T01:09:58.841 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-18T01:09:58.853 INFO:teuthology.orchestra.run.smithi026.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.5 MB/s | 304 kB 00:00 2024-09-18T01:09:58.879 INFO:teuthology.orchestra.run.smithi026.stdout:(2/4): libcephsqlite-19.1.1-330.gc2ddf972.el9.x 710 kB/s | 163 kB 00:00 2024-09-18T01:09:58.880 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-18T01:09:59.037 INFO:teuthology.orchestra.run.smithi026.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 347 kB/s | 64 kB 00:00 2024-09-18T01:09:59.350 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:28 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:09:59.441 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-18T01:09:59.482 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-test x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 49 M 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout: libcephsqlite x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 163 k 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:09:59.483 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:09:59.484 INFO:teuthology.orchestra.run.smithi112.stdout:Install 4 Packages 2024-09-18T01:09:59.484 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:09:59.484 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 49 M 2024-09-18T01:09:59.484 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 209 M 2024-09-18T01:09:59.484 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:09:59.488 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-18T01:09:59.590 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-18T01:09:59.590 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-18T01:09:59.590 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-18T01:09:59.590 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:09:59.623 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-18T01:09:59.715 INFO:teuthology.orchestra.run.smithi112.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.6 MB/s | 304 kB 00:00 2024-09-18T01:09:59.757 INFO:teuthology.orchestra.run.smithi112.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-09-18T01:09:59.874 INFO:teuthology.orchestra.run.smithi112.stdout:(3/4): libcephsqlite-19.1.1-330.gc2ddf972.el9.x 477 kB/s | 163 kB 00:00 2024-09-18T01:10:00.221 INFO:teuthology.orchestra.run.smithi026.stdout:(4/4): ceph-test-19.1.1-330.gc2ddf972.el9.x86_6 31 MB/s | 49 MB 00:01 2024-09-18T01:10:00.223 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:00.223 INFO:teuthology.orchestra.run.smithi026.stdout:Total 30 MB/s | 49 MB 00:01 2024-09-18T01:10:00.252 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:10:00.274 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:10:00.274 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:10:00.682 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:10:00.682 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:10:01.174 INFO:teuthology.orchestra.run.smithi112.stdout:(4/4): ceph-test-19.1.1-330.gc2ddf972.el9.x86_6 30 MB/s | 49 MB 00:01 2024-09-18T01:10:01.176 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:01.176 INFO:teuthology.orchestra.run.smithi112.stdout:Total 29 MB/s | 49 MB 00:01 2024-09-18T01:10:01.204 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:10:01.224 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:10:01.225 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:10:01.227 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:10:01.310 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-18T01:10:01.355 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-18T01:10:01.381 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-18T01:10:01.612 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:10:01.613 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:10:02.168 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:10:02.235 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-18T01:10:02.273 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-18T01:10:02.300 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-18T01:10:06.292 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-18T01:10:06.374 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-18T01:10:06.919 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-18T01:10:07.008 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-18T01:10:08.750 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-18T01:10:08.750 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 1/4 2024-09-18T01:10:08.750 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2/4 2024-09-18T01:10:08.750 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-18T01:10:09.113 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-18T01:10:09.114 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:09.114 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:10:09.114 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:09.114 INFO:teuthology.orchestra.run.smithi026.stdout: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:09.114 INFO:teuthology.orchestra.run.smithi026.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-18T01:10:09.114 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-18T01:10:09.114 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:09.114 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:10:09.377 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph 2024-09-18T01:10:09.400 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-18T01:10:09.400 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 1/4 2024-09-18T01:10:09.400 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2/4 2024-09-18T01:10:09.400 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-18T01:10:09.678 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-18T01:10:09.679 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /sys 2024-09-18T01:10:09.679 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /proc 2024-09-18T01:10:09.679 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /mnt 2024-09-18T01:10:09.679 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /var/tmp 2024-09-18T01:10:09.679 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /home 2024-09-18T01:10:09.679 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /root 2024-09-18T01:10:09.679 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /tmp 2024-09-18T01:10:09.679 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:09.712 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-18T01:10:09.712 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:09.712 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:10:09.712 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:09.712 INFO:teuthology.orchestra.run.smithi112.stdout: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:09.712 INFO:teuthology.orchestra.run.smithi112.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-18T01:10:09.712 INFO:teuthology.orchestra.run.smithi112.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-18T01:10:09.712 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:09.712 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:10:09.988 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:10:10.024 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph 2024-09-18T01:10:10.128 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:10:10.131 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:10.131 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-18T01:10:10.131 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:10.131 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:10:10.131 INFO:teuthology.orchestra.run.smithi026.stdout: ceph x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 6.5 k 2024-09-18T01:10:10.131 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-18T01:10:10.131 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mds x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 2.4 M 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 1.5 M 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 249 k 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mon x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 4.7 M 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-osd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 17 M 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-18T01:10:10.132 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-18T01:10:10.133 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:10:10.134 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:10.135 INFO:teuthology.orchestra.run.smithi026.stdout:Install 37 Packages 2024-09-18T01:10:10.135 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:10.135 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 30 M 2024-09-18T01:10:10.135 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 108 M 2024-09-18T01:10:10.135 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:10:10.543 INFO:teuthology.orchestra.run.smithi026.stdout:(1/37): ceph-19.1.1-330.gc2ddf972.el9.x86_64.rp 50 kB/s | 6.5 kB 00:00 2024-09-18T01:10:10.617 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:10:10.692 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-18T01:10:10.717 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-18T01:10:10.718 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:10.718 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-18T01:10:10.718 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T01:10:10.718 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T01:10:10.718 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:10.719 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-18T01:10:10.767 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:10:10.768 INFO:teuthology.orchestra.run.smithi026.stdout:(2/37): ceph-mds-19.1.1-330.gc2ddf972.el9.x86_6 6.7 MB/s | 2.4 MB 00:00 2024-09-18T01:10:10.769 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout: ceph x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 6.5 k 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mds x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 2.4 M 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 1.5 M 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-modules-core noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 249 k 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mon x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 4.7 M 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-osd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 17 M 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-18T01:10:10.770 INFO:teuthology.orchestra.run.smithi112.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-18T01:10:10.771 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-18T01:10:10.772 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-18T01:10:10.773 INFO:teuthology.orchestra.run.smithi112.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-18T01:10:10.773 INFO:teuthology.orchestra.run.smithi112.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-18T01:10:10.773 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:10.773 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:10:10.773 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:10.773 INFO:teuthology.orchestra.run.smithi112.stdout:Install 37 Packages 2024-09-18T01:10:10.773 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:10.774 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 30 M 2024-09-18T01:10:10.774 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 108 M 2024-09-18T01:10:10.774 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:10:10.810 INFO:teuthology.orchestra.run.smithi026.stdout:(3/37): ceph-mgr-19.1.1-330.gc2ddf972.el9.x86_6 3.8 MB/s | 1.5 MB 00:00 2024-09-18T01:10:10.811 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-18T01:10:10.811 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-18T01:10:10.941 INFO:teuthology.orchestra.run.smithi026.stdout:(4/37): ceph-mon-19.1.1-330.gc2ddf972.el9.x86_6 12 MB/s | 4.7 MB 00:00 2024-09-18T01:10:10.969 INFO:teuthology.orchestra.run.smithi026.stdout:(5/37): ceph-mgr-modules-core-19.1.1-330.gc2ddf 1.5 MB/s | 249 kB 00:00 2024-09-18T01:10:11.078 INFO:teuthology.orchestra.run.smithi026.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.8 MB/s | 253 kB 00:00 2024-09-18T01:10:11.145 INFO:teuthology.orchestra.run.smithi026.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-09-18T01:10:11.153 INFO:teuthology.orchestra.run.smithi026.stdout:(8/37): python3-cryptography-36.0.1-4.el9.x86_6 6.7 MB/s | 1.2 MB 00:00 2024-09-18T01:10:11.187 INFO:teuthology.orchestra.run.smithi026.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-09-18T01:10:11.213 INFO:teuthology.orchestra.run.smithi026.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-09-18T01:10:11.238 INFO:teuthology.orchestra.run.smithi026.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-09-18T01:10:11.421 INFO:teuthology.orchestra.run.smithi026.stdout:(12/37): ceph-osd-19.1.1-330.gc2ddf972.el9.x86_ 26 MB/s | 17 MB 00:00 2024-09-18T01:10:11.497 INFO:teuthology.orchestra.run.smithi026.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 664 kB/s | 188 kB 00:00 2024-09-18T01:10:11.522 INFO:teuthology.orchestra.run.smithi026.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 347 kB/s | 35 kB 00:00 2024-09-18T01:10:11.547 INFO:teuthology.orchestra.run.smithi026.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.5 MB/s | 77 kB 00:00 2024-09-18T01:10:11.581 INFO:teuthology.orchestra.run.smithi026.stdout:(16/37): python3-mako-1.1.4-6.el9.noarch.rpm 502 kB/s | 172 kB 00:00 2024-09-18T01:10:11.606 INFO:teuthology.orchestra.run.smithi026.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 607 kB/s | 51 kB 00:00 2024-09-18T01:10:11.631 INFO:teuthology.orchestra.run.smithi026.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 497 kB/s | 42 kB 00:00 2024-09-18T01:10:11.682 INFO:teuthology.orchestra.run.smithi026.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 221 kB/s | 22 kB 00:00 2024-09-18T01:10:11.707 INFO:teuthology.orchestra.run.smithi026.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 576 kB/s | 43 kB 00:00 2024-09-18T01:10:11.741 INFO:teuthology.orchestra.run.smithi026.stdout:(21/37): luarocks-3.9.2-5.el9.noarch.rpm 1.1 MB/s | 151 kB 00:00 2024-09-18T01:10:11.774 INFO:teuthology.orchestra.run.smithi026.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 342 kB/s | 11 kB 00:00 2024-09-18T01:10:11.783 INFO:teuthology.orchestra.run.smithi112.stdout:(1/37): ceph-19.1.1-330.gc2ddf972.el9.x86_64.rp 48 kB/s | 6.5 kB 00:00 2024-09-18T01:10:11.808 INFO:teuthology.orchestra.run.smithi026.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 531 kB/s | 18 kB 00:00 2024-09-18T01:10:11.833 INFO:teuthology.orchestra.run.smithi026.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-09-18T01:10:11.858 INFO:teuthology.orchestra.run.smithi026.stdout:(25/37): python3-cherrypy-18.6.1-2.el9.noarch.r 2.4 MB/s | 358 kB 00:00 2024-09-18T01:10:11.884 INFO:teuthology.orchestra.run.smithi026.stdout:(26/37): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-09-18T01:10:11.909 INFO:teuthology.orchestra.run.smithi026.stdout:(27/37): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-09-18T01:10:11.934 INFO:teuthology.orchestra.run.smithi026.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-09-18T01:10:11.959 INFO:teuthology.orchestra.run.smithi026.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 616 kB/s | 46 kB 00:00 2024-09-18T01:10:11.985 INFO:teuthology.orchestra.run.smithi026.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-18T01:10:11.991 INFO:teuthology.orchestra.run.smithi112.stdout:(2/37): ceph-mds-19.1.1-330.gc2ddf972.el9.x86_6 6.9 MB/s | 2.4 MB 00:00 2024-09-18T01:10:12.010 INFO:teuthology.orchestra.run.smithi026.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-09-18T01:10:12.025 INFO:teuthology.orchestra.run.smithi112.stdout:(3/37): ceph-mgr-19.1.1-330.gc2ddf972.el9.x86_6 4.0 MB/s | 1.5 MB 00:00 2024-09-18T01:10:12.035 INFO:teuthology.orchestra.run.smithi026.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-18T01:10:12.060 INFO:teuthology.orchestra.run.smithi026.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 711 kB/s | 36 kB 00:00 2024-09-18T01:10:12.094 INFO:teuthology.orchestra.run.smithi026.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-18T01:10:12.117 INFO:teuthology.orchestra.run.smithi112.stdout:(4/37): ceph-mgr-modules-core-19.1.1-330.gc2ddf 2.7 MB/s | 249 kB 00:00 2024-09-18T01:10:12.119 INFO:teuthology.orchestra.run.smithi026.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 804 kB/s | 20 kB 00:00 2024-09-18T01:10:12.124 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-18T01:10:12.124 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 1/34 2024-09-18T01:10:12.124 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2/34 2024-09-18T01:10:12.124 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 3/34 2024-09-18T01:10:12.124 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 4/34 2024-09-18T01:10:12.124 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 5/34 2024-09-18T01:10:12.124 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 6/34 2024-09-18T01:10:12.124 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-18T01:10:12.124 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 8/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 9/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 10/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 11/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-18T01:10:12.125 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-18T01:10:12.126 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 33/34 2024-09-18T01:10:12.144 INFO:teuthology.orchestra.run.smithi026.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-09-18T01:10:12.192 INFO:teuthology.orchestra.run.smithi112.stdout:(5/37): ceph-mon-19.1.1-330.gc2ddf972.el9.x86_6 12 MB/s | 4.7 MB 00:00 2024-09-18T01:10:12.194 INFO:teuthology.orchestra.run.smithi026.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.1 MB/s | 427 kB 00:00 2024-09-18T01:10:12.199 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:12.199 INFO:teuthology.orchestra.run.smithi026.stdout:Total 15 MB/s | 30 MB 00:02 2024-09-18T01:10:12.334 INFO:teuthology.orchestra.run.smithi112.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-09-18T01:10:12.355 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:10:12.384 INFO:teuthology.orchestra.run.smithi112.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-09-18T01:10:12.400 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:10:12.400 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:10:12.551 INFO:teuthology.orchestra.run.smithi112.stdout:(8/37): ceph-osd-19.1.1-330.gc2ddf972.el9.x86_6 30 MB/s | 17 MB 00:00 2024-09-18T01:10:12.585 INFO:teuthology.orchestra.run.smithi112.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 674 kB/s | 135 kB 00:00 2024-09-18T01:10:12.635 INFO:teuthology.orchestra.run.smithi112.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 2.8 MB/s | 1.2 MB 00:00 2024-09-18T01:10:12.660 INFO:teuthology.orchestra.run.smithi112.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.8 MB/s | 215 kB 00:00 2024-09-18T01:10:12.719 INFO:teuthology.orchestra.run.smithi112.stdout:(12/37): python3-requests-2.25.1-8.el9.noarch.r 745 kB/s | 125 kB 00:00 2024-09-18T01:10:12.761 INFO:teuthology.orchestra.run.smithi112.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 188 kB 00:00 2024-09-18T01:10:12.786 INFO:teuthology.orchestra.run.smithi112.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-18T01:10:12.811 INFO:teuthology.orchestra.run.smithi112.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 378 kB/s | 35 kB 00:00 2024-09-18T01:10:12.828 INFO:teuthology.orchestra.run.smithi112.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.1 MB/s | 77 kB 00:00 2024-09-18T01:10:12.854 INFO:teuthology.orchestra.run.smithi112.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 759 kB/s | 51 kB 00:00 2024-09-18T01:10:12.879 INFO:teuthology.orchestra.run.smithi112.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 620 kB/s | 42 kB 00:00 2024-09-18T01:10:12.904 INFO:teuthology.orchestra.run.smithi112.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 296 kB/s | 22 kB 00:00 2024-09-18T01:10:12.910 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:10:12.910 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:10:12.971 INFO:teuthology.orchestra.run.smithi112.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 654 kB/s | 43 kB 00:00 2024-09-18T01:10:13.004 INFO:teuthology.orchestra.run.smithi112.stdout:(21/37): luarocks-3.9.2-5.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2024-09-18T01:10:13.030 INFO:teuthology.orchestra.run.smithi112.stdout:(22/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-18T01:10:13.055 INFO:teuthology.orchestra.run.smithi112.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 213 kB/s | 11 kB 00:00 2024-09-18T01:10:13.080 INFO:teuthology.orchestra.run.smithi112.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-09-18T01:10:13.106 INFO:teuthology.orchestra.run.smithi112.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 459 kB/s | 23 kB 00:00 2024-09-18T01:10:13.110 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-18T01:10:13.110 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:13.110 INFO:teuthology.orchestra.run.smithi094.stdout:Upgraded: 2024-09-18T01:10:13.110 INFO:teuthology.orchestra.run.smithi094.stdout: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.110 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.110 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:10:13.110 INFO:teuthology.orchestra.run.smithi094.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-18T01:10:13.110 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.110 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.110 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.110 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-18T01:10:13.111 INFO:teuthology.orchestra.run.smithi094.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: re2-1:20211101-20.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:13.112 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:10:13.131 INFO:teuthology.orchestra.run.smithi112.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-18T01:10:13.156 INFO:teuthology.orchestra.run.smithi112.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-18T01:10:13.181 INFO:teuthology.orchestra.run.smithi112.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-09-18T01:10:13.207 INFO:teuthology.orchestra.run.smithi112.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-18T01:10:13.232 INFO:teuthology.orchestra.run.smithi112.stdout:(30/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-18T01:10:13.257 INFO:teuthology.orchestra.run.smithi112.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-18T01:10:13.282 INFO:teuthology.orchestra.run.smithi112.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-18T01:10:13.303 INFO:teuthology.orchestra.run.smithi112.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 792 kB/s | 36 kB 00:00 2024-09-18T01:10:13.328 INFO:teuthology.orchestra.run.smithi112.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-18T01:10:13.361 INFO:teuthology.orchestra.run.smithi112.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 600 kB/s | 20 kB 00:00 2024-09-18T01:10:13.387 INFO:teuthology.orchestra.run.smithi112.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-18T01:10:13.420 INFO:teuthology.orchestra.run.smithi112.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.6 MB/s | 427 kB 00:00 2024-09-18T01:10:13.425 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:13.425 INFO:teuthology.orchestra.run.smithi112.stdout:Total 11 MB/s | 30 MB 00:02 2024-09-18T01:10:13.522 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-test 2024-09-18T01:10:13.574 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:10:13.614 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:10:13.614 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:10:14.087 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:30 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:10:14.102 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:10:14.103 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:10:14.224 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:10:14.224 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:14.224 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T01:10:14.224 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:14.224 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:10:14.224 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 49 M 2024-09-18T01:10:14.225 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T01:10:14.225 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 163 k 2024-09-18T01:10:14.225 INFO:teuthology.orchestra.run.smithi094.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-18T01:10:14.225 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-18T01:10:14.225 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:14.225 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:10:14.225 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:14.225 INFO:teuthology.orchestra.run.smithi094.stdout:Install 4 Packages 2024-09-18T01:10:14.225 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:14.226 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 49 M 2024-09-18T01:10:14.226 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 209 M 2024-09-18T01:10:14.226 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:10:14.302 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:10:14.373 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-18T01:10:14.420 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-18T01:10:14.450 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-18T01:10:14.518 INFO:teuthology.orchestra.run.smithi094.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.5 MB/s | 304 kB 00:00 2024-09-18T01:10:14.525 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-18T01:10:14.566 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-18T01:10:14.568 INFO:teuthology.orchestra.run.smithi094.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-09-18T01:10:14.608 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-18T01:10:14.677 INFO:teuthology.orchestra.run.smithi094.stdout:(3/4): libcephsqlite-19.1.1-330.gc2ddf972.el9.x 466 kB/s | 163 kB 00:00 2024-09-18T01:10:14.703 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-18T01:10:14.788 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-18T01:10:14.836 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-18T01:10:14.870 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-18T01:10:14.916 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-18T01:10:14.965 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-18T01:10:15.001 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-18T01:10:15.043 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-18T01:10:15.094 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-18T01:10:15.128 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-18T01:10:15.178 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-18T01:10:15.225 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-18T01:10:15.302 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-18T01:10:15.456 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:10:15.457 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-18T01:10:15.523 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-18T01:10:15.536 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-18T01:10:15.561 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-18T01:10:15.588 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-18T01:10:15.592 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-18T01:10:15.626 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-18T01:10:15.666 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-18T01:10:15.693 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-18T01:10:15.708 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-18T01:10:15.765 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-18T01:10:15.773 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-18T01:10:15.868 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-18T01:10:15.943 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-18T01:10:15.958 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-18T01:10:15.993 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-18T01:10:16.004 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-18T01:10:16.036 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-18T01:10:16.066 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-18T01:10:16.085 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-18T01:10:16.101 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-18T01:10:16.134 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-18T01:10:16.175 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-18T01:10:16.184 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-18T01:10:16.219 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-18T01:10:16.227 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-18T01:10:16.252 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-18T01:10:16.300 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-18T01:10:16.332 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-18T01:10:16.352 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-18T01:10:16.407 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-18T01:10:16.516 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 32/37 2024-09-18T01:10:16.547 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-18T01:10:16.554 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-18T01:10:16.575 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-18T01:10:16.575 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:16.575 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-18T01:10:16.575 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T01:10:16.575 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T01:10:16.575 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:16.633 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-18T01:10:16.685 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-18T01:10:16.711 INFO:teuthology.orchestra.run.smithi094.stdout:(4/4): ceph-test-19.1.1-330.gc2ddf972.el9.x86_6 20 MB/s | 49 MB 00:02 2024-09-18T01:10:16.713 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:16.713 INFO:teuthology.orchestra.run.smithi094.stdout:Total 20 MB/s | 49 MB 00:02 2024-09-18T01:10:16.723 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-18T01:10:16.741 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:10:16.762 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:10:16.762 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:10:16.781 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-18T01:10:16.845 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-18T01:10:17.031 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-18T01:10:17.085 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-18T01:10:17.157 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:10:17.157 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:10:17.163 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-18T01:10:17.253 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-18T01:10:17.301 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-18T01:10:17.419 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-18T01:10:17.580 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 32/37 2024-09-18T01:10:17.602 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-18T01:10:17.628 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-18T01:10:17.628 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:17.628 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-18T01:10:17.628 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T01:10:17.628 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T01:10:17.628 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:17.683 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:10:17.762 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-18T01:10:17.801 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-18T01:10:17.838 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-18T01:10:18.098 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-18T01:10:18.128 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-18T01:10:18.129 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:18.129 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-18T01:10:18.129 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T01:10:18.129 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T01:10:18.129 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:18.598 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-18T01:10:18.624 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-18T01:10:18.624 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:18.624 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-18T01:10:18.624 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T01:10:18.624 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T01:10:18.624 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:18.882 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-18T01:10:18.908 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-18T01:10:18.908 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:18.908 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-18T01:10:18.908 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T01:10:18.908 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T01:10:18.908 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:18.975 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-18T01:10:19.086 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-18T01:10:19.113 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-18T01:10:19.113 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:19.113 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-18T01:10:19.113 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T01:10:19.113 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T01:10:19.113 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:19.554 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-18T01:10:19.577 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-18T01:10:19.577 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:19.577 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-18T01:10:19.577 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T01:10:19.577 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T01:10:19.577 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:19.812 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-18T01:10:19.836 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-18T01:10:19.836 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:19.836 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-18T01:10:19.836 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T01:10:19.836 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T01:10:19.836 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:19.900 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-18T01:10:20.841 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-18T01:10:20.841 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 1/37 2024-09-18T01:10:20.841 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2/37 2024-09-18T01:10:20.841 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 3/37 2024-09-18T01:10:20.841 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 4/37 2024-09-18T01:10:20.841 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 5/37 2024-09-18T01:10:20.841 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 6/37 2024-09-18T01:10:20.841 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-18T01:10:20.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-18T01:10:20.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-18T01:10:20.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-18T01:10:20.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-18T01:10:20.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-18T01:10:20.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-18T01:10:20.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-18T01:10:20.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-18T01:10:20.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-18T01:10:20.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-18T01:10:20.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-18T01:10:20.843 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-18T01:10:20.844 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-18T01:10:20.844 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-18T01:10:20.844 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-18T01:10:20.844 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-18T01:10:20.844 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-18T01:10:21.709 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-18T01:10:21.710 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 1/37 2024-09-18T01:10:21.710 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2/37 2024-09-18T01:10:21.710 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 3/37 2024-09-18T01:10:21.710 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 4/37 2024-09-18T01:10:21.710 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 5/37 2024-09-18T01:10:21.710 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 6/37 2024-09-18T01:10:21.710 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-18T01:10:21.710 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-18T01:10:21.710 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-18T01:10:21.711 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-18T01:10:21.711 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-18T01:10:21.711 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-18T01:10:21.711 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-18T01:10:21.711 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-18T01:10:21.711 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-18T01:10:21.711 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-18T01:10:21.711 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-18T01:10:21.711 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-18T01:10:21.711 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-18T01:10:21.712 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-18T01:10:21.712 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-18T01:10:21.712 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-18T01:10:21.712 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-18T01:10:21.712 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-18T01:10:21.712 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-18T01:10:21.714 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-18T01:10:21.714 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-18T01:10:21.714 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-18T01:10:21.714 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-18T01:10:21.714 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-18T01:10:21.714 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-18T01:10:21.714 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-18T01:10:21.714 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-18T01:10:21.715 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-18T01:10:21.715 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-18T01:10:21.715 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout: lua-5.4.4-4.el9.x86_64 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-18T01:10:21.803 INFO:teuthology.orchestra.run.smithi026.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-18T01:10:21.804 INFO:teuthology.orchestra.run.smithi026.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ply-3.11-14.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-18T01:10:21.805 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-18T01:10:21.806 INFO:teuthology.orchestra.run.smithi026.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-18T01:10:21.806 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:21.806 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:10:22.197 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-base 2024-09-18T01:10:22.528 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-18T01:10:22.562 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-18T01:10:22.563 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:22.563 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:10:22.563 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:22.563 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:22.563 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:22.563 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:22.563 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:22.563 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:22.563 INFO:teuthology.orchestra.run.smithi112.stdout: lua-5.4.4-4.el9.x86_64 2024-09-18T01:10:22.563 INFO:teuthology.orchestra.run.smithi112.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-18T01:10:22.563 INFO:teuthology.orchestra.run.smithi112.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-18T01:10:22.564 INFO:teuthology.orchestra.run.smithi112.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-ply-3.11-14.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-18T01:10:22.565 INFO:teuthology.orchestra.run.smithi112.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-18T01:10:22.566 INFO:teuthology.orchestra.run.smithi112.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-18T01:10:22.566 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:22.566 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:10:22.619 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-18T01:10:22.805 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:53 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:10:22.897 INFO:teuthology.orchestra.run.smithi026.stdout:Package ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:10:22.923 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-base 2024-09-18T01:10:22.942 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:10:22.943 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-18T01:10:22.943 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:10:23.016 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install cephadm 2024-09-18T01:10:23.513 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:52 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:10:23.601 INFO:teuthology.orchestra.run.smithi112.stdout:Package ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:10:23.622 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:54 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:10:23.643 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:10:23.644 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-18T01:10:23.644 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:10:23.706 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install cephadm 2024-09-18T01:10:23.758 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:10:23.759 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:23.759 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-18T01:10:23.759 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:23.759 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:10:23.759 INFO:teuthology.orchestra.run.smithi026.stdout: cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 765 k 2024-09-18T01:10:23.759 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:23.760 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:10:23.760 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:23.760 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-18T01:10:23.760 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:23.760 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 765 k 2024-09-18T01:10:23.760 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 771 k 2024-09-18T01:10:23.760 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:10:24.032 INFO:teuthology.orchestra.run.smithi026.stdout:cephadm-19.1.1-330.gc2ddf972.el9.noarch.rpm 2.7 MB/s | 765 kB 00:00 2024-09-18T01:10:24.033 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:24.033 INFO:teuthology.orchestra.run.smithi026.stdout:Total 2.7 MB/s | 765 kB 00:00 2024-09-18T01:10:24.033 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:10:24.039 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:10:24.039 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:10:24.045 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:10:24.045 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:10:24.125 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:10:24.283 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:53 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:10:24.414 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:10:24.415 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:24.415 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-18T01:10:24.415 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:24.415 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:10:24.415 INFO:teuthology.orchestra.run.smithi112.stdout: cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 765 k 2024-09-18T01:10:24.415 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:24.415 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:10:24.415 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:24.416 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-18T01:10:24.416 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:24.416 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 765 k 2024-09-18T01:10:24.416 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 771 k 2024-09-18T01:10:24.416 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:10:24.587 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:24.674 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:24.702 INFO:teuthology.orchestra.run.smithi112.stdout:cephadm-19.1.1-330.gc2ddf972.el9.noarch.rpm 2.6 MB/s | 765 kB 00:00 2024-09-18T01:10:24.702 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:24.703 INFO:teuthology.orchestra.run.smithi112.stdout:Total 2.6 MB/s | 765 kB 00:00 2024-09-18T01:10:24.703 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:10:24.708 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:10:24.708 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:10:24.714 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:10:24.714 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:10:24.789 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:10:25.057 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:25.133 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-18T01:10:25.133 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 1/4 2024-09-18T01:10:25.133 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2/4 2024-09-18T01:10:25.134 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-18T01:10:25.245 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:25.294 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:25.295 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:25.295 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:10:25.295 INFO:teuthology.orchestra.run.smithi026.stdout: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:25.295 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:25.295 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:10:25.321 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:25.476 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-18T01:10:25.476 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:25.476 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:10:25.476 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:25.476 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:25.476 INFO:teuthology.orchestra.run.smithi094.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-18T01:10:25.476 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-18T01:10:25.476 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:25.476 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:10:25.508 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-immutable-object-cache 2024-09-18T01:10:25.684 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:25.738 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph 2024-09-18T01:10:25.937 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:25.938 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:25.938 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:10:25.938 INFO:teuthology.orchestra.run.smithi112.stdout: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:25.938 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:25.938 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:10:26.114 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:57 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:10:26.146 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-immutable-object-cache 2024-09-18T01:10:26.252 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:10:26.253 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:26.254 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-09-18T01:10:26.254 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:26.254 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:10:26.254 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 145 k 2024-09-18T01:10:26.254 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:26.254 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:10:26.254 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:26.254 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-18T01:10:26.255 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:26.255 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 145 k 2024-09-18T01:10:26.255 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 435 k 2024-09-18T01:10:26.255 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:10:26.319 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:10:26.460 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:10:26.463 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:26.463 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T01:10:26.463 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:26.463 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:10:26.463 INFO:teuthology.orchestra.run.smithi094.stdout: ceph x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 6.5 k 2024-09-18T01:10:26.463 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T01:10:26.463 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 2.4 M 2024-09-18T01:10:26.463 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 1.5 M 2024-09-18T01:10:26.463 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 249 k 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 4.7 M 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 17 M 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-18T01:10:26.464 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-18T01:10:26.465 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-18T01:10:26.465 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-18T01:10:26.465 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-18T01:10:26.465 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-18T01:10:26.465 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-18T01:10:26.465 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-18T01:10:26.466 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-18T01:10:26.466 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-18T01:10:26.466 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-18T01:10:26.466 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-18T01:10:26.466 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-18T01:10:26.466 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-18T01:10:26.466 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-18T01:10:26.466 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-18T01:10:26.466 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-18T01:10:26.467 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-18T01:10:26.467 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-18T01:10:26.467 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-18T01:10:26.467 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-18T01:10:26.467 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-18T01:10:26.467 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:26.467 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:10:26.467 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:26.467 INFO:teuthology.orchestra.run.smithi094.stdout:Install 37 Packages 2024-09-18T01:10:26.467 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:26.468 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 30 M 2024-09-18T01:10:26.468 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 108 M 2024-09-18T01:10:26.469 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:10:26.469 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-immutable-object-cache-19.1.1-330.gc2ddf97 694 kB/s | 145 kB 00:00 2024-09-18T01:10:26.469 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:26.469 INFO:teuthology.orchestra.run.smithi026.stdout:Total 690 kB/s | 145 kB 00:00 2024-09-18T01:10:26.469 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:10:26.473 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:10:26.473 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:10:26.534 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:10:26.534 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:10:26.698 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:10:26.724 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:55 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:10:26.764 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-18T01:10:26.791 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-18T01:10:26.791 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:26.791 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-18T01:10:26.791 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:26.856 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:10:26.856 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:26.857 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-09-18T01:10:26.857 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:26.857 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:10:26.857 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 145 k 2024-09-18T01:10:26.857 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:26.857 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:10:26.857 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:26.857 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-18T01:10:26.857 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:26.858 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 145 k 2024-09-18T01:10:26.858 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 435 k 2024-09-18T01:10:26.858 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:10:26.984 INFO:teuthology.orchestra.run.smithi094.stdout:(1/37): ceph-19.1.1-330.gc2ddf972.el9.x86_64.rp 45 kB/s | 6.5 kB 00:00 2024-09-18T01:10:27.057 INFO:teuthology.orchestra.run.smithi112.stdout:ceph-immutable-object-cache-19.1.1-330.gc2ddf97 731 kB/s | 145 kB 00:00 2024-09-18T01:10:27.057 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:27.058 INFO:teuthology.orchestra.run.smithi112.stdout:Total 725 kB/s | 145 kB 00:00 2024-09-18T01:10:27.058 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:10:27.065 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:10:27.065 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:10:27.121 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:10:27.122 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:10:27.160 INFO:teuthology.orchestra.run.smithi094.stdout:(2/37): ceph-mgr-19.1.1-330.gc2ddf972.el9.x86_6 4.8 MB/s | 1.5 MB 00:00 2024-09-18T01:10:27.202 INFO:teuthology.orchestra.run.smithi094.stdout:(3/37): ceph-mds-19.1.1-330.gc2ddf972.el9.x86_6 6.6 MB/s | 2.4 MB 00:00 2024-09-18T01:10:27.280 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:10:27.285 INFO:teuthology.orchestra.run.smithi094.stdout:(4/37): ceph-mgr-modules-core-19.1.1-330.gc2ddf 2.9 MB/s | 249 kB 00:00 2024-09-18T01:10:27.366 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-18T01:10:27.392 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-18T01:10:27.392 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:27.392 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-18T01:10:27.393 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:27.452 INFO:teuthology.orchestra.run.smithi094.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-09-18T01:10:27.711 INFO:teuthology.orchestra.run.smithi094.stdout:(6/37): ceph-osd-19.1.1-330.gc2ddf972.el9.x86_6 31 MB/s | 17 MB 00:00 2024-09-18T01:10:27.753 INFO:teuthology.orchestra.run.smithi094.stdout:(7/37): python3-cryptography-36.0.1-4.el9.x86_6 4.1 MB/s | 1.2 MB 00:00 2024-09-18T01:10:27.853 INFO:teuthology.orchestra.run.smithi094.stdout:(8/37): ceph-mon-19.1.1-330.gc2ddf972.el9.x86_6 5.4 MB/s | 4.7 MB 00:00 2024-09-18T01:10:27.871 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-18T01:10:27.871 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:27.871 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:10:27.871 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:27.871 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:27.871 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:10:27.887 INFO:teuthology.orchestra.run.smithi094.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 1.0 MB/s | 135 kB 00:00 2024-09-18T01:10:27.912 INFO:teuthology.orchestra.run.smithi094.stdout:(10/37): python3-ply-3.11-14.el9.noarch.rpm 531 kB/s | 106 kB 00:00 2024-09-18T01:10:27.938 INFO:teuthology.orchestra.run.smithi094.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-09-18T01:10:28.005 INFO:teuthology.orchestra.run.smithi094.stdout:(12/37): python3-requests-2.25.1-8.el9.noarch.r 827 kB/s | 125 kB 00:00 2024-09-18T01:10:28.109 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr 2024-09-18T01:10:28.130 INFO:teuthology.orchestra.run.smithi094.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 278 kB/s | 35 kB 00:00 2024-09-18T01:10:28.155 INFO:teuthology.orchestra.run.smithi094.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 777 kB/s | 188 kB 00:00 2024-09-18T01:10:28.189 INFO:teuthology.orchestra.run.smithi094.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 686 kB/s | 172 kB 00:00 2024-09-18T01:10:28.222 INFO:teuthology.orchestra.run.smithi094.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 763 kB/s | 51 kB 00:00 2024-09-18T01:10:28.248 INFO:teuthology.orchestra.run.smithi094.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 708 kB/s | 42 kB 00:00 2024-09-18T01:10:28.273 INFO:teuthology.orchestra.run.smithi094.stdout:(18/37): python3-packaging-20.9-5.el9.noarch.rp 539 kB/s | 77 kB 00:00 2024-09-18T01:10:28.307 INFO:teuthology.orchestra.run.smithi094.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 265 kB/s | 22 kB 00:00 2024-09-18T01:10:28.314 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-18T01:10:28.315 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:28.315 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:10:28.315 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:28.315 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:28.315 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:10:28.349 INFO:teuthology.orchestra.run.smithi094.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 644 kB/s | 43 kB 00:00 2024-09-18T01:10:28.382 INFO:teuthology.orchestra.run.smithi094.stdout:(21/37): luarocks-3.9.2-5.el9.noarch.rpm 1.1 MB/s | 151 kB 00:00 2024-09-18T01:10:28.408 INFO:teuthology.orchestra.run.smithi094.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 428 kB/s | 11 kB 00:00 2024-09-18T01:10:28.433 INFO:teuthology.orchestra.run.smithi094.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-09-18T01:10:28.458 INFO:teuthology.orchestra.run.smithi094.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 351 kB/s | 18 kB 00:00 2024-09-18T01:10:28.483 INFO:teuthology.orchestra.run.smithi094.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-09-18T01:10:28.509 INFO:teuthology.orchestra.run.smithi094.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-18T01:10:28.534 INFO:teuthology.orchestra.run.smithi094.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-18T01:10:28.560 INFO:teuthology.orchestra.run.smithi094.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 922 kB/s | 46 kB 00:00 2024-09-18T01:10:28.562 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr 2024-09-18T01:10:28.585 INFO:teuthology.orchestra.run.smithi094.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-09-18T01:10:28.618 INFO:teuthology.orchestra.run.smithi094.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 939 kB/s | 79 kB 00:00 2024-09-18T01:10:28.644 INFO:teuthology.orchestra.run.smithi094.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 281 kB/s | 16 kB 00:00 2024-09-18T01:10:28.669 INFO:teuthology.orchestra.run.smithi094.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-09-18T01:10:28.694 INFO:teuthology.orchestra.run.smithi094.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 717 kB/s | 36 kB 00:00 2024-09-18T01:10:28.717 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:59 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:10:28.719 INFO:teuthology.orchestra.run.smithi094.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-18T01:10:28.745 INFO:teuthology.orchestra.run.smithi094.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-09-18T01:10:28.770 INFO:teuthology.orchestra.run.smithi094.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 398 kB/s | 20 kB 00:00 2024-09-18T01:10:28.808 INFO:teuthology.orchestra.run.smithi026.stdout:Package ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:10:28.837 INFO:teuthology.orchestra.run.smithi094.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.9 MB/s | 427 kB 00:00 2024-09-18T01:10:28.840 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:28.840 INFO:teuthology.orchestra.run.smithi094.stdout:Total 13 MB/s | 30 MB 00:02 2024-09-18T01:10:28.852 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:10:28.854 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-18T01:10:28.854 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:10:28.925 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-dashboard 2024-09-18T01:10:28.988 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:10:29.028 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:10:29.028 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:10:29.151 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:58 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:10:29.242 INFO:teuthology.orchestra.run.smithi112.stdout:Package ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:10:29.283 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:10:29.284 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-18T01:10:29.284 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:10:29.349 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-dashboard 2024-09-18T01:10:29.495 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:10:29.495 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:10:29.527 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:00 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:10:29.665 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:10:29.666 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:29.666 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-18T01:10:29.666 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:29.666 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:10:29.666 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 3.6 M 2024-09-18T01:10:29.666 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-18T01:10:29.666 INFO:teuthology.orchestra.run.smithi026.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-18T01:10:29.666 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-grafana-dashboards noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 32 k 2024-09-18T01:10:29.667 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-prometheus-alerts noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 16 k 2024-09-18T01:10:29.667 INFO:teuthology.orchestra.run.smithi026.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-18T01:10:29.667 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-18T01:10:29.667 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-18T01:10:29.667 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-18T01:10:29.667 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-18T01:10:29.667 INFO:teuthology.orchestra.run.smithi026.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-18T01:10:29.667 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-18T01:10:29.667 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-18T01:10:29.667 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:29.667 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:10:29.668 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:29.668 INFO:teuthology.orchestra.run.smithi026.stdout:Install 12 Packages 2024-09-18T01:10:29.668 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:29.668 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 8.7 M 2024-09-18T01:10:29.668 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 104 M 2024-09-18T01:10:29.668 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:10:29.920 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:58 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:10:30.052 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:10:30.053 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:30.053 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-18T01:10:30.053 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:30.053 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:10:30.053 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-dashboard noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 3.6 M 2024-09-18T01:10:30.053 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-18T01:10:30.053 INFO:teuthology.orchestra.run.smithi112.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-18T01:10:30.053 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-grafana-dashboards noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 32 k 2024-09-18T01:10:30.053 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-prometheus-alerts noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 16 k 2024-09-18T01:10:30.053 INFO:teuthology.orchestra.run.smithi112.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout:Install 12 Packages 2024-09-18T01:10:30.054 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:30.055 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 8.7 M 2024-09-18T01:10:30.055 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 104 M 2024-09-18T01:10:30.055 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:10:30.586 INFO:teuthology.orchestra.run.smithi026.stdout:(1/12): ceph-prometheus-alerts-19.1.1-330.gc2dd 113 kB/s | 16 kB 00:00 2024-09-18T01:10:30.611 INFO:teuthology.orchestra.run.smithi026.stdout:(2/12): ceph-grafana-dashboards-19.1.1-330.gc2d 186 kB/s | 32 kB 00:00 2024-09-18T01:10:30.811 INFO:teuthology.orchestra.run.smithi026.stdout:(3/12): ceph-mgr-dashboard-19.1.1-330.gc2ddf972 9.6 MB/s | 3.6 MB 00:00 2024-09-18T01:10:30.842 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:10:30.845 INFO:teuthology.orchestra.run.smithi026.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-09-18T01:10:30.886 INFO:teuthology.orchestra.run.smithi112.stdout:(1/12): ceph-prometheus-alerts-19.1.1-330.gc2dd 100 kB/s | 16 kB 00:00 2024-09-18T01:10:30.906 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-18T01:10:30.911 INFO:teuthology.orchestra.run.smithi112.stdout:(2/12): ceph-grafana-dashboards-19.1.1-330.gc2d 167 kB/s | 32 kB 00:00 2024-09-18T01:10:30.937 INFO:teuthology.orchestra.run.smithi026.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.9 MB/s | 1.0 MB 00:00 2024-09-18T01:10:30.942 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-18T01:10:30.976 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-18T01:10:30.987 INFO:teuthology.orchestra.run.smithi026.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 3.8 MB/s | 548 kB 00:00 2024-09-18T01:10:31.012 INFO:teuthology.orchestra.run.smithi026.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 259 kB/s | 19 kB 00:00 2024-09-18T01:10:31.028 INFO:teuthology.orchestra.run.smithi112.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.3 MB/s | 269 kB 00:00 2024-09-18T01:10:31.057 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-18T01:10:31.062 INFO:teuthology.orchestra.run.smithi026.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.8 MB/s | 144 kB 00:00 2024-09-18T01:10:31.078 INFO:teuthology.orchestra.run.smithi112.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.3 MB/s | 1.0 MB 00:00 2024-09-18T01:10:31.088 INFO:teuthology.orchestra.run.smithi026.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-18T01:10:31.108 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-18T01:10:31.138 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-18T01:10:31.146 INFO:teuthology.orchestra.run.smithi026.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.2 MB/s | 188 kB 00:00 2024-09-18T01:10:31.170 INFO:teuthology.orchestra.run.smithi112.stdout:(5/12): ceph-mgr-dashboard-19.1.1-330.gc2ddf972 7.9 MB/s | 3.6 MB 00:00 2024-09-18T01:10:31.204 INFO:teuthology.orchestra.run.smithi112.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.8 MB/s | 863 kB 00:00 2024-09-18T01:10:31.231 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-18T01:10:31.254 INFO:teuthology.orchestra.run.smithi112.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 232 kB/s | 19 kB 00:00 2024-09-18T01:10:31.309 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-18T01:10:31.321 INFO:teuthology.orchestra.run.smithi112.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.2 MB/s | 548 kB 00:00 2024-09-18T01:10:31.347 INFO:teuthology.orchestra.run.smithi112.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.6 MB/s | 144 kB 00:00 2024-09-18T01:10:31.350 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-18T01:10:31.371 INFO:teuthology.orchestra.run.smithi026.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 5.3 MB/s | 2.0 MB 00:00 2024-09-18T01:10:31.372 INFO:teuthology.orchestra.run.smithi112.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 613 kB/s | 31 kB 00:00 2024-09-18T01:10:31.384 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-18T01:10:31.406 INFO:teuthology.orchestra.run.smithi112.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.2 MB/s | 188 kB 00:00 2024-09-18T01:10:31.414 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-18T01:10:31.449 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-18T01:10:31.491 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-18T01:10:31.540 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-18T01:10:31.575 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-18T01:10:31.634 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-18T01:10:31.639 INFO:teuthology.orchestra.run.smithi112.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 4.8 MB/s | 2.0 MB 00:00 2024-09-18T01:10:31.644 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:31.644 INFO:teuthology.orchestra.run.smithi112.stdout:Total 5.5 MB/s | 8.7 MB 00:01 2024-09-18T01:10:31.683 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-18T01:10:31.695 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:10:31.696 INFO:teuthology.orchestra.run.smithi026.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 976 kB/s | 863 kB 00:00 2024-09-18T01:10:31.702 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:31.702 INFO:teuthology.orchestra.run.smithi026.stdout:Total 4.3 MB/s | 8.7 MB 00:02 2024-09-18T01:10:31.713 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:10:31.713 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:10:31.715 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-18T01:10:31.756 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:10:31.776 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:10:31.776 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:10:31.788 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-18T01:10:31.922 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:10:31.922 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:10:31.936 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-18T01:10:31.995 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:10:31.995 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:10:32.023 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-18T01:10:32.077 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-18T01:10:32.115 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-18T01:10:32.172 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-18T01:10:32.236 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-18T01:10:32.434 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-18T01:10:32.455 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:10:32.494 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-18T01:10:32.531 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-18T01:10:32.542 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:10:32.566 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-18T01:10:32.580 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-18T01:10:32.613 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-18T01:10:32.631 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-18T01:10:32.651 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-18T01:10:32.675 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-18T01:10:32.678 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-18T01:10:32.723 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-18T01:10:32.724 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-18T01:10:32.755 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-18T01:10:32.760 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-18T01:10:32.843 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-18T01:10:32.877 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-18T01:10:32.886 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-18T01:10:32.979 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-18T01:10:32.998 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 32/37 2024-09-18T01:10:33.017 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-18T01:10:33.022 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-18T01:10:33.037 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-18T01:10:33.051 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-18T01:10:33.063 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-18T01:10:33.063 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:33.063 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-18T01:10:33.063 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T01:10:33.063 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T01:10:33.064 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:33.074 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 10/12 2024-09-18T01:10:33.118 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-18T01:10:33.165 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-18T01:10:33.193 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-18T01:10:33.225 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 10/12 2024-09-18T01:10:34.113 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 11/12 2024-09-18T01:10:34.150 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-18T01:10:34.343 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 11/12 2024-09-18T01:10:34.375 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-18T01:10:34.505 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-18T01:10:34.531 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-18T01:10:34.531 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:34.532 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-18T01:10:34.532 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T01:10:34.532 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T01:10:34.532 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:34.964 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-18T01:10:34.987 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-18T01:10:34.987 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:34.988 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-18T01:10:34.988 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T01:10:34.988 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T01:10:34.988 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:35.215 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-18T01:10:35.238 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-18T01:10:35.238 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:35.238 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-18T01:10:35.238 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T01:10:35.238 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T01:10:35.238 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:35.304 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-18T01:10:35.591 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-18T01:10:35.591 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 1/12 2024-09-18T01:10:35.591 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 2/12 2024-09-18T01:10:35.591 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 3/12 2024-09-18T01:10:35.591 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-18T01:10:35.592 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-18T01:10:35.592 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-18T01:10:35.592 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-18T01:10:35.592 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-18T01:10:35.592 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-18T01:10:35.592 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-18T01:10:35.592 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-18T01:10:35.727 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-18T01:10:35.727 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 1/12 2024-09-18T01:10:35.727 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 2/12 2024-09-18T01:10:35.728 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 3/12 2024-09-18T01:10:35.728 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-18T01:10:35.728 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-18T01:10:35.728 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-18T01:10:35.728 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-18T01:10:35.728 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-18T01:10:35.728 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-18T01:10:35.728 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-18T01:10:35.728 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-18T01:10:35.913 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-18T01:10:35.913 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:35.913 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:10:35.913 INFO:teuthology.orchestra.run.smithi112.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-18T01:10:35.913 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:35.913 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:35.913 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:35.913 INFO:teuthology.orchestra.run.smithi112.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-18T01:10:35.914 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-18T01:10:35.914 INFO:teuthology.orchestra.run.smithi112.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-18T01:10:35.914 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-18T01:10:35.914 INFO:teuthology.orchestra.run.smithi112.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-18T01:10:35.914 INFO:teuthology.orchestra.run.smithi112.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-18T01:10:35.914 INFO:teuthology.orchestra.run.smithi112.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-18T01:10:35.914 INFO:teuthology.orchestra.run.smithi112.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-18T01:10:35.914 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:35.914 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:10:36.060 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-18T01:10:36.061 INFO:teuthology.orchestra.run.smithi026.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-18T01:10:36.062 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-18T01:10:36.062 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-18T01:10:36.062 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:36.062 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:10:36.158 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-18T01:10:36.309 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-18T01:10:36.732 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:05 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:10:36.863 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:10:36.865 INFO:teuthology.orchestra.run.smithi112.stdout:====================================================================================== 2024-09-18T01:10:36.865 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-18T01:10:36.865 INFO:teuthology.orchestra.run.smithi112.stdout:====================================================================================== 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 7.4 M 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-18T01:10:36.866 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-18T01:10:36.867 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-18T01:10:36.867 INFO:teuthology.orchestra.run.smithi112.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-18T01:10:36.867 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:36.867 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:10:36.867 INFO:teuthology.orchestra.run.smithi112.stdout:====================================================================================== 2024-09-18T01:10:36.867 INFO:teuthology.orchestra.run.smithi112.stdout:Install 12 Packages 2024-09-18T01:10:36.867 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:36.867 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 38 M 2024-09-18T01:10:36.867 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 212 M 2024-09-18T01:10:36.867 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:10:36.917 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:07 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:10:37.055 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:10:37.057 INFO:teuthology.orchestra.run.smithi026.stdout:====================================================================================== 2024-09-18T01:10:37.057 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-18T01:10:37.057 INFO:teuthology.orchestra.run.smithi026.stdout:====================================================================================== 2024-09-18T01:10:37.057 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:10:37.057 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 7.4 M 2024-09-18T01:10:37.058 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-18T01:10:37.058 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-18T01:10:37.058 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-18T01:10:37.058 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-18T01:10:37.058 INFO:teuthology.orchestra.run.smithi026.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-18T01:10:37.058 INFO:teuthology.orchestra.run.smithi026.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-18T01:10:37.059 INFO:teuthology.orchestra.run.smithi026.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-18T01:10:37.059 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-18T01:10:37.059 INFO:teuthology.orchestra.run.smithi026.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-18T01:10:37.059 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-18T01:10:37.059 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-18T01:10:37.059 INFO:teuthology.orchestra.run.smithi026.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-18T01:10:37.059 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:37.060 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:10:37.060 INFO:teuthology.orchestra.run.smithi026.stdout:====================================================================================== 2024-09-18T01:10:37.060 INFO:teuthology.orchestra.run.smithi026.stdout:Install 12 Packages 2024-09-18T01:10:37.060 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:37.061 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 38 M 2024-09-18T01:10:37.061 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 212 M 2024-09-18T01:10:37.061 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:10:37.224 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-18T01:10:37.224 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 1/37 2024-09-18T01:10:37.224 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2/37 2024-09-18T01:10:37.224 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 3/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 4/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 5/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 6/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-18T01:10:37.225 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-18T01:10:37.226 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-18T01:10:37.226 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-18T01:10:37.226 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-18T01:10:37.226 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-18T01:10:37.226 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-18T01:10:37.226 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-18T01:10:37.226 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-18T01:10:37.227 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-18T01:10:37.227 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-18T01:10:37.227 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-18T01:10:37.227 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-18T01:10:37.228 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-18T01:10:37.228 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-18T01:10:37.228 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-18T01:10:37.228 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-18T01:10:37.228 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-18T01:10:37.228 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-18T01:10:37.228 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-18T01:10:37.529 INFO:teuthology.orchestra.run.smithi112.stdout:(1/12): ceph-mgr-diskprediction-local-19.1.1-33 16 MB/s | 7.4 MB 00:00 2024-09-18T01:10:37.638 INFO:teuthology.orchestra.run.smithi112.stdout:(2/12): libquadmath-11.5.0-2.el9.x86_64.rpm 344 kB/s | 191 kB 00:00 2024-09-18T01:10:37.847 INFO:teuthology.orchestra.run.smithi112.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 103 kB/s | 33 kB 00:00 2024-09-18T01:10:37.930 INFO:teuthology.orchestra.run.smithi112.stdout:(4/12): libgfortran-11.5.0-2.el9.x86_64.rpm 944 kB/s | 801 kB 00:00 2024-09-18T01:10:37.955 INFO:teuthology.orchestra.run.smithi112.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 168 kB/s | 18 kB 00:00 2024-09-18T01:10:38.004 INFO:teuthology.orchestra.run.smithi026.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 240 kB/s | 191 kB 00:00 2024-09-18T01:10:38.039 INFO:teuthology.orchestra.run.smithi112.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 355 kB/s | 38 kB 00:00 2024-09-18T01:10:38.156 INFO:teuthology.orchestra.run.smithi112.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 2.0 MB/s | 245 kB 00:00 2024-09-18T01:10:38.187 INFO:teuthology.orchestra.run.smithi026.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 817 kB/s | 801 kB 00:00 2024-09-18T01:10:38.288 INFO:teuthology.orchestra.run.smithi026.stdout:(3/12): ceph-mgr-diskprediction-local-19.1.1-33 6.8 MB/s | 7.4 MB 00:01 2024-09-18T01:10:38.331 INFO:teuthology.orchestra.run.smithi112.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.3 MB/s | 3.0 MB 00:00 2024-09-18T01:10:38.359 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-18T01:10:38.359 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: lua-5.4.4-4.el9.x86_64 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-18T01:10:38.360 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply-3.11-14.el9.noarch 2024-09-18T01:10:38.361 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:38.362 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:10:38.640 INFO:teuthology.orchestra.run.smithi112.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 813 kB/s | 250 kB 00:00 2024-09-18T01:10:38.646 INFO:teuthology.orchestra.run.smithi026.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 51 kB/s | 33 kB 00:00 2024-09-18T01:10:38.770 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-base 2024-09-18T01:10:38.788 INFO:teuthology.orchestra.run.smithi026.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 37 kB/s | 18 kB 00:00 2024-09-18T01:10:39.214 INFO:teuthology.orchestra.run.smithi026.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 68 kB/s | 38 kB 00:00 2024-09-18T01:10:39.240 INFO:teuthology.orchestra.run.smithi112.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 3.8 MB/s | 4.9 MB 00:01 2024-09-18T01:10:39.264 INFO:teuthology.orchestra.run.smithi026.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.8 MB/s | 3.0 MB 00:01 2024-09-18T01:10:39.347 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:55 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:10:39.436 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:10:39.478 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:10:39.479 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T01:10:39.479 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:10:39.543 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install cephadm 2024-09-18T01:10:40.064 INFO:teuthology.orchestra.run.smithi026.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 288 kB/s | 245 kB 00:00 2024-09-18T01:10:40.115 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:56 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:10:40.246 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 765 k 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 765 k 2024-09-18T01:10:40.247 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 771 k 2024-09-18T01:10:40.248 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:10:40.515 INFO:teuthology.orchestra.run.smithi094.stdout:cephadm-19.1.1-330.gc2ddf972.el9.noarch.rpm 2.8 MB/s | 765 kB 00:00 2024-09-18T01:10:40.516 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:40.516 INFO:teuthology.orchestra.run.smithi094.stdout:Total 2.8 MB/s | 765 kB 00:00 2024-09-18T01:10:40.516 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:10:40.521 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:10:40.521 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:10:40.527 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:10:40.528 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:10:40.531 INFO:teuthology.orchestra.run.smithi026.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 4.0 MB/s | 5.1 MB 00:01 2024-09-18T01:10:40.597 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:10:40.615 INFO:teuthology.orchestra.run.smithi026.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 2.7 MB/s | 4.9 MB 00:01 2024-09-18T01:10:40.865 INFO:teuthology.orchestra.run.smithi112.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.9 MB/s | 5.1 MB 00:02 2024-09-18T01:10:40.923 INFO:teuthology.orchestra.run.smithi026.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 292 kB/s | 250 kB 00:00 2024-09-18T01:10:41.060 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:41.145 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:41.515 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:41.758 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:10:41.758 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:41.758 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:10:41.758 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:41.758 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:41.758 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:10:41.985 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-immutable-object-cache 2024-09-18T01:10:42.588 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:58 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:10:42.724 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:10:42.725 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:42.725 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-18T01:10:42.725 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:42.725 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:10:42.726 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 145 k 2024-09-18T01:10:42.726 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:42.726 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:10:42.726 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:42.726 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T01:10:42.726 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:42.726 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 145 k 2024-09-18T01:10:42.726 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 435 k 2024-09-18T01:10:42.726 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:10:42.939 INFO:teuthology.orchestra.run.smithi094.stdout:ceph-immutable-object-cache-19.1.1-330.gc2ddf97 683 kB/s | 145 kB 00:00 2024-09-18T01:10:42.940 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:42.940 INFO:teuthology.orchestra.run.smithi094.stdout:Total 676 kB/s | 145 kB 00:00 2024-09-18T01:10:42.941 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:10:42.948 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:10:42.948 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:10:43.005 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:10:43.005 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:10:43.165 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:10:43.265 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-18T01:10:43.290 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-18T01:10:43.291 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:10:43.291 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-18T01:10:43.291 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:44.224 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-18T01:10:44.224 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:44.224 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:10:44.224 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:10:44.224 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:44.224 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:10:44.281 INFO:teuthology.orchestra.run.smithi112.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.9 MB/s | 16 MB 00:05 2024-09-18T01:10:44.282 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:44.283 INFO:teuthology.orchestra.run.smithi112.stdout:Total 5.2 MB/s | 38 MB 00:07 2024-09-18T01:10:44.477 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr 2024-09-18T01:10:44.638 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:10:44.663 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:10:44.663 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:10:45.069 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:01 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:10:45.089 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:10:45.089 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:10:45.161 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:10:45.203 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:10:45.204 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T01:10:45.204 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:10:45.272 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-dashboard 2024-09-18T01:10:45.842 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:01 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:10:45.845 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:10:45.925 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-18T01:10:45.962 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-18T01:10:45.973 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:10:45.974 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:45.975 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T01:10:45.975 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:45.975 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:10:45.975 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 3.6 M 2024-09-18T01:10:45.975 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T01:10:45.976 INFO:teuthology.orchestra.run.smithi094.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-18T01:10:45.976 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 32 k 2024-09-18T01:10:45.976 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 16 k 2024-09-18T01:10:45.976 INFO:teuthology.orchestra.run.smithi094.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-18T01:10:45.976 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-18T01:10:45.976 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-18T01:10:45.977 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-18T01:10:45.977 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-18T01:10:45.977 INFO:teuthology.orchestra.run.smithi094.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-18T01:10:45.977 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-18T01:10:45.977 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-18T01:10:45.977 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:45.978 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:10:45.978 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:10:45.978 INFO:teuthology.orchestra.run.smithi094.stdout:Install 12 Packages 2024-09-18T01:10:45.978 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:45.979 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 8.7 M 2024-09-18T01:10:45.979 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 104 M 2024-09-18T01:10:45.979 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:10:46.061 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-18T01:10:46.105 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-18T01:10:46.288 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-18T01:10:46.321 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-18T01:10:46.336 INFO:teuthology.orchestra.run.smithi094.stdout:(1/12): ceph-grafana-dashboards-19.1.1-330.gc2d 227 kB/s | 32 kB 00:00 2024-09-18T01:10:46.361 INFO:teuthology.orchestra.run.smithi094.stdout:(2/12): ceph-prometheus-alerts-19.1.1-330.gc2dd 99 kB/s | 16 kB 00:00 2024-09-18T01:10:46.396 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-18T01:10:46.537 INFO:teuthology.orchestra.run.smithi094.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 269 kB 00:00 2024-09-18T01:10:46.748 INFO:teuthology.orchestra.run.smithi026.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.6 MB/s | 16 MB 00:06 2024-09-18T01:10:46.750 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:46.750 INFO:teuthology.orchestra.run.smithi026.stdout:Total 3.9 MB/s | 38 MB 00:09 2024-09-18T01:10:46.812 INFO:teuthology.orchestra.run.smithi094.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.1 MB/s | 1.0 MB 00:00 2024-09-18T01:10:46.862 INFO:teuthology.orchestra.run.smithi094.stdout:(5/12): ceph-mgr-dashboard-19.1.1-330.gc2ddf972 5.3 MB/s | 3.6 MB 00:00 2024-09-18T01:10:46.921 INFO:teuthology.orchestra.run.smithi094.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 378 kB/s | 19 kB 00:00 2024-09-18T01:10:47.021 INFO:teuthology.orchestra.run.smithi094.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.6 MB/s | 548 kB 00:00 2024-09-18T01:10:47.041 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-18T01:10:47.055 INFO:teuthology.orchestra.run.smithi094.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.3 MB/s | 144 kB 00:00 2024-09-18T01:10:47.080 INFO:teuthology.orchestra.run.smithi094.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-18T01:10:47.120 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:10:47.130 INFO:teuthology.orchestra.run.smithi094.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-18T01:10:47.149 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:10:47.149 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:10:47.158 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-18T01:10:47.231 INFO:teuthology.orchestra.run.smithi094.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.6 MB/s | 2.0 MB 00:00 2024-09-18T01:10:47.456 INFO:teuthology.orchestra.run.smithi094.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 940 kB/s | 863 kB 00:00 2024-09-18T01:10:47.460 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:47.460 INFO:teuthology.orchestra.run.smithi094.stdout:Total 5.8 MB/s | 8.7 MB 00:01 2024-09-18T01:10:47.509 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:10:47.527 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:10:47.527 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:10:47.602 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:10:47.602 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:10:47.715 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:10:47.715 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:10:48.244 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:10:48.323 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-18T01:10:48.366 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-18T01:10:48.393 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T01:10:48.394 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:10:48.429 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-18T01:10:48.469 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-18T01:10:48.487 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-18T01:10:48.529 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-18T01:10:48.578 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-18T01:10:48.634 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-18T01:10:48.672 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-18T01:10:48.710 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-18T01:10:48.796 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-18T01:10:48.840 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-18T01:10:48.863 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-18T01:10:48.877 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-18T01:10:48.896 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-18T01:10:48.909 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 10/12 2024-09-18T01:10:48.975 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-18T01:10:49.424 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-18T01:10:49.453 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-18T01:10:49.682 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-18T01:10:49.805 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-18T01:10:49.952 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 11/12 2024-09-18T01:10:49.994 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-18T01:10:51.124 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T01:10:51.371 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-18T01:10:51.372 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 1/12 2024-09-18T01:10:51.372 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 2/12 2024-09-18T01:10:51.372 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 3/12 2024-09-18T01:10:51.372 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-18T01:10:51.372 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-18T01:10:51.372 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-18T01:10:51.372 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-18T01:10:51.372 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-18T01:10:51.372 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-18T01:10:51.372 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-18T01:10:51.372 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-18T01:10:51.706 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-18T01:10:51.707 INFO:teuthology.orchestra.run.smithi094.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-18T01:10:51.708 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-18T01:10:51.708 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-18T01:10:51.708 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:51.708 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:10:51.943 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-18T01:10:52.156 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-18T01:10:52.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 1/12 2024-09-18T01:10:52.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-18T01:10:52.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-18T01:10:52.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-18T01:10:52.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-18T01:10:52.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-18T01:10:52.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-18T01:10:52.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-18T01:10:52.156 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-18T01:10:52.157 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T01:10:52.157 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-18T01:10:52.198 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-18T01:10:52.228 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-18T01:10:52.521 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:08 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:10:52.586 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-18T01:10:52.587 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-18T01:10:52.588 INFO:teuthology.orchestra.run.smithi112.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-18T01:10:52.588 INFO:teuthology.orchestra.run.smithi112.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-18T01:10:52.588 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:52.588 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:10:52.652 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:10:52.654 INFO:teuthology.orchestra.run.smithi094.stdout:====================================================================================== 2024-09-18T01:10:52.654 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T01:10:52.654 INFO:teuthology.orchestra.run.smithi094.stdout:====================================================================================== 2024-09-18T01:10:52.654 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:10:52.654 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 7.4 M 2024-09-18T01:10:52.654 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T01:10:52.654 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-18T01:10:52.654 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-18T01:10:52.654 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-18T01:10:52.654 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout:====================================================================================== 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout:Install 12 Packages 2024-09-18T01:10:52.655 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:10:52.656 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 38 M 2024-09-18T01:10:52.656 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 212 M 2024-09-18T01:10:52.656 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:10:52.948 INFO:teuthology.orchestra.run.smithi094.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.3 MB/s | 191 kB 00:00 2024-09-18T01:10:52.982 INFO:teuthology.orchestra.run.smithi094.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.4 MB/s | 801 kB 00:00 2024-09-18T01:10:52.984 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-rook 2024-09-18T01:10:53.065 INFO:teuthology.orchestra.run.smithi094.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 280 kB/s | 33 kB 00:00 2024-09-18T01:10:53.116 INFO:teuthology.orchestra.run.smithi094.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-09-18T01:10:53.174 INFO:teuthology.orchestra.run.smithi094.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 662 kB/s | 38 kB 00:00 2024-09-18T01:10:53.274 INFO:teuthology.orchestra.run.smithi094.stdout:(6/12): ceph-mgr-diskprediction-local-19.1.1-33 16 MB/s | 7.4 MB 00:00 2024-09-18T01:10:53.333 INFO:teuthology.orchestra.run.smithi094.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.5 MB/s | 3.0 MB 00:00 2024-09-18T01:10:53.467 INFO:teuthology.orchestra.run.smithi094.stdout:(8/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 38 MB/s | 5.1 MB 00:00 2024-09-18T01:10:53.517 INFO:teuthology.orchestra.run.smithi094.stdout:(9/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.0 MB/s | 245 kB 00:00 2024-09-18T01:10:53.567 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:22 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:10:53.584 INFO:teuthology.orchestra.run.smithi094.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 12 MB/s | 4.9 MB 00:00 2024-09-18T01:10:53.617 INFO:teuthology.orchestra.run.smithi094.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.6 MB/s | 250 kB 00:00 2024-09-18T01:10:53.699 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:10:53.700 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:53.700 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-rook noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 49 k 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-18T01:10:53.701 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-18T01:10:53.702 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-18T01:10:53.702 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-18T01:10:53.702 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-18T01:10:53.702 INFO:teuthology.orchestra.run.smithi112.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-18T01:10:53.702 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:53.702 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:10:53.702 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:53.702 INFO:teuthology.orchestra.run.smithi112.stdout:Install 13 Packages 2024-09-18T01:10:53.702 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:53.703 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 2.2 M 2024-09-18T01:10:53.703 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 26 M 2024-09-18T01:10:53.703 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:10:53.968 INFO:teuthology.orchestra.run.smithi094.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 36 MB/s | 16 MB 00:00 2024-09-18T01:10:53.969 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:53.969 INFO:teuthology.orchestra.run.smithi094.stdout:Total 29 MB/s | 38 MB 00:01 2024-09-18T01:10:54.061 INFO:teuthology.orchestra.run.smithi112.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 178 kB/s | 19 kB 00:00 2024-09-18T01:10:54.078 INFO:teuthology.orchestra.run.smithi112.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 205 kB/s | 26 kB 00:00 2024-09-18T01:10:54.104 INFO:teuthology.orchestra.run.smithi112.stdout:(3/13): ceph-mgr-rook-19.1.1-330.gc2ddf972.el9. 328 kB/s | 49 kB 00:00 2024-09-18T01:10:54.220 INFO:teuthology.orchestra.run.smithi112.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2024-09-18T01:10:54.245 INFO:teuthology.orchestra.run.smithi112.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.2 MB/s | 222 kB 00:00 2024-09-18T01:10:54.279 INFO:teuthology.orchestra.run.smithi112.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 914 kB/s | 54 kB 00:00 2024-09-18T01:10:54.304 INFO:teuthology.orchestra.run.smithi112.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.4 MB/s | 279 kB 00:00 2024-09-18T01:10:54.323 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:10:54.338 INFO:teuthology.orchestra.run.smithi112.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 349 kB/s | 32 kB 00:00 2024-09-18T01:10:54.349 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:10:54.349 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:10:54.371 INFO:teuthology.orchestra.run.smithi112.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 156 kB/s | 14 kB 00:00 2024-09-18T01:10:54.405 INFO:teuthology.orchestra.run.smithi112.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.8 MB/s | 59 kB 00:00 2024-09-18T01:10:54.456 INFO:teuthology.orchestra.run.smithi112.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-18T01:10:54.481 INFO:teuthology.orchestra.run.smithi112.stdout:(12/13): python3-google-auth-2.34.0-1.el9.noarc 1.3 MB/s | 220 kB 00:00 2024-09-18T01:10:54.514 INFO:teuthology.orchestra.run.smithi112.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.1 MB/s | 1.0 MB 00:00 2024-09-18T01:10:54.516 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:54.517 INFO:teuthology.orchestra.run.smithi112.stdout:Total 2.7 MB/s | 2.2 MB 00:00 2024-09-18T01:10:54.579 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:10:54.594 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:10:54.594 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:10:54.687 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:10:54.687 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:10:54.777 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:10:54.778 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:10:54.822 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-18T01:10:54.822 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 1/12 2024-09-18T01:10:54.823 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-18T01:10:54.823 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-18T01:10:54.823 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-18T01:10:54.823 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-18T01:10:54.823 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-18T01:10:54.823 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-18T01:10:54.823 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-18T01:10:54.823 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-18T01:10:54.823 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T01:10:54.823 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-18T01:10:55.196 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:10:55.202 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-18T01:10:55.202 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:55.202 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:10:55.202 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:55.202 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-18T01:10:55.202 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-18T01:10:55.202 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-18T01:10:55.203 INFO:teuthology.orchestra.run.smithi026.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-18T01:10:55.203 INFO:teuthology.orchestra.run.smithi026.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-18T01:10:55.203 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-18T01:10:55.203 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-18T01:10:55.203 INFO:teuthology.orchestra.run.smithi026.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-18T01:10:55.203 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-18T01:10:55.203 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-18T01:10:55.203 INFO:teuthology.orchestra.run.smithi026.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-18T01:10:55.203 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:55.203 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:10:55.372 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-18T01:10:55.432 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-18T01:10:55.487 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-18T01:10:55.524 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-18T01:10:55.528 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:10:55.566 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-18T01:10:55.596 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-rook 2024-09-18T01:10:55.604 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-18T01:10:55.641 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-18T01:10:55.668 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-18T01:10:55.730 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-18T01:10:55.767 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-18T01:10:55.778 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-18T01:10:55.835 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-18T01:10:55.951 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-18T01:10:55.984 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-18T01:10:56.059 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-18T01:10:56.201 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:27 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:10:56.338 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:10:56.339 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:56.339 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-18T01:10:56.339 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:56.339 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:10:56.339 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-rook noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 49 k 2024-09-18T01:10:56.339 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-18T01:10:56.339 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-18T01:10:56.339 INFO:teuthology.orchestra.run.smithi026.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-18T01:10:56.339 INFO:teuthology.orchestra.run.smithi026.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-18T01:10:56.339 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:10:56.340 INFO:teuthology.orchestra.run.smithi026.stdout:Install 13 Packages 2024-09-18T01:10:56.341 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:10:56.341 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 2.2 M 2024-09-18T01:10:56.341 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 26 M 2024-09-18T01:10:56.341 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:10:56.550 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-18T01:10:56.571 INFO:teuthology.orchestra.run.smithi026.stdout:(1/13): ceph-mgr-rook-19.1.1-330.gc2ddf972.el9. 293 kB/s | 49 kB 00:00 2024-09-18T01:10:56.607 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-18T01:10:56.640 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-18T01:10:56.688 INFO:teuthology.orchestra.run.smithi026.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 67 kB/s | 19 kB 00:00 2024-09-18T01:10:56.696 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-18T01:10:56.706 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-18T01:10:56.713 INFO:teuthology.orchestra.run.smithi026.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 82 kB/s | 26 kB 00:00 2024-09-18T01:10:56.726 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-18T01:10:56.821 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-18T01:10:57.064 INFO:teuthology.orchestra.run.smithi026.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 423 kB/s | 159 kB 00:00 2024-09-18T01:10:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 375 kB/s | 222 kB 00:00 2024-09-18T01:10:57.189 INFO:teuthology.orchestra.run.smithi026.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 429 kB/s | 54 kB 00:00 2024-09-18T01:10:57.223 INFO:teuthology.orchestra.run.smithi026.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 548 kB/s | 279 kB 00:00 2024-09-18T01:10:57.273 INFO:teuthology.orchestra.run.smithi026.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 296 kB/s | 32 kB 00:00 2024-09-18T01:10:57.298 INFO:teuthology.orchestra.run.smithi026.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 129 kB/s | 14 kB 00:00 2024-09-18T01:10:57.340 INFO:teuthology.orchestra.run.smithi026.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.4 MB/s | 59 kB 00:00 2024-09-18T01:10:57.365 INFO:teuthology.orchestra.run.smithi026.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.7 MB/s | 220 kB 00:00 2024-09-18T01:10:57.391 INFO:teuthology.orchestra.run.smithi026.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-18T01:10:57.499 INFO:teuthology.orchestra.run.smithi026.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 4.6 MB/s | 1.0 MB 00:00 2024-09-18T01:10:57.503 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-18T01:10:57.503 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 1/13 2024-09-18T01:10:57.503 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-18T01:10:57.503 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-18T01:10:57.503 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-18T01:10:57.503 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-18T01:10:57.503 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-18T01:10:57.503 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-18T01:10:57.504 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-18T01:10:57.504 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-18T01:10:57.504 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-18T01:10:57.504 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-18T01:10:57.504 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-18T01:10:57.504 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:10:57.504 INFO:teuthology.orchestra.run.smithi026.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-09-18T01:10:57.576 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:10:57.594 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:10:57.594 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:10:57.697 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:10:57.699 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:10:57.828 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-18T01:10:57.828 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:57.828 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:10:57.828 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:10:57.828 INFO:teuthology.orchestra.run.smithi112.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-18T01:10:57.828 INFO:teuthology.orchestra.run.smithi112.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-18T01:10:57.828 INFO:teuthology.orchestra.run.smithi112.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-18T01:10:57.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-18T01:10:57.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-18T01:10:57.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-18T01:10:57.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-18T01:10:57.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-18T01:10:57.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-18T01:10:57.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-18T01:10:57.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-18T01:10:57.829 INFO:teuthology.orchestra.run.smithi112.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-18T01:10:57.829 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:57.829 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:10:58.065 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T01:10:58.111 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-mgr-cephadm 2024-09-18T01:10:58.343 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:10:58.525 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-18T01:10:58.586 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-18T01:10:58.642 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-18T01:10:58.677 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-18T01:10:58.687 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:27 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:10:58.719 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-18T01:10:58.818 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:10:58.819 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:58.819 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-18T01:10:58.819 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:58.819 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:10:58.819 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 146 k 2024-09-18T01:10:58.819 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-18T01:10:58.820 INFO:teuthology.orchestra.run.smithi112.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-18T01:10:58.820 INFO:teuthology.orchestra.run.smithi112.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-18T01:10:58.820 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-18T01:10:58.820 INFO:teuthology.orchestra.run.smithi112.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-18T01:10:58.820 INFO:teuthology.orchestra.run.smithi112.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-18T01:10:58.820 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:58.820 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:10:58.820 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:10:58.820 INFO:teuthology.orchestra.run.smithi112.stdout:Install 6 Packages 2024-09-18T01:10:58.820 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:10:58.821 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 7.0 M 2024-09-18T01:10:58.821 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 33 M 2024-09-18T01:10:58.821 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:10:58.826 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-18T01:10:58.954 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-18T01:10:59.005 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-18T01:10:59.095 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-18T01:10:59.125 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-18T01:10:59.133 INFO:teuthology.orchestra.run.smithi112.stdout:(1/6): ceph-mgr-cephadm-19.1.1-330.gc2ddf972.el 768 kB/s | 146 kB 00:00 2024-09-18T01:10:59.158 INFO:teuthology.orchestra.run.smithi112.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-09-18T01:10:59.208 INFO:teuthology.orchestra.run.smithi112.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-18T01:10:59.242 INFO:teuthology.orchestra.run.smithi112.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.2 MB/s | 74 kB 00:00 2024-09-18T01:10:59.284 INFO:teuthology.orchestra.run.smithi112.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.6 MB/s | 548 kB 00:00 2024-09-18T01:10:59.789 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-18T01:10:59.842 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-18T01:10:59.876 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-18T01:10:59.925 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-18T01:10:59.953 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-18T01:11:00.109 INFO:teuthology.orchestra.run.smithi112.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.1 MB/s | 6.0 MB 00:01 2024-09-18T01:11:00.111 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:00.111 INFO:teuthology.orchestra.run.smithi112.stdout:Total 5.4 MB/s | 7.0 MB 00:01 2024-09-18T01:11:00.180 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:11:00.191 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:11:00.191 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:11:00.289 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:11:00.291 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:11:00.594 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:11:00.695 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-18T01:11:00.695 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 1/13 2024-09-18T01:11:00.695 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-18T01:11:00.695 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-18T01:11:00.695 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-18T01:11:00.695 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-18T01:11:00.695 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-18T01:11:00.696 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-18T01:11:00.696 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-18T01:11:00.696 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-18T01:11:00.696 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-18T01:11:00.696 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-18T01:11:00.696 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-18T01:11:00.779 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-18T01:11:00.835 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-18T01:11:01.023 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-18T01:11:01.023 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-18T01:11:01.024 INFO:teuthology.orchestra.run.smithi026.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-18T01:11:01.025 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:01.025 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:01.282 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-cephadm 2024-09-18T01:11:01.366 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-18T01:11:01.446 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-18T01:11:01.510 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-18T01:11:01.548 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-18T01:11:01.883 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-18T01:11:01.884 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 1/12 2024-09-18T01:11:01.884 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-18T01:11:01.884 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-18T01:11:01.884 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-18T01:11:01.884 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-18T01:11:01.884 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-18T01:11:01.884 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-18T01:11:01.884 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-18T01:11:01.884 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-18T01:11:01.884 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T01:11:01.884 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-18T01:11:01.893 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:32 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:02.031 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:02.031 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:02.031 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-18T01:11:02.031 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:02.032 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:11:02.032 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 146 k 2024-09-18T01:11:02.032 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-18T01:11:02.032 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-18T01:11:02.032 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-18T01:11:02.032 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-18T01:11:02.032 INFO:teuthology.orchestra.run.smithi026.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-18T01:11:02.032 INFO:teuthology.orchestra.run.smithi026.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-18T01:11:02.032 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:02.032 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:11:02.033 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:02.033 INFO:teuthology.orchestra.run.smithi026.stdout:Install 6 Packages 2024-09-18T01:11:02.033 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:02.033 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 7.0 M 2024-09-18T01:11:02.033 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 33 M 2024-09-18T01:11:02.033 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:11:02.305 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-18T01:11:02.305 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/6 2024-09-18T01:11:02.305 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-18T01:11:02.305 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-18T01:11:02.305 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-18T01:11:02.305 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-18T01:11:02.349 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-18T01:11:02.349 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:02.349 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:02.350 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:02.434 INFO:teuthology.orchestra.run.smithi026.stdout:(1/6): ceph-mgr-cephadm-19.1.1-330.gc2ddf972.el 692 kB/s | 146 kB 00:00 2024-09-18T01:11:02.459 INFO:teuthology.orchestra.run.smithi026.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.0 MB/s | 248 kB 00:00 2024-09-18T01:11:02.534 INFO:teuthology.orchestra.run.smithi026.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 864 kB/s | 58 kB 00:00 2024-09-18T01:11:02.560 INFO:teuthology.orchestra.run.smithi026.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.2 MB/s | 74 kB 00:00 2024-09-18T01:11:02.568 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-18T01:11:02.568 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:02.568 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:11:02.568 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:11:02.568 INFO:teuthology.orchestra.run.smithi112.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-18T01:11:02.568 INFO:teuthology.orchestra.run.smithi112.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-18T01:11:02.568 INFO:teuthology.orchestra.run.smithi112.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-18T01:11:02.568 INFO:teuthology.orchestra.run.smithi112.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-18T01:11:02.568 INFO:teuthology.orchestra.run.smithi112.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-18T01:11:02.569 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:02.569 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:02.635 INFO:teuthology.orchestra.run.smithi026.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.7 MB/s | 548 kB 00:00 2024-09-18T01:11:02.730 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-rook 2024-09-18T01:11:02.915 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-fuse 2024-09-18T01:11:03.315 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:19 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:03.447 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:03.448 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:03.448 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T01:11:03.448 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:03.448 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:11:03.448 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 49 k 2024-09-18T01:11:03.448 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T01:11:03.448 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-18T01:11:03.448 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-18T01:11:03.448 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout:Install 13 Packages 2024-09-18T01:11:03.449 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:03.450 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 2.2 M 2024-09-18T01:11:03.450 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 26 M 2024-09-18T01:11:03.450 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:11:03.494 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:32 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:03.626 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:03.626 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:03.627 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-18T01:11:03.627 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:03.627 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:11:03.627 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 897 k 2024-09-18T01:11:03.627 INFO:teuthology.orchestra.run.smithi112.stdout:Installing dependencies: 2024-09-18T01:11:03.627 INFO:teuthology.orchestra.run.smithi112.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-18T01:11:03.627 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:03.627 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:11:03.627 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:03.627 INFO:teuthology.orchestra.run.smithi112.stdout:Install 2 Packages 2024-09-18T01:11:03.627 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:03.628 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 977 k 2024-09-18T01:11:03.628 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 2.9 M 2024-09-18T01:11:03.628 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:11:03.794 INFO:teuthology.orchestra.run.smithi112.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 573 kB/s | 80 kB 00:00 2024-09-18T01:11:03.878 INFO:teuthology.orchestra.run.smithi094.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 160 kB/s | 19 kB 00:00 2024-09-18T01:11:03.903 INFO:teuthology.orchestra.run.smithi094.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 176 kB/s | 26 kB 00:00 2024-09-18T01:11:03.929 INFO:teuthology.orchestra.run.smithi094.stdout:(3/13): ceph-mgr-rook-19.1.1-330.gc2ddf972.el9. 289 kB/s | 49 kB 00:00 2024-09-18T01:11:03.936 INFO:teuthology.orchestra.run.smithi112.stdout:(2/2): ceph-fuse-19.1.1-330.gc2ddf972.el9.x86_6 3.1 MB/s | 897 kB 00:00 2024-09-18T01:11:03.936 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:03.936 INFO:teuthology.orchestra.run.smithi112.stdout:Total 3.1 MB/s | 977 kB 00:00 2024-09-18T01:11:03.948 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:11:03.969 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:11:03.969 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:11:04.021 INFO:teuthology.orchestra.run.smithi094.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-18T01:11:04.046 INFO:teuthology.orchestra.run.smithi094.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.3 MB/s | 222 kB 00:00 2024-09-18T01:11:04.050 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:11:04.050 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:11:04.077 INFO:teuthology.orchestra.run.smithi026.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.2 MB/s | 6.0 MB 00:01 2024-09-18T01:11:04.079 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:04.080 INFO:teuthology.orchestra.run.smithi094.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 914 kB/s | 54 kB 00:00 2024-09-18T01:11:04.080 INFO:teuthology.orchestra.run.smithi026.stdout:Total 3.4 MB/s | 7.0 MB 00:02 2024-09-18T01:11:04.113 INFO:teuthology.orchestra.run.smithi094.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 479 kB/s | 32 kB 00:00 2024-09-18T01:11:04.146 INFO:teuthology.orchestra.run.smithi094.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 217 kB/s | 14 kB 00:00 2024-09-18T01:11:04.154 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:11:04.167 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:11:04.167 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:11:04.180 INFO:teuthology.orchestra.run.smithi094.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.1 MB/s | 279 kB 00:00 2024-09-18T01:11:04.231 INFO:teuthology.orchestra.run.smithi094.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 1.9 MB/s | 220 kB 00:00 2024-09-18T01:11:04.238 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:11:04.256 INFO:teuthology.orchestra.run.smithi094.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 804 kB/s | 59 kB 00:00 2024-09-18T01:11:04.274 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:11:04.274 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:11:04.281 INFO:teuthology.orchestra.run.smithi094.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-18T01:11:04.373 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-18T01:11:04.453 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-18T01:11:04.603 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:11:04.767 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-18T01:11:04.830 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-18T01:11:05.087 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-18T01:11:05.087 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/2 2024-09-18T01:11:05.356 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-18T01:11:05.357 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:05.357 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:11:05.357 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-18T01:11:05.357 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:05.357 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:05.381 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-18T01:11:05.476 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-18T01:11:05.548 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-18T01:11:05.583 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-18T01:11:05.682 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install ceph-volume 2024-09-18T01:11:06.268 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:35 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:06.357 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-18T01:11:06.357 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/6 2024-09-18T01:11:06.357 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-18T01:11:06.357 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-18T01:11:06.357 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-18T01:11:06.357 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-18T01:11:06.403 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:06.404 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:06.404 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-18T01:11:06.404 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:06.404 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:11:06.404 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-volume noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 285 k 2024-09-18T01:11:06.404 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:06.404 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:11:06.404 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:06.404 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-18T01:11:06.404 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:06.405 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 285 k 2024-09-18T01:11:06.405 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 1.3 M 2024-09-18T01:11:06.405 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:11:06.440 INFO:teuthology.orchestra.run.smithi094.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 457 kB/s | 1.0 MB 00:02 2024-09-18T01:11:06.442 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:06.443 INFO:teuthology.orchestra.run.smithi094.stdout:Total 757 kB/s | 2.2 MB 00:02 2024-09-18T01:11:06.512 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:11:06.529 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:11:06.529 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:11:06.621 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:11:06.621 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:11:06.623 INFO:teuthology.orchestra.run.smithi112.stdout:ceph-volume-19.1.1-330.gc2ddf972.el9.noarch.rpm 1.3 MB/s | 285 kB 00:00 2024-09-18T01:11:06.623 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:06.624 INFO:teuthology.orchestra.run.smithi112.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-18T01:11:06.624 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:11:06.630 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-18T01:11:06.630 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:06.630 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:11:06.630 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:11:06.630 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-18T01:11:06.631 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-18T01:11:06.631 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-18T01:11:06.631 INFO:teuthology.orchestra.run.smithi026.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-18T01:11:06.631 INFO:teuthology.orchestra.run.smithi026.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-18T01:11:06.631 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:06.631 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:06.632 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:11:06.632 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:11:06.657 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:11:06.657 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:11:06.878 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-fuse 2024-09-18T01:11:06.878 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:11:06.942 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:11:06.958 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:11:06.958 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:11:06.958 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-18T01:11:06.958 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:07.137 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:11:07.311 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-18T01:11:07.366 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-18T01:11:07.421 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-18T01:11:07.467 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-18T01:11:07.478 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:38 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:07.508 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-18T01:11:07.616 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:07.616 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:07.617 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-18T01:11:07.617 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:07.617 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:11:07.617 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 897 k 2024-09-18T01:11:07.617 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-09-18T01:11:07.617 INFO:teuthology.orchestra.run.smithi026.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-18T01:11:07.617 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:07.617 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:11:07.617 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:07.617 INFO:teuthology.orchestra.run.smithi026.stdout:Install 2 Packages 2024-09-18T01:11:07.617 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:07.618 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 977 k 2024-09-18T01:11:07.618 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 2.9 M 2024-09-18T01:11:07.618 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:11:07.619 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-18T01:11:07.720 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-18T01:11:07.777 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-18T01:11:07.863 INFO:teuthology.orchestra.run.smithi026.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 702 kB/s | 80 kB 00:00 2024-09-18T01:11:07.901 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:11:07.901 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:07.901 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:11:07.901 INFO:teuthology.orchestra.run.smithi112.stdout: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:11:07.901 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:07.901 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:08.013 INFO:teuthology.orchestra.run.smithi026.stdout:(2/2): ceph-fuse-19.1.1-330.gc2ddf972.el9.x86_6 3.3 MB/s | 897 kB 00:00 2024-09-18T01:11:08.013 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:08.014 INFO:teuthology.orchestra.run.smithi026.stdout:Total 2.4 MB/s | 977 kB 00:00 2024-09-18T01:11:08.026 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:11:08.049 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:11:08.049 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:11:08.136 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:11:08.136 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:11:08.202 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librados-devel 2024-09-18T01:11:08.328 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:11:08.465 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-18T01:11:08.492 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-18T01:11:08.531 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-18T01:11:08.541 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-18T01:11:08.575 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-18T01:11:08.623 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-18T01:11:08.645 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-18T01:11:08.801 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:37 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:08.933 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:08.934 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:08.934 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-09-18T01:11:08.934 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:08.934 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:11:08.934 INFO:teuthology.orchestra.run.smithi112.stdout: librados-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 127 k 2024-09-18T01:11:08.934 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:08.934 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:11:08.934 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:08.935 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-18T01:11:08.935 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:08.935 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 127 k 2024-09-18T01:11:08.935 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 456 k 2024-09-18T01:11:08.935 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:11:09.229 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-18T01:11:09.229 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/2 2024-09-18T01:11:09.411 INFO:teuthology.orchestra.run.smithi112.stdout:librados-devel-19.1.1-330.gc2ddf972.el9.x86_64. 266 kB/s | 127 kB 00:00 2024-09-18T01:11:09.412 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:09.412 INFO:teuthology.orchestra.run.smithi112.stdout:Total 265 kB/s | 127 kB 00:00 2024-09-18T01:11:09.412 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:11:09.417 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:11:09.418 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:11:09.458 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-18T01:11:09.458 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 1/13 2024-09-18T01:11:09.458 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-18T01:11:09.458 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-18T01:11:09.458 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-18T01:11:09.458 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-18T01:11:09.458 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-18T01:11:09.458 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-18T01:11:09.458 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-18T01:11:09.458 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-18T01:11:09.458 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-18T01:11:09.459 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-18T01:11:09.459 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-18T01:11:09.480 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:11:09.481 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:11:09.496 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-18T01:11:09.497 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:09.497 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:11:09.497 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-18T01:11:09.497 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:09.497 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:09.637 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:11:09.741 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:09.804 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-18T01:11:09.804 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:09.804 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:11:09.804 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:11:09.804 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-18T01:11:09.804 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-18T01:11:09.804 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-18T01:11:09.804 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-18T01:11:09.804 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-18T01:11:09.804 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-18T01:11:09.804 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-18T01:11:09.805 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-18T01:11:09.805 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-18T01:11:09.805 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-18T01:11:09.805 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-18T01:11:09.805 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-18T01:11:09.805 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:09.805 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:09.816 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-volume 2024-09-18T01:11:10.055 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-cephadm 2024-09-18T01:11:10.199 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:10.430 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:41 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:10.450 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:10.450 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:10.451 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:11:10.451 INFO:teuthology.orchestra.run.smithi112.stdout: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:10.451 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:10.451 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:10.569 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:10.569 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:10.570 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-09-18T01:11:10.570 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:10.570 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:11:10.570 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-volume noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 285 k 2024-09-18T01:11:10.570 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:10.570 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:11:10.571 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:10.571 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-18T01:11:10.571 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:10.571 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 285 k 2024-09-18T01:11:10.571 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 1.3 M 2024-09-18T01:11:10.571 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:11:10.647 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:26 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:10.719 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install libcephfs2 2024-09-18T01:11:10.781 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:10.781 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 146 k 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:11:10.782 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:10.783 INFO:teuthology.orchestra.run.smithi094.stdout:Install 6 Packages 2024-09-18T01:11:10.783 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:10.783 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 7.0 M 2024-09-18T01:11:10.783 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 33 M 2024-09-18T01:11:10.783 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:11:11.201 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-volume-19.1.1-330.gc2ddf972.el9.noarch.rpm 452 kB/s | 285 kB 00:00 2024-09-18T01:11:11.201 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:11.202 INFO:teuthology.orchestra.run.smithi026.stdout:Total 451 kB/s | 285 kB 00:00 2024-09-18T01:11:11.202 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:11:11.213 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:11:11.213 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:11:11.242 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:11:11.243 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:11:11.268 INFO:teuthology.orchestra.run.smithi094.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.6 MB/s | 248 kB 00:00 2024-09-18T01:11:11.302 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:40 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:11.343 INFO:teuthology.orchestra.run.smithi094.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.2 MB/s | 548 kB 00:00 2024-09-18T01:11:11.369 INFO:teuthology.orchestra.run.smithi094.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-18T01:11:11.391 INFO:teuthology.orchestra.run.smithi112.stdout:Package libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:11.394 INFO:teuthology.orchestra.run.smithi094.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-18T01:11:11.437 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:11.438 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-18T01:11:11.438 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:11.476 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:11:11.499 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install libcephfs-devel 2024-09-18T01:11:11.519 INFO:teuthology.orchestra.run.smithi094.stdout:(5/6): python3-babel-2.9.1-2.el9.noarch.rpm 15 MB/s | 6.0 MB 00:00 2024-09-18T01:11:11.553 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:11:11.561 INFO:teuthology.orchestra.run.smithi094.stdout:(6/6): ceph-mgr-cephadm-19.1.1-330.gc2ddf972.el 328 kB/s | 146 kB 00:00 2024-09-18T01:11:11.563 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:11.563 INFO:teuthology.orchestra.run.smithi094.stdout:Total 9.0 MB/s | 7.0 MB 00:00 2024-09-18T01:11:11.570 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:11:11.570 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:11:11.570 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-18T01:11:11.570 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:11.634 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:11:11.645 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:11:11.645 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:11:11.744 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:11:11.745 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:11:12.045 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:11:12.078 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:41 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:12.210 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:12.211 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:12.211 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-09-18T01:11:12.211 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:12.211 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:11:12.211 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 32 k 2024-09-18T01:11:12.211 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:12.211 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:11:12.211 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:12.211 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-18T01:11:12.211 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:12.211 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 32 k 2024-09-18T01:11:12.212 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 142 k 2024-09-18T01:11:12.212 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:11:12.217 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-18T01:11:12.271 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-18T01:11:12.464 INFO:teuthology.orchestra.run.smithi112.stdout:libcephfs-devel-19.1.1-330.gc2ddf972.el9.x86_64 126 kB/s | 32 kB 00:00 2024-09-18T01:11:12.465 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:12.465 INFO:teuthology.orchestra.run.smithi112.stdout:Total 125 kB/s | 32 kB 00:00 2024-09-18T01:11:12.465 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:11:12.469 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:11:12.469 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:11:12.497 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:11:12.497 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:11:12.570 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:11:12.571 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:12.571 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:11:12.571 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:11:12.571 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:12.571 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:12.577 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:11:12.669 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:12.801 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-18T01:11:12.849 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librados-devel 2024-09-18T01:11:12.882 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-18T01:11:12.946 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-18T01:11:12.976 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-18T01:11:13.035 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:13.258 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:13.258 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:13.258 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:11:13.258 INFO:teuthology.orchestra.run.smithi112.stdout: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:13.258 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:13.258 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:13.461 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:44 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:13.470 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librados2 2024-09-18T01:11:13.599 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:13.600 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:13.600 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-09-18T01:11:13.600 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:13.600 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:11:13.600 INFO:teuthology.orchestra.run.smithi026.stdout: librados-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 127 k 2024-09-18T01:11:13.600 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:13.601 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:11:13.601 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:13.601 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-18T01:11:13.601 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:13.601 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 127 k 2024-09-18T01:11:13.601 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 456 k 2024-09-18T01:11:13.601 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:11:13.748 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-18T01:11:13.748 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/6 2024-09-18T01:11:13.748 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-18T01:11:13.748 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-18T01:11:13.748 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-18T01:11:13.748 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-18T01:11:14.027 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-18T01:11:14.028 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:14.028 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:11:14.028 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:11:14.028 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-18T01:11:14.028 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-18T01:11:14.028 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-18T01:11:14.028 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-18T01:11:14.028 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-18T01:11:14.028 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:14.028 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:14.041 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:43 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:14.129 INFO:teuthology.orchestra.run.smithi112.stdout:Package librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:14.172 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:14.173 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-18T01:11:14.173 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:14.173 INFO:teuthology.orchestra.run.smithi026.stdout:librados-devel-19.1.1-330.gc2ddf972.el9.x86_64. 222 kB/s | 127 kB 00:00 2024-09-18T01:11:14.173 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:14.174 INFO:teuthology.orchestra.run.smithi026.stdout:Total 221 kB/s | 127 kB 00:00 2024-09-18T01:11:14.174 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:11:14.181 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:11:14.181 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:11:14.243 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install librbd1 2024-09-18T01:11:14.250 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:11:14.251 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:11:14.292 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-fuse 2024-09-18T01:11:14.409 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:11:14.524 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:14.817 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:43 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:14.866 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:30 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:14.906 INFO:teuthology.orchestra.run.smithi112.stdout:Package librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:14.949 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:14.950 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-18T01:11:14.950 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:14.967 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:14.998 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:14.999 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:14.999 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T01:11:14.999 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:14.999 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:11:14.999 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 897 k 2024-09-18T01:11:14.999 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T01:11:14.999 INFO:teuthology.orchestra.run.smithi094.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-18T01:11:14.999 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:14.999 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:11:14.999 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:15.000 INFO:teuthology.orchestra.run.smithi094.stdout:Install 2 Packages 2024-09-18T01:11:15.000 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:15.000 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 977 k 2024-09-18T01:11:15.000 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 2.9 M 2024-09-18T01:11:15.000 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:11:15.017 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rados 2024-09-18T01:11:15.156 INFO:teuthology.orchestra.run.smithi094.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 753 kB/s | 80 kB 00:00 2024-09-18T01:11:15.231 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:15.231 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:15.231 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:11:15.231 INFO:teuthology.orchestra.run.smithi026.stdout: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:15.231 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:15.231 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:15.491 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install libcephfs2 2024-09-18T01:11:15.514 INFO:teuthology.orchestra.run.smithi094.stdout:(2/2): ceph-fuse-19.1.1-330.gc2ddf972.el9.x86_6 1.9 MB/s | 897 kB 00:00 2024-09-18T01:11:15.515 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:15.515 INFO:teuthology.orchestra.run.smithi094.stdout:Total 1.9 MB/s | 977 kB 00:00 2024-09-18T01:11:15.526 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:11:15.548 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:11:15.548 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:11:15.596 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:44 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:15.629 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:11:15.629 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:11:15.686 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:15.729 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:15.730 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-18T01:11:15.730 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:15.790 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rgw 2024-09-18T01:11:15.855 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:11:16.009 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-18T01:11:16.089 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-18T01:11:16.103 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:47 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:16.197 INFO:teuthology.orchestra.run.smithi026.stdout:Package libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:16.243 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:16.244 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-18T01:11:16.244 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:16.316 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install libcephfs-devel 2024-09-18T01:11:16.367 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:45 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:16.457 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:16.500 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:16.501 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-18T01:11:16.501 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:16.572 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-cephfs 2024-09-18T01:11:16.744 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-18T01:11:16.744 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/2 2024-09-18T01:11:16.922 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:47 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:17.045 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-18T01:11:17.045 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:17.045 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:11:17.045 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-18T01:11:17.045 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:17.046 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:17.061 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:17.061 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:17.061 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-09-18T01:11:17.061 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:17.061 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:11:17.061 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 32 k 2024-09-18T01:11:17.061 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:17.061 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:11:17.062 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:17.062 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-18T01:11:17.062 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:17.062 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 32 k 2024-09-18T01:11:17.062 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 142 k 2024-09-18T01:11:17.062 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:11:17.152 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:46 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:17.240 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:17.283 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:17.284 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-18T01:11:17.284 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:17.351 INFO:teuthology.orchestra.run.smithi026.stdout:libcephfs-devel-19.1.1-330.gc2ddf972.el9.x86_64 110 kB/s | 32 kB 00:00 2024-09-18T01:11:17.351 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:17.352 INFO:teuthology.orchestra.run.smithi026.stdout:Total 109 kB/s | 32 kB 00:00 2024-09-18T01:11:17.352 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:11:17.355 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install python3-rbd 2024-09-18T01:11:17.356 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:11:17.356 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:11:17.358 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-volume 2024-09-18T01:11:17.370 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:11:17.371 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:11:17.460 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:11:17.568 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:17.935 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:46 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:17.953 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:17.954 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:33 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:18.024 INFO:teuthology.orchestra.run.smithi112.stdout:Package python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:18.067 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:18.068 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-18T01:11:18.068 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:18.092 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:18.093 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:18.093 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T01:11:18.093 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:18.093 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:11:18.093 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 285 k 2024-09-18T01:11:18.094 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:18.094 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:11:18.094 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:18.094 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T01:11:18.094 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:18.094 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 285 k 2024-09-18T01:11:18.094 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 1.3 M 2024-09-18T01:11:18.094 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:11:18.144 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-fuse 2024-09-18T01:11:18.186 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:18.186 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:18.186 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:11:18.186 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:18.186 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:18.186 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:18.365 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librados2 2024-09-18T01:11:18.721 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:47 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:18.762 INFO:teuthology.orchestra.run.smithi094.stdout:ceph-volume-19.1.1-330.gc2ddf972.el9.noarch.rpm 427 kB/s | 285 kB 00:00 2024-09-18T01:11:18.763 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:18.763 INFO:teuthology.orchestra.run.smithi094.stdout:Total 426 kB/s | 285 kB 00:00 2024-09-18T01:11:18.764 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:11:18.773 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:11:18.773 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:11:18.802 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:11:18.802 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:11:18.852 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:18.852 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:18.853 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-09-18T01:11:18.853 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:18.853 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:11:18.853 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 85 k 2024-09-18T01:11:18.853 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:18.853 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:11:18.853 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:18.853 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-18T01:11:18.853 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:18.854 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 85 k 2024-09-18T01:11:18.854 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 231 k 2024-09-18T01:11:18.854 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:11:18.963 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:49 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:19.029 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:11:19.056 INFO:teuthology.orchestra.run.smithi026.stdout:Package librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:19.098 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:11:19.102 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:19.103 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-18T01:11:19.103 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:19.115 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:11:19.115 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:11:19.115 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-18T01:11:19.115 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:19.175 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librbd1 2024-09-18T01:11:19.376 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-fuse-19.1.1-330.gc2ddf972.el9.x86_64.rpm 164 kB/s | 85 kB 00:00 2024-09-18T01:11:19.376 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:19.377 INFO:teuthology.orchestra.run.smithi112.stdout:Total 163 kB/s | 85 kB 00:00 2024-09-18T01:11:19.377 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:11:19.384 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:11:19.384 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:11:19.449 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:11:19.449 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:11:19.603 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:11:19.740 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:19.779 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:50 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:19.871 INFO:teuthology.orchestra.run.smithi026.stdout:Package librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:19.921 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:19.922 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-18T01:11:19.922 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:19.991 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rados 2024-09-18T01:11:20.078 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-18T01:11:20.078 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:20.078 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:11:20.078 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-18T01:11:20.078 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:20.078 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:20.130 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:20.383 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:20.383 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:20.383 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:11:20.383 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:20.383 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:20.383 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:20.402 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados-devel 2024-09-18T01:11:20.606 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:51 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:20.689 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-mirror 2024-09-18T01:11:20.699 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:20.745 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:20.747 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-18T01:11:20.747 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:20.814 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rgw 2024-09-18T01:11:21.003 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:37 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:21.134 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:21.135 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:21.135 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-18T01:11:21.135 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:21.135 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:11:21.135 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 127 k 2024-09-18T01:11:21.135 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:21.136 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:11:21.136 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:21.136 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T01:11:21.136 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:21.136 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 127 k 2024-09-18T01:11:21.136 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 456 k 2024-09-18T01:11:21.136 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:11:21.301 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:50 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:21.419 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:52 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:21.448 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:21.449 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:21.449 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repo Size 2024-09-18T01:11:21.449 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:21.449 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:11:21.449 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-mirror x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.1 M 2024-09-18T01:11:21.449 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:21.449 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:11:21.449 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:21.450 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-18T01:11:21.450 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:21.450 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 3.1 M 2024-09-18T01:11:21.450 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 13 M 2024-09-18T01:11:21.450 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:11:21.512 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:21.558 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:21.558 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-18T01:11:21.559 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:21.602 INFO:teuthology.orchestra.run.smithi094.stdout:librados-devel-19.1.1-330.gc2ddf972.el9.x86_64. 271 kB/s | 127 kB 00:00 2024-09-18T01:11:21.603 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:21.603 INFO:teuthology.orchestra.run.smithi094.stdout:Total 271 kB/s | 127 kB 00:00 2024-09-18T01:11:21.603 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:11:21.609 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:11:21.609 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:11:21.632 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-cephfs 2024-09-18T01:11:21.674 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:11:21.674 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:11:21.831 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:11:21.926 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:22.241 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:53 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:22.333 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:22.379 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:22.380 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-18T01:11:22.381 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:22.443 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:22.446 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rbd 2024-09-18T01:11:22.696 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:22.696 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:22.696 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:11:22.697 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:22.697 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:22.697 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:22.955 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs2 2024-09-18T01:11:23.061 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:54 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:23.156 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:23.204 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:23.205 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-09-18T01:11:23.205 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:23.278 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-fuse 2024-09-18T01:11:23.379 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-mirror-19.1.1-330.gc2ddf972.el9.x86_64.rpm 1.6 MB/s | 3.1 MB 00:01 2024-09-18T01:11:23.380 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:23.381 INFO:teuthology.orchestra.run.smithi112.stdout:Total 1.6 MB/s | 3.1 MB 00:01 2024-09-18T01:11:23.381 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:11:23.391 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:11:23.392 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:11:23.478 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:11:23.478 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:11:23.550 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:39 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:23.641 INFO:teuthology.orchestra.run.smithi094.stdout:Package libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:23.686 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:23.687 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T01:11:23.687 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:23.753 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs-devel 2024-09-18T01:11:23.894 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:54 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:23.907 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:11:23.971 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:23.997 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:23.997 INFO:teuthology.orchestra.run.smithi112.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:11:23.997 INFO:teuthology.orchestra.run.smithi112.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-18T01:11:23.997 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T01:11:23.997 INFO:teuthology.orchestra.run.smithi112.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T01:11:23.997 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:24.032 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:24.033 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:24.033 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-09-18T01:11:24.033 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:24.033 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:11:24.033 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 85 k 2024-09-18T01:11:24.033 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:24.034 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:11:24.034 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:24.034 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-18T01:11:24.034 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:24.034 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 85 k 2024-09-18T01:11:24.034 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 231 k 2024-09-18T01:11:24.034 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:11:24.331 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:40 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:24.462 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:24.463 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:24.463 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-18T01:11:24.463 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:24.463 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:11:24.463 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 32 k 2024-09-18T01:11:24.463 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:24.464 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:11:24.464 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:24.464 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T01:11:24.464 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:24.464 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 32 k 2024-09-18T01:11:24.464 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 142 k 2024-09-18T01:11:24.464 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:11:24.563 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-fuse-19.1.1-330.gc2ddf972.el9.x86_64.rpm 162 kB/s | 85 kB 00:00 2024-09-18T01:11:24.564 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:24.564 INFO:teuthology.orchestra.run.smithi026.stdout:Total 161 kB/s | 85 kB 00:00 2024-09-18T01:11:24.564 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:11:24.572 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:11:24.572 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:11:24.640 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:11:24.641 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:11:24.811 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:11:24.876 INFO:teuthology.orchestra.run.smithi094.stdout:libcephfs-devel-19.1.1-330.gc2ddf972.el9.x86_64 77 kB/s | 32 kB 00:00 2024-09-18T01:11:24.877 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:24.877 INFO:teuthology.orchestra.run.smithi094.stdout:Total 77 kB/s | 32 kB 00:00 2024-09-18T01:11:24.877 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:11:24.881 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:11:24.881 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:11:24.904 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:11:24.904 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:11:24.930 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:24.995 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:11:25.087 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:25.087 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:25.088 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:11:25.088 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:25.088 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:25.088 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:25.113 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:25.331 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:25.356 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install rbd-nbd 2024-09-18T01:11:25.527 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:25.603 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:25.603 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:25.603 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:11:25.603 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:25.603 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:25.603 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:25.776 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:25.776 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:25.776 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:11:25.776 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:25.777 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:25.777 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:25.880 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-mirror 2024-09-18T01:11:25.948 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:01:54 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:11:25.963 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados2 2024-09-18T01:11:26.082 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:11:26.083 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:26.083 INFO:teuthology.orchestra.run.smithi112.stdout: Package Architecture Version Repository Size 2024-09-18T01:11:26.083 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:26.083 INFO:teuthology.orchestra.run.smithi112.stdout:Installing: 2024-09-18T01:11:26.083 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-nbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 170 k 2024-09-18T01:11:26.083 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:26.083 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:11:26.083 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:11:26.083 INFO:teuthology.orchestra.run.smithi112.stdout:Install 1 Package 2024-09-18T01:11:26.083 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:26.083 INFO:teuthology.orchestra.run.smithi112.stdout:Total download size: 170 k 2024-09-18T01:11:26.084 INFO:teuthology.orchestra.run.smithi112.stdout:Installed size: 494 k 2024-09-18T01:11:26.084 INFO:teuthology.orchestra.run.smithi112.stdout:Downloading Packages: 2024-09-18T01:11:26.491 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:57 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:26.532 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:42 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:26.620 INFO:teuthology.orchestra.run.smithi094.stdout:Package librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:26.631 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:26.631 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:26.631 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-09-18T01:11:26.631 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:26.632 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:11:26.632 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-mirror x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.1 M 2024-09-18T01:11:26.632 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:26.632 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:11:26.632 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:26.632 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-18T01:11:26.632 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:26.633 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 3.1 M 2024-09-18T01:11:26.633 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 13 M 2024-09-18T01:11:26.633 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:11:26.663 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:26.664 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T01:11:26.664 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:26.673 INFO:teuthology.orchestra.run.smithi112.stdout:rbd-nbd-19.1.1-330.gc2ddf972.el9.x86_64.rpm 289 kB/s | 170 kB 00:00 2024-09-18T01:11:26.674 INFO:teuthology.orchestra.run.smithi112.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:26.674 INFO:teuthology.orchestra.run.smithi112.stdout:Total 288 kB/s | 170 kB 00:00 2024-09-18T01:11:26.674 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:11:26.682 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:11:26.682 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:11:26.724 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librbd1 2024-09-18T01:11:26.745 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:11:26.745 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:11:26.897 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:11:27.012 INFO:teuthology.orchestra.run.smithi112.stdout: Installing : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:27.295 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:43 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:27.385 INFO:teuthology.orchestra.run.smithi094.stdout:Package librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:27.412 INFO:teuthology.orchestra.run.smithi112.stdout: Running scriptlet: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:27.427 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:27.429 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T01:11:27.429 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:27.491 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rados 2024-09-18T01:11:27.671 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:27.672 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:27.672 INFO:teuthology.orchestra.run.smithi112.stdout:Installed: 2024-09-18T01:11:27.672 INFO:teuthology.orchestra.run.smithi112.stdout: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:27.672 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:27.672 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:11:27.906 DEBUG:teuthology.parallel:result is None 2024-09-18T01:11:28.085 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:44 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:28.175 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:28.219 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:28.220 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T01:11:28.220 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:28.285 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rgw 2024-09-18T01:11:28.799 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-mirror-19.1.1-330.gc2ddf972.el9.x86_64.rpm 1.4 MB/s | 3.1 MB 00:02 2024-09-18T01:11:28.800 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:28.800 INFO:teuthology.orchestra.run.smithi026.stdout:Total 1.4 MB/s | 3.1 MB 00:02 2024-09-18T01:11:28.801 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:11:28.813 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:11:28.813 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:11:28.867 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:44 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:28.904 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:11:28.905 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:11:28.958 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:29.001 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:29.002 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T01:11:29.002 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:29.069 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-cephfs 2024-09-18T01:11:29.361 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:11:29.425 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:29.452 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:29.452 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:11:29.452 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-18T01:11:29.452 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T01:11:29.452 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T01:11:29.452 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:29.667 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:45 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:29.760 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:29.806 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:29.807 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T01:11:29.807 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:29.874 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rbd 2024-09-18T01:11:30.484 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:46 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:30.577 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-18T01:11:30.622 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:30.623 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T01:11:30.623 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:30.628 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:30.628 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:30.628 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:11:30.628 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:30.628 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:30.628 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:30.687 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-fuse 2024-09-18T01:11:30.903 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-nbd 2024-09-18T01:11:31.263 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:47 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:31.395 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:31.396 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:31.396 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-09-18T01:11:31.396 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:31.396 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:11:31.396 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 85 k 2024-09-18T01:11:31.396 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:31.396 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:11:31.396 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:31.396 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T01:11:31.396 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:31.397 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 85 k 2024-09-18T01:11:31.397 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 231 k 2024-09-18T01:11:31.397 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:11:31.517 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:02:02 ago on Wed 18 Sep 2024 01:09:29 AM UTC. 2024-09-18T01:11:31.595 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-fuse-19.1.1-330.gc2ddf972.el9.x86_64.rpm 432 kB/s | 85 kB 00:00 2024-09-18T01:11:31.595 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:31.595 INFO:teuthology.orchestra.run.smithi094.stdout:Total 429 kB/s | 85 kB 00:00 2024-09-18T01:11:31.595 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:11:31.602 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:11:31.602 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:11:31.657 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-09-18T01:11:31.658 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:31.658 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-09-18T01:11:31.658 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:31.658 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-09-18T01:11:31.659 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-nbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 170 k 2024-09-18T01:11:31.659 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:31.659 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-09-18T01:11:31.659 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-09-18T01:11:31.659 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-09-18T01:11:31.659 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:31.659 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 170 k 2024-09-18T01:11:31.659 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 494 k 2024-09-18T01:11:31.659 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-09-18T01:11:31.666 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:11:31.667 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:11:31.824 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:11:31.869 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-nbd-19.1.1-330.gc2ddf972.el9.x86_64.rpm 811 kB/s | 170 kB 00:00 2024-09-18T01:11:31.870 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:31.870 INFO:teuthology.orchestra.run.smithi026.stdout:Total 806 kB/s | 170 kB 00:00 2024-09-18T01:11:31.870 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-09-18T01:11:31.879 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-09-18T01:11:31.879 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-09-18T01:11:31.934 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:31.946 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-09-18T01:11:31.947 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-09-18T01:11:32.111 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-09-18T01:11:32.221 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:32.368 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:32.625 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:32.625 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:32.625 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:11:32.625 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:32.625 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:32.625 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:32.628 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:32.893 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:32.893 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:32.893 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-09-18T01:11:32.893 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:32.893 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:32.894 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-09-18T01:11:32.910 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-mirror 2024-09-18T01:11:33.141 DEBUG:teuthology.parallel:result is None 2024-09-18T01:11:33.509 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:49 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:33.647 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:33.648 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:33.648 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-18T01:11:33.648 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:33.648 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:11:33.648 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.1 M 2024-09-18T01:11:33.648 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:33.648 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:11:33.648 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:33.648 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T01:11:33.648 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:33.649 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 3.1 M 2024-09-18T01:11:33.649 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 13 M 2024-09-18T01:11:33.649 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:11:34.673 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-mirror-19.1.1-330.gc2ddf972.el9.x86_64.rpm 3.0 MB/s | 3.1 MB 00:01 2024-09-18T01:11:34.674 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:34.674 INFO:teuthology.orchestra.run.smithi094.stdout:Total 3.0 MB/s | 3.1 MB 00:01 2024-09-18T01:11:34.674 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:11:34.684 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:11:34.684 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:11:34.767 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:11:34.767 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:11:35.190 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:11:35.257 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:35.281 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:35.282 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T01:11:35.282 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-18T01:11:35.282 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T01:11:35.282 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T01:11:35.282 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:36.434 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:36.435 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:36.435 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:11:36.435 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:36.435 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:36.435 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:36.659 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-nbd 2024-09-18T01:11:37.251 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:53 ago on Wed 18 Sep 2024 01:09:44 AM UTC. 2024-09-18T01:11:37.383 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T01:11:37.383 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:37.383 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-09-18T01:11:37.383 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:37.384 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T01:11:37.384 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 170 k 2024-09-18T01:11:37.384 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:37.384 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T01:11:37.384 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T01:11:37.384 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T01:11:37.384 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:37.385 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 170 k 2024-09-18T01:11:37.385 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 494 k 2024-09-18T01:11:37.385 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T01:11:37.604 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-nbd-19.1.1-330.gc2ddf972.el9.x86_64.rpm 778 kB/s | 170 kB 00:00 2024-09-18T01:11:37.604 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T01:11:37.605 INFO:teuthology.orchestra.run.smithi094.stdout:Total 773 kB/s | 170 kB 00:00 2024-09-18T01:11:37.605 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T01:11:37.612 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T01:11:37.612 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T01:11:37.676 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T01:11:37.676 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T01:11:37.831 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T01:11:37.943 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:38.376 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:38.626 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-18T01:11:38.626 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:38.626 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T01:11:38.626 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-18T01:11:38.626 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:38.626 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T01:11:38.864 DEBUG:teuthology.parallel:result is None 2024-09-18T01:11:38.865 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-18T01:11:39.015 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-18T01:11:39.041 INFO:teuthology.orchestra.run.smithi026.stdout:19.1.1-330.gc2ddf972.el9 2024-09-18T01:11:39.042 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330.gc2ddf972.el9 2024-09-18T01:11:39.042 INFO:teuthology.task.install:The correct ceph version 19.1.1-330.gc2ddf972 is installed. 2024-09-18T01:11:39.044 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-18T01:11:39.181 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-18T01:11:39.203 INFO:teuthology.orchestra.run.smithi094.stdout:19.1.1-330.gc2ddf972.el9 2024-09-18T01:11:39.203 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330.gc2ddf972.el9 2024-09-18T01:11:39.203 INFO:teuthology.task.install:The correct ceph version 19.1.1-330.gc2ddf972 is installed. 2024-09-18T01:11:39.205 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-18T01:11:39.343 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-18T01:11:39.369 INFO:teuthology.orchestra.run.smithi112.stdout:19.1.1-330.gc2ddf972.el9 2024-09-18T01:11:39.369 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330.gc2ddf972.el9 2024-09-18T01:11:39.370 INFO:teuthology.task.install:The correct ceph version 19.1.1-330.gc2ddf972 is installed. 2024-09-18T01:11:39.371 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-18T01:11:39.372 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:11:39.372 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-18T01:11:39.403 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:11:39.403 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-18T01:11:39.430 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-18T01:11:39.430 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-18T01:11:39.460 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-18T01:11:39.460 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:11:39.460 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/daemon-helper 2024-09-18T01:11:39.490 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-18T01:11:39.560 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:11:39.560 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/daemon-helper 2024-09-18T01:11:39.585 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-18T01:11:39.665 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-18T01:11:39.666 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/daemon-helper 2024-09-18T01:11:39.695 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-18T01:11:39.764 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-18T01:11:39.765 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:11:39.765 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-18T01:11:39.795 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-18T01:11:39.866 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:11:39.866 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-18T01:11:39.891 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-18T01:11:39.956 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-18T01:11:39.956 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-18T01:11:39.986 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-18T01:11:40.056 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-18T01:11:40.056 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:11:40.056 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/stdin-killer 2024-09-18T01:11:40.087 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-18T01:11:40.157 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:11:40.157 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/stdin-killer 2024-09-18T01:11:40.181 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-18T01:11:40.246 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-18T01:11:40.246 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/usr/bin/stdin-killer 2024-09-18T01:11:40.276 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-18T01:11:40.345 INFO:teuthology.run_tasks:Running task ceph... 2024-09-18T01:11:40.441 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2024-09-18T01:11:40.442 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 777 /var/log/ceph 2024-09-18T01:11:40.445 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 777 /var/log/ceph 2024-09-18T01:11:40.447 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 777 /var/log/ceph 2024-09-18T01:11:40.476 INFO:tasks.ceph:Disabling ceph logrotate... 2024-09-18T01:11:40.476 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-18T01:11:40.515 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-18T01:11:40.518 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/logrotate.d/ceph 2024-09-18T01:11:40.546 INFO:tasks.ceph:Creating extra log directories... 2024-09-18T01:11:40.546 DEBUG:teuthology.orchestra.run.smithi026:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-18T01:11:40.587 DEBUG:teuthology.orchestra.run.smithi094:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-18T01:11:40.589 DEBUG:teuthology.orchestra.run.smithi112:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2024-09-18T01:11:40.626 INFO:tasks.ceph:Creating ceph cluster ceph... 2024-09-18T01:11:40.626 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': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore block size': 96636764160, '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 memory target': 1610612736, '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-18T01:11:40.626 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701', 'branch': 'squid', 'description': 'rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-low-osd-mem-target 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': 'ceph-qa@ceph.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': '7909701', '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': 'teuthology-2024-09-17_21:16:02-rbd-squid-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': 'squid'}, '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': {'bdev async discard': True, 'bdev enable discard': True, 'bluestore block size': 96636764160, '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 memory target': 1610612736, 'osd objectstore': 'bluestore', 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'install': {'ceph': {'flavor': 'default', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'}}, 'selinux': {'allowlist': ['scontext=system_u:system_r:getty_t:s0']}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'squid', 'sha1': 'b0d356b98e08f6bc59ef15652f0d0e4298fc83c7'}}, 'owner': 'scheduled_teuthology@teuthology', 'priority': 100, 'repo': 'https://git.ceph.com/ceph.git', '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': 1983, 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'sleep_before_teardown': 0, 'subset': '79/128', 'suite': 'rbd', 'suite_branch': 'squid', 'suite_path': '/home/teuthworker/src/git.ceph.com_ceph_b0d356b98e08f6bc59ef15652f0d0e4298fc83c7/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://git.ceph.com/ceph.git', 'suite_sha1': 'b0d356b98e08f6bc59ef15652f0d0e4298fc83c7', 'targets': {'smithi026.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAWZSiPDACwrPZz3II6eXHyVur69CaX2NyWSTrw9Tlo8KE+4WAD0tIVzCfAFNeGoDXEXIo4OBsSezCtXyAcXUxQ=', 'smithi094.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGUSKGVgB9vEmFrIv0CInafguwNyFxLPDtfUg5nHb8PpWXZHhbAXKOLfcjTGpDZdD9TgXwmUNpiKC5+TPL6BQAM=', 'smithi112.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMS3JGpvLL8xb/tNHqvQulZHoHs40SKUj/h8FV0JODsqCCJ1EUS50S1COqojiL4/+q0MZAgkEtCVhgS9PnIkOow='}, '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': ['rm -rf /home/ubuntu/cephtest/migration']}}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': 'main', 'teuthology_sha1': '3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a', 'timestamp': '2024-09-17_21:16:02', 'tube': 'smithi', 'user': 'teuthology', 'verbose': False, 'worker_log': '/home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856'} 2024-09-18T01:11:40.626 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2024-09-18T01:11:40.658 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2024-09-18T01:11:40.661 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/ceph.data 2024-09-18T01:11:40.677 DEBUG:teuthology.orchestra.run.smithi026:> sudo install -d -m0777 -- /var/run/ceph 2024-09-18T01:11:40.717 DEBUG:teuthology.orchestra.run.smithi094:> sudo install -d -m0777 -- /var/run/ceph 2024-09-18T01:11:40.719 DEBUG:teuthology.orchestra.run.smithi112:> sudo install -d -m0777 -- /var/run/ceph 2024-09-18T01:11:40.745 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:11:40.745 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T01:11:40.803 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-18T01:11:40.803 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_1 2024-09-18T01:11:40.862 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-18T01:11:40.862 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T01:11:40.862 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-09-18T01:11:40.862 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T01:11:40.862 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T01:11:40.862 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-09-18 01:11:29.707227153 +0000 2024-09-18T01:11:40.862 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-09-18 01:08:49.991975640 +0000 2024-09-18T01:11:40.862 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-09-18 01:08:49.991975640 +0000 2024-09-18T01:11:40.862 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-09-18 01:08:49.991975640 +0000 2024-09-18T01:11:40.863 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-18T01:11:40.929 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-09-18T01:11:40.929 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-09-18T01:11:40.930 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000115869 s, 4.4 MB/s 2024-09-18T01:11:40.931 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-18T01:11:40.989 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_2 2024-09-18T01:11:41.046 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-18T01:11:41.047 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T01:11:41.047 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-09-18T01:11:41.047 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T01:11:41.047 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T01:11:41.047 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-09-18 01:11:29.708227138 +0000 2024-09-18T01:11:41.047 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-09-18 01:08:50.315970718 +0000 2024-09-18T01:11:41.047 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-09-18 01:08:50.315970718 +0000 2024-09-18T01:11:41.047 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-09-18 01:08:50.315970718 +0000 2024-09-18T01:11:41.047 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-18T01:11:41.112 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-09-18T01:11:41.112 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-09-18T01:11:41.112 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000103596 s, 4.9 MB/s 2024-09-18T01:11:41.114 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-18T01:11:41.171 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_3 2024-09-18T01:11:41.229 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-18T01:11:41.229 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T01:11:41.229 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-09-18T01:11:41.229 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T01:11:41.229 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T01:11:41.229 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-09-18 01:11:29.708227138 +0000 2024-09-18T01:11:41.229 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-09-18 01:08:50.636965841 +0000 2024-09-18T01:11:41.229 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-09-18 01:08:50.636965841 +0000 2024-09-18T01:11:41.229 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-09-18 01:08:50.636965841 +0000 2024-09-18T01:11:41.229 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-18T01:11:41.294 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-09-18T01:11:41.294 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-09-18T01:11:41.294 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000100574 s, 5.1 MB/s 2024-09-18T01:11:41.295 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-18T01:11:41.352 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_4 2024-09-18T01:11:41.408 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-18T01:11:41.408 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T01:11:41.408 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-09-18T01:11:41.408 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T01:11:41.408 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T01:11:41.408 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-09-18 01:11:29.709227122 +0000 2024-09-18T01:11:41.408 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-09-18 01:08:50.958960949 +0000 2024-09-18T01:11:41.408 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-09-18 01:08:50.958960949 +0000 2024-09-18T01:11:41.408 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-09-18 01:08:50.958960949 +0000 2024-09-18T01:11:41.409 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-18T01:11:41.473 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-09-18T01:11:41.473 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-09-18T01:11:41.473 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 9.2483e-05 s, 5.5 MB/s 2024-09-18T01:11:41.474 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-18T01:11:41.532 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-18T01:11:41.532 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:11:41.532 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T01:11:41.551 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-18T01:11:41.552 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_1 2024-09-18T01:11:41.611 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-18T01:11:41.611 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T01:11:41.611 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-09-18T01:11:41.611 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T01:11:41.611 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T01:11:41.612 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-18 01:11:35.549544980 +0000 2024-09-18T01:11:41.612 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-18 01:08:46.089456647 +0000 2024-09-18T01:11:41.612 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-18 01:08:46.089456647 +0000 2024-09-18T01:11:41.612 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-18 01:08:46.089456647 +0000 2024-09-18T01:11:41.613 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-18T01:11:41.677 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-18T01:11:41.677 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-18T01:11:41.677 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000124154 s, 4.1 MB/s 2024-09-18T01:11:41.679 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-18T01:11:41.737 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_2 2024-09-18T01:11:41.794 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-18T01:11:41.794 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T01:11:41.794 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-09-18T01:11:41.794 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T01:11:41.794 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T01:11:41.795 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-18 01:11:35.550544964 +0000 2024-09-18T01:11:41.795 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-18 01:08:46.410451748 +0000 2024-09-18T01:11:41.795 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-18 01:08:46.410451748 +0000 2024-09-18T01:11:41.795 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-18 01:08:46.410451748 +0000 2024-09-18T01:11:41.795 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-18T01:11:41.860 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-18T01:11:41.860 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-18T01:11:41.860 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 8.9377e-05 s, 5.7 MB/s 2024-09-18T01:11:41.861 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-18T01:11:41.919 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_3 2024-09-18T01:11:41.976 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-18T01:11:41.976 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T01:11:41.976 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-09-18T01:11:41.976 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T01:11:41.976 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T01:11:41.977 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-18 01:11:35.550544964 +0000 2024-09-18T01:11:41.977 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-18 01:08:46.729446880 +0000 2024-09-18T01:11:41.977 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-18 01:08:46.729446880 +0000 2024-09-18T01:11:41.977 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-18 01:08:46.729446880 +0000 2024-09-18T01:11:41.977 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-18T01:11:42.041 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-18T01:11:42.041 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-18T01:11:42.041 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 8.7709e-05 s, 5.8 MB/s 2024-09-18T01:11:42.042 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-18T01:11:42.099 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_4 2024-09-18T01:11:42.154 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-18T01:11:42.155 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T01:11:42.155 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-09-18T01:11:42.155 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T01:11:42.155 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T01:11:42.155 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-18 01:11:35.550544964 +0000 2024-09-18T01:11:42.155 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-18 01:08:47.046442043 +0000 2024-09-18T01:11:42.155 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-18 01:08:47.046442043 +0000 2024-09-18T01:11:42.155 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-18 01:08:47.046442043 +0000 2024-09-18T01:11:42.155 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-18T01:11:42.218 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-18T01:11:42.218 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-18T01:11:42.218 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000102794 s, 5.0 MB/s 2024-09-18T01:11:42.219 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-18T01:11:42.276 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-18T01:11:42.276 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@smithi026.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@smithi094.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-18T01:11:42.276 INFO:tasks.ceph:Generating config... 2024-09-18T01:11:42.278 INFO:tasks.ceph:[client] rbd default data pool = datapool 2024-09-18T01:11:42.278 INFO:tasks.ceph:[global] mon warn on pool no app = False 2024-09-18T01:11:42.278 INFO:tasks.ceph:[mgr] debug mgr = 20 2024-09-18T01:11:42.278 INFO:tasks.ceph:[mgr] debug ms = 1 2024-09-18T01:11:42.278 INFO:tasks.ceph:[mon] debug mon = 20 2024-09-18T01:11:42.278 INFO:tasks.ceph:[mon] debug ms = 1 2024-09-18T01:11:42.278 INFO:tasks.ceph:[mon] debug paxos = 20 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] bdev async discard = True 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] bdev enable discard = True 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] debug ms = 1 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] debug osd = 20 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2024-09-18T01:11:42.279 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2024-09-18T01:11:42.280 INFO:tasks.ceph:[osd] osd memory target = 1610612736 2024-09-18T01:11:42.280 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2024-09-18T01:11:42.280 INFO:tasks.ceph:[osd] osd shutdown pgref assert = True 2024-09-18T01:11:42.280 INFO:tasks.ceph:Setting up mon.a... 2024-09-18T01:11:42.280 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/ceph.keyring 2024-09-18T01:11:42.336 INFO:teuthology.orchestra.run.smithi026.stdout:creating /etc/ceph/ceph.keyring 2024-09-18T01:11:42.339 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/ceph.keyring 2024-09-18T01:11:42.387 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0644 /etc/ceph/ceph.keyring 2024-09-18T01:11:42.414 DEBUG:tasks.ceph:Ceph mon addresses: [('mon.a', '172.21.15.26'), ('mon.c', '[v2:172.21.15.26:3301,v1:172.21.15.26:6790]'), ('mon.b', '172.21.15.94')] 2024-09-18T01:11:42.415 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.26,[v2:172.21.15.26:3301,v1:172.21.15.26:6790],172.21.15.94', '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', 'bdev async discard': True, 'bdev enable discard': True, 'bluestore block size': 96636764160, '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 memory target': 1610612736, '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-18T01:11:42.415 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:11:42.415 DEBUG:teuthology.orchestra.run.smithi026:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2024-09-18T01:11:42.472 DEBUG:teuthology.orchestra.run.smithi026:> 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.26 --addv c '[v2:172.21.15.26:3301,v1:172.21.15.26:6790]' --add b 172.21.15.94 --print /home/ubuntu/cephtest/ceph.monmap 2024-09-18T01:11:42.560 INFO:teuthology.orchestra.run.smithi026.stdout:monmaptool: monmap file /home/ubuntu/cephtest/ceph.monmap 2024-09-18T01:11:42.560 INFO:teuthology.orchestra.run.smithi026.stdout:monmaptool: generated fsid fcba8fcf-5692-4926-af0b-9eb5ae26e44b 2024-09-18T01:11:42.560 INFO:teuthology.orchestra.run.smithi026.stdout:setting min_mon_release = quincy 2024-09-18T01:11:42.560 INFO:teuthology.orchestra.run.smithi026.stdout:epoch 0 2024-09-18T01:11:42.560 INFO:teuthology.orchestra.run.smithi026.stdout:fsid fcba8fcf-5692-4926-af0b-9eb5ae26e44b 2024-09-18T01:11:42.560 INFO:teuthology.orchestra.run.smithi026.stdout:last_changed 2024-09-18T01:11:42.559956+0000 2024-09-18T01:11:42.560 INFO:teuthology.orchestra.run.smithi026.stdout:created 2024-09-18T01:11:42.559956+0000 2024-09-18T01:11:42.560 INFO:teuthology.orchestra.run.smithi026.stdout:min_mon_release 17 (quincy) 2024-09-18T01:11:42.560 INFO:teuthology.orchestra.run.smithi026.stdout:election_strategy: 1 2024-09-18T01:11:42.561 INFO:teuthology.orchestra.run.smithi026.stdout:0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a 2024-09-18T01:11:42.561 INFO:teuthology.orchestra.run.smithi026.stdout:1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-09-18T01:11:42.561 INFO:teuthology.orchestra.run.smithi026.stdout:2: [v2:172.21.15.26:3301/0,v1:172.21.15.26:6790/0] mon.c 2024-09-18T01:11:42.561 INFO:teuthology.orchestra.run.smithi026.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/ceph.monmap (3 monitors) 2024-09-18T01:11:42.562 DEBUG:teuthology.orchestra.run.smithi026:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2024-09-18T01:11:42.578 INFO:tasks.ceph:Writing /etc/ceph/ceph.conf for FSID fcba8fcf-5692-4926-af0b-9eb5ae26e44b... 2024-09-18T01:11:42.579 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:11:42.620 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:11:42.622 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout:[global] 2024-09-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout: chdir = "" 2024-09-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout: auth supported = cephx 2024-09-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout: filestore xattr use omap = true 2024-09-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout: mon clock drift allowed = 1.000 2024-09-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout: osd crush chooseleaf type = 0 2024-09-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout: auth debug = true 2024-09-18T01:11:42.663 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: ms die on old message = true 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: ms die on bug = true 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: mon pg warn max object skew = 0 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: # disable pg_autoscaler by default for new pools 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: osd pool default size = 2 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: mon osd allow primary affinity = true 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: mon osd allow pg remap = true 2024-09-18T01:11:42.664 INFO:teuthology.orchestra.run.smithi026.stdout: mon warn on legacy crush tunables = false 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: mon warn on crush straw calc version zero = false 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: mon warn on no sortbitwise = false 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: mon warn on osd down out interval zero = false 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: mon warn on too few osds = false 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: mon_allow_pool_size_one = true 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: osd default data pool replay window = 5 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: mon allow pool delete = true 2024-09-18T01:11:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: mon cluster log file level = debug 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: debug asserts on shutdown = true 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: mon health detail to clog = false 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: mon host = "172.21.15.26,[v2:172.21.15.26:3301,v1:172.21.15.26:6790],172.21.15.94" 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: mon warn on pool no app = False 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: fsid = fcba8fcf-5692-4926-af0b-9eb5ae26e44b 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout:[osd] 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: osd journal size = 100 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: osd scrub load threshold = 5.0 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: osd scrub max interval = 600 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: osd mclock profile = high_recovery_ops 2024-09-18T01:11:42.666 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: osd recover clone overlap = true 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: osd recovery max chunk = 1048576 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: osd debug shutdown = true 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: osd debug op order = true 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: osd debug verify stray on activate = true 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: osd debug trim objects = true 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: osd open classes on start = true 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: osd debug pg log writeout = true 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: osd deep scrub update digest min age = 30 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.667 INFO:teuthology.orchestra.run.smithi026.stdout: osd map max advance = 10 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: journal zero on create = true 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: filestore ondisk finisher threads = 3 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: filestore apply finisher threads = 3 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: bdev debug aio = true 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: osd debug misdirected ops = true 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: bdev async discard = True 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: bdev enable discard = True 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: bluestore block size = 96636764160 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: bluestore fsck on mount = True 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: debug bluefs = 1/20 2024-09-18T01:11:42.668 INFO:teuthology.orchestra.run.smithi026.stdout: debug bluestore = 1/20 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: debug ms = 1 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: debug osd = 20 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: debug rocksdb = 4/10 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: mon osd backfillfull_ratio = 0.85 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: mon osd full ratio = 0.9 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: mon osd nearfull ratio = 0.8 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: osd failsafe full ratio = 0.95 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: osd memory target = 1610612736 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: osd objectstore = bluestore 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: osd shutdown pgref assert = True 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout:[mgr] 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: debug ms = 1 2024-09-18T01:11:42.669 INFO:teuthology.orchestra.run.smithi026.stdout: debug mgr = 20 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: debug mon = 20 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: debug auth = 20 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: mon reweight min pgs per osd = 4 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: mon reweight min bytes per osd = 10 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: mgr/telemetry/nag = false 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout:[mon] 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: debug ms = 1 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: debug mon = 20 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: debug paxos = 20 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: debug auth = 20 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: mon data avail warn = 5 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: mon mgr mkfs grace = 240 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: mon reweight min pgs per osd = 4 2024-09-18T01:11:42.670 INFO:teuthology.orchestra.run.smithi026.stdout: mon osd reporter subtree level = osd 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: mon osd prime pg temp = true 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: mon reweight min bytes per osd = 10 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: auth mon ticket ttl = 660 # 11m 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: auth service ticket ttl = 240 # 4m 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: # don't complain about insecure global_id in the test suite 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: # 1m isn't quite enough 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: mon_down_mkfs_grace = 2m 2024-09-18T01:11:42.671 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout: mon_warn_on_filestore_osds = false 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout:[client] 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout: rgw cache enabled = true 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout: rgw enable ops log = true 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout: rgw enable usage log = true 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout: rbd default data pool = datapool 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout:[mon.a] 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout:[mon.c] 2024-09-18T01:11:42.672 INFO:teuthology.orchestra.run.smithi026.stdout:[mon.b] 2024-09-18T01:11:42.673 INFO:teuthology.orchestra.run.smithi112.stdout:[global] 2024-09-18T01:11:42.673 INFO:teuthology.orchestra.run.smithi112.stdout: chdir = "" 2024-09-18T01:11:42.673 INFO:teuthology.orchestra.run.smithi112.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-18T01:11:42.673 INFO:teuthology.orchestra.run.smithi112.stdout: auth supported = cephx 2024-09-18T01:11:42.673 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.673 INFO:teuthology.orchestra.run.smithi112.stdout: filestore xattr use omap = true 2024-09-18T01:11:42.673 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.673 INFO:teuthology.orchestra.run.smithi112.stdout: mon clock drift allowed = 1.000 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: osd crush chooseleaf type = 0 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: auth debug = true 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: ms die on old message = true 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: ms die on bug = true 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: mon pg warn max object skew = 0 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: # disable pg_autoscaler by default for new pools 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.674 INFO:teuthology.orchestra.run.smithi112.stdout: osd pool default size = 2 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd allow primary affinity = true 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd allow pg remap = true 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on legacy crush tunables = false 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on crush straw calc version zero = false 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on no sortbitwise = false 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on osd down out interval zero = false 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on too few osds = false 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: mon_allow_pool_size_one = true 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.675 INFO:teuthology.orchestra.run.smithi112.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: osd default data pool replay window = 5 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: mon allow pool delete = true 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: mon cluster log file level = debug 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: debug asserts on shutdown = true 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: mon health detail to clog = false 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: mon host = "172.21.15.26,[v2:172.21.15.26:3301,v1:172.21.15.26:6790],172.21.15.94" 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: mon warn on pool no app = False 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: fsid = fcba8fcf-5692-4926-af0b-9eb5ae26e44b 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout:[osd] 2024-09-18T01:11:42.676 INFO:teuthology.orchestra.run.smithi112.stdout: osd journal size = 100 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: osd scrub load threshold = 5.0 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: osd scrub max interval = 600 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: osd mclock profile = high_recovery_ops 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: osd recover clone overlap = true 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: osd recovery max chunk = 1048576 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug shutdown = true 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug op order = true 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug verify stray on activate = true 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug trim objects = true 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.677 INFO:teuthology.orchestra.run.smithi112.stdout: osd open classes on start = true 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug pg log writeout = true 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: osd deep scrub update digest min age = 30 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: osd map max advance = 10 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: journal zero on create = true 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: filestore ondisk finisher threads = 3 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: filestore apply finisher threads = 3 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: bdev debug aio = true 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: osd debug misdirected ops = true 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: bdev async discard = True 2024-09-18T01:11:42.678 INFO:teuthology.orchestra.run.smithi112.stdout: bdev enable discard = True 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: bluestore block size = 96636764160 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: bluestore fsck on mount = True 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: debug bluefs = 1/20 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: debug bluestore = 1/20 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: debug ms = 1 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: debug osd = 20 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: debug rocksdb = 4/10 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd backfillfull_ratio = 0.85 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd full ratio = 0.9 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd nearfull ratio = 0.8 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: osd failsafe full ratio = 0.95 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: osd memory target = 1610612736 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: osd objectstore = bluestore 2024-09-18T01:11:42.679 INFO:teuthology.orchestra.run.smithi112.stdout: osd shutdown pgref assert = True 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout:[mgr] 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout: debug ms = 1 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout: debug mgr = 20 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout: debug mon = 20 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout: debug auth = 20 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min pgs per osd = 4 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min bytes per osd = 10 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout: mgr/telemetry/nag = false 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout:[mon] 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout: debug ms = 1 2024-09-18T01:11:42.680 INFO:teuthology.orchestra.run.smithi112.stdout: debug mon = 20 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: debug paxos = 20 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: debug auth = 20 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: mon data avail warn = 5 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: mon mgr mkfs grace = 240 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min pgs per osd = 4 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd reporter subtree level = osd 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: mon osd prime pg temp = true 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: mon reweight min bytes per osd = 10 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: auth mon ticket ttl = 660 # 11m 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: auth service ticket ttl = 240 # 4m 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.681 INFO:teuthology.orchestra.run.smithi112.stdout: # don't complain about insecure global_id in the test suite 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: # 1m isn't quite enough 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: mon_down_mkfs_grace = 2m 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: mon_warn_on_filestore_osds = false 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout:[client] 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: rgw cache enabled = true 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: rgw enable ops log = true 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: rgw enable usage log = true 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-18T01:11:42.682 INFO:teuthology.orchestra.run.smithi112.stdout: rbd default data pool = datapool 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi112.stdout:[mon.a] 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi112.stdout:[mon.c] 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi112.stdout:[mon.b] 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi094.stdout:[global] 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi094.stdout: chdir = "" 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi094.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi094.stdout: auth supported = cephx 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi094.stdout: filestore xattr use omap = true 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi094.stdout: mon clock drift allowed = 1.000 2024-09-18T01:11:42.683 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: osd crush chooseleaf type = 0 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: auth debug = true 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: ms die on old message = true 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: ms die on bug = true 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: mon max pg per osd = 10000 # >= luminous 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: mon pg warn max object skew = 0 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: # disable pg_autoscaler by default for new pools 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: osd_pool_default_pg_autoscale_mode = off 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: osd pool default size = 2 2024-09-18T01:11:42.684 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: mon osd allow primary affinity = true 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: mon osd allow pg remap = true 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: mon warn on legacy crush tunables = false 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: mon warn on crush straw calc version zero = false 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: mon warn on no sortbitwise = false 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: mon warn on osd down out interval zero = false 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: mon warn on too few osds = false 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: mon_warn_on_pool_no_redundancy = false 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: mon_allow_pool_size_one = true 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.685 INFO:teuthology.orchestra.run.smithi094.stdout: osd default data pool replay window = 5 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: mon allow pool delete = true 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: mon cluster log file level = debug 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: debug asserts on shutdown = true 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: mon health detail to clog = false 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: mon host = "172.21.15.26,[v2:172.21.15.26:3301,v1:172.21.15.26:6790],172.21.15.94" 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: mon warn on pool no app = False 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: fsid = fcba8fcf-5692-4926-af0b-9eb5ae26e44b 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout:[osd] 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: osd journal size = 100 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.686 INFO:teuthology.orchestra.run.smithi094.stdout: osd scrub load threshold = 5.0 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: osd scrub max interval = 600 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: osd mclock profile = high_recovery_ops 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: osd recover clone overlap = true 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: osd recovery max chunk = 1048576 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: osd debug shutdown = true 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: osd debug op order = true 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: osd debug verify stray on activate = true 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: osd debug trim objects = true 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: osd open classes on start = true 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: osd debug pg log writeout = true 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.687 INFO:teuthology.orchestra.run.smithi094.stdout: osd deep scrub update digest min age = 30 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: osd map max advance = 10 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: journal zero on create = true 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: filestore ondisk finisher threads = 3 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: filestore apply finisher threads = 3 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: bdev debug aio = true 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: osd debug misdirected ops = true 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: bdev async discard = True 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: bdev enable discard = True 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: bluestore block size = 96636764160 2024-09-18T01:11:42.688 INFO:teuthology.orchestra.run.smithi094.stdout: bluestore fsck on mount = True 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: debug bluefs = 1/20 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: debug bluestore = 1/20 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: debug ms = 1 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: debug osd = 20 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: debug rocksdb = 4/10 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: mon osd backfillfull_ratio = 0.85 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: mon osd full ratio = 0.9 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: mon osd nearfull ratio = 0.8 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: osd failsafe full ratio = 0.95 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: osd memory target = 1610612736 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: osd objectstore = bluestore 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: osd shutdown pgref assert = True 2024-09-18T01:11:42.689 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout:[mgr] 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: debug ms = 1 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: debug mgr = 20 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: debug mon = 20 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: debug auth = 20 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: mon reweight min pgs per osd = 4 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: mon reweight min bytes per osd = 10 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: mgr/telemetry/nag = false 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout:[mon] 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: debug ms = 1 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: debug mon = 20 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: debug paxos = 20 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: debug auth = 20 2024-09-18T01:11:42.690 INFO:teuthology.orchestra.run.smithi094.stdout: mon data avail warn = 5 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: mon mgr mkfs grace = 240 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: mon reweight min pgs per osd = 4 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: mon osd reporter subtree level = osd 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: mon osd prime pg temp = true 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: mon reweight min bytes per osd = 10 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: # rotate auth tickets quickly to exercise renewal paths 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: auth mon ticket ttl = 660 # 11m 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: auth service ticket ttl = 240 # 4m 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: # don't complain about insecure global_id in the test suite 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: mon_warn_on_insecure_global_id_reclaim = false 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-18T01:11:42.691 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout: # 1m isn't quite enough 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout: mon_down_mkfs_grace = 2m 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout: mon_warn_on_filestore_osds = false 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout:[client] 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout: rgw cache enabled = true 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout: rgw enable ops log = true 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout: rgw enable usage log = true 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout: rbd default data pool = datapool 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout:[mon.a] 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout:[mon.c] 2024-09-18T01:11:42.692 INFO:teuthology.orchestra.run.smithi094.stdout:[mon.b] 2024-09-18T01:11:42.694 INFO:tasks.ceph:Creating admin key on mon.a... 2024-09-18T01:11:42.695 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:11:42.791 INFO:tasks.ceph:Copying monmap to all nodes... 2024-09-18T01:11:42.791 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:11:42.791 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.keyring of=/dev/stdout 2024-09-18T01:11:42.807 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:11:42.807 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/home/ubuntu/cephtest/ceph.monmap of=/dev/stdout 2024-09-18T01:11:42.863 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi026.front.sepia.ceph.com 2024-09-18T01:11:42.863 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:11:42.863 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.keyring 2024-09-18T01:11:42.863 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0644 /etc/ceph/ceph.keyring 2024-09-18T01:11:42.938 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:11:42.938 DEBUG:teuthology.orchestra.run.smithi026:> dd of=/home/ubuntu/cephtest/ceph.monmap 2024-09-18T01:11:42.993 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T01:11:42.993 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:11:42.993 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.keyring 2024-09-18T01:11:42.993 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 0644 /etc/ceph/ceph.keyring 2024-09-18T01:11:43.028 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:11:43.028 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/home/ubuntu/cephtest/ceph.monmap 2024-09-18T01:11:43.083 INFO:tasks.ceph:Sending monmap to node ubuntu@smithi112.front.sepia.ceph.com 2024-09-18T01:11:43.083 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-18T01:11:43.083 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/ceph/ceph.keyring 2024-09-18T01:11:43.084 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0644 /etc/ceph/ceph.keyring 2024-09-18T01:11:43.124 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-18T01:11:43.124 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/home/ubuntu/cephtest/ceph.monmap 2024-09-18T01:11:43.182 INFO:tasks.ceph:Setting up mon nodes... 2024-09-18T01:11:43.182 INFO:tasks.ceph:Setting up mgr nodes... 2024-09-18T01:11:43.182 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:11:43.235 INFO:teuthology.orchestra.run.smithi026.stdout:creating /var/lib/ceph/mgr/ceph-x/keyring 2024-09-18T01:11:43.237 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:11:43.327 INFO:teuthology.orchestra.run.smithi094.stdout:creating /var/lib/ceph/mgr/ceph-y/keyring 2024-09-18T01:11:43.329 INFO:tasks.ceph:Setting up mds nodes... 2024-09-18T01:11:43.330 INFO:tasks.ceph_client:Setting up client nodes... 2024-09-18T01:11:43.330 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:11:43.387 INFO:teuthology.orchestra.run.smithi112.stdout:creating /etc/ceph/ceph.client.0.keyring 2024-09-18T01:11:43.401 INFO:tasks.ceph:Running mkfs on osd nodes... 2024-09-18T01:11:43.401 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@smithi026.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@smithi094.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-18T01:11:43.402 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /var/lib/ceph/osd/ceph-0 2024-09-18T01:11:43.428 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-18T01:11:43.428 INFO:tasks.ceph:role: osd.0 2024-09-18T01:11:43.428 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi026.front.sepia.ceph.com 2024-09-18T01:11:43.429 DEBUG:teuthology.orchestra.run.smithi026:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2024-09-18T01:11:43.494 INFO:teuthology.orchestra.run.smithi026.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2024-09-18T01:11:43.494 INFO:teuthology.orchestra.run.smithi026.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-18T01:11:43.495 INFO:teuthology.orchestra.run.smithi026.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-18T01:11:43.495 INFO:teuthology.orchestra.run.smithi026.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-18T01:11:43.495 INFO:teuthology.orchestra.run.smithi026.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-18T01:11:43.495 INFO:teuthology.orchestra.run.smithi026.stdout: = sunit=0 swidth=0 blks 2024-09-18T01:11:43.495 INFO:teuthology.orchestra.run.smithi026.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-18T01:11:43.495 INFO:teuthology.orchestra.run.smithi026.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-18T01:11:43.495 INFO:teuthology.orchestra.run.smithi026.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-18T01:11:43.495 INFO:teuthology.orchestra.run.smithi026.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-18T01:11:43.527 INFO:teuthology.orchestra.run.smithi026.stdout:Discarding blocks...Done. 2024-09-18T01:11:43.530 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi026.front.sepia.ceph.com -o noatime 2024-09-18T01:11:43.530 DEBUG:teuthology.orchestra.run.smithi026:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-0 2024-09-18T01:11:43.601 DEBUG:teuthology.orchestra.run.smithi026:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-0 2024-09-18T01:11:43.672 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /var/lib/ceph/osd/ceph-1 2024-09-18T01:11:43.737 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-18T01:11:43.738 INFO:tasks.ceph:role: osd.1 2024-09-18T01:11:43.738 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi026.front.sepia.ceph.com 2024-09-18T01:11:43.738 DEBUG:teuthology.orchestra.run.smithi026:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2024-09-18T01:11:43.803 INFO:teuthology.orchestra.run.smithi026.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2024-09-18T01:11:43.803 INFO:teuthology.orchestra.run.smithi026.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-18T01:11:43.803 INFO:teuthology.orchestra.run.smithi026.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-18T01:11:43.803 INFO:teuthology.orchestra.run.smithi026.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-18T01:11:43.803 INFO:teuthology.orchestra.run.smithi026.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-18T01:11:43.803 INFO:teuthology.orchestra.run.smithi026.stdout: = sunit=0 swidth=0 blks 2024-09-18T01:11:43.804 INFO:teuthology.orchestra.run.smithi026.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-18T01:11:43.804 INFO:teuthology.orchestra.run.smithi026.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-18T01:11:43.804 INFO:teuthology.orchestra.run.smithi026.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-18T01:11:43.804 INFO:teuthology.orchestra.run.smithi026.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-18T01:11:43.835 INFO:teuthology.orchestra.run.smithi026.stdout:Discarding blocks...Done. 2024-09-18T01:11:43.837 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi026.front.sepia.ceph.com -o noatime 2024-09-18T01:11:43.837 DEBUG:teuthology.orchestra.run.smithi026:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-1 2024-09-18T01:11:43.909 DEBUG:teuthology.orchestra.run.smithi026:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-1 2024-09-18T01:11:43.979 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /var/lib/ceph/osd/ceph-2 2024-09-18T01:11:44.046 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-18T01:11:44.046 INFO:tasks.ceph:role: osd.2 2024-09-18T01:11:44.047 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi026.front.sepia.ceph.com 2024-09-18T01:11:44.047 DEBUG:teuthology.orchestra.run.smithi026:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2024-09-18T01:11:44.113 INFO:teuthology.orchestra.run.smithi026.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2024-09-18T01:11:44.113 INFO:teuthology.orchestra.run.smithi026.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-18T01:11:44.113 INFO:teuthology.orchestra.run.smithi026.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-18T01:11:44.113 INFO:teuthology.orchestra.run.smithi026.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-18T01:11:44.113 INFO:teuthology.orchestra.run.smithi026.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-18T01:11:44.114 INFO:teuthology.orchestra.run.smithi026.stdout: = sunit=0 swidth=0 blks 2024-09-18T01:11:44.114 INFO:teuthology.orchestra.run.smithi026.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-18T01:11:44.114 INFO:teuthology.orchestra.run.smithi026.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-18T01:11:44.114 INFO:teuthology.orchestra.run.smithi026.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-18T01:11:44.114 INFO:teuthology.orchestra.run.smithi026.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-18T01:11:44.145 INFO:teuthology.orchestra.run.smithi026.stdout:Discarding blocks...Done. 2024-09-18T01:11:44.148 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi026.front.sepia.ceph.com -o noatime 2024-09-18T01:11:44.148 DEBUG:teuthology.orchestra.run.smithi026:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-2 2024-09-18T01:11:44.223 DEBUG:teuthology.orchestra.run.smithi026:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-2 2024-09-18T01:11:44.294 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /var/lib/ceph/osd/ceph-3 2024-09-18T01:11:44.361 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-18T01:11:44.361 INFO:tasks.ceph:role: osd.3 2024-09-18T01:11:44.361 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_4 on ubuntu@smithi026.front.sepia.ceph.com 2024-09-18T01:11:44.361 DEBUG:teuthology.orchestra.run.smithi026:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_4 2024-09-18T01:11:44.426 INFO:teuthology.orchestra.run.smithi026.stdout:meta-data=/dev/vg_nvme/lv_4 isize=2048 agcount=4, agsize=5859072 blks 2024-09-18T01:11:44.426 INFO:teuthology.orchestra.run.smithi026.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-18T01:11:44.426 INFO:teuthology.orchestra.run.smithi026.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-18T01:11:44.426 INFO:teuthology.orchestra.run.smithi026.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-18T01:11:44.426 INFO:teuthology.orchestra.run.smithi026.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-18T01:11:44.427 INFO:teuthology.orchestra.run.smithi026.stdout: = sunit=0 swidth=0 blks 2024-09-18T01:11:44.427 INFO:teuthology.orchestra.run.smithi026.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-18T01:11:44.427 INFO:teuthology.orchestra.run.smithi026.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-18T01:11:44.427 INFO:teuthology.orchestra.run.smithi026.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-18T01:11:44.427 INFO:teuthology.orchestra.run.smithi026.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-18T01:11:44.458 INFO:teuthology.orchestra.run.smithi026.stdout:Discarding blocks...Done. 2024-09-18T01:11:44.460 INFO:tasks.ceph:mount /dev/vg_nvme/lv_4 on ubuntu@smithi026.front.sepia.ceph.com -o noatime 2024-09-18T01:11:44.460 DEBUG:teuthology.orchestra.run.smithi026:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-3 2024-09-18T01:11:44.530 DEBUG:teuthology.orchestra.run.smithi026:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-3 2024-09-18T01:11:44.599 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:11:44.700 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:44.697+0000 7fd3bd40d640 -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-18T01:11:44.700 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:44.698+0000 7fd3bd40d640 -1 created new key in keyring /var/lib/ceph/osd/ceph-0/keyring 2024-09-18T01:11:44.700 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:44.698+0000 7fd3bd40d640 -1 bdev(0x55a671913800 /var/lib/ceph/osd/ceph-0/block) open stat got: (1) Operation not permitted 2024-09-18T01:11:44.700 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:44.698+0000 7fd3bd40d640 -1 bluestore(/var/lib/ceph/osd/ceph-0) _read_fsid unparsable uuid 2024-09-18T01:11:48.359 DEBUG:teuthology.orchestra.run.smithi026:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-18T01:11:48.390 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:11:48.483 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:48.481+0000 7ff98440c640 -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-18T01:11:48.483 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:48.481+0000 7ff98440c640 -1 created new key in keyring /var/lib/ceph/osd/ceph-1/keyring 2024-09-18T01:11:48.483 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:48.481+0000 7ff98440c640 -1 bdev(0x55e49d3fb800 /var/lib/ceph/osd/ceph-1/block) open stat got: (1) Operation not permitted 2024-09-18T01:11:48.483 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:48.481+0000 7ff98440c640 -1 bluestore(/var/lib/ceph/osd/ceph-1) _read_fsid unparsable uuid 2024-09-18T01:11:52.135 DEBUG:teuthology.orchestra.run.smithi026:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-18T01:11:52.165 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:11:52.257 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:52.255+0000 7f995d94b640 -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-18T01:11:52.258 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:52.255+0000 7f995d94b640 -1 created new key in keyring /var/lib/ceph/osd/ceph-2/keyring 2024-09-18T01:11:52.258 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:52.255+0000 7f995d94b640 -1 bdev(0x5633448fb800 /var/lib/ceph/osd/ceph-2/block) open stat got: (1) Operation not permitted 2024-09-18T01:11:52.258 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:52.256+0000 7f995d94b640 -1 bluestore(/var/lib/ceph/osd/ceph-2) _read_fsid unparsable uuid 2024-09-18T01:11:55.663 DEBUG:teuthology.orchestra.run.smithi026:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-18T01:11:55.694 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:11:55.787 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:55.785+0000 7f9057e1e640 -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-18T01:11:55.787 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:55.786+0000 7f9057e1e640 -1 created new key in keyring /var/lib/ceph/osd/ceph-3/keyring 2024-09-18T01:11:55.787 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:55.786+0000 7f9057e1e640 -1 bdev(0x5634f6e43800 /var/lib/ceph/osd/ceph-3/block) open stat got: (1) Operation not permitted 2024-09-18T01:11:55.787 INFO:teuthology.orchestra.run.smithi026.stderr:2024-09-18T01:11:55.786+0000 7f9057e1e640 -1 bluestore(/var/lib/ceph/osd/ceph-3) _read_fsid unparsable uuid 2024-09-18T01:11:58.938 DEBUG:teuthology.orchestra.run.smithi026:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-18T01:11:58.969 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /var/lib/ceph/osd/ceph-4 2024-09-18T01:11:58.999 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-18T01:11:58.999 INFO:tasks.ceph:role: osd.4 2024-09-18T01:11:58.999 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T01:11:58.999 DEBUG:teuthology.orchestra.run.smithi094:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2024-09-18T01:11:59.067 INFO:teuthology.orchestra.run.smithi094.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=5859072 blks 2024-09-18T01:11:59.067 INFO:teuthology.orchestra.run.smithi094.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-18T01:11:59.067 INFO:teuthology.orchestra.run.smithi094.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-18T01:11:59.067 INFO:teuthology.orchestra.run.smithi094.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-18T01:11:59.067 INFO:teuthology.orchestra.run.smithi094.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-18T01:11:59.067 INFO:teuthology.orchestra.run.smithi094.stdout: = sunit=0 swidth=0 blks 2024-09-18T01:11:59.067 INFO:teuthology.orchestra.run.smithi094.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-18T01:11:59.068 INFO:teuthology.orchestra.run.smithi094.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-18T01:11:59.068 INFO:teuthology.orchestra.run.smithi094.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-18T01:11:59.068 INFO:teuthology.orchestra.run.smithi094.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-18T01:11:59.100 INFO:teuthology.orchestra.run.smithi094.stdout:Discarding blocks...Done. 2024-09-18T01:11:59.102 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@smithi094.front.sepia.ceph.com -o noatime 2024-09-18T01:11:59.102 DEBUG:teuthology.orchestra.run.smithi094:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-4 2024-09-18T01:11:59.172 DEBUG:teuthology.orchestra.run.smithi094:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-4 2024-09-18T01:11:59.243 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /var/lib/ceph/osd/ceph-5 2024-09-18T01:11:59.308 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-18T01:11:59.308 INFO:tasks.ceph:role: osd.5 2024-09-18T01:11:59.308 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T01:11:59.308 DEBUG:teuthology.orchestra.run.smithi094:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2024-09-18T01:11:59.373 INFO:teuthology.orchestra.run.smithi094.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=5859072 blks 2024-09-18T01:11:59.374 INFO:teuthology.orchestra.run.smithi094.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-18T01:11:59.374 INFO:teuthology.orchestra.run.smithi094.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-18T01:11:59.374 INFO:teuthology.orchestra.run.smithi094.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-18T01:11:59.374 INFO:teuthology.orchestra.run.smithi094.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-18T01:11:59.374 INFO:teuthology.orchestra.run.smithi094.stdout: = sunit=0 swidth=0 blks 2024-09-18T01:11:59.374 INFO:teuthology.orchestra.run.smithi094.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-18T01:11:59.374 INFO:teuthology.orchestra.run.smithi094.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-18T01:11:59.374 INFO:teuthology.orchestra.run.smithi094.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-18T01:11:59.374 INFO:teuthology.orchestra.run.smithi094.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-18T01:11:59.407 INFO:teuthology.orchestra.run.smithi094.stdout:Discarding blocks...Done. 2024-09-18T01:11:59.409 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@smithi094.front.sepia.ceph.com -o noatime 2024-09-18T01:11:59.409 DEBUG:teuthology.orchestra.run.smithi094:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-5 2024-09-18T01:11:59.478 DEBUG:teuthology.orchestra.run.smithi094:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-5 2024-09-18T01:11:59.547 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /var/lib/ceph/osd/ceph-6 2024-09-18T01:11:59.612 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-18T01:11:59.612 INFO:tasks.ceph:role: osd.6 2024-09-18T01:11:59.612 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T01:11:59.612 DEBUG:teuthology.orchestra.run.smithi094:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2024-09-18T01:11:59.675 INFO:teuthology.orchestra.run.smithi094.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=5859072 blks 2024-09-18T01:11:59.676 INFO:teuthology.orchestra.run.smithi094.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-18T01:11:59.676 INFO:teuthology.orchestra.run.smithi094.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-18T01:11:59.676 INFO:teuthology.orchestra.run.smithi094.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-18T01:11:59.676 INFO:teuthology.orchestra.run.smithi094.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-18T01:11:59.676 INFO:teuthology.orchestra.run.smithi094.stdout: = sunit=0 swidth=0 blks 2024-09-18T01:11:59.676 INFO:teuthology.orchestra.run.smithi094.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-18T01:11:59.676 INFO:teuthology.orchestra.run.smithi094.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-18T01:11:59.676 INFO:teuthology.orchestra.run.smithi094.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-18T01:11:59.676 INFO:teuthology.orchestra.run.smithi094.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-18T01:11:59.708 INFO:teuthology.orchestra.run.smithi094.stdout:Discarding blocks...Done. 2024-09-18T01:11:59.710 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@smithi094.front.sepia.ceph.com -o noatime 2024-09-18T01:11:59.710 DEBUG:teuthology.orchestra.run.smithi094:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-6 2024-09-18T01:11:59.797 DEBUG:teuthology.orchestra.run.smithi094:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-6 2024-09-18T01:11:59.826 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /var/lib/ceph/osd/ceph-7 2024-09-18T01:11:59.890 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-18T01:11:59.890 INFO:tasks.ceph:role: osd.7 2024-09-18T01:11:59.890 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_4 on ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T01:11:59.890 DEBUG:teuthology.orchestra.run.smithi094:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_4 2024-09-18T01:11:59.954 INFO:teuthology.orchestra.run.smithi094.stdout:meta-data=/dev/vg_nvme/lv_4 isize=2048 agcount=4, agsize=5859072 blks 2024-09-18T01:11:59.955 INFO:teuthology.orchestra.run.smithi094.stdout: = sectsz=512 attr=2, projid32bit=1 2024-09-18T01:11:59.955 INFO:teuthology.orchestra.run.smithi094.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-09-18T01:11:59.955 INFO:teuthology.orchestra.run.smithi094.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2024-09-18T01:11:59.955 INFO:teuthology.orchestra.run.smithi094.stdout:data = bsize=4096 blocks=23436288, imaxpct=25 2024-09-18T01:11:59.955 INFO:teuthology.orchestra.run.smithi094.stdout: = sunit=0 swidth=0 blks 2024-09-18T01:11:59.955 INFO:teuthology.orchestra.run.smithi094.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-09-18T01:11:59.955 INFO:teuthology.orchestra.run.smithi094.stdout:log =internal log bsize=4096 blocks=16384, version=2 2024-09-18T01:11:59.955 INFO:teuthology.orchestra.run.smithi094.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2024-09-18T01:11:59.955 INFO:teuthology.orchestra.run.smithi094.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2024-09-18T01:11:59.988 INFO:teuthology.orchestra.run.smithi094.stdout:Discarding blocks...Done. 2024-09-18T01:11:59.990 INFO:tasks.ceph:mount /dev/vg_nvme/lv_4 on ubuntu@smithi094.front.sepia.ceph.com -o noatime 2024-09-18T01:11:59.990 DEBUG:teuthology.orchestra.run.smithi094:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-7 2024-09-18T01:12:00.064 DEBUG:teuthology.orchestra.run.smithi094:> sudo /sbin/restorecon /var/lib/ceph/osd/ceph-7 2024-09-18T01:12:00.132 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:00.230 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:00.228+0000 7fab75aeb640 -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-18T01:12:00.230 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:00.229+0000 7fab75aeb640 -1 created new key in keyring /var/lib/ceph/osd/ceph-4/keyring 2024-09-18T01:12:00.230 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:00.229+0000 7fab75aeb640 -1 bdev(0x5617c0c29800 /var/lib/ceph/osd/ceph-4/block) open stat got: (1) Operation not permitted 2024-09-18T01:12:00.230 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:00.229+0000 7fab75aeb640 -1 bluestore(/var/lib/ceph/osd/ceph-4) _read_fsid unparsable uuid 2024-09-18T01:12:03.872 DEBUG:teuthology.orchestra.run.smithi094:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-18T01:12:03.901 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:03.992 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:03.991+0000 7f0183210640 -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-18T01:12:03.993 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:03.991+0000 7f0183210640 -1 created new key in keyring /var/lib/ceph/osd/ceph-5/keyring 2024-09-18T01:12:03.993 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:03.991+0000 7f0183210640 -1 bdev(0x5629116ab800 /var/lib/ceph/osd/ceph-5/block) open stat got: (1) Operation not permitted 2024-09-18T01:12:03.993 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:03.991+0000 7f0183210640 -1 bluestore(/var/lib/ceph/osd/ceph-5) _read_fsid unparsable uuid 2024-09-18T01:12:07.898 DEBUG:teuthology.orchestra.run.smithi094:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-18T01:12:07.928 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:08.018 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:08.017+0000 7fe6dcc0c640 -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-18T01:12:08.019 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:08.017+0000 7fe6dcc0c640 -1 created new key in keyring /var/lib/ceph/osd/ceph-6/keyring 2024-09-18T01:12:08.019 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:08.017+0000 7fe6dcc0c640 -1 bdev(0x5585c7847800 /var/lib/ceph/osd/ceph-6/block) open stat got: (1) Operation not permitted 2024-09-18T01:12:08.019 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:08.017+0000 7fe6dcc0c640 -1 bluestore(/var/lib/ceph/osd/ceph-6) _read_fsid unparsable uuid 2024-09-18T01:12:11.916 DEBUG:teuthology.orchestra.run.smithi094:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-18T01:12:11.945 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:12.036 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:12.034+0000 7fd8a371b640 -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-18T01:12:12.036 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:12.034+0000 7fd8a371b640 -1 created new key in keyring /var/lib/ceph/osd/ceph-7/keyring 2024-09-18T01:12:12.036 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:12.034+0000 7fd8a371b640 -1 bdev(0x55608ea17800 /var/lib/ceph/osd/ceph-7/block) open stat got: (1) Operation not permitted 2024-09-18T01:12:12.037 INFO:teuthology.orchestra.run.smithi094.stderr:2024-09-18T01:12:12.034+0000 7fd8a371b640 -1 bluestore(/var/lib/ceph/osd/ceph-7) _read_fsid unparsable uuid 2024-09-18T01:12:15.960 DEBUG:teuthology.orchestra.run.smithi094:> sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-18T01:12:15.990 INFO:tasks.ceph:Reading keys from all nodes... 2024-09-18T01:12:15.990 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:12:15.990 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/mgr/ceph-x/keyring of=/dev/stdout 2024-09-18T01:12:16.022 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:12:16.023 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/osd/ceph-0/keyring of=/dev/stdout 2024-09-18T01:12:16.093 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:12:16.093 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/osd/ceph-1/keyring of=/dev/stdout 2024-09-18T01:12:16.163 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:12:16.163 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/osd/ceph-2/keyring of=/dev/stdout 2024-09-18T01:12:16.232 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:12:16.232 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/osd/ceph-3/keyring of=/dev/stdout 2024-09-18T01:12:16.301 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:12:16.301 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/var/lib/ceph/mgr/ceph-y/keyring of=/dev/stdout 2024-09-18T01:12:16.331 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:12:16.331 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/var/lib/ceph/osd/ceph-4/keyring of=/dev/stdout 2024-09-18T01:12:16.402 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:12:16.402 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/var/lib/ceph/osd/ceph-5/keyring of=/dev/stdout 2024-09-18T01:12:16.471 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:12:16.471 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/var/lib/ceph/osd/ceph-6/keyring of=/dev/stdout 2024-09-18T01:12:16.538 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:12:16.539 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/var/lib/ceph/osd/ceph-7/keyring of=/dev/stdout 2024-09-18T01:12:16.605 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-18T01:12:16.606 DEBUG:teuthology.orchestra.run.smithi112:> dd if=/etc/ceph/ceph.client.0.keyring of=/dev/stdout 2024-09-18T01:12:16.625 INFO:tasks.ceph:Adding keys to all mons... 2024-09-18T01:12:16.625 DEBUG:teuthology.orchestra.run.smithi026:> sudo tee -a /etc/ceph/ceph.keyring 2024-09-18T01:12:16.628 DEBUG:teuthology.orchestra.run.smithi094:> sudo tee -a /etc/ceph/ceph.keyring 2024-09-18T01:12:16.654 INFO:teuthology.orchestra.run.smithi026.stdout:[mgr.x] 2024-09-18T01:12:16.654 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDPKOpmXV4EDhAAc+rL1coSCFZ8MZTQyEkKKw== 2024-09-18T01:12:16.654 INFO:teuthology.orchestra.run.smithi026.stdout:[osd.0] 2024-09-18T01:12:16.654 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDQKOpm/Ie0KRAAlrlFMPrQ9zYerZpEx+v1kg== 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout:[osd.1] 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDUKOpm1lDIHBAAK8Uq1pk2sOb+08fV1c5yQg== 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout:[osd.2] 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDYKOpmf0FYDxAAf4kWSlT9kQ0cu7CISfXLdQ== 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout:[osd.3] 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDbKOpmbejiLhAAk0jp0aSzg6q18FEqe+KhvQ== 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout:[mgr.y] 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDPKOpm2KeCExAASLb2QskDHvgTrUXBJrAn3w== 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout:[osd.4] 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDgKOpmbLyxDRAA5QDWKGypinX8epaLBnhfqQ== 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout:[osd.5] 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDjKOpmd+cmOxAAi8WFNexHO3wGk2rqk5XGrQ== 2024-09-18T01:12:16.655 INFO:teuthology.orchestra.run.smithi026.stdout:[osd.6] 2024-09-18T01:12:16.656 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDoKOpmlnMYARAA7afu8joUYWrBbGI14r4Tlw== 2024-09-18T01:12:16.656 INFO:teuthology.orchestra.run.smithi026.stdout:[osd.7] 2024-09-18T01:12:16.656 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDsKOpmUYQrAhAAaLVrPNMDpXQzRdYRy7YTag== 2024-09-18T01:12:16.656 INFO:teuthology.orchestra.run.smithi026.stdout:[client.0] 2024-09-18T01:12:16.656 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDPKOpmv0QVFxAAlar6AXWCIAw85JBS6UKCPA== 2024-09-18T01:12:16.670 INFO:teuthology.orchestra.run.smithi094.stdout:[mgr.x] 2024-09-18T01:12:16.670 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQDPKOpmXV4EDhAAc+rL1coSCFZ8MZTQyEkKKw== 2024-09-18T01:12:16.670 INFO:teuthology.orchestra.run.smithi094.stdout:[osd.0] 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQDQKOpm/Ie0KRAAlrlFMPrQ9zYerZpEx+v1kg== 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout:[osd.1] 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQDUKOpm1lDIHBAAK8Uq1pk2sOb+08fV1c5yQg== 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout:[osd.2] 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQDYKOpmf0FYDxAAf4kWSlT9kQ0cu7CISfXLdQ== 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout:[osd.3] 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQDbKOpmbejiLhAAk0jp0aSzg6q18FEqe+KhvQ== 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout:[mgr.y] 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQDPKOpm2KeCExAASLb2QskDHvgTrUXBJrAn3w== 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout:[osd.4] 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQDgKOpmbLyxDRAA5QDWKGypinX8epaLBnhfqQ== 2024-09-18T01:12:16.671 INFO:teuthology.orchestra.run.smithi094.stdout:[osd.5] 2024-09-18T01:12:16.672 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQDjKOpmd+cmOxAAi8WFNexHO3wGk2rqk5XGrQ== 2024-09-18T01:12:16.672 INFO:teuthology.orchestra.run.smithi094.stdout:[osd.6] 2024-09-18T01:12:16.672 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQDoKOpmlnMYARAA7afu8joUYWrBbGI14r4Tlw== 2024-09-18T01:12:16.672 INFO:teuthology.orchestra.run.smithi094.stdout:[osd.7] 2024-09-18T01:12:16.672 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQDsKOpmUYQrAhAAaLVrPNMDpXQzRdYRy7YTag== 2024-09-18T01:12:16.672 INFO:teuthology.orchestra.run.smithi094.stdout:[client.0] 2024-09-18T01:12:16.673 INFO:teuthology.orchestra.run.smithi094.stdout: key = AQDPKOpmv0QVFxAAlar6AXWCIAw85JBS6UKCPA== 2024-09-18T01:12:16.674 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:16.699 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:16.767 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:16.769 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:16.823 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:16.826 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:16.878 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:16.881 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:16.933 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:16.936 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:16.988 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:16.990 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:17.043 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:17.045 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:17.096 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:17.098 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:17.149 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:17.151 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:17.202 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:17.204 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:17.256 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:17.258 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:17.312 INFO:tasks.ceph:Running mkfs on mon nodes... 2024-09-18T01:12:17.312 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /var/lib/ceph/mon/ceph-a 2024-09-18T01:12:17.337 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:17.435 DEBUG:teuthology.orchestra.run.smithi026:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-a 2024-09-18T01:12:17.461 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /var/lib/ceph/mon/ceph-c 2024-09-18T01:12:17.527 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:12:17.624 DEBUG:teuthology.orchestra.run.smithi026:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-c 2024-09-18T01:12:17.649 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /var/lib/ceph/mon/ceph-b 2024-09-18T01:12:17.675 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:12:17.773 DEBUG:teuthology.orchestra.run.smithi094:> sudo chown -R ceph:ceph /var/lib/ceph/mon/ceph-b 2024-09-18T01:12:17.798 DEBUG:teuthology.orchestra.run.smithi026:> rm -- /home/ubuntu/cephtest/ceph.monmap 2024-09-18T01:12:17.800 DEBUG:teuthology.orchestra.run.smithi094:> rm -- /home/ubuntu/cephtest/ceph.monmap 2024-09-18T01:12:17.853 INFO:tasks.ceph:Starting mon daemons in cluster ceph... 2024-09-18T01:12:17.853 INFO:tasks.ceph.mon.a:Restarting daemon 2024-09-18T01:12:17.853 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i a 2024-09-18T01:12:17.856 INFO:tasks.ceph.mon.a:Started 2024-09-18T01:12:17.856 INFO:tasks.ceph.mon.c:Restarting daemon 2024-09-18T01:12:17.856 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i c 2024-09-18T01:12:17.858 INFO:tasks.ceph.mon.c:Started 2024-09-18T01:12:17.859 INFO:tasks.ceph.mon.b:Restarting daemon 2024-09-18T01:12:17.859 DEBUG:teuthology.orchestra.run.smithi094:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster ceph -i b 2024-09-18T01:12:17.895 INFO:tasks.ceph.mon.b:Started 2024-09-18T01:12:17.895 INFO:tasks.ceph:Starting mgr daemons in cluster ceph... 2024-09-18T01:12:17.895 INFO:tasks.ceph.mgr.x:Restarting daemon 2024-09-18T01:12:17.895 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster ceph -i x 2024-09-18T01:12:17.897 INFO:tasks.ceph.mgr.x:Started 2024-09-18T01:12:17.898 INFO:tasks.ceph.mgr.y:Restarting daemon 2024-09-18T01:12:17.898 DEBUG:teuthology.orchestra.run.smithi094:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster ceph -i y 2024-09-18T01:12:17.900 INFO:tasks.ceph.mgr.y:Started 2024-09-18T01:12:17.900 INFO:tasks.ceph:Setting crush tunables to default 2024-09-18T01:12:17.900 DEBUG:teuthology.orchestra.run.smithi026:> sudo ceph --cluster ceph osd crush tunables default 2024-09-18T01:12:23.249 INFO:teuthology.orchestra.run.smithi026.stderr:adjusted tunables profile to default 2024-09-18T01:12:23.261 INFO:tasks.ceph:check_enable_crimson: False 2024-09-18T01:12:23.261 INFO:tasks.ceph:Starting osd daemons in cluster ceph... 2024-09-18T01:12:23.262 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:12:23.262 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/osd/ceph-0/fsid of=/dev/stdout 2024-09-18T01:12:23.281 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:23.280+0000 7f2889e0e040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-18T01:12:23.288 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:12:23.288 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/osd/ceph-1/fsid of=/dev/stdout 2024-09-18T01:12:23.326 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:23.325+0000 7f2889e0e040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-18T01:12:23.352 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:12:23.352 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/osd/ceph-2/fsid of=/dev/stdout 2024-09-18T01:12:23.417 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-09-18T01:12:23.418 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/osd/ceph-3/fsid of=/dev/stdout 2024-09-18T01:12:23.477 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:23.477+0000 7f2889e0e040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-18T01:12:23.484 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:12:23.484 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/var/lib/ceph/osd/ceph-4/fsid of=/dev/stdout 2024-09-18T01:12:23.514 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:12:23.515 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/var/lib/ceph/osd/ceph-5/fsid of=/dev/stdout 2024-09-18T01:12:23.532 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:23.530+0000 7f2889e0e040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-18T01:12:23.584 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:12:23.584 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/var/lib/ceph/osd/ceph-6/fsid of=/dev/stdout 2024-09-18T01:12:23.652 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T01:12:23.653 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/var/lib/ceph/osd/ceph-7/fsid of=/dev/stdout 2024-09-18T01:12:23.697 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:23.696+0000 7f2889e0e040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-18T01:12:23.721 DEBUG:teuthology.orchestra.run.smithi094:> sudo ceph --cluster ceph osd new 0209d7f8-6c14-4ea3-9b29-745ffdf0ffd7 0 2024-09-18T01:12:23.812 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:23.811+0000 7f2889e0e040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-18T01:12:23.943 INFO:teuthology.orchestra.run.smithi094.stdout:0 2024-09-18T01:12:23.954 DEBUG:teuthology.orchestra.run.smithi094:> sudo ceph --cluster ceph osd new b7c69f91-eb27-4fac-b598-cdecbf1b0221 1 2024-09-18T01:12:24.082 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:24.081+0000 7f89f85b9040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-18T01:12:24.124 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:24.123+0000 7f89f85b9040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-18T01:12:24.133 INFO:teuthology.orchestra.run.smithi094.stdout:1 2024-09-18T01:12:24.144 DEBUG:teuthology.orchestra.run.smithi094:> sudo ceph --cluster ceph osd new 6a63195b-6b54-4e1c-abe5-9ed627a97e07 2 2024-09-18T01:12:24.161 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:24.160+0000 7f2889e0e040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-18T01:12:24.216 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:24.215+0000 7f2889e0e040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-18T01:12:24.272 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:24.271+0000 7f89f85b9040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-18T01:12:24.322 INFO:teuthology.orchestra.run.smithi094.stdout:2 2024-09-18T01:12:24.324 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:24.323+0000 7f89f85b9040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-18T01:12:24.334 DEBUG:teuthology.orchestra.run.smithi094:> sudo ceph --cluster ceph osd new c98b336c-d91c-42c7-824c-5975d35135ec 3 2024-09-18T01:12:24.374 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:24.373+0000 7f2889e0e040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-18T01:12:24.496 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:24.495+0000 7f89f85b9040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-18T01:12:24.509 INFO:teuthology.orchestra.run.smithi094.stdout:3 2024-09-18T01:12:24.520 DEBUG:teuthology.orchestra.run.smithi094:> sudo ceph --cluster ceph osd new 9d910836-8dc4-4566-af55-e856ce813103 4 2024-09-18T01:12:24.613 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:24.612+0000 7f89f85b9040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-18T01:12:24.699 INFO:teuthology.orchestra.run.smithi094.stdout:4 2024-09-18T01:12:24.710 DEBUG:teuthology.orchestra.run.smithi094:> sudo ceph --cluster ceph osd new f9e4b456-e81f-4295-a8e8-f3fda780f3a1 5 2024-09-18T01:12:24.887 INFO:teuthology.orchestra.run.smithi094.stdout:5 2024-09-18T01:12:24.899 DEBUG:teuthology.orchestra.run.smithi094:> sudo ceph --cluster ceph osd new a03104e4-ac64-4770-b567-4ff3b6e2dc7e 6 2024-09-18T01:12:24.949 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:24.948+0000 7f89f85b9040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-18T01:12:25.002 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:25.001+0000 7f89f85b9040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-18T01:12:25.078 INFO:teuthology.orchestra.run.smithi094.stdout:6 2024-09-18T01:12:25.090 DEBUG:teuthology.orchestra.run.smithi094:> sudo ceph --cluster ceph osd new 215885f3-520a-40e7-a5a2-8ede6a21882c 7 2024-09-18T01:12:25.162 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:25.161+0000 7f89f85b9040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-18T01:12:25.270 INFO:teuthology.orchestra.run.smithi094.stdout:7 2024-09-18T01:12:25.281 INFO:tasks.ceph.osd.0:Restarting daemon 2024-09-18T01:12:25.281 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 0 2024-09-18T01:12:25.283 INFO:tasks.ceph.osd.0:Started 2024-09-18T01:12:25.283 INFO:tasks.ceph.osd.1:Restarting daemon 2024-09-18T01:12:25.284 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 1 2024-09-18T01:12:25.286 INFO:tasks.ceph.osd.1:Started 2024-09-18T01:12:25.286 INFO:tasks.ceph.osd.2:Restarting daemon 2024-09-18T01:12:25.286 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 2 2024-09-18T01:12:25.288 INFO:tasks.ceph.osd.2:Started 2024-09-18T01:12:25.288 INFO:tasks.ceph.osd.3:Restarting daemon 2024-09-18T01:12:25.288 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 3 2024-09-18T01:12:25.291 INFO:tasks.ceph.osd.3:Started 2024-09-18T01:12:25.291 INFO:tasks.ceph.osd.4:Restarting daemon 2024-09-18T01:12:25.291 DEBUG:teuthology.orchestra.run.smithi094:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 4 2024-09-18T01:12:25.293 INFO:tasks.ceph.osd.4:Started 2024-09-18T01:12:25.293 INFO:tasks.ceph.osd.5:Restarting daemon 2024-09-18T01:12:25.294 DEBUG:teuthology.orchestra.run.smithi094:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 5 2024-09-18T01:12:25.295 INFO:tasks.ceph.osd.5:Started 2024-09-18T01:12:25.296 INFO:tasks.ceph.osd.6:Restarting daemon 2024-09-18T01:12:25.296 DEBUG:teuthology.orchestra.run.smithi094:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 6 2024-09-18T01:12:25.298 INFO:tasks.ceph.osd.6:Started 2024-09-18T01:12:25.298 INFO:tasks.ceph.osd.7:Restarting daemon 2024-09-18T01:12:25.298 DEBUG:teuthology.orchestra.run.smithi094:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster ceph -i 7 2024-09-18T01:12:25.300 INFO:tasks.ceph.osd.7:Started 2024-09-18T01:12:25.301 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-09-18T01:12:25.406 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:25.405+0000 7f2889e0e040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-18T01:12:25.463 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:25.462+0000 7f2889e0e040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-18T01:12:25.493 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:12:25.493 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":10,"fsid":"fcba8fcf-5692-4926-af0b-9eb5ae26e44b","created":"2024-09-18T01:12:23.158336+0000","modified":"2024-09-18T01:12:25.267787+0000","last_up_change":"0.000000","last_in_change":"2024-09-18T01:12:25.267787+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":"0209d7f8-6c14-4ea3-9b29-745ffdf0ffd7","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":"b7c69f91-eb27-4fac-b598-cdecbf1b0221","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":"6a63195b-6b54-4e1c-abe5-9ed627a97e07","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":"c98b336c-d91c-42c7-824c-5975d35135ec","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":"9d910836-8dc4-4566-af55-e856ce813103","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":"f9e4b456-e81f-4295-a8e8-f3fda780f3a1","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":"a03104e4-ac64-4770-b567-4ff3b6e2dc7e","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":"215885f3-520a-40e7-a5a2-8ede6a21882c","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-18T01:12:25.504 INFO:tasks.ceph.ceph_manager.ceph:[] 2024-09-18T01:12:25.504 INFO:tasks.ceph:Waiting for OSDs to come up 2024-09-18T01:12:25.852 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:25.851+0000 7f2889e0e040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-18T01:12:25.941 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:25.940+0000 7f2889e0e040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-18T01:12:26.054 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:26.053+0000 7f2889e0e040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-18T01:12:26.102 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:26.101+0000 7f2889e0e040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-18T01:12:26.144 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:26.143+0000 7f89f85b9040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-18T01:12:26.198 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:26.197+0000 7f89f85b9040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-18T01:12:26.222 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:26.221+0000 7f2889e0e040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-18T01:12:26.278 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:26.277+0000 7f2889e0e040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-18T01:12:26.311 DEBUG:teuthology.orchestra.run.smithi026:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2024-09-18T01:12:26.325 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:26.324+0000 7f2889e0e040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-18T01:12:26.446 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:26.445+0000 7f2889e0e040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-18T01:12:26.472 INFO:teuthology.misc.health.smithi026.stdout: 2024-09-18T01:12:26.472 INFO:teuthology.misc.health.smithi026.stdout:{"epoch":10,"fsid":"fcba8fcf-5692-4926-af0b-9eb5ae26e44b","created":"2024-09-18T01:12:23.158336+0000","modified":"2024-09-18T01:12:25.267787+0000","last_up_change":"0.000000","last_in_change":"2024-09-18T01:12:25.267787+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":"0209d7f8-6c14-4ea3-9b29-745ffdf0ffd7","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":"b7c69f91-eb27-4fac-b598-cdecbf1b0221","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":"6a63195b-6b54-4e1c-abe5-9ed627a97e07","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":"c98b336c-d91c-42c7-824c-5975d35135ec","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":"9d910836-8dc4-4566-af55-e856ce813103","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":"f9e4b456-e81f-4295-a8e8-f3fda780f3a1","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":"a03104e4-ac64-4770-b567-4ff3b6e2dc7e","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":"215885f3-520a-40e7-a5a2-8ede6a21882c","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-18T01:12:26.482 DEBUG:teuthology.misc:0 of 8 OSDs are up 2024-09-18T01:12:26.500 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:26.499+0000 7f2889e0e040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-18T01:12:26.555 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:26.554+0000 7f2889e0e040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-18T01:12:26.562 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:26.561+0000 7f89f85b9040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-18T01:12:26.626 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:26.625+0000 7f2889e0e040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-18T01:12:26.645 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:26.644+0000 7f89f85b9040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-18T01:12:26.672 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:26.671+0000 7f2889e0e040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-18T01:12:26.718 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:26.717+0000 7f2889e0e040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-18T01:12:26.752 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:26.751+0000 7f89f85b9040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-18T01:12:26.755 INFO:tasks.ceph.osd.2.smithi026.stderr:2024-09-18T01:12:26.754+0000 7fb4cd00f640 -1 Falling back to public interface 2024-09-18T01:12:26.799 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:26.798+0000 7f89f85b9040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-18T01:12:26.910 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:26.909+0000 7f89f85b9040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-18T01:12:26.962 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:26.961+0000 7f89f85b9040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-18T01:12:27.008 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:27.007+0000 7f89f85b9040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-18T01:12:27.026 INFO:tasks.ceph.osd.1.smithi026.stderr:2024-09-18T01:12:27.025+0000 7f4d0eb4b640 -1 Falling back to public interface 2024-09-18T01:12:27.033 INFO:tasks.ceph.osd.6.smithi094.stderr:2024-09-18T01:12:27.032+0000 7f7265fc5640 -1 Falling back to public interface 2024-09-18T01:12:27.041 INFO:tasks.ceph.osd.7.smithi094.stderr:2024-09-18T01:12:27.040+0000 7ff8e869c640 -1 Falling back to public interface 2024-09-18T01:12:27.121 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:27.120+0000 7f89f85b9040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-18T01:12:27.171 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:27.170+0000 7f89f85b9040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-18T01:12:27.221 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:27.221+0000 7f89f85b9040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-18T01:12:27.243 INFO:tasks.ceph.osd.5.smithi094.stderr:2024-09-18T01:12:27.242+0000 7fc51de1a640 -1 Falling back to public interface 2024-09-18T01:12:27.247 INFO:tasks.ceph.osd.4.smithi094.stderr:2024-09-18T01:12:27.246+0000 7f668fb54640 -1 Falling back to public interface 2024-09-18T01:12:27.260 INFO:tasks.ceph.osd.3.smithi026.stderr:2024-09-18T01:12:27.259+0000 7f91a6e0d640 -1 Falling back to public interface 2024-09-18T01:12:27.264 INFO:tasks.ceph.osd.0.smithi026.stderr:2024-09-18T01:12:27.263+0000 7fdca5220640 -1 Falling back to public interface 2024-09-18T01:12:27.294 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:27.293+0000 7f89f85b9040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-18T01:12:27.339 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:27.339+0000 7f89f85b9040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-18T01:12:27.384 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:27.383+0000 7f89f85b9040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-18T01:12:27.408 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:27.407+0000 7f2889e0e040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-18T01:12:28.034 INFO:tasks.ceph.mgr.y.smithi094.stderr:2024-09-18T01:12:28.033+0000 7f89f85b9040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-18T01:12:28.422 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:28.421+0000 7f28299d6640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-18T01:12:28.422 INFO:tasks.ceph.mgr.x.smithi026.stderr:2024-09-18T01:12:28.421+0000 7f28299d6640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-18T01:12:30.882 INFO:tasks.ceph.osd.6.smithi094.stderr:2024-09-18T01:12:30.881+0000 7f7265fc5640 -1 osd.6 0 log_to_monitors true 2024-09-18T01:12:31.302 INFO:tasks.ceph.osd.3.smithi026.stderr:2024-09-18T01:12:31.301+0000 7f91a6e0d640 -1 osd.3 0 log_to_monitors true 2024-09-18T01:12:31.312 INFO:tasks.ceph.osd.2.smithi026.stderr:2024-09-18T01:12:31.312+0000 7fb4cd00f640 -1 osd.2 0 log_to_monitors true 2024-09-18T01:12:31.326 INFO:tasks.ceph.osd.0.smithi026.stderr:2024-09-18T01:12:31.325+0000 7fdca5220640 -1 osd.0 0 log_to_monitors true 2024-09-18T01:12:31.360 INFO:tasks.ceph.osd.7.smithi094.stderr:2024-09-18T01:12:31.359+0000 7ff8e869c640 -1 osd.7 0 log_to_monitors true 2024-09-18T01:12:31.529 INFO:tasks.ceph.osd.4.smithi094.stderr:2024-09-18T01:12:31.528+0000 7f668fb54640 -1 osd.4 0 log_to_monitors true 2024-09-18T01:12:31.577 INFO:tasks.ceph.osd.1.smithi026.stderr:2024-09-18T01:12:31.576+0000 7f4d0eb4b640 -1 osd.1 0 log_to_monitors true 2024-09-18T01:12:31.742 INFO:tasks.ceph.osd.5.smithi094.stderr:2024-09-18T01:12:31.741+0000 7fc51de1a640 -1 osd.5 0 log_to_monitors true 2024-09-18T01:12:33.289 DEBUG:teuthology.orchestra.run.smithi026:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2024-09-18T01:12:33.446 INFO:tasks.ceph.osd.6.smithi094.stderr:2024-09-18T01:12:33.445+0000 7f7262768640 -1 osd.6 0 waiting for initial osdmap 2024-09-18T01:12:33.463 INFO:tasks.ceph.osd.7.smithi094.stderr:2024-09-18T01:12:33.462+0000 7ff8e3e08640 -1 osd.7 0 waiting for initial osdmap 2024-09-18T01:12:33.466 INFO:tasks.ceph.osd.6.smithi094.stderr:2024-09-18T01:12:33.465+0000 7f7259d63640 -1 osd.6 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T01:12:33.491 INFO:tasks.ceph.osd.7.smithi094.stderr:2024-09-18T01:12:33.490+0000 7ff8dc43a640 -1 osd.7 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T01:12:33.793 INFO:tasks.ceph.osd.0.smithi026.stderr:2024-09-18T01:12:33.792+0000 7fdca098c640 -1 osd.0 0 waiting for initial osdmap 2024-09-18T01:12:33.813 INFO:tasks.ceph.osd.0.smithi026.stderr:2024-09-18T01:12:33.812+0000 7fdc98fbe640 -1 osd.0 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T01:12:33.824 INFO:tasks.ceph.osd.3.smithi026.stderr:2024-09-18T01:12:33.823+0000 7f91a1eca640 -1 osd.3 0 waiting for initial osdmap 2024-09-18T01:12:33.839 INFO:tasks.ceph.osd.3.smithi026.stderr:2024-09-18T01:12:33.838+0000 7f919a4fc640 -1 osd.3 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T01:12:33.840 INFO:teuthology.misc.health.smithi026.stdout: 2024-09-18T01:12:33.841 INFO:teuthology.misc.health.smithi026.stdout:{"epoch":13,"fsid":"fcba8fcf-5692-4926-af0b-9eb5ae26e44b","created":"2024-09-18T01:12:23.158336+0000","modified":"2024-09-18T01:12:33.426701+0000","last_up_change":"0.000000","last_in_change":"2024-09-18T01:12:25.267787+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":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":"0209d7f8-6c14-4ea3-9b29-745ffdf0ffd7","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":"b7c69f91-eb27-4fac-b598-cdecbf1b0221","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":"6a63195b-6b54-4e1c-abe5-9ed627a97e07","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":"c98b336c-d91c-42c7-824c-5975d35135ec","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":"9d910836-8dc4-4566-af55-e856ce813103","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":"f9e4b456-e81f-4295-a8e8-f3fda780f3a1","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":"a03104e4-ac64-4770-b567-4ff3b6e2dc7e","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":"215885f3-520a-40e7-a5a2-8ede6a21882c","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-18T01:12:33.857 DEBUG:teuthology.misc:0 of 8 OSDs are up 2024-09-18T01:12:33.880 INFO:tasks.ceph.osd.2.smithi026.stderr:2024-09-18T01:12:33.879+0000 7fb4c920d640 -1 osd.2 0 waiting for initial osdmap 2024-09-18T01:12:33.893 INFO:tasks.ceph.osd.2.smithi026.stderr:2024-09-18T01:12:33.892+0000 7fb4c0808640 -1 osd.2 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T01:12:34.383 INFO:tasks.ceph.osd.1.smithi026.stderr:2024-09-18T01:12:34.382+0000 7f4d0b2ee640 -1 osd.1 0 waiting for initial osdmap 2024-09-18T01:12:34.394 INFO:tasks.ceph.osd.1.smithi026.stderr:2024-09-18T01:12:34.393+0000 7f4d028e9640 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T01:12:34.441 INFO:tasks.ceph.osd.4.smithi094.stderr:2024-09-18T01:12:34.440+0000 7f668b2c0640 -1 osd.4 0 waiting for initial osdmap 2024-09-18T01:12:34.454 INFO:tasks.ceph.osd.5.smithi094.stderr:2024-09-18T01:12:34.453+0000 7fc518fc5640 -1 osd.5 0 waiting for initial osdmap 2024-09-18T01:12:34.462 INFO:tasks.ceph.osd.4.smithi094.stderr:2024-09-18T01:12:34.461+0000 7f66838f2640 -1 osd.4 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T01:12:34.468 INFO:tasks.ceph.osd.5.smithi094.stderr:2024-09-18T01:12:34.467+0000 7fc5115f7640 -1 osd.5 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T01:12:40.666 DEBUG:teuthology.orchestra.run.smithi026:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster ceph osd dump --format=json 2024-09-18T01:12:40.962 INFO:teuthology.misc.health.smithi026.stdout: 2024-09-18T01:12:40.962 INFO:teuthology.misc.health.smithi026.stdout:{"epoch":17,"fsid":"fcba8fcf-5692-4926-af0b-9eb5ae26e44b","created":"2024-09-18T01:12:23.158336+0000","modified":"2024-09-18T01:12:37.471967+0000","last_up_change":"2024-09-18T01:12:35.468098+0000","last_in_change":"2024-09-18T01:12:25.267787+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-18T01:12:35.462912+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":"0209d7f8-6c14-4ea3-9b29-745ffdf0ffd7","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.26:6824","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6825","nonce":3784648640}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6826","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6827","nonce":3784648640}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6831","nonce":3784648640}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6829","nonce":3784648640}]},"public_addr":"172.21.15.26:6825/3784648640","cluster_addr":"172.21.15.26:6827/3784648640","heartbeat_back_addr":"172.21.15.26:6831/3784648640","heartbeat_front_addr":"172.21.15.26:6829/3784648640","state":["exists","up"]},{"osd":1,"uuid":"b7c69f91-eb27-4fac-b598-cdecbf1b0221","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.26:6808","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6809","nonce":3371806244}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6811","nonce":3371806244}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6815","nonce":3371806244}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6813","nonce":3371806244}]},"public_addr":"172.21.15.26:6809/3371806244","cluster_addr":"172.21.15.26:6811/3371806244","heartbeat_back_addr":"172.21.15.26:6815/3371806244","heartbeat_front_addr":"172.21.15.26:6813/3371806244","state":["exists","up"]},{"osd":2,"uuid":"6a63195b-6b54-4e1c-abe5-9ed627a97e07","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.26:6800","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6801","nonce":4267359749}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6803","nonce":4267359749}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6807","nonce":4267359749}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6805","nonce":4267359749}]},"public_addr":"172.21.15.26:6801/4267359749","cluster_addr":"172.21.15.26:6803/4267359749","heartbeat_back_addr":"172.21.15.26:6807/4267359749","heartbeat_front_addr":"172.21.15.26:6805/4267359749","state":["exists","up"]},{"osd":3,"uuid":"c98b336c-d91c-42c7-824c-5975d35135ec","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.26:6816","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6817","nonce":3466529342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6818","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6819","nonce":3466529342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6823","nonce":3466529342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6821","nonce":3466529342}]},"public_addr":"172.21.15.26:6817/3466529342","cluster_addr":"172.21.15.26:6819/3466529342","heartbeat_back_addr":"172.21.15.26:6823/3466529342","heartbeat_front_addr":"172.21.15.26:6821/3466529342","state":["exists","up"]},{"osd":4,"uuid":"9d910836-8dc4-4566-af55-e856ce813103","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.94:6824","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6825","nonce":1875119919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6826","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6827","nonce":1875119919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6830","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6831","nonce":1875119919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6828","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6829","nonce":1875119919}]},"public_addr":"172.21.15.94:6825/1875119919","cluster_addr":"172.21.15.94:6827/1875119919","heartbeat_back_addr":"172.21.15.94:6831/1875119919","heartbeat_front_addr":"172.21.15.94:6829/1875119919","state":["exists","up"]},{"osd":5,"uuid":"f9e4b456-e81f-4295-a8e8-f3fda780f3a1","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.94:6816","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6817","nonce":1843230964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6818","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6819","nonce":1843230964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6822","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6823","nonce":1843230964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6820","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6821","nonce":1843230964}]},"public_addr":"172.21.15.94:6817/1843230964","cluster_addr":"172.21.15.94:6819/1843230964","heartbeat_back_addr":"172.21.15.94:6823/1843230964","heartbeat_front_addr":"172.21.15.94:6821/1843230964","state":["exists","up"]},{"osd":6,"uuid":"a03104e4-ac64-4770-b567-4ff3b6e2dc7e","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.94:6800","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6801","nonce":1572533955}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6803","nonce":1572533955}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6807","nonce":1572533955}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6805","nonce":1572533955}]},"public_addr":"172.21.15.94:6801/1572533955","cluster_addr":"172.21.15.94:6803/1572533955","heartbeat_back_addr":"172.21.15.94:6807/1572533955","heartbeat_front_addr":"172.21.15.94:6805/1572533955","state":["exists","up"]},{"osd":7,"uuid":"215885f3-520a-40e7-a5a2-8ede6a21882c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":15,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6809","nonce":2744659334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6811","nonce":2744659334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6815","nonce":2744659334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6813","nonce":2744659334}]},"public_addr":"172.21.15.94:6809/2744659334","cluster_addr":"172.21.15.94:6811/2744659334","heartbeat_back_addr":"172.21.15.94:6815/2744659334","heartbeat_front_addr":"172.21.15.94:6813/2744659334","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.309234+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.543933+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.337682+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.301616+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.549971+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.771969+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:31.861960+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.377614+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-18T01:12:40.973 DEBUG:teuthology.misc:8 of 8 OSDs are up 2024-09-18T01:12:40.973 INFO:tasks.ceph:Creating RBD pool 2024-09-18T01:12:40.973 DEBUG:teuthology.orchestra.run.smithi026:> sudo ceph --cluster ceph osd pool create rbd 8 2024-09-18T01:12:41.576 INFO:teuthology.orchestra.run.smithi026.stderr:pool 'rbd' created 2024-09-18T01:12:41.591 DEBUG:teuthology.orchestra.run.smithi026:> rbd --cluster ceph pool init rbd 2024-09-18T01:12:44.602 INFO:tasks.ceph:Starting mds daemons in cluster ceph... 2024-09-18T01:12:44.603 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-18T01:12:44.603 INFO:tasks.ceph.ceph_manager.ceph:waiting for mgr available 2024-09-18T01:12:44.603 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph mgr dump --format=json 2024-09-18T01:12:44.603 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2024-09-18T01:12:44.952 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:12:44.963 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":5,"flags":0,"active_gid":4107,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6832","nonce":3007414453},{"type":"v1","addr":"172.21.15.26:6833","nonce":3007414453}]},"active_addr":"172.21.15.26:6833/3007414453","active_change":"2024-09-18T01:12:27.409105+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":4117,"name":"y","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"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":[]},"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.25.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:9.4.12","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_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.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.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.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_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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_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":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"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":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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":[]}}},{"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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["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","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"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":[]},"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.25.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:9.4.12","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_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.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.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.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_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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_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":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"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":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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":[]}}},{"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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{},"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.26:0","nonce":4198516758}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":838865205}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":1128030008}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":3255064195}]}]} 2024-09-18T01:12:44.967 INFO:tasks.ceph.ceph_manager.ceph:mgr available! 2024-09-18T01:12:44.967 INFO:tasks.ceph.ceph_manager.ceph:waiting for all up 2024-09-18T01:12:44.967 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-09-18T01:12:45.256 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:12:45.256 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":21,"fsid":"fcba8fcf-5692-4926-af0b-9eb5ae26e44b","created":"2024-09-18T01:12:23.158336+0000","modified":"2024-09-18T01:12:44.586283+0000","last_up_change":"2024-09-18T01:12:35.468098+0000","last_in_change":"2024-09-18T01:12:25.267787+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-18T01:12:35.462912+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-18T01:12:41.290238+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":"0209d7f8-6c14-4ea3-9b29-745ffdf0ffd7","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.26:6824","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6825","nonce":3784648640}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6826","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6827","nonce":3784648640}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6831","nonce":3784648640}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6829","nonce":3784648640}]},"public_addr":"172.21.15.26:6825/3784648640","cluster_addr":"172.21.15.26:6827/3784648640","heartbeat_back_addr":"172.21.15.26:6831/3784648640","heartbeat_front_addr":"172.21.15.26:6829/3784648640","state":["exists","up"]},{"osd":1,"uuid":"b7c69f91-eb27-4fac-b598-cdecbf1b0221","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.26:6808","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6809","nonce":3371806244}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6811","nonce":3371806244}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6815","nonce":3371806244}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6813","nonce":3371806244}]},"public_addr":"172.21.15.26:6809/3371806244","cluster_addr":"172.21.15.26:6811/3371806244","heartbeat_back_addr":"172.21.15.26:6815/3371806244","heartbeat_front_addr":"172.21.15.26:6813/3371806244","state":["exists","up"]},{"osd":2,"uuid":"6a63195b-6b54-4e1c-abe5-9ed627a97e07","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.26:6800","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6801","nonce":4267359749}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6803","nonce":4267359749}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6807","nonce":4267359749}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6805","nonce":4267359749}]},"public_addr":"172.21.15.26:6801/4267359749","cluster_addr":"172.21.15.26:6803/4267359749","heartbeat_back_addr":"172.21.15.26:6807/4267359749","heartbeat_front_addr":"172.21.15.26:6805/4267359749","state":["exists","up"]},{"osd":3,"uuid":"c98b336c-d91c-42c7-824c-5975d35135ec","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.26:6816","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6817","nonce":3466529342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6818","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6819","nonce":3466529342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6823","nonce":3466529342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6821","nonce":3466529342}]},"public_addr":"172.21.15.26:6817/3466529342","cluster_addr":"172.21.15.26:6819/3466529342","heartbeat_back_addr":"172.21.15.26:6823/3466529342","heartbeat_front_addr":"172.21.15.26:6821/3466529342","state":["exists","up"]},{"osd":4,"uuid":"9d910836-8dc4-4566-af55-e856ce813103","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.94:6824","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6825","nonce":1875119919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6826","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6827","nonce":1875119919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6830","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6831","nonce":1875119919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6828","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6829","nonce":1875119919}]},"public_addr":"172.21.15.94:6825/1875119919","cluster_addr":"172.21.15.94:6827/1875119919","heartbeat_back_addr":"172.21.15.94:6831/1875119919","heartbeat_front_addr":"172.21.15.94:6829/1875119919","state":["exists","up"]},{"osd":5,"uuid":"f9e4b456-e81f-4295-a8e8-f3fda780f3a1","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.94:6816","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6817","nonce":1843230964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6818","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6819","nonce":1843230964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6822","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6823","nonce":1843230964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6820","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6821","nonce":1843230964}]},"public_addr":"172.21.15.94:6817/1843230964","cluster_addr":"172.21.15.94:6819/1843230964","heartbeat_back_addr":"172.21.15.94:6823/1843230964","heartbeat_front_addr":"172.21.15.94:6821/1843230964","state":["exists","up"]},{"osd":6,"uuid":"a03104e4-ac64-4770-b567-4ff3b6e2dc7e","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.94:6800","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6801","nonce":1572533955}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6803","nonce":1572533955}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6807","nonce":1572533955}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6805","nonce":1572533955}]},"public_addr":"172.21.15.94:6801/1572533955","cluster_addr":"172.21.15.94:6803/1572533955","heartbeat_back_addr":"172.21.15.94:6807/1572533955","heartbeat_front_addr":"172.21.15.94:6805/1572533955","state":["exists","up"]},{"osd":7,"uuid":"215885f3-520a-40e7-a5a2-8ede6a21882c","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.94:6808","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6809","nonce":2744659334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6811","nonce":2744659334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6815","nonce":2744659334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6813","nonce":2744659334}]},"public_addr":"172.21.15.94:6809/2744659334","cluster_addr":"172.21.15.94:6811/2744659334","heartbeat_back_addr":"172.21.15.94:6815/2744659334","heartbeat_front_addr":"172.21.15.94:6813/2744659334","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.309234+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.543933+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.337682+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.301616+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.549971+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.771969+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:31.861960+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.377614+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-18T01:12:45.268 INFO:tasks.ceph.ceph_manager.ceph:all up! 2024-09-18T01:12:45.269 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-09-18T01:12:45.557 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:12:45.557 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":21,"fsid":"fcba8fcf-5692-4926-af0b-9eb5ae26e44b","created":"2024-09-18T01:12:23.158336+0000","modified":"2024-09-18T01:12:44.586283+0000","last_up_change":"2024-09-18T01:12:35.468098+0000","last_in_change":"2024-09-18T01:12:25.267787+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-18T01:12:35.462912+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-18T01:12:41.290238+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":"0209d7f8-6c14-4ea3-9b29-745ffdf0ffd7","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.26:6824","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6825","nonce":3784648640}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6826","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6827","nonce":3784648640}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6831","nonce":3784648640}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6829","nonce":3784648640}]},"public_addr":"172.21.15.26:6825/3784648640","cluster_addr":"172.21.15.26:6827/3784648640","heartbeat_back_addr":"172.21.15.26:6831/3784648640","heartbeat_front_addr":"172.21.15.26:6829/3784648640","state":["exists","up"]},{"osd":1,"uuid":"b7c69f91-eb27-4fac-b598-cdecbf1b0221","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.26:6808","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6809","nonce":3371806244}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6811","nonce":3371806244}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6815","nonce":3371806244}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6813","nonce":3371806244}]},"public_addr":"172.21.15.26:6809/3371806244","cluster_addr":"172.21.15.26:6811/3371806244","heartbeat_back_addr":"172.21.15.26:6815/3371806244","heartbeat_front_addr":"172.21.15.26:6813/3371806244","state":["exists","up"]},{"osd":2,"uuid":"6a63195b-6b54-4e1c-abe5-9ed627a97e07","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.26:6800","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6801","nonce":4267359749}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6803","nonce":4267359749}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6807","nonce":4267359749}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6805","nonce":4267359749}]},"public_addr":"172.21.15.26:6801/4267359749","cluster_addr":"172.21.15.26:6803/4267359749","heartbeat_back_addr":"172.21.15.26:6807/4267359749","heartbeat_front_addr":"172.21.15.26:6805/4267359749","state":["exists","up"]},{"osd":3,"uuid":"c98b336c-d91c-42c7-824c-5975d35135ec","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.26:6816","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6817","nonce":3466529342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6818","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6819","nonce":3466529342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6823","nonce":3466529342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6821","nonce":3466529342}]},"public_addr":"172.21.15.26:6817/3466529342","cluster_addr":"172.21.15.26:6819/3466529342","heartbeat_back_addr":"172.21.15.26:6823/3466529342","heartbeat_front_addr":"172.21.15.26:6821/3466529342","state":["exists","up"]},{"osd":4,"uuid":"9d910836-8dc4-4566-af55-e856ce813103","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.94:6824","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6825","nonce":1875119919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6826","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6827","nonce":1875119919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6830","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6831","nonce":1875119919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6828","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6829","nonce":1875119919}]},"public_addr":"172.21.15.94:6825/1875119919","cluster_addr":"172.21.15.94:6827/1875119919","heartbeat_back_addr":"172.21.15.94:6831/1875119919","heartbeat_front_addr":"172.21.15.94:6829/1875119919","state":["exists","up"]},{"osd":5,"uuid":"f9e4b456-e81f-4295-a8e8-f3fda780f3a1","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.94:6816","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6817","nonce":1843230964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6818","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6819","nonce":1843230964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6822","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6823","nonce":1843230964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6820","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6821","nonce":1843230964}]},"public_addr":"172.21.15.94:6817/1843230964","cluster_addr":"172.21.15.94:6819/1843230964","heartbeat_back_addr":"172.21.15.94:6823/1843230964","heartbeat_front_addr":"172.21.15.94:6821/1843230964","state":["exists","up"]},{"osd":6,"uuid":"a03104e4-ac64-4770-b567-4ff3b6e2dc7e","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.94:6800","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6801","nonce":1572533955}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6803","nonce":1572533955}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6807","nonce":1572533955}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6805","nonce":1572533955}]},"public_addr":"172.21.15.94:6801/1572533955","cluster_addr":"172.21.15.94:6803/1572533955","heartbeat_back_addr":"172.21.15.94:6807/1572533955","heartbeat_front_addr":"172.21.15.94:6805/1572533955","state":["exists","up"]},{"osd":7,"uuid":"215885f3-520a-40e7-a5a2-8ede6a21882c","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.94:6808","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6809","nonce":2744659334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6811","nonce":2744659334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6815","nonce":2744659334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6813","nonce":2744659334}]},"public_addr":"172.21.15.94:6809/2744659334","cluster_addr":"172.21.15.94:6811/2744659334","heartbeat_back_addr":"172.21.15.94:6815/2744659334","heartbeat_front_addr":"172.21.15.94:6813/2744659334","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.309234+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.543933+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.337682+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.301616+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.549971+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.771969+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:31.861960+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.377614+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-18T01:12:45.570 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.0 flush_pg_stats 2024-09-18T01:12:45.571 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.1 flush_pg_stats 2024-09-18T01:12:45.571 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.2 flush_pg_stats 2024-09-18T01:12:45.571 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.3 flush_pg_stats 2024-09-18T01:12:45.572 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.4 flush_pg_stats 2024-09-18T01:12:45.572 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.5 flush_pg_stats 2024-09-18T01:12:45.573 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.6 flush_pg_stats 2024-09-18T01:12:45.573 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph tell osd.7 flush_pg_stats 2024-09-18T01:12:45.828 INFO:teuthology.orchestra.run.smithi026.stdout:60129542149 2024-09-18T01:12:45.829 INFO:teuthology.orchestra.run.smithi026.stdout:64424509445 2024-09-18T01:12:45.829 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.5 2024-09-18T01:12:45.830 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.1 2024-09-18T01:12:45.831 INFO:teuthology.orchestra.run.smithi026.stdout:60129542149 2024-09-18T01:12:45.831 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.0 2024-09-18T01:12:45.832 INFO:teuthology.orchestra.run.smithi026.stdout:60129542148 2024-09-18T01:12:45.832 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.6 2024-09-18T01:12:45.833 INFO:teuthology.orchestra.run.smithi026.stdout:60129542149 2024-09-18T01:12:45.834 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.4 2024-09-18T01:12:45.834 INFO:teuthology.orchestra.run.smithi026.stdout:60129542150 2024-09-18T01:12:45.835 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.3 2024-09-18T01:12:45.836 INFO:teuthology.orchestra.run.smithi026.stdout:60129542149 2024-09-18T01:12:45.836 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.2 2024-09-18T01:12:45.837 INFO:teuthology.orchestra.run.smithi026.stdout:60129542149 2024-09-18T01:12:45.837 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.7 2024-09-18T01:12:46.445 INFO:teuthology.orchestra.run.smithi026.stdout:60129542147 2024-09-18T01:12:46.453 INFO:teuthology.orchestra.run.smithi026.stdout:64424509444 2024-09-18T01:12:46.457 INFO:teuthology.orchestra.run.smithi026.stdout:60129542147 2024-09-18T01:12:46.466 INFO:teuthology.orchestra.run.smithi026.stdout:60129542146 2024-09-18T01:12:46.470 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542147 for osd.0 2024-09-18T01:12:46.475 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509445 got 64424509444 for osd.5 2024-09-18T01:12:46.479 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542147 for osd.1 2024-09-18T01:12:46.484 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542148 got 60129542146 for osd.6 2024-09-18T01:12:46.491 INFO:teuthology.orchestra.run.smithi026.stdout:60129542148 2024-09-18T01:12:46.496 INFO:teuthology.orchestra.run.smithi026.stdout:60129542147 2024-09-18T01:12:46.505 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542150 got 60129542148 for osd.3 2024-09-18T01:12:46.508 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542147 for osd.2 2024-09-18T01:12:46.526 INFO:teuthology.orchestra.run.smithi026.stdout:60129542147 2024-09-18T01:12:46.531 INFO:teuthology.orchestra.run.smithi026.stdout:60129542147 2024-09-18T01:12:46.541 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542147 for osd.4 2024-09-18T01:12:46.546 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542147 for osd.7 2024-09-18T01:12:47.471 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.0 2024-09-18T01:12:47.476 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.5 2024-09-18T01:12:47.480 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.1 2024-09-18T01:12:47.485 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.6 2024-09-18T01:12:47.506 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.3 2024-09-18T01:12:47.509 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.2 2024-09-18T01:12:47.542 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.4 2024-09-18T01:12:47.547 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd last-stat-seq osd.7 2024-09-18T01:12:48.047 INFO:teuthology.orchestra.run.smithi026.stdout:60129542149 2024-09-18T01:12:48.067 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542149 for osd.0 2024-09-18T01:12:48.068 DEBUG:teuthology.parallel:result is None 2024-09-18T01:12:48.110 INFO:teuthology.orchestra.run.smithi026.stdout:60129542148 2024-09-18T01:12:48.122 INFO:teuthology.orchestra.run.smithi026.stdout:60129542149 2024-09-18T01:12:48.128 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542148 got 60129542148 for osd.6 2024-09-18T01:12:48.129 DEBUG:teuthology.parallel:result is None 2024-09-18T01:12:48.132 INFO:teuthology.orchestra.run.smithi026.stdout:60129542150 2024-09-18T01:12:48.134 INFO:teuthology.orchestra.run.smithi026.stdout:64424509446 2024-09-18T01:12:48.136 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542149 for osd.4 2024-09-18T01:12:48.136 DEBUG:teuthology.parallel:result is None 2024-09-18T01:12:48.141 INFO:teuthology.orchestra.run.smithi026.stdout:60129542149 2024-09-18T01:12:48.145 INFO:teuthology.orchestra.run.smithi026.stdout:60129542149 2024-09-18T01:12:48.149 INFO:tasks.ceph.ceph_manager.ceph:need seq 64424509445 got 64424509446 for osd.5 2024-09-18T01:12:48.149 DEBUG:teuthology.parallel:result is None 2024-09-18T01:12:48.154 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542150 got 60129542150 for osd.3 2024-09-18T01:12:48.154 DEBUG:teuthology.parallel:result is None 2024-09-18T01:12:48.160 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542149 for osd.1 2024-09-18T01:12:48.160 DEBUG:teuthology.parallel:result is None 2024-09-18T01:12:48.161 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542149 for osd.2 2024-09-18T01:12:48.161 DEBUG:teuthology.parallel:result is None 2024-09-18T01:12:48.162 INFO:teuthology.orchestra.run.smithi026.stdout:60129542149 2024-09-18T01:12:48.175 INFO:tasks.ceph.ceph_manager.ceph:need seq 60129542149 got 60129542149 for osd.7 2024-09-18T01:12:48.175 DEBUG:teuthology.parallel:result is None 2024-09-18T01:12:48.175 INFO:tasks.ceph.ceph_manager.ceph:waiting for clean 2024-09-18T01:12:48.176 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-18T01:12:48.502 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:12:48.502 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2024-09-18T01:12:48.514 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":21,"stamp":"2024-09-18T01:12:47.945901+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":116,"num_read_kb":100,"num_write":161,"num_write_kb":2418,"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":120,"ondisk_log_size":120,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":17,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":7,"kb":754974720,"kb_used":273156,"kb_used_data":2820,"kb_used_omap":12,"kb_used_meta":270131,"kb_avail":754701564,"statfs":{"total":773094113280,"available":772814401536,"internally_reserved":0,"allocated":2887680,"data_stored":1749110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":276614706},"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.367614"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.882741+0000","last_change":"2024-09-18T01:12:44.882741+0000","last_active":"2024-09-18T01:12:44.882741+0000","last_peered":"2024-09-18T01:12:44.882741+0000","last_clean":"2024-09-18T01:12:44.882741+0000","last_became_active":"2024-09-18T01:12:42.584736+0000","last_became_peered":"2024-09-18T01:12:42.584736+0000","last_unstale":"2024-09-18T01:12:44.882741+0000","last_undegraded":"2024-09-18T01:12:44.882741+0000","last_fullsized":"2024-09-18T01:12:44.882741+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T03:35:52.949811+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039343899999999998,"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":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.590750+0000","last_change":"2024-09-18T01:12:44.590750+0000","last_active":"2024-09-18T01:12:44.590750+0000","last_peered":"2024-09-18T01:12:44.590750+0000","last_clean":"2024-09-18T01:12:44.590750+0000","last_became_active":"2024-09-18T01:12:42.586056+0000","last_became_peered":"2024-09-18T01:12:42.586056+0000","last_unstale":"2024-09-18T01:12:44.590750+0000","last_undegraded":"2024-09-18T01:12:44.590750+0000","last_fullsized":"2024-09-18T01:12:44.590750+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T05:03:53.304013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00060323899999999999,"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":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.887166+0000","last_change":"2024-09-18T01:12:44.887166+0000","last_active":"2024-09-18T01:12:44.887166+0000","last_peered":"2024-09-18T01:12:44.887166+0000","last_clean":"2024-09-18T01:12:44.887166+0000","last_became_active":"2024-09-18T01:12:42.984701+0000","last_became_peered":"2024-09-18T01:12:42.984701+0000","last_unstale":"2024-09-18T01:12:44.887166+0000","last_undegraded":"2024-09-18T01:12:44.887166+0000","last_fullsized":"2024-09-18T01:12:44.887166+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T07:00:03.925149+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00044983300000000001,"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":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.590762+0000","last_change":"2024-09-18T01:12:44.590762+0000","last_active":"2024-09-18T01:12:44.590762+0000","last_peered":"2024-09-18T01:12:44.590762+0000","last_clean":"2024-09-18T01:12:44.590762+0000","last_became_active":"2024-09-18T01:12:42.984684+0000","last_became_peered":"2024-09-18T01:12:42.984684+0000","last_unstale":"2024-09-18T01:12:44.590762+0000","last_undegraded":"2024-09-18T01:12:44.590762+0000","last_fullsized":"2024-09-18T01:12:44.590762+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059836899999999996,"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":21,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.597090+0000","last_change":"2024-09-18T01:12:44.596538+0000","last_active":"2024-09-18T01:12:44.597090+0000","last_peered":"2024-09-18T01:12:44.597090+0000","last_clean":"2024-09-18T01:12:44.597090+0000","last_became_active":"2024-09-18T01:12:42.586293+0000","last_became_peered":"2024-09-18T01:12:42.586293+0000","last_unstale":"2024-09-18T01:12:44.597090+0000","last_undegraded":"2024-09-18T01:12:44.597090+0000","last_fullsized":"2024-09-18T01:12:44.597090+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T05:24:22.714626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010069289999999999,"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":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.590532+0000","last_change":"2024-09-18T01:12:44.590532+0000","last_active":"2024-09-18T01:12:44.590532+0000","last_peered":"2024-09-18T01:12:44.590532+0000","last_clean":"2024-09-18T01:12:44.590532+0000","last_became_active":"2024-09-18T01:12:42.582685+0000","last_became_peered":"2024-09-18T01:12:42.582685+0000","last_unstale":"2024-09-18T01:12:44.590532+0000","last_undegraded":"2024-09-18T01:12:44.590532+0000","last_fullsized":"2024-09-18T01:12:44.590532+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T08:22:44.665535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000618444,"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":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.887055+0000","last_change":"2024-09-18T01:12:44.887055+0000","last_active":"2024-09-18T01:12:44.887055+0000","last_peered":"2024-09-18T01:12:44.887055+0000","last_clean":"2024-09-18T01:12:44.887055+0000","last_became_active":"2024-09-18T01:12:42.585896+0000","last_became_peered":"2024-09-18T01:12:42.585896+0000","last_unstale":"2024-09-18T01:12:44.887055+0000","last_undegraded":"2024-09-18T01:12:44.887055+0000","last_fullsized":"2024-09-18T01:12:44.887055+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T06:17:31.741667+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037660100000000001,"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":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.595953+0000","last_change":"2024-09-18T01:12:44.595953+0000","last_active":"2024-09-18T01:12:44.595953+0000","last_peered":"2024-09-18T01:12:44.595953+0000","last_clean":"2024-09-18T01:12:44.595953+0000","last_became_active":"2024-09-18T01:12:42.586177+0000","last_became_peered":"2024-09-18T01:12:42.586177+0000","last_unstale":"2024-09-18T01:12:44.595953+0000","last_undegraded":"2024-09-18T01:12:44.595953+0000","last_fullsized":"2024-09-18T01:12:44.595953+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042111399999999999,"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":"17'117","reported_seq":170,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.886615+0000","last_change":"2024-09-18T01:12:36.619165+0000","last_active":"2024-09-18T01:12:44.886615+0000","last_peered":"2024-09-18T01:12:44.886615+0000","last_clean":"2024-09-18T01:12:44.886615+0000","last_became_active":"2024-09-18T01:12:36.618278+0000","last_became_peered":"2024-09-18T01:12:36.618278+0000","last_unstale":"2024-09-18T01:12:44.886615+0000","last_undegraded":"2024-09-18T01:12:44.886615+0000","last_fullsized":"2024-09-18T01:12:44.886615+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_clean_scrub_stamp":"2024-09-18T01:12:35.468098+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-19T03:45:36.750268+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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":5,"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":35564,"kb_used_data":212,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94336276,"statfs":{"total":96636764160,"available":96600346624,"internally_reserved":0,"allocated":217088,"data_stored":71790,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"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":7,"up_from":14,"seq":60129542149,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":36136,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94335704,"statfs":{"total":96636764160,"available":96599760896,"internally_reserved":0,"allocated":806912,"data_stored":662139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":36174282},"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":6,"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":35548,"kb_used_data":196,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94336292,"statfs":{"total":96636764160,"available":96600363008,"internally_reserved":0,"allocated":200704,"data_stored":65939,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":36174278},"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":4,"up_from":14,"seq":60129542149,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":94371840,"kb_used":35560,"kb_used_data":208,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94336280,"statfs":{"total":96636764160,"available":96600350720,"internally_reserved":0,"allocated":212992,"data_stored":71771,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":36174278},"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":14,"seq":60129542150,"num_pgs":1,"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":71771,"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":14,"seq":60129542149,"num_pgs":1,"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":71771,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":14,"seq":60129542149,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":35564,"kb_used_data":212,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94336276,"statfs":{"total":96636764160,"available":96600346624,"internally_reserved":0,"allocated":217088,"data_stored":71790,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"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":0,"up_from":14,"seq":60129542149,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31976,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94339864,"statfs":{"total":96636764160,"available":96604020736,"internally_reserved":0,"allocated":806912,"data_stored":662139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"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-18T01:12:48.515 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-18T01:12:48.801 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:12:48.802 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2024-09-18T01:12:48.813 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":21,"stamp":"2024-09-18T01:12:47.945901+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":116,"num_read_kb":100,"num_write":161,"num_write_kb":2418,"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":120,"ondisk_log_size":120,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":17,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":7,"kb":754974720,"kb_used":273156,"kb_used_data":2820,"kb_used_omap":12,"kb_used_meta":270131,"kb_avail":754701564,"statfs":{"total":773094113280,"available":772814401536,"internally_reserved":0,"allocated":2887680,"data_stored":1749110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":276614706},"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.367614"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.882741+0000","last_change":"2024-09-18T01:12:44.882741+0000","last_active":"2024-09-18T01:12:44.882741+0000","last_peered":"2024-09-18T01:12:44.882741+0000","last_clean":"2024-09-18T01:12:44.882741+0000","last_became_active":"2024-09-18T01:12:42.584736+0000","last_became_peered":"2024-09-18T01:12:42.584736+0000","last_unstale":"2024-09-18T01:12:44.882741+0000","last_undegraded":"2024-09-18T01:12:44.882741+0000","last_fullsized":"2024-09-18T01:12:44.882741+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T03:35:52.949811+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039343899999999998,"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":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.590750+0000","last_change":"2024-09-18T01:12:44.590750+0000","last_active":"2024-09-18T01:12:44.590750+0000","last_peered":"2024-09-18T01:12:44.590750+0000","last_clean":"2024-09-18T01:12:44.590750+0000","last_became_active":"2024-09-18T01:12:42.586056+0000","last_became_peered":"2024-09-18T01:12:42.586056+0000","last_unstale":"2024-09-18T01:12:44.590750+0000","last_undegraded":"2024-09-18T01:12:44.590750+0000","last_fullsized":"2024-09-18T01:12:44.590750+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T05:03:53.304013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00060323899999999999,"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":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.887166+0000","last_change":"2024-09-18T01:12:44.887166+0000","last_active":"2024-09-18T01:12:44.887166+0000","last_peered":"2024-09-18T01:12:44.887166+0000","last_clean":"2024-09-18T01:12:44.887166+0000","last_became_active":"2024-09-18T01:12:42.984701+0000","last_became_peered":"2024-09-18T01:12:42.984701+0000","last_unstale":"2024-09-18T01:12:44.887166+0000","last_undegraded":"2024-09-18T01:12:44.887166+0000","last_fullsized":"2024-09-18T01:12:44.887166+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T07:00:03.925149+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00044983300000000001,"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":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.590762+0000","last_change":"2024-09-18T01:12:44.590762+0000","last_active":"2024-09-18T01:12:44.590762+0000","last_peered":"2024-09-18T01:12:44.590762+0000","last_clean":"2024-09-18T01:12:44.590762+0000","last_became_active":"2024-09-18T01:12:42.984684+0000","last_became_peered":"2024-09-18T01:12:42.984684+0000","last_unstale":"2024-09-18T01:12:44.590762+0000","last_undegraded":"2024-09-18T01:12:44.590762+0000","last_fullsized":"2024-09-18T01:12:44.590762+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059836899999999996,"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":21,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.597090+0000","last_change":"2024-09-18T01:12:44.596538+0000","last_active":"2024-09-18T01:12:44.597090+0000","last_peered":"2024-09-18T01:12:44.597090+0000","last_clean":"2024-09-18T01:12:44.597090+0000","last_became_active":"2024-09-18T01:12:42.586293+0000","last_became_peered":"2024-09-18T01:12:42.586293+0000","last_unstale":"2024-09-18T01:12:44.597090+0000","last_undegraded":"2024-09-18T01:12:44.597090+0000","last_fullsized":"2024-09-18T01:12:44.597090+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T05:24:22.714626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010069289999999999,"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":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.590532+0000","last_change":"2024-09-18T01:12:44.590532+0000","last_active":"2024-09-18T01:12:44.590532+0000","last_peered":"2024-09-18T01:12:44.590532+0000","last_clean":"2024-09-18T01:12:44.590532+0000","last_became_active":"2024-09-18T01:12:42.582685+0000","last_became_peered":"2024-09-18T01:12:42.582685+0000","last_unstale":"2024-09-18T01:12:44.590532+0000","last_undegraded":"2024-09-18T01:12:44.590532+0000","last_fullsized":"2024-09-18T01:12:44.590532+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T08:22:44.665535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000618444,"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":19,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.887055+0000","last_change":"2024-09-18T01:12:44.887055+0000","last_active":"2024-09-18T01:12:44.887055+0000","last_peered":"2024-09-18T01:12:44.887055+0000","last_clean":"2024-09-18T01:12:44.887055+0000","last_became_active":"2024-09-18T01:12:42.585896+0000","last_became_peered":"2024-09-18T01:12:42.585896+0000","last_unstale":"2024-09-18T01:12:44.887055+0000","last_undegraded":"2024-09-18T01:12:44.887055+0000","last_fullsized":"2024-09-18T01:12:44.887055+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T06:17:31.741667+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037660100000000001,"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":20,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.595953+0000","last_change":"2024-09-18T01:12:44.595953+0000","last_active":"2024-09-18T01:12:44.595953+0000","last_peered":"2024-09-18T01:12:44.595953+0000","last_clean":"2024-09-18T01:12:44.595953+0000","last_became_active":"2024-09-18T01:12:42.586177+0000","last_became_peered":"2024-09-18T01:12:42.586177+0000","last_unstale":"2024-09-18T01:12:44.595953+0000","last_undegraded":"2024-09-18T01:12:44.595953+0000","last_fullsized":"2024-09-18T01:12:44.595953+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042111399999999999,"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":"17'117","reported_seq":170,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-09-18T01:12:44.886615+0000","last_change":"2024-09-18T01:12:36.619165+0000","last_active":"2024-09-18T01:12:44.886615+0000","last_peered":"2024-09-18T01:12:44.886615+0000","last_clean":"2024-09-18T01:12:44.886615+0000","last_became_active":"2024-09-18T01:12:36.618278+0000","last_became_peered":"2024-09-18T01:12:36.618278+0000","last_unstale":"2024-09-18T01:12:44.886615+0000","last_undegraded":"2024-09-18T01:12:44.886615+0000","last_fullsized":"2024-09-18T01:12:44.886615+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_clean_scrub_stamp":"2024-09-18T01:12:35.468098+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-19T03:45:36.750268+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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":5,"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":35564,"kb_used_data":212,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94336276,"statfs":{"total":96636764160,"available":96600346624,"internally_reserved":0,"allocated":217088,"data_stored":71790,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"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":7,"up_from":14,"seq":60129542149,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":36136,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94335704,"statfs":{"total":96636764160,"available":96599760896,"internally_reserved":0,"allocated":806912,"data_stored":662139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":36174282},"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":6,"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":35548,"kb_used_data":196,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94336292,"statfs":{"total":96636764160,"available":96600363008,"internally_reserved":0,"allocated":200704,"data_stored":65939,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":36174278},"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":4,"up_from":14,"seq":60129542149,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":94371840,"kb_used":35560,"kb_used_data":208,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94336280,"statfs":{"total":96636764160,"available":96600350720,"internally_reserved":0,"allocated":212992,"data_stored":71771,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":36174278},"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":14,"seq":60129542150,"num_pgs":1,"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":71771,"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":14,"seq":60129542149,"num_pgs":1,"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":71771,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":14,"seq":60129542149,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":35564,"kb_used_data":212,"kb_used_omap":1,"kb_used_meta":35326,"kb_avail":94336276,"statfs":{"total":96636764160,"available":96600346624,"internally_reserved":0,"allocated":217088,"data_stored":71790,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":36174277},"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":0,"up_from":14,"seq":60129542149,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":31976,"kb_used_data":788,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":94339864,"statfs":{"total":96636764160,"available":96604020736,"internally_reserved":0,"allocated":806912,"data_stored":662139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"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-18T01:12:48.814 INFO:tasks.ceph.ceph_manager.ceph:clean! 2024-09-18T01:12:48.814 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-18T01:12:48.814 INFO:tasks.ceph.ceph_manager.ceph:wait_until_healthy 2024-09-18T01:12:48.814 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph health --format=json 2024-09-18T01:12:49.142 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:12:49.142 INFO:teuthology.orchestra.run.smithi026.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-18T01:12:49.155 INFO:tasks.ceph.ceph_manager.ceph:wait_until_healthy done 2024-09-18T01:12:49.155 INFO:teuthology.run_tasks:Running task exec... 2024-09-18T01:12:49.168 INFO:teuthology.task.exec:Executing custom commands... 2024-09-18T01:12:49.169 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi112.front.sepia.ceph.com 2024-09-18T01:12:49.169 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph osd pool create datapool 4' 2024-09-18T01:12:49.956 INFO:teuthology.orchestra.run.smithi112.stderr:pool 'datapool' created 2024-09-18T01:12:49.970 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd pool init datapool' 2024-09-18T01:12:52.977 INFO:teuthology.run_tasks:Running task exec... 2024-09-18T01:12:52.987 INFO:teuthology.task.exec:Executing custom commands... 2024-09-18T01:12:52.987 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi112.front.sepia.ceph.com 2024-09-18T01:12:52.987 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /home/ubuntu/cephtest/migration' 2024-09-18T01:12:53.019 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'qemu-img create -f qcow2 /home/ubuntu/cephtest/migration/empty.qcow2 1G' 2024-09-18T01:12:53.098 INFO:teuthology.orchestra.run.smithi112.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-18T01:12:53.190 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:12:53.430 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:12:53.528 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:12:53.621 INFO:teuthology.run_tasks:Running task parallel... 2024-09-18T01:12:53.630 INFO:teuthology.task.parallel:starting parallel... 2024-09-18T01:12:53.630 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-18T01:12:53.631 INFO:teuthology.task.sequential:In sequential, running task qemu... 2024-09-18T01:12:53.642 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2024-09-18T01:12:53.643 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-18T01:12:53.643 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-09-18T01:12:53.643 INFO:teuthology.task.exec:Executing custom commands... 2024-09-18T01:12:53.643 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi112.front.sepia.ceph.com 2024-09-18T01:12:53.643 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2024-09-18T01:12:53.659 INFO:teuthology.packaging:Installing package qemu-kvm-block-rbd on ubuntu@smithi112.front.sepia.ceph.com 2024-09-18T01:12:53.659 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y install qemu-kvm-block-rbd 2024-09-18T01:12:54.273 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:03:23 ago on Wed 18 Sep 2024 01:09:31 AM UTC. 2024-09-18T01:12:54.362 INFO:teuthology.orchestra.run.smithi112.stdout:Package qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 is already installed. 2024-09-18T01:12:54.405 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:12:54.406 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2024-09-18T01:12:54.406 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:12:54.469 INFO:tasks.qemu:generating iso... 2024-09-18T01:12:54.469 INFO:tasks.qemu:Pulling tests from https://git.ceph.com/ceph.git ref b0d356b98e08f6bc59ef15652f0d0e4298fc83c7 2024-09-18T01:12:54.469 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf /home/ubuntu/cephtest/qemu_clone.client.0 && git clone https://git.ceph.com/ceph.git /home/ubuntu/cephtest/qemu_clone.client.0 && cd /home/ubuntu/cephtest/qemu_clone.client.0 && git checkout b0d356b98e08f6bc59ef15652f0d0e4298fc83c7 2024-09-18T01:12:54.485 INFO:teuthology.orchestra.run.smithi112.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.client.0'... 2024-09-18T01:13:50.287 INFO:teuthology.orchestra.run.smithi112.stderr:Note: switching to 'b0d356b98e08f6bc59ef15652f0d0e4298fc83c7'. 2024-09-18T01:13:50.287 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-18T01:13:50.287 INFO:teuthology.orchestra.run.smithi112.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2024-09-18T01:13:50.287 INFO:teuthology.orchestra.run.smithi112.stderr:changes and commit them, and you can discard any commits you make in this 2024-09-18T01:13:50.287 INFO:teuthology.orchestra.run.smithi112.stderr:state without impacting any branches by switching back to a branch. 2024-09-18T01:13:50.287 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr:If you want to create a new branch to retain commits you create, you may 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr:do so (now or later) by using -c with the switch command. Example: 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr: git switch -c 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr:Or undo this operation with: 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr: git switch - 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-18T01:13:50.288 INFO:teuthology.orchestra.run.smithi112.stderr:HEAD is now at b0d356b98e0 Merge pull request #59811 from afreen23/wip-68079-squid 2024-09-18T01:13:50.291 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-18T01:13:50.291 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/home/ubuntu/cephtest/qemu/userdata.client.0 2024-09-18T01:13:50.347 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2024-09-18T01:13:50.347 DEBUG:teuthology.orchestra.run.smithi112:> dd of=/home/ubuntu/cephtest/qemu/metadata.client.0 2024-09-18T01:13:50.402 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for client.0 2024-09-18T01:13:50.402 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:13:50.458 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:13:50.545 INFO:tasks.qemu:downloading base image 2024-09-18T01:13:50.545 DEBUG:teuthology.orchestra.run.smithi112:> rbd resize --size=10240M client.0.0 || true 2024-09-18T01:13:50.720 INFO:teuthology.orchestra.run.smithi112.stderr: Resizing image: 100% complete...done. 2024-09-18T01:13:50.729 DEBUG:teuthology.orchestra.run.smithi112:> rbd resize --size=10240M client.0.1 || true 2024-09-18T01:13:50.794 INFO:teuthology.orchestra.run.smithi112.stderr: Resizing image: 100% complete...done. 2024-09-18T01:13:50.803 DEBUG:teuthology.orchestra.run.smithi112:> rbd resize --size=10240M client.0.2 || true 2024-09-18T01:13:50.865 INFO:teuthology.orchestra.run.smithi112.stderr: Resizing image: 100% complete...done. 2024-09-18T01:13:50.873 DEBUG:teuthology.orchestra.run.smithi112:> mkdir /home/ubuntu/cephtest/archive/qemu/client.0 && sudo modprobe kvm 2024-09-18T01:13:50.899 INFO:tasks.qemu:Creating the nfs export directory... 2024-09-18T01:13:50.899 DEBUG:teuthology.orchestra.run.smithi112:> sudo mkdir -p /export/client.0 2024-09-18T01:13:50.964 INFO:tasks.qemu:Mounting the test directory... 2024-09-18T01:13:50.965 DEBUG:teuthology.orchestra.run.smithi112:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/client.0 /export/client.0 2024-09-18T01:13:51.031 INFO:tasks.qemu:Adding mount to /etc/exports... 2024-09-18T01:13:51.031 INFO:tasks.qemu:Deleting export from /etc/exports... 2024-09-18T01:13:51.031 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i '\|/export/client.0|d' /etc/exports 2024-09-18T01:13:51.097 DEBUG:teuthology.orchestra.run.smithi112:> echo '/export/client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2024-09-18T01:13:51.161 INFO:teuthology.orchestra.run.smithi112.stdout:/export/client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2024-09-18T01:13:51.163 INFO:tasks.qemu:Restarting NFS... 2024-09-18T01:13:51.163 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl restart nfs-server 2024-09-18T01:13:51.952 DEBUG:teuthology.orchestra.run.smithi112:> sudo udevadm control --reload 2024-09-18T01:13:51.986 DEBUG:teuthology.orchestra.run.smithi112:> sudo udevadm trigger /dev/kvm 2024-09-18T01:13:52.056 DEBUG:teuthology.orchestra.run.smithi112:> ls -l /dev/kvm 2024-09-18T01:13:52.112 INFO:teuthology.orchestra.run.smithi112.stdout:crw-rw-rw-. 1 root kvm 10, 232 Sep 18 01:13 /dev/kvm 2024-09-18T01:13:52.112 INFO:tasks.qemu:starting qemu... 2024-09-18T01:13:52.112 DEBUG:teuthology.orchestra.run.smithi112:> 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:id=0,format=raw,if=virtio,cache=writeback -drive file=rbd:rbd/client.0.1:id=0,format=raw,if=virtio,cache=writeback -drive file=rbd:rbd/client.0.2:id=0,format=raw,if=virtio,cache=writeback 2024-09-18T01:13:52.154 INFO:tasks.qemu:waiting for qemu tests to finish... 2024-09-18T01:13:52.551 INFO:tasks.qemu.client.0.smithi112.stderr:qemu-kvm: warning: Machine type 'pc-i440fx-rhel7.6.0' is deprecated: machine types for previous major releases are deprecated 2024-09-18T01:13:52.771 INFO:tasks.qemu.client.0.smithi112.stdout:c[?7lSeaBIOS (version 1.16.3-2.el9) 2024-09-18T01:13:52.772 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:52.772 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:52.772 INFO:tasks.qemu.client.0.smithi112.stdout:iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BEFCCB30+BEF0CB30 CA00 2024-09-18T01:13:52.772 INFO:tasks.qemu.client.0.smithi112.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2024-09-18T01:13:52.772 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:52.772 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:53.036 INFO:tasks.qemu.client.0.smithi112.stdout:Booting from Hard Disk... 2024-09-18T01:13:53.670 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration execute client.0.0' 2024-09-18T01:13:54.146 INFO:tasks.qemu.client.0.smithi112.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2024-09-18T01:13:54.146 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.146 INFO:tasks.qemu.client.0.smithi112.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2024-09-18T01:13:54.146 INFO:tasks.qemu.client.0.smithi112.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2024-09-18T01:13:54.146 INFO:tasks.qemu.client.0.smithi112.stdout: before booting or 'c' for a command-line. 2024-09-18T01:13:54.146 INFO:tasks.qemu.client.0.smithi112.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-18T01:13:54.146 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.146 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.146 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.146 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.147 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.968 INFO:tasks.qemu.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 5s.  2024-09-18T01:13:54.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.970 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.970 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:54.970 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.968 INFO:tasks.qemu.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 4s.  2024-09-18T01:13:55.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:55.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.968 INFO:tasks.qemu.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 3s.  2024-09-18T01:13:56.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.969 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:56.970 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.972 INFO:tasks.qemu.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 2s.  2024-09-18T01:13:57.972 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.972 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.972 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.972 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.972 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.972 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.972 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.973 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.973 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.973 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.973 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.973 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.973 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.973 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.973 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.973 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:57.973 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.967 INFO:tasks.qemu.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 1s.  2024-09-18T01:13:58.967 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.967 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.967 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.967 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.967 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.967 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.967 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.967 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:58.968 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:13:59.114 INFO:teuthology.orchestra.run.smithi112.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...2024-09-18T01:13:59.112+0000 7fb80ffff640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb7f00b91b0 send_update_object_map: lost exclusive lock 2024-09-18T01:13:59.114 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.112+0000 7fb80ffff640 -1 librbd::io::CopyupRequest: 0x7fb7f00ea050 handle_deep_copy: rbd_data.2.11123c664552.0000000000000030 error encountered during deep-copy: (30) Read-only file system 2024-09-18T01:13:59.114 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.112+0000 7fb80ffff640 -1 librbd::io::ObjectRequest: 0x7fb7f0019b90 handle_copyup: rbd_data.2.11123c664552.0000000000000030 failed to copyup object: (30) Read-only file system 2024-09-18T01:13:59.350 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.349+0000 7fb80ffff640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb7f00eb020 send_update_object_map: lost exclusive lock 2024-09-18T01:13:59.350 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.349+0000 7fb80ffff640 -1 librbd::io::CopyupRequest: 0x7fb7f012b0e0 handle_deep_copy: rbd_data.2.11123c664552.0000000000000031 error encountered during deep-copy: (30) Read-only file system 2024-09-18T01:13:59.350 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.349+0000 7fb80ffff640 -1 librbd::io::ObjectRequest: 0x7fb7fc17be10 handle_copyup: rbd_data.2.11123c664552.0000000000000031 failed to copyup object: (30) Read-only file system 2024-09-18T01:13:59.522 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.520+0000 7fb80ffff640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb7f00654b0 send_update_object_map: lost exclusive lock 2024-09-18T01:13:59.522 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.520+0000 7fb80ffff640 -1 librbd::io::CopyupRequest: 0x7fb7f012bb00 handle_deep_copy: rbd_data.2.11123c664552.0000000000000032 error encountered during deep-copy: (30) Read-only file system 2024-09-18T01:13:59.522 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.520+0000 7fb80ffff640 -1 librbd::io::ObjectRequest: 0x7fb7f00a1080 handle_copyup: rbd_data.2.11123c664552.0000000000000032 failed to copyup object: (30) Read-only file system 2024-09-18T01:13:59.792 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.790+0000 7fb80ffff640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb7f00b5c10 send_update_object_map: lost exclusive lock 2024-09-18T01:13:59.792 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.790+0000 7fb80ffff640 -1 librbd::io::CopyupRequest: 0x7fb7f00e8550 handle_deep_copy: rbd_data.2.11123c664552.0000000000000033 error encountered during deep-copy: (30) Read-only file system 2024-09-18T01:13:59.792 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.790+0000 7fb80ffff640 -1 librbd::io::ObjectRequest: 0x7fb7fc1a0770 handle_copyup: rbd_data.2.11123c664552.0000000000000033 failed to copyup object: (30) Read-only file system 2024-09-18T01:13:59.930 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.928+0000 7fb80f7fe640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb7f008b8b0 send_update_object_map: lost exclusive lock 2024-09-18T01:13:59.930 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.928+0000 7fb80f7fe640 -1 librbd::io::CopyupRequest: 0x7fb7f0063930 handle_deep_copy: rbd_data.2.11123c664552.0000000000000034 error encountered during deep-copy: (30) Read-only file system 2024-09-18T01:13:59.930 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:13:59.928+0000 7fb80f7fe640 -1 librbd::io::ObjectRequest: 0x7fb7f0103f50 handle_copyup: rbd_data.2.11123c664552.0000000000000034 failed to copyup object: (30) Read-only file system 2024-09-18T01:14:00.212 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.211+0000 7fb80f7fe640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb7f008fe90 send_update_object_map: lost exclusive lock 2024-09-18T01:14:00.213 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.211+0000 7fb80f7fe640 -1 librbd::io::CopyupRequest: 0x7fb7f0079ac0 handle_deep_copy: rbd_data.2.11123c664552.0000000000000035 error encountered during deep-copy: (30) Read-only file system 2024-09-18T01:14:00.213 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.211+0000 7fb80f7fe640 -1 librbd::io::ObjectRequest: 0x7fb7f00e65f0 handle_copyup: rbd_data.2.11123c664552.0000000000000035 failed to copyup object: (30) Read-only file system 2024-09-18T01:14:00.483 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.482+0000 7fb80ffff640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb7f006ffd0 send_update_object_map: lost exclusive lock 2024-09-18T01:14:00.483 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.482+0000 7fb80ffff640 -1 librbd::io::CopyupRequest: 0x7fb7f009d360 handle_deep_copy: rbd_data.2.11123c664552.0000000000000036 error encountered during deep-copy: (30) Read-only file system 2024-09-18T01:14:00.483 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.482+0000 7fb80ffff640 -1 librbd::io::ObjectRequest: 0x7fb7fc1b60d0 handle_copyup: rbd_data.2.11123c664552.0000000000000036 failed to copyup object: (30) Read-only file system 2024-09-18T01:14:00.621 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.620+0000 7fb80ffff640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb7f009add0 send_update_object_map: lost exclusive lock 2024-09-18T01:14:00.621 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.620+0000 7fb80ffff640 -1 librbd::io::CopyupRequest: 0x7fb7f007b4b0 handle_deep_copy: rbd_data.2.11123c664552.0000000000000037 error encountered during deep-copy: (30) Read-only file system 2024-09-18T01:14:00.621 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.620+0000 7fb80ffff640 -1 librbd::io::ObjectRequest: 0x7fb7f0114dc0 handle_copyup: rbd_data.2.11123c664552.0000000000000037 failed to copyup object: (30) Read-only file system 2024-09-18T01:14:00.891 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.890+0000 7fb80ffff640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb7f008a440 send_update_object_map: lost exclusive lock 2024-09-18T01:14:00.891 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.890+0000 7fb80ffff640 -1 librbd::io::CopyupRequest: 0x7fb7f0150680 handle_deep_copy: rbd_data.2.11123c664552.0000000000000038 error encountered during deep-copy: (30) Read-only file system 2024-09-18T01:14:00.891 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:00.890+0000 7fb80ffff640 -1 librbd::io::ObjectRequest: 0x7fb7f00da3d0 handle_copyup: rbd_data.2.11123c664552.0000000000000038 failed to copyup object: (30) Read-only file system 2024-09-18T01:14:01.183 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:01.182+0000 7fb80f7fe640 -1 librbd::deep_copy::ObjectCopyRequest: 0x7fb7f0064680 send_update_object_map: lost exclusive lock 2024-09-18T01:14:01.183 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:01.182+0000 7fb80f7fe640 -1 librbd::io::CopyupRequest: 0x7fb7f0062ed0 handle_deep_copy: rbd_data.2.11123c664552.0000000000000039 error encountered during deep-copy: (30) Read-only file system 2024-09-18T01:14:01.183 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:01.182+0000 7fb80f7fe640 -1 librbd::io::ObjectRequest: 0x7fb7f0133f40 handle_copyup: rbd_data.2.11123c664552.0000000000000039 failed to copyup object: (30) Read-only file system 2024-09-18T01:14:01.183 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:01.182+0000 7fb80f7fe640 -1 librbd::MigrateRequest: 0x7fb7f00cdb60 handle_migrate_objects: failed to migrate objects: (30) Read-only file system 2024-09-18T01:14:01.183 INFO:teuthology.orchestra.run.smithi112.stderr:2024-09-18T01:14:01.182+0000 7fb80f7fe640 -1 librbd::MigrateRequest: 0x7fb7f00cdb60 should_complete: encountered error: (30) Read-only file system 2024-09-18T01:14:41.063 INFO:tasks.qemu.client.0.smithi112.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2024-09-18T01:14:41.064 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Initializing cgroup subsys cpu 2024-09-18T01:14:41.064 INFO:tasks.qemu.client.0.smithi112.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-18T01:14:41.064 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2024-09-18T01:14:41.064 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] KERNEL supported cpus: 2024-09-18T01:14:41.064 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Intel GenuineIntel 2024-09-18T01:14:41.064 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] AMD AuthenticAMD 2024-09-18T01:14:41.064 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Centaur CentaurHauls 2024-09-18T01:14:41.064 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] BIOS-provided physical RAM map: 2024-09-18T01:14:41.064 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2024-09-18T01:14:41.064 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2024-09-18T01:14:41.064 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffd7000 (usable) 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 00000000bffd7000 - 00000000c0000000 (reserved) 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] NX (Execute Disable) protection: active 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] DMI 2.8 present. 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] No AGP bridge found 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] last_pfn = 0xbffd7 max_arch_pfn = 0x400000000 2024-09-18T01:14:41.065 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f53e0] f53e0 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Using GB pages for direct mapping 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffd7000 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: RSDP 00000000000f51b0 00014 (v00 BOCHS ) 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: RSDT 00000000bffe1b9b 00030 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: FACP 00000000bffe1a87 00074 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 01A47 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: APIC 00000000bffe1afb 00078 (v03 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: WAET 00000000bffe1b73 00028 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] No NUMA configuration found 2024-09-18T01:14:41.066 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Zone PFN ranges: 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Movable zone start PFN for each node 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffd7 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2024-09-18T01:14:41.067 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2024-09-18T01:14:41.068 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2024-09-18T01:14:41.068 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2024-09-18T01:14:41.068 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2024-09-18T01:14:41.068 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2024-09-18T01:14:41.068 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2024-09-18T01:14:41.068 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2024-09-18T01:14:41.068 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2024-09-18T01:14:41.068 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2024-09-18T01:14:41.068 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2024-09-18T01:14:41.068 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2024-09-18T01:14:41.068 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffd7000 - 00000000c0000000 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2024-09-18T01:14:41.069 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] KVM setup async PF for cpu 0 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027937 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Policy zone: Normal 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Checking aperture... 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] No AGP bridge found 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Memory: 4041884k/5242880k available (6532k kernel code, 1049192k absent, 151804k reserved, 6657k data, 924k init) 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2024-09-18T01:14:41.070 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Hierarchical RCU implementation. 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Console: colour VGA+ 80x25 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] console [ttyS0] enabled 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.000000] Detected 3499.996 MHz processor. 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 6999.99 BogoMIPS (lpj=13999984) 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.008000] pid_max: default: 32768 minimum: 301 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.008000] Security Framework initialized 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.008000] AppArmor: AppArmor initialized 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.008000] Yama: becoming mindful. 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.008000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2024-09-18T01:14:41.071 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.008742] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.009713] Mount-cache hash table entries: 256 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.010276] Initializing cgroup subsys cpuacct 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.010791] Initializing cgroup subsys memory 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.011313] Initializing cgroup subsys devices 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.012004] Initializing cgroup subsys freezer 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.012531] Initializing cgroup subsys blkio 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.013010] Initializing cgroup subsys perf_event 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.013587] CPU: Physical Processor ID: 0 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.014750] mce: CPU supports 10 MCE banks 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.015379] SMP alternatives: switching to UP code 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.029230] Freeing SMP alternatives: 24k freed 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.029774] ACPI: Core revision 20110623 2024-09-18T01:14:41.072 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.030697] ftrace: allocating 27008 entries in 106 pages 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.036288] Enabling x2apic 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.036630] Enabled x2apic 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.040005] Switched APIC routing to physical x2apic. 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.041720] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.042383] CPU0: Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz stepping 01 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.044002] Performance Events: generic architected perfmon, Intel PMU driver. 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.044002] ... version: 2 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.044002] ... bit width: 48 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.044002] ... generic registers: 4 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.044002] ... value mask: 0000ffffffffffff 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.044002] ... max period: 000000007fffffff 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.044002] ... fixed-purpose events: 3 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.044002] ... event mask: 000000070000000f 2024-09-18T01:14:41.073 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.044069] NMI watchdog enabled, takes one hw-pmu counter. 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.048019] Brought up 1 CPUs 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.048376] Total of 1 processors activated (6999.99 BogoMIPS). 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.049364] devtmpfs: initialized 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.052424] EVM: security.selinux 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.052799] EVM: security.SMACK64 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.053169] EVM: security.capability 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.054002] print_constraints: dummy: 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.054488] RTC time: 1:14:39, date: 09/18/24 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.054999] NET: Registered protocol family 16 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.055563] ACPI: bus type pci registered 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.056087] PCI: Using configuration type 1 for base access 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.057123] bio: create slab at 0 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.057637] ACPI: Added _OSI(Module Device) 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.058107] ACPI: Added _OSI(Processor Device) 2024-09-18T01:14:41.074 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.058611] ACPI: Added _OSI(3.0 _SCP Extensions) 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.059134] ACPI: Added _OSI(Processor Aggregator Device) 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.060620] ACPI: Interpreter enabled 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.061038] ACPI: (supports S0 S5) 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.061457] ACPI: Using IOAPIC for interrupt routing 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.063134] ACPI: No dock devices found. 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.063580] HEST: Table not found. 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.063963] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.064022] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.064734] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.065469] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.066196] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.067004] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.068010] pci_root PNP0A03:00: host bridge window [mem 0x380000000000-0x38007fffffff] 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.073039] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2024-09-18T01:14:41.075 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.073865] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.123240] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e) 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.125246] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.126012] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.126765] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.127520] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.128264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.128988] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.129889] vgaarb: loaded 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.130198] vgaarb: bridge control possible 0000:00:02.0 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.130843] i2c-core: driver [aat2870] using legacy suspend method 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.131532] i2c-core: driver [aat2870] using legacy resume method 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.132057] SCSI subsystem initialized 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.132572] usbcore: registered new interface driver usbfs 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.133194] usbcore: registered new interface driver hub 2024-09-18T01:14:41.076 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.133797] usbcore: registered new device driver usb 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.134412] PCI: Using ACPI for IRQ routing 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.135102] NetLabel: Initializing 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.135485] NetLabel: domain hash size = 128 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.136016] NetLabel: protocols = UNLABELED CIPSOv4 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.136582] NetLabel: unlabeled traffic allowed by default 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.137238] Switching to clocksource kvm-clock 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.139078] AppArmor: AppArmor Filesystem Enabled 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.139657] pnp: PnP ACPI init 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.140027] ACPI: bus type pnp registered 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.140826] pnp: PnP ACPI: found 9 devices 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.141295] ACPI: ACPI bus type pnp unregistered 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.146991] NET: Registered protocol family 2 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.147565] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2024-09-18T01:14:41.077 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.148892] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.150947] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.151793] TCP: Hash tables configured (established 524288 bind 65536) 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.152567] TCP reno registered 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.152930] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.153614] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.154389] NET: Registered protocol family 1 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.154890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.155560] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.156229] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.156971] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.157695] Placing 64MB software IO TLB between ffff8800bbfd7000 - ffff8800bffd7000 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.158549] software IO TLB at phys 0xbbfd7000 - 0xbffd7000 2024-09-18T01:14:41.078 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.159411] audit: initializing netlink socket (disabled) 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.160046] type=2000 audit(1726622079.160:1): initialized 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.174754] Trying to unpack rootfs image as initramfs... 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.196036] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.204396] VFS: Disk quotas dquot_6.5.2 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.204884] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.205820] fuse init (API version 7.17) 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.206305] msgmni has been set to 7894 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.220151] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.228106] Freeing initrd memory: 4308k freed 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.229015] io scheduler noop registered 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.229473] io scheduler deadline registered (default) 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.230076] io scheduler cfq registered 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.230576] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2024-09-18T01:14:41.079 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.231220] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.232059] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.232928] ACPI: Power Button [PWRF] 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.233927] ERST: Table is not found! 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.234354] GHES: HEST is not enabled! 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.235048] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.235765] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.237281] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.237978] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.239345] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.240060] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.241271] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.264607] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2024-09-18T01:14:41.080 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.288107] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.288895] Linux agpgart interface v0.103 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.289976] brd: module loaded 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.290781] loop: module loaded 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.292523] vda: vda1 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.294999] vdb: unknown partition table 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.297292] vdc: unknown partition table 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.298624] scsi0 : ata_piix 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.298999] scsi1 : ata_piix 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.299355] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.300163] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.301069] Fixed MDIO Bus: probed 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.301500] tun: Universal TUN/TAP device driver, 1.6 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.302063] tun: (C) 1999-2004 Max Krasnyansky 2024-09-18T01:14:41.081 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.303028] PPP generic driver version 2.4.2 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.303589] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.304368] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.305090] uhci_hcd: USB Universal Host Controller Interface driver 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.305845] usbcore: registered new interface driver libusual 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.306547] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.308075] serio: i8042 KBD port at 0x60,0x64 irq 1 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.308662] serio: i8042 AUX port at 0x60,0x64 irq 12 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.309517] mousedev: PS/2 mouse device common for all mice 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.310353] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.311562] rtc_cmos 00:08: RTC can wake from S4 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.312237] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.313007] rtc0: alarms up to one day, y3k, 242 bytes nvram 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.313693] device-mapper: uevent: version 1.0.3 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.314280] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2024-09-18T01:14:41.082 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.315263] cpuidle: using governor ladder 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.315724] cpuidle: using governor menu 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.316199] EFI Variables Facility v0.08 2004-May-17 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.316867] TCP cubic registered 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.317288] NET: Registered protocol family 10 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.317998] NET: Registered protocol family 17 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.318517] Registering the dns_resolver key type 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.319102] registered taskstats version 1 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.322714] Magic number: 8:641:205 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.323234] rtc_cmos 00:08: setting system clock to 2024-09-18 01:14:39 UTC (1726622079) 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.324147] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.324816] EDD information not available. 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.464700] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.465770] ata2.00: configured for MWDMA2 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.466660] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2024-09-18T01:14:41.083 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.467962] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.468625] cdrom: Uniform CD-ROM driver Revision: 3.20 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.469414] sr 1:0:0:0: Attached scsi generic sg0 type 5 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.470887] Freeing unused kernel memory: 924k freed 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.471557] Write protecting the kernel read-only data: 12288k 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.474738] Freeing unused kernel memory: 1640k freed 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.477684] Freeing unused kernel memory: 1200k freed 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:Loading, please wait... 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:Begin: Loading essential drivers ... done. 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.488374] udevd[84]: starting version 175 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:Begin: Running /scripts/init-premount ... done. 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.537633] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2024-09-18T01:14:41.084 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.538451] e1000: Copyright (c) 1999-2006 Intel Corporation. 2024-09-18T01:14:41.085 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.566931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2024-09-18T01:14:41.085 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.567649] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2024-09-18T01:14:41.085 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.570958] Floppy drive(s): fd0 is 2.88M AMI BIOS 2024-09-18T01:14:41.085 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.584387] FDC 0 is a S82078B 2024-09-18T01:14:41.114 INFO:tasks.qemu.client.0.smithi112.stdout:Begin: Running /scripts/local-premount ... [ 0.892146] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2024-09-18T01:14:41.114 INFO:tasks.qemu.client.0.smithi112.stdout:[ 0.892974] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2024-09-18T01:14:41.114 INFO:tasks.qemu.client.0.smithi112.stdout:done. 2024-09-18T01:14:41.114 INFO:tasks.qemu.client.0.smithi112.stdout:[ 1.032493] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2024-09-18T01:14:41.114 INFO:tasks.qemu.client.0.smithi112.stdout:Begin: Running /scripts/local-bottom ... [ 1.156061] Refined TSC clocksource calibration: 3500.086 MHz. 2024-09-18T01:14:43.052 INFO:tasks.qemu.client.0.smithi112.stdout:[ 3.241714] vda: vda1 2024-09-18T01:14:43.052 INFO:tasks.qemu.client.0.smithi112.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2024-09-18T01:14:43.127 INFO:tasks.qemu.client.0.smithi112.stdout:[ 3.316298] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2024-09-18T01:14:43.127 INFO:tasks.qemu.client.0.smithi112.stdout:done. 2024-09-18T01:14:43.127 INFO:tasks.qemu.client.0.smithi112.stdout:done. 2024-09-18T01:14:43.127 INFO:tasks.qemu.client.0.smithi112.stdout:Begin: Running /scripts/init-bottom ... done. 2024-09-18T01:15:02.143 INFO:teuthology.orchestra.run.smithi112.stderr: 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: 99% complete... Image migration: 100% complete...done. 2024-09-18T01:15:02.149 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2024-09-18T01:15:02.343 INFO:tasks.qemu.client.0.smithi112.stdout:cloud-init start-local running: Wed, 18 Sep 2024 01:14:43 +0000. up 3.84 seconds 2024-09-18T01:15:02.343 INFO:tasks.qemu.client.0.smithi112.stdout:no instance data found in start-local 2024-09-18T01:15:02.343 INFO:tasks.qemu.client.0.smithi112.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2024-09-18T01:15:02.343 INFO:tasks.qemu.client.0.smithi112.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2024-09-18T01:15:02.343 INFO:tasks.qemu.client.0.smithi112.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2024-09-18T01:15:02.344 INFO:tasks.qemu.client.0.smithi112.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2024-09-18T01:15:02.344 INFO:tasks.qemu.client.0.smithi112.stdout:cloud-init start running: Wed, 18 Sep 2024 01:14:47 +0000. up 8.37 seconds 2024-09-18T01:15:02.344 INFO:tasks.qemu.client.0.smithi112.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2024-09-18T01:15:03.597 INFO:tasks.qemu.client.0.smithi112.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-18T01:15:03.597 INFO:tasks.qemu.client.0.smithi112.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2024-09-18T01:15:03.597 INFO:tasks.qemu.client.0.smithi112.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2024-09-18T01:15:03.597 INFO:tasks.qemu.client.0.smithi112.stdout:The key fingerprint is: 2024-09-18T01:15:03.597 INFO:tasks.qemu.client.0.smithi112.stdout:fc:56:f2:61:f6:fa:f2:ff:26:78:19:ac:df:03:b9:d4 root@test 2024-09-18T01:15:03.597 INFO:tasks.qemu.client.0.smithi112.stdout:The key's randomart image is: 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:+--[ RSA 2048]----+ 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:| | 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:| | 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:| | 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:| . | 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:| S . =.o | 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:| . * *oE | 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:| o oo+o | 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:| . +o+o.| 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:| .*++*| 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:+-----------------+ 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:Generating public/private dsa key pair. 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2024-09-18T01:15:03.598 INFO:tasks.qemu.client.0.smithi112.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:The key fingerprint is: 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:36:65:b6:16:d0:81:c0:ea:4c:27:e5:b0:c3:d0:ef:ae root@test 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:The key's randomart image is: 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:+--[ DSA 1024]----+ 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:| . ....o.. | 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:| . o o ... | 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:| o B = | 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:| B + + o | 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:| + = S o | 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:| o .. o | 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:| . | 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:| . | 2024-09-18T01:15:03.599 INFO:tasks.qemu.client.0.smithi112.stdout:| E. | 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:+-----------------+ 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:Generating public/private ecdsa key pair. 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:The key fingerprint is: 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:f1:40:33:c1:9e:b0:63:43:84:d6:5c:52:03:77:78:47 root@test 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:The key's randomart image is: 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:+--[ECDSA 256]---+ 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:| =+=Xo..E | 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:| o =+o=. . | 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:| . . +oo . | 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:| = o+ | 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:| . oS . | 2024-09-18T01:15:03.600 INFO:tasks.qemu.client.0.smithi112.stdout:| | 2024-09-18T01:15:03.601 INFO:tasks.qemu.client.0.smithi112.stdout:| | 2024-09-18T01:15:03.601 INFO:tasks.qemu.client.0.smithi112.stdout:| | 2024-09-18T01:15:03.601 INFO:tasks.qemu.client.0.smithi112.stdout:| | 2024-09-18T01:15:03.601 INFO:tasks.qemu.client.0.smithi112.stdout:+-----------------+ 2024-09-18T01:15:03.658 INFO:tasks.qemu.client.0.smithi112.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2024-09-18T01:15:03.813 INFO:tasks.qemu.client.0.smithi112.stdout: * Starting AppArmor profiles  [ OK ] 2024-09-18T01:15:03.837 INFO:tasks.qemu.client.0.smithi112.stdout:landscape-client is not configured, please run landscape-config. 2024-09-18T01:15:03.858 INFO:tasks.qemu.client.0.smithi112.stdout: * Stopping System V initialisation compatibility[ OK ] 2024-09-18T01:15:03.903 INFO:tasks.qemu.client.0.smithi112.stdout: * Starting System V runlevel compatibility[ OK ] 2024-09-18T01:15:03.903 INFO:tasks.qemu.client.0.smithi112.stdout: * Starting automatic crash report generation[ OK ] 2024-09-18T01:15:03.903 INFO:tasks.qemu.client.0.smithi112.stdout: * Starting deferred execution scheduler[ OK ] 2024-09-18T01:15:03.903 INFO:tasks.qemu.client.0.smithi112.stdout: * Starting regular background program processing daemon[ OK ] 2024-09-18T01:15:03.903 INFO:tasks.qemu.client.0.smithi112.stdout: * Starting ACPI daemon[ OK ] 2024-09-18T01:15:03.903 INFO:tasks.qemu.client.0.smithi112.stdout: * Starting save kernel messages[ OK ] 2024-09-18T01:15:03.903 INFO:tasks.qemu.client.0.smithi112.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2024-09-18T01:15:03.903 INFO:tasks.qemu.client.0.smithi112.stdout: * Stopping save kernel messages[ OK ] 2024-09-18T01:15:03.909 INFO:tasks.qemu.client.0.smithi112.stdout: * Stopping System V runlevel compatibility[ OK ] 2024-09-18T01:15:03.930 INFO:tasks.qemu.client.0.smithi112.stdout: * Starting crash report submission daemon[ OK ] 2024-09-18T01:15:03.989 INFO:tasks.qemu.client.0.smithi112.stdout:Generating locales... 2024-09-18T01:15:04.478 INFO:tasks.qemu.client.0.smithi112.stdout: en_US.UTF-8... done 2024-09-18T01:15:04.485 INFO:tasks.qemu.client.0.smithi112.stdout:Generation complete. 2024-09-18T01:15:04.864 INFO:tasks.qemu.client.0.smithi112.stdout:passwd: password expiry information changed. 2024-09-18T01:15:05.211 INFO:tasks.qemu.client.0.smithi112.stdout:Ign http://old-releases.ubuntu.com precise InRelease 2024-09-18T01:15:05.296 INFO:tasks.qemu.client.0.smithi112.stdout:Get:1 http://old-releases.ubuntu.com precise-updates InRelease [55.7 kB] 2024-09-18T01:15:05.556 INFO:tasks.qemu.client.0.smithi112.stdout:Get:2 http://old-releases.ubuntu.com precise-security InRelease [55.7 kB] 2024-09-18T01:15:05.689 INFO:tasks.qemu.client.0.smithi112.stdout:Get:3 http://old-releases.ubuntu.com precise Release.gpg [198 B] 2024-09-18T01:15:05.769 INFO:tasks.qemu.client.0.smithi112.stdout:Get:4 http://old-releases.ubuntu.com precise-updates/main Sources [815 kB] 2024-09-18T01:15:06.154 INFO:tasks.qemu.client.0.smithi112.stdout:Get:5 http://old-releases.ubuntu.com precise-updates/universe Sources [208 kB] 2024-09-18T01:15:06.251 INFO:tasks.qemu.client.0.smithi112.stdout:Get:6 http://old-releases.ubuntu.com precise-updates/main amd64 Packages [1104 kB] 2024-09-18T01:15:06.513 INFO:tasks.qemu.client.0.smithi112.stdout:Get:7 http://old-releases.ubuntu.com precise-updates/universe amd64 Packages [406 kB] 2024-09-18T01:15:06.685 INFO:tasks.qemu.client.0.smithi112.stdout:Get:8 http://old-releases.ubuntu.com precise-updates/main i386 Packages [1111 kB] 2024-09-18T01:15:06.946 INFO:tasks.qemu.client.0.smithi112.stdout:Get:9 http://old-releases.ubuntu.com precise-updates/universe i386 Packages [422 kB] 2024-09-18T01:15:07.122 INFO:tasks.qemu.client.0.smithi112.stdout:Get:10 http://old-releases.ubuntu.com precise-updates/main TranslationIndex [208 B] 2024-09-18T01:15:07.284 INFO:tasks.qemu.client.0.smithi112.stdout:Get:11 http://old-releases.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2024-09-18T01:15:07.364 INFO:tasks.qemu.client.0.smithi112.stdout:Get:12 http://old-releases.ubuntu.com precise-security/main Sources [242 kB] 2024-09-18T01:15:07.801 INFO:tasks.qemu.client.0.smithi112.stdout:Get:13 http://old-releases.ubuntu.com precise-security/universe Sources [88.1 kB] 2024-09-18T01:15:07.905 INFO:tasks.qemu.client.0.smithi112.stdout:Get:14 http://old-releases.ubuntu.com precise-security/main amd64 Packages [584 kB] 2024-09-18T01:15:08.155 INFO:tasks.qemu.client.0.smithi112.stdout:Get:15 http://old-releases.ubuntu.com precise-security/universe amd64 Packages [213 kB] 2024-09-18T01:15:08.321 INFO:tasks.qemu.client.0.smithi112.stdout:Get:16 http://old-releases.ubuntu.com precise-security/main i386 Packages [589 kB] 2024-09-18T01:15:08.582 INFO:tasks.qemu.client.0.smithi112.stdout:Get:17 http://old-releases.ubuntu.com precise-security/universe i386 Packages [228 kB] 2024-09-18T01:15:08.751 INFO:tasks.qemu.client.0.smithi112.stdout:Get:18 http://old-releases.ubuntu.com precise-security/main TranslationIndex [208 B] 2024-09-18T01:15:08.830 INFO:tasks.qemu.client.0.smithi112.stdout:Get:19 http://old-releases.ubuntu.com precise-security/universe TranslationIndex [205 B] 2024-09-18T01:15:08.908 INFO:tasks.qemu.client.0.smithi112.stdout:Get:20 http://old-releases.ubuntu.com precise Release [49.6 kB] 2024-09-18T01:15:08.994 INFO:tasks.qemu.client.0.smithi112.stdout:Get:21 http://old-releases.ubuntu.com precise-updates/main Translation-en [353 kB] 2024-09-18T01:15:09.255 INFO:tasks.qemu.client.0.smithi112.stdout:Get:22 http://old-releases.ubuntu.com precise-updates/universe Translation-en [176 kB] 2024-09-18T01:15:09.683 INFO:tasks.qemu.client.0.smithi112.stdout:Get:23 http://old-releases.ubuntu.com precise-security/main Translation-en [202 kB] 2024-09-18T01:15:09.846 INFO:tasks.qemu.client.0.smithi112.stdout:Get:24 http://old-releases.ubuntu.com precise-security/universe Translation-en [96.4 kB] 2024-09-18T01:15:09.938 INFO:tasks.qemu.client.0.smithi112.stdout:Get:25 http://old-releases.ubuntu.com precise/main Sources [934 kB] 2024-09-18T01:15:10.278 INFO:tasks.qemu.client.0.smithi112.stdout:Get:26 http://old-releases.ubuntu.com precise/universe Sources [5019 kB] 2024-09-18T01:15:10.863 INFO:tasks.qemu.client.0.smithi112.stdout:Get:27 http://old-releases.ubuntu.com precise/main amd64 Packages [1273 kB] 2024-09-18T01:15:11.128 INFO:tasks.qemu.client.0.smithi112.stdout:Get:28 http://old-releases.ubuntu.com precise/universe amd64 Packages [4786 kB] 2024-09-18T01:15:11.537 INFO:tasks.qemu.client.0.smithi112.stdout:Get:29 http://old-releases.ubuntu.com precise/main i386 Packages [1274 kB] 2024-09-18T01:15:11.790 INFO:tasks.qemu.client.0.smithi112.stdout:Get:30 http://old-releases.ubuntu.com precise/universe i386 Packages [4796 kB] 2024-09-18T01:15:12.204 INFO:tasks.qemu.client.0.smithi112.stdout:Get:31 http://old-releases.ubuntu.com precise/main TranslationIndex [3706 B] 2024-09-18T01:15:12.286 INFO:tasks.qemu.client.0.smithi112.stdout:Get:32 http://old-releases.ubuntu.com precise/universe TranslationIndex [2922 B] 2024-09-18T01:15:12.450 INFO:tasks.qemu.client.0.smithi112.stdout:Get:33 http://old-releases.ubuntu.com precise/main Translation-en [726 kB] 2024-09-18T01:15:13.049 INFO:tasks.qemu.client.0.smithi112.stdout:Get:34 http://old-releases.ubuntu.com precise/universe Translation-en [3341 kB] 2024-09-18T01:15:15.483 INFO:tasks.qemu.client.0.smithi112.stdout:Fetched 29.2 MB in 10s (2751 kB/s) 2024-09-18T01:15:16.841 INFO:tasks.qemu.client.0.smithi112.stdout:Reading package lists... 2024-09-18T01:15:16.846 INFO:tasks.qemu.client.0.smithi112.stdout:Reading package lists... 2024-09-18T01:15:17.023 INFO:tasks.qemu.client.0.smithi112.stdout:Building dependency tree... 2024-09-18T01:15:17.024 INFO:tasks.qemu.client.0.smithi112.stdout:Reading state information... 2024-09-18T01:15:17.139 INFO:tasks.qemu.client.0.smithi112.stdout:The following packages will be upgraded: 2024-09-18T01:15:17.139 INFO:tasks.qemu.client.0.smithi112.stdout: ca-certificates libssl1.0.0 2024-09-18T01:15:17.207 INFO:tasks.qemu.client.0.smithi112.stdout:2 upgraded, 0 newly installed, 0 to remove and 226 not upgraded. 2024-09-18T01:15:17.207 INFO:tasks.qemu.client.0.smithi112.stdout:Need to get 1233 kB of archives. 2024-09-18T01:15:17.208 INFO:tasks.qemu.client.0.smithi112.stdout:After this operation, 108 kB of additional disk space will be used. 2024-09-18T01:15:17.208 INFO:tasks.qemu.client.0.smithi112.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-18T01:15:17.331 INFO:tasks.qemu.client.0.smithi112.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20190110~12.04.1 [179 kB] 2024-09-18T01:15:17.410 INFO:tasks.qemu.client.0.smithi112.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2024-09-18T01:15:17.417 INFO:tasks.qemu.client.0.smithi112.stdout:Fetched 1233 kB in 0s (6895 kB/s) 2024-09-18T01:15:17.878 INFO:tasks.qemu.client.0.smithi112.stdout:(Reading database ... 36182 files and directories currently installed.) 2024-09-18T01:15:17.878 INFO:tasks.qemu.client.0.smithi112.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-18T01:15:17.895 INFO:tasks.qemu.client.0.smithi112.stdout:Unpacking replacement libssl1.0.0 ... 2024-09-18T01:15:17.986 INFO:tasks.qemu.client.0.smithi112.stdout:Setting up libssl1.0.0 (1.0.1-4ubuntu5.45) ... 2024-09-18T01:15:18.131 INFO:tasks.qemu.client.0.smithi112.stdout:Processing triggers for libc-bin ... 2024-09-18T01:15:18.139 INFO:tasks.qemu.client.0.smithi112.stdout:ldconfig deferred processing now taking place 2024-09-18T01:15:18.376 INFO:tasks.qemu.client.0.smithi112.stdout:(Reading database ... 36182 files and directories currently installed.) 2024-09-18T01:15:18.377 INFO:tasks.qemu.client.0.smithi112.stdout:Preparing to replace ca-certificates 20111211 (using .../ca-certificates_20190110~12.04.1_all.deb) ... 2024-09-18T01:15:18.392 INFO:tasks.qemu.client.0.smithi112.stdout:Unpacking replacement ca-certificates ... 2024-09-18T01:15:18.471 INFO:tasks.qemu.client.0.smithi112.stdout:Processing triggers for man-db ... 2024-09-18T01:15:18.939 INFO:tasks.qemu.client.0.smithi112.stdout:Setting up ca-certificates (20190110~12.04.1) ... 2024-09-18T01:15:21.025 INFO:tasks.qemu.client.0.smithi112.stdout:Updating certificates in /etc/ssl/certs... 73 added, 78 removed; done. 2024-09-18T01:15:21.025 INFO:tasks.qemu.client.0.smithi112.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2024-09-18T01:15:22.210 INFO:tasks.qemu.client.0.smithi112.stdout:Updating certificates in /etc/ssl/certs... 0 added, 1 removed; done. 2024-09-18T01:15:22.220 INFO:tasks.qemu.client.0.smithi112.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2024-09-18T01:15:22.220 INFO:tasks.qemu.client.0.smithi112.stdout:Reading package lists... 2024-09-18T01:15:22.392 INFO:tasks.qemu.client.0.smithi112.stdout:Building dependency tree... 2024-09-18T01:15:22.392 INFO:tasks.qemu.client.0.smithi112.stdout:Reading state information... 2024-09-18T01:15:22.517 INFO:tasks.qemu.client.0.smithi112.stdout:The following extra packages will be installed: 2024-09-18T01:15:22.518 INFO:tasks.qemu.client.0.smithi112.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2024-09-18T01:15:22.518 INFO:tasks.qemu.client.0.smithi112.stdout:The following NEW packages will be installed: 2024-09-18T01:15:22.518 INFO:tasks.qemu.client.0.smithi112.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2024-09-18T01:15:22.735 INFO:tasks.qemu.client.0.smithi112.stdout:0 upgraded, 5 newly installed, 0 to remove and 226 not upgraded. 2024-09-18T01:15:22.735 INFO:tasks.qemu.client.0.smithi112.stdout:Need to get 424 kB of archives. 2024-09-18T01:15:22.735 INFO:tasks.qemu.client.0.smithi112.stdout:After this operation, 1326 kB of additional disk space will be used. 2024-09-18T01:15:22.736 INFO:tasks.qemu.client.0.smithi112.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2024-09-18T01:15:22.937 INFO:tasks.qemu.client.0.smithi112.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libtirpc1 amd64 0.2.2-5ubuntu0.1 [85.0 kB] 2024-09-18T01:15:23.331 INFO:tasks.qemu.client.0.smithi112.stdout:Get:3 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2024-09-18T01:15:23.688 INFO:tasks.qemu.client.0.smithi112.stdout:Get:4 http://old-releases.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2024-09-18T01:15:24.203 INFO:tasks.qemu.client.0.smithi112.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-18T01:15:24.443 INFO:tasks.qemu.client.0.smithi112.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2024-09-18T01:15:24.443 INFO:tasks.qemu.client.0.smithi112.stdout:Fetched 424 kB in 1s (231 kB/s) 2024-09-18T01:15:24.514 INFO:tasks.qemu.client.0.smithi112.stdout:Selecting previously unselected package libgssglue1. 2024-09-18T01:15:24.514 INFO:tasks.qemu.client.0.smithi112.stdout:(Reading database ... 36174 files and directories currently installed.) 2024-09-18T01:15:24.514 INFO:tasks.qemu.client.0.smithi112.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2024-09-18T01:15:24.588 INFO:tasks.qemu.client.0.smithi112.stdout:Selecting previously unselected package libtirpc1. 2024-09-18T01:15:24.588 INFO:tasks.qemu.client.0.smithi112.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5ubuntu0.1_amd64.deb) ... 2024-09-18T01:15:24.680 INFO:tasks.qemu.client.0.smithi112.stdout:Selecting previously unselected package rpcbind. 2024-09-18T01:15:24.680 INFO:tasks.qemu.client.0.smithi112.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2024-09-18T01:15:24.779 INFO:tasks.qemu.client.0.smithi112.stdout:Selecting previously unselected package libnfsidmap2. 2024-09-18T01:15:24.779 INFO:tasks.qemu.client.0.smithi112.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2024-09-18T01:15:24.865 INFO:tasks.qemu.client.0.smithi112.stdout:Selecting previously unselected package nfs-common. 2024-09-18T01:15:24.865 INFO:tasks.qemu.client.0.smithi112.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2024-09-18T01:15:24.919 INFO:tasks.qemu.client.0.smithi112.stdout:Processing triggers for man-db ... 2024-09-18T01:15:25.192 INFO:tasks.qemu.client.0.smithi112.stdout:Processing triggers for ureadahead ... 2024-09-18T01:15:25.233 INFO:tasks.qemu.client.0.smithi112.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2024-09-18T01:15:25.291 INFO:tasks.qemu.client.0.smithi112.stdout:Setting up libtirpc1 (0.2.2-5ubuntu0.1) ... 2024-09-18T01:15:25.335 INFO:tasks.qemu.client.0.smithi112.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2024-09-18T01:15:25.396 INFO:tasks.qemu.client.0.smithi112.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2024-09-18T01:15:25.413 INFO:tasks.qemu.client.0.smithi112.stdout:portmap start/running, process 8201 2024-09-18T01:15:25.423 INFO:tasks.qemu.client.0.smithi112.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2024-09-18T01:15:25.460 INFO:tasks.qemu.client.0.smithi112.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2024-09-18T01:15:25.611 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:15:25.611 INFO:tasks.qemu.client.0.smithi112.stdout:Creating config file /etc/idmapd.conf with new version 2024-09-18T01:15:25.751 INFO:tasks.qemu.client.0.smithi112.stdout: 2024-09-18T01:15:25.751 INFO:tasks.qemu.client.0.smithi112.stdout:Creating config file /etc/default/nfs-common with new version 2024-09-18T01:15:25.820 INFO:tasks.qemu.client.0.smithi112.stdout:Adding system user `statd' (UID 106) ... 2024-09-18T01:15:25.821 INFO:tasks.qemu.client.0.smithi112.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2024-09-18T01:15:25.872 INFO:tasks.qemu.client.0.smithi112.stdout:Not creating home directory `/var/lib/nfs'. 2024-09-18T01:15:25.897 INFO:tasks.qemu.client.0.smithi112.stdout:statd start/running, process 8435 2024-09-18T01:15:25.913 INFO:tasks.qemu.client.0.smithi112.stdout:gssd stop/post-stop, process 8466 2024-09-18T01:15:26.414 INFO:tasks.qemu.client.0.smithi112.stdout:idmapd start/running, process 8506 2024-09-18T01:15:26.426 INFO:tasks.qemu.client.0.smithi112.stdout:Processing triggers for libc-bin ... 2024-09-18T01:15:26.436 INFO:tasks.qemu.client.0.smithi112.stdout:ldconfig deferred processing now taking place 2024-09-18T01:15:26.695 INFO:tasks.qemu.client.0.smithi112.stdout:mount.nfs: timeout set for Wed Sep 18 01:17:26 2024 2024-09-18T01:15:26.695 INFO:tasks.qemu.client.0.smithi112.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2024-09-18T01:15:26.695 INFO:tasks.qemu.client.0.smithi112.stdout:10.0.2.2:/export/client.0 on /mnt/log type nfs (rw,proto=tcp) 2024-09-18T01:15:26.695 INFO:tasks.qemu.client.0.smithi112.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2024-09-18T01:16:02.177 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration commit client.0.0' 2024-09-18T01:16:02.307 INFO:teuthology.orchestra.run.smithi112.stderr: Commit image migration: 100% complete...done. 2024-09-18T01:16:02.312 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep 60' 2024-09-18T01:17:02.341 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd migration execute client.0.1' 2024-09-18T01:17:02.528 INFO:teuthology.orchestra.run.smithi112.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: 17% 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: 31% complete... Image migration: 33% 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-18T01:17:02.533 DEBUG:teuthology.parallel:result is None 2024-09-18T01:58:29.522 INFO:tasks.qemu.client.0.smithi112.stdout:acpid: exiting 2024-09-18T01:58:29.741 INFO:tasks.qemu.client.0.smithi112.stdout:Traceback (most recent call last): 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout:Checking for running unattended-upgrades: 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout: self._connect_unixsocket(self.address) 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout: self.socket.connect(address) 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout: return getattr(self._sock,name)(*args) 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout:error: [Errno 111] Connection refused 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout:Logged from file __init__.py, line 116 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout:ec2: 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout:ec2: ############################################################# 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout:ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout:ec2: 1024 36:65:b6:16:d0:81:c0:ea:4c:27:e5:b0:c3:d0:ef:ae root@test (DSA) 2024-09-18T01:58:29.742 INFO:tasks.qemu.client.0.smithi112.stdout:ec2: 256 f1:40:33:c1:9e:b0:63:43:84:d6:5c:52:03:77:78:47 root@test (ECDSA) 2024-09-18T01:58:29.743 INFO:tasks.qemu.client.0.smithi112.stdout:ec2: 2048 fc:56:f2:61:f6:fa:f2:ff:26:78:19:ac:df:03:b9:d4 root@test (RSA) 2024-09-18T01:58:29.743 INFO:tasks.qemu.client.0.smithi112.stdout:-----BEGIN SSH HOST KEY KEYS----- 2024-09-18T01:58:29.743 INFO:tasks.qemu.client.0.smithi112.stdout:ec2: -----END SSH HOST KEY FINGERPRINTS----- 2024-09-18T01:58:29.743 INFO:tasks.qemu.client.0.smithi112.stdout:ec2: ############################################################# 2024-09-18T01:58:29.743 INFO:tasks.qemu.client.0.smithi112.stdout:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPpMqygKTxLyZeV76Af0xxC++bt5AXI7CJ3aseky8opbWb0uqW1RM+5kCtBQpd4IZ5DzTtIuXpC9sYCz+TFCqy4= root@test 2024-09-18T01:58:29.743 INFO:tasks.qemu.client.0.smithi112.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqjNolKsN8UsVfTDpgXbONHUCI1Nm928CV4sT0nSJ52SjJVYiDtGvO2W7PypSWJ6aAcSgoCVrZOMVkdD6FdoqkYBQNeRf9ZBGl8fsS7tun0ZsOEZBk/GYW5ve+fqJjAZojq5ZA3PuESRJ2ea+/5gqhNDP+0XqLAzXLfdMtu5b6CjEsxLRWt6Mm1UWqX0hxmS9cUAty2eJa0KkSFU3lmK4IZRmzT10pFSlKwHHAIjilwiZCwTetPOY59OUtqB0+Nj08BWPdOTptj4WKLoxih2Ix5tHryJHscLI+/1Ll8+T1Xt/8QKb0xNwzV5q4ALsuXgXMfwot7SwAC3ymmPm9B6Up root@test 2024-09-18T01:58:29.743 INFO:tasks.qemu.client.0.smithi112.stdout:-----END SSH HOST KEY KEYS----- 2024-09-18T01:58:29.743 INFO:tasks.qemu.client.0.smithi112.stdout:Traceback (most recent call last): 2024-09-18T01:58:29.743 INFO:tasks.qemu.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-18T01:58:29.743 INFO:tasks.qemu.client.0.smithi112.stdout: self._connect_unixsocket(self.address) 2024-09-18T01:58:29.743 INFO:tasks.qemu.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout: self.socket.connect(address) 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout: return getattr(self._sock,name)(*args) 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout:error: [Errno 111] Connection refused 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout:Logged from file __init__.py, line 116 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout:Traceback (most recent call last): 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout: self._connect_unixsocket(self.address) 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout: self.socket.connect(address) 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout: return getattr(self._sock,name)(*args) 2024-09-18T01:58:29.744 INFO:tasks.qemu.client.0.smithi112.stdout:error: [Errno 111] Connection refused 2024-09-18T01:58:29.745 INFO:tasks.qemu.client.0.smithi112.stdout:Logged from file __init__.py, line 116 2024-09-18T01:58:29.745 INFO:tasks.qemu.client.0.smithi112.stdout:cloud-init boot finished at Wed, 18 Sep 2024 01:58:29 +0000. Up 2629.88 seconds 2024-09-18T01:58:29.745 INFO:tasks.qemu.client.0.smithi112.stdout: * Stopping landscape-client daemon  [fail] 2024-09-18T01:58:29.861 INFO:tasks.qemu.client.0.smithi112.stdout: * Asking all remaining processes to terminate...  [ OK ] 2024-09-18T01:58:29.899 INFO:tasks.qemu.client.0.smithi112.stdout: * All processes ended within 1 seconds....  [ OK ] 2024-09-18T01:58:29.914 INFO:tasks.qemu.client.0.smithi112.stdout:rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" 2024-09-18T01:58:30.042 INFO:tasks.qemu.client.0.smithi112.stdout: * Deconfiguring network interfaces...  [ OK ] 2024-09-18T01:58:30.074 INFO:tasks.qemu.client.0.smithi112.stdout: * Deactivating swap...  [ OK ] 2024-09-18T01:58:30.090 INFO:tasks.qemu.client.0.smithi112.stdout: * Unmounting local filesystems...  [ OK ] 2024-09-18T01:58:30.243 INFO:tasks.qemu.client.0.smithi112.stdout: * Will now halt 2024-09-18T01:58:30.256 INFO:tasks.qemu.client.0.smithi112.stdout:[ 2630.524751] Power down. 2024-09-18T01:58:30.399 DEBUG:tasks.qemu:checking that qemu tests succeeded... 2024-09-18T01:58:30.399 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod a+rw -R /home/ubuntu/cephtest/archive/qemu/client.0 2024-09-18T01:58:30.427 INFO:tasks.qemu:Tearing down the nfs mount for ubuntu@smithi112.front.sepia.ceph.com 2024-09-18T01:58:30.427 INFO:tasks.qemu:Stopping NFS... 2024-09-18T01:58:30.427 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl stop nfs-server 2024-09-18T01:58:30.554 INFO:tasks.qemu:Unmounting exported directory... 2024-09-18T01:58:30.554 DEBUG:teuthology.orchestra.run.smithi112:> sudo umount /export/client.0 2024-09-18T01:58:30.579 INFO:tasks.qemu:Deleting export from /etc/exports... 2024-09-18T01:58:30.579 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i '\|/export/client.0|d' /etc/exports 2024-09-18T01:58:30.645 INFO:tasks.qemu:Starting NFS... 2024-09-18T01:58:30.645 DEBUG:teuthology.orchestra.run.smithi112:> sudo systemctl start nfs-server 2024-09-18T01:58:30.943 DEBUG:teuthology.orchestra.run.smithi112:> test -f /home/ubuntu/cephtest/archive/qemu/client.0/success 2024-09-18T01:58:30.958 INFO:tasks.qemu:Deleting exported directory... 2024-09-18T01:58:30.958 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -r /export 2024-09-18T01:58:31.024 DEBUG:tasks.qemu:cleaning up base image files 2024-09-18T01:58:31.024 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:58:31.346 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum -y erase qemu-kvm-block-rbd 2024-09-18T01:58:31.699 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2024-09-18T01:58:31.700 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:58:31.700 INFO:teuthology.orchestra.run.smithi112.stdout: Package Arch Version Repository Size 2024-09-18T01:58:31.700 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:58:31.700 INFO:teuthology.orchestra.run.smithi112.stdout:Removing: 2024-09-18T01:58:31.700 INFO:teuthology.orchestra.run.smithi112.stdout: qemu-kvm-block-rbd x86_64 17:9.0.0-10.el9 @appstream 41 k 2024-09-18T01:58:31.700 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:58:31.700 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction Summary 2024-09-18T01:58:31.701 INFO:teuthology.orchestra.run.smithi112.stdout:================================================================================ 2024-09-18T01:58:31.701 INFO:teuthology.orchestra.run.smithi112.stdout:Remove 1 Package 2024-09-18T01:58:31.701 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:58:31.701 INFO:teuthology.orchestra.run.smithi112.stdout:Freed space: 41 k 2024-09-18T01:58:31.701 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction check 2024-09-18T01:58:31.704 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction check succeeded. 2024-09-18T01:58:31.704 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction test 2024-09-18T01:58:31.724 INFO:teuthology.orchestra.run.smithi112.stdout:Transaction test succeeded. 2024-09-18T01:58:31.724 INFO:teuthology.orchestra.run.smithi112.stdout:Running transaction 2024-09-18T01:58:31.800 INFO:teuthology.orchestra.run.smithi112.stdout: Preparing : 1/1 2024-09-18T01:58:32.311 INFO:teuthology.orchestra.run.smithi112.stdout: Erasing : qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 1/1 2024-09-18T01:58:32.552 INFO:teuthology.orchestra.run.smithi112.stdout: Verifying : qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 1/1 2024-09-18T01:58:32.552 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:58:32.552 INFO:teuthology.orchestra.run.smithi112.stdout:Removed: 2024-09-18T01:58:32.552 INFO:teuthology.orchestra.run.smithi112.stdout: qemu-kvm-block-rbd-17:9.0.0-10.el9.x86_64 2024-09-18T01:58:32.552 INFO:teuthology.orchestra.run.smithi112.stdout: 2024-09-18T01:58:32.552 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2024-09-18T01:58:32.704 DEBUG:teuthology.orchestra.run.smithi112:> rmdir /home/ubuntu/cephtest/qemu || true 2024-09-18T01:58:32.729 DEBUG:teuthology.parallel:result is None 2024-09-18T01:58:32.729 INFO:teuthology.run_tasks:Running task exec... 2024-09-18T01:58:32.738 INFO:teuthology.task.exec:Executing custom commands... 2024-09-18T01:58:32.739 INFO:teuthology.task.exec:Running commands on role client.0 host ubuntu@smithi112.front.sepia.ceph.com 2024-09-18T01:58:32.739 DEBUG:teuthology.orchestra.run.smithi112:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rm -rf /home/ubuntu/cephtest/migration' 2024-09-18T01:58:32.796 DEBUG:teuthology.run_tasks:Unwinding manager ceph 2024-09-18T01:58:32.804 INFO:tasks.ceph.ceph_manager.ceph:waiting for clean 2024-09-18T01:58:32.804 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-18T01:58:33.112 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:58:33.113 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2024-09-18T01:58:33.124 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":1398,"stamp":"2024-09-18T01:58:31.900171+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":19938970716,"num_objects":4813,"num_object_clones":0,"num_object_copies":9626,"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":4813,"num_whiteouts":0,"num_read":475493,"num_read_kb":14087531,"num_write":644963,"num_write_kb":82314570,"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":45449,"ondisk_log_size":45449,"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":43166468,"kb_used_data":38270944,"kb_used_omap":12,"kb_used_meta":4894963,"kb_avail":711808252,"statfs":{"total":773094113280,"available":728891650048,"internally_reserved":0,"allocated":39189446656,"data_stored":39187108816,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":5012442674},"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":2253,"num_read_kb":52178,"num_write":176,"num_write_kb":6666,"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.002967"},"pg_stats":[{"pgid":"2.7","version":"27'1747","reported_seq":1812,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:15.507137+0000","last_change":"2024-09-18T01:12:44.882741+0000","last_active":"2024-09-18T01:58:15.507137+0000","last_peered":"2024-09-18T01:58:15.507137+0000","last_clean":"2024-09-18T01:58:15.507137+0000","last_became_active":"2024-09-18T01:12:42.584736+0000","last_became_peered":"2024-09-18T01:12:42.584736+0000","last_unstale":"2024-09-18T01:58:15.507137+0000","last_undegraded":"2024-09-18T01:58:15.507137+0000","last_fullsized":"2024-09-18T01:58:15.507137+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":1747,"log_dups_size":0,"ondisk_log_size":1747,"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-19T03:35:52.949811+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039343899999999998,"stat_sum":{"num_bytes":690,"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":10461,"num_read_kb":8705,"num_write":3485,"num_write_kb":3479,"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":"0'0","reported_seq":52,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:05.724298+0000","last_change":"2024-09-18T01:12:44.590750+0000","last_active":"2024-09-18T01:56:05.724298+0000","last_peered":"2024-09-18T01:56:05.724298+0000","last_clean":"2024-09-18T01:56:05.724298+0000","last_became_active":"2024-09-18T01:12:42.586056+0000","last_became_peered":"2024-09-18T01:12:42.586056+0000","last_unstale":"2024-09-18T01:56:05.724298+0000","last_undegraded":"2024-09-18T01:56:05.724298+0000","last_fullsized":"2024-09-18T01:56:05.724298+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T05:03:53.304013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00060323899999999999,"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":[]},{"pgid":"2.5","version":"0'0","reported_seq":52,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:54:30.558942+0000","last_change":"2024-09-18T01:12:44.887166+0000","last_active":"2024-09-18T01:54:30.558942+0000","last_peered":"2024-09-18T01:54:30.558942+0000","last_clean":"2024-09-18T01:54:30.558942+0000","last_became_active":"2024-09-18T01:12:42.984701+0000","last_became_peered":"2024-09-18T01:12:42.984701+0000","last_unstale":"2024-09-18T01:54:30.558942+0000","last_undegraded":"2024-09-18T01:54:30.558942+0000","last_fullsized":"2024-09-18T01:54:30.558942+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T07:00:03.925149+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00044983300000000001,"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":[]},{"pgid":"2.4","version":"27'260","reported_seq":3361,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.265732+0000","last_change":"2024-09-18T01:12:44.590762+0000","last_active":"2024-09-18T01:58:30.265732+0000","last_peered":"2024-09-18T01:58:30.265732+0000","last_clean":"2024-09-18T01:58:30.265732+0000","last_became_active":"2024-09-18T01:12:42.984684+0000","last_became_peered":"2024-09-18T01:12:42.984684+0000","last_unstale":"2024-09-18T01:58:30.265732+0000","last_undegraded":"2024-09-18T01:58:30.265732+0000","last_fullsized":"2024-09-18T01:58:30.265732+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":260,"log_dups_size":0,"ondisk_log_size":260,"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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059836899999999996,"stat_sum":{"num_bytes":0,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":851,"num_read_kb":679,"num_write":230,"num_write_kb":215,"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":3,"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'149876","reported_seq":236566,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.238482+0000","last_change":"2024-09-18T01:12:52.968736+0000","last_active":"2024-09-18T01:58:30.238482+0000","last_peered":"2024-09-18T01:58:30.238482+0000","last_clean":"2024-09-18T01:58:30.238482+0000","last_became_active":"2024-09-18T01:12:50.961405+0000","last_became_peered":"2024-09-18T01:12:50.961405+0000","last_unstale":"2024-09-18T01:58:30.238482+0000","last_undegraded":"2024-09-18T01:58:30.238482+0000","last_fullsized":"2024-09-18T01:58:30.238482+0000","mapping_epoch":23,"log_start":"27'139800","ondisk_log_start":"27'139800","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10076,"log_dups_size":0,"ondisk_log_size":10076,"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-19T10:25:41.569908+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000440409,"stat_sum":{"num_bytes":4785746944,"num_objects":1153,"num_object_clones":0,"num_object_copies":2306,"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":1153,"num_whiteouts":0,"num_read":86707,"num_read_kb":3172056,"num_write":149893,"num_write_kb":20889008,"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'64","reported_seq":722,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.272097+0000","last_change":"2024-09-18T01:12:44.596538+0000","last_active":"2024-09-18T01:58:30.272097+0000","last_peered":"2024-09-18T01:58:30.272097+0000","last_clean":"2024-09-18T01:58:30.272097+0000","last_became_active":"2024-09-18T01:12:42.586293+0000","last_became_peered":"2024-09-18T01:12:42.586293+0000","last_unstale":"2024-09-18T01:58:30.272097+0000","last_undegraded":"2024-09-18T01:58:30.272097+0000","last_fullsized":"2024-09-18T01:58:30.272097+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":64,"log_dups_size":0,"ondisk_log_size":64,"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-19T05:24:22.714626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010069289999999999,"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":165,"num_read_kb":110,"num_write":59,"num_write_kb":53,"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":[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'200705","reported_seq":376698,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.235098+0000","last_change":"2024-09-18T01:12:53.393625+0000","last_active":"2024-09-18T01:58:30.235098+0000","last_peered":"2024-09-18T01:58:30.235098+0000","last_clean":"2024-09-18T01:58:30.235098+0000","last_became_active":"2024-09-18T01:12:50.960126+0000","last_became_peered":"2024-09-18T01:12:50.960126+0000","last_unstale":"2024-09-18T01:58:30.235098+0000","last_undegraded":"2024-09-18T01:58:30.235098+0000","last_fullsized":"2024-09-18T01:58:30.235098+0000","mapping_epoch":23,"log_start":"27'190700","ondisk_log_start":"27'190700","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10005,"log_dups_size":0,"ondisk_log_size":10005,"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-19T01:24:53.544143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034078599999999999,"stat_sum":{"num_bytes":5018270720,"num_objects":1209,"num_object_clones":0,"num_object_copies":2418,"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":1209,"num_whiteouts":0,"num_read":176025,"num_read_kb":3935418,"num_write":200739,"num_write_kb":21587120,"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'510","reported_seq":570,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:30.611864+0000","last_change":"2024-09-18T01:12:44.590532+0000","last_active":"2024-09-18T01:56:30.611864+0000","last_peered":"2024-09-18T01:56:30.611864+0000","last_clean":"2024-09-18T01:56:30.611864+0000","last_became_active":"2024-09-18T01:12:42.582685+0000","last_became_peered":"2024-09-18T01:12:42.582685+0000","last_unstale":"2024-09-18T01:56:30.611864+0000","last_undegraded":"2024-09-18T01:56:30.611864+0000","last_fullsized":"2024-09-18T01:56:30.611864+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":510,"log_dups_size":0,"ondisk_log_size":510,"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-19T08:22:44.665535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000618444,"stat_sum":{"num_bytes":690,"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":3022,"num_read_kb":2510,"num_write":1009,"num_write_kb":1001,"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":[]},{"pgid":"3.1","version":"27'138824","reported_seq":224589,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.240406+0000","last_change":"2024-09-18T01:12:53.182196+0000","last_active":"2024-09-18T01:58:30.240406+0000","last_peered":"2024-09-18T01:58:30.240406+0000","last_clean":"2024-09-18T01:58:30.240406+0000","last_became_active":"2024-09-18T01:12:50.960564+0000","last_became_peered":"2024-09-18T01:12:50.960564+0000","last_unstale":"2024-09-18T01:58:30.240406+0000","last_undegraded":"2024-09-18T01:58:30.240406+0000","last_fullsized":"2024-09-18T01:58:30.240406+0000","mapping_epoch":23,"log_start":"27'128800","ondisk_log_start":"27'128800","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10024,"log_dups_size":0,"ondisk_log_size":10024,"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-19T06:17:40.114791+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000477913,"stat_sum":{"num_bytes":5166011904,"num_objects":1243,"num_object_clones":0,"num_object_copies":2486,"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":1243,"num_whiteouts":0,"num_read":85802,"num_read_kb":3242950,"num_write":138850,"num_write_kb":20159610,"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'2569","reported_seq":2631,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:50.570376+0000","last_change":"2024-09-18T01:12:44.887055+0000","last_active":"2024-09-18T01:56:50.570376+0000","last_peered":"2024-09-18T01:56:50.570376+0000","last_clean":"2024-09-18T01:56:50.570376+0000","last_became_active":"2024-09-18T01:12:42.585896+0000","last_became_peered":"2024-09-18T01:12:42.585896+0000","last_unstale":"2024-09-18T01:56:50.570376+0000","last_undegraded":"2024-09-18T01:56:50.570376+0000","last_fullsized":"2024-09-18T01:56:50.570376+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":2569,"log_dups_size":0,"ondisk_log_size":2569,"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-19T06:17:31.741667+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037660100000000001,"stat_sum":{"num_bytes":690,"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":15387,"num_read_kb":12813,"num_write":5129,"num_write_kb":5123,"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'145376","reported_seq":242312,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.242683+0000","last_change":"2024-09-18T01:12:52.968978+0000","last_active":"2024-09-18T01:58:30.242683+0000","last_peered":"2024-09-18T01:58:30.242683+0000","last_clean":"2024-09-18T01:58:30.242683+0000","last_became_active":"2024-09-18T01:12:51.736311+0000","last_became_peered":"2024-09-18T01:12:51.736311+0000","last_unstale":"2024-09-18T01:58:30.242683+0000","last_undegraded":"2024-09-18T01:58:30.242683+0000","last_fullsized":"2024-09-18T01:58:30.242683+0000","mapping_epoch":23,"log_start":"27'135300","ondisk_log_start":"27'135300","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10076,"log_dups_size":0,"ondisk_log_size":10076,"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-19T07:00:12.298274+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00053560200000000004,"stat_sum":{"num_bytes":4968348691,"num_objects":1194,"num_object_clones":0,"num_object_copies":2388,"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":1194,"num_whiteouts":0,"num_read":96957,"num_read_kb":3712190,"num_write":145410,"num_write_kb":19666545,"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":"19'1","reported_seq":53,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:54:26.525611+0000","last_change":"2024-09-18T01:12:44.595953+0000","last_active":"2024-09-18T01:54:26.525611+0000","last_peered":"2024-09-18T01:54:26.525611+0000","last_clean":"2024-09-18T01:54:26.525611+0000","last_became_active":"2024-09-18T01:12:42.586177+0000","last_became_peered":"2024-09-18T01:12:42.586177+0000","last_unstale":"2024-09-18T01:54:26.525611+0000","last_undegraded":"2024-09-18T01:54:26.525611+0000","last_fullsized":"2024-09-18T01:54:26.525611+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042111399999999999,"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":[]},{"pgid":"1.0","version":"17'117","reported_seq":204,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:54:45.560373+0000","last_change":"2024-09-18T01:12:36.619165+0000","last_active":"2024-09-18T01:54:45.560373+0000","last_peered":"2024-09-18T01:54:45.560373+0000","last_clean":"2024-09-18T01:54:45.560373+0000","last_became_active":"2024-09-18T01:12:36.618278+0000","last_became_peered":"2024-09-18T01:12:36.618278+0000","last_unstale":"2024-09-18T01:54:45.560373+0000","last_undegraded":"2024-09-18T01:54:45.560373+0000","last_fullsized":"2024-09-18T01:54:45.560373+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_clean_scrub_stamp":"2024-09-18T01:12:35.468098+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-19T03:45:36.750268+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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":19938378259,"num_objects":4799,"num_object_clones":0,"num_object_copies":9598,"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":4799,"num_whiteouts":0,"num_read":445491,"num_read_kb":14062614,"num_write":634892,"num_write_kb":82302283,"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":39185907712,"data_stored":39185062950,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40181,"ondisk_log_size":40181,"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":29886,"num_read_kb":24817,"num_write":9912,"num_write_kb":9871,"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":0,"internal_metadata":0},"log_size":5151,"ondisk_log_size":5151,"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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":5,"up_from":15,"seq":64424509995,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5285164,"kb_used_data":4765760,"kb_used_omap":1,"kb_used_meta":518974,"kb_avail":89086676,"statfs":{"total":96636764160,"available":91224756224,"internally_reserved":0,"allocated":4880138240,"data_stored":4879868553,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":531429829},"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":7,"up_from":14,"seq":60129542698,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":108412,"kb_used_data":876,"kb_used_omap":1,"kb_used_meta":107518,"kb_avail":94263428,"statfs":{"total":96636764160,"available":96525750272,"internally_reserved":0,"allocated":897024,"data_stored":699367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":110098890},"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":6,"up_from":14,"seq":60129542697,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":57840,"kb_used_data":288,"kb_used_omap":1,"kb_used_meta":57534,"kb_avail":94314000,"statfs":{"total":96636764160,"available":96577536000,"internally_reserved":0,"allocated":294912,"data_stored":108309,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":58915270},"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":4,"up_from":14,"seq":60129542698,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":10497916,"kb_used_data":9524840,"kb_used_omap":1,"kb_used_meta":973054,"kb_avail":83873924,"statfs":{"total":96636764160,"available":85886898176,"internally_reserved":0,"allocated":9753436160,"data_stored":9753042019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":996407750},"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":14,"seq":60129542699,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5298580,"kb_used_data":4765764,"kb_used_omap":1,"kb_used_meta":532798,"kb_avail":89073260,"statfs":{"total":96636764160,"available":91211018240,"internally_reserved":0,"allocated":4880142336,"data_stored":4879869224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":545585607},"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":14,"seq":60129542698,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5696176,"kb_used_data":4843996,"kb_used_omap":1,"kb_used_meta":852158,"kb_avail":88675664,"statfs":{"total":96636764160,"available":90803879936,"internally_reserved":0,"allocated":4960251904,"data_stored":4959944469,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":872610246},"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":14,"seq":60129542698,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5710000,"kb_used_data":4844000,"kb_used_omap":1,"kb_used_meta":865982,"kb_avail":88661840,"statfs":{"total":96636764160,"available":90789724160,"internally_reserved":0,"allocated":4960256000,"data_stored":4959944488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":886766021},"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":0,"up_from":14,"seq":60129542698,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":10512380,"kb_used_data":9525420,"kb_used_omap":1,"kb_used_meta":986942,"kb_avail":83859460,"statfs":{"total":96636764160,"available":85872087040,"internally_reserved":0,"allocated":9754030080,"data_stored":9753632387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1010629061},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"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":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":8192,"data_stored":690,"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":8192,"data_stored":690,"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":16384,"data_stored":1380,"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":9753149440,"data_stored":9752934400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4959956992,"data_stored":4959836160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":4959956992,"data_stored":4959836160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4879847424,"data_stored":4879760915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":9753149440,"data_stored":9752934400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4879847424,"data_stored":4879760915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-18T01:58:33.125 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-18T01:58:33.413 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:58:33.413 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2024-09-18T01:58:33.424 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":1398,"stamp":"2024-09-18T01:58:31.900171+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":19938970716,"num_objects":4813,"num_object_clones":0,"num_object_copies":9626,"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":4813,"num_whiteouts":0,"num_read":475493,"num_read_kb":14087531,"num_write":644963,"num_write_kb":82314570,"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":45449,"ondisk_log_size":45449,"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":43166468,"kb_used_data":38270944,"kb_used_omap":12,"kb_used_meta":4894963,"kb_avail":711808252,"statfs":{"total":773094113280,"available":728891650048,"internally_reserved":0,"allocated":39189446656,"data_stored":39187108816,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":5012442674},"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":2253,"num_read_kb":52178,"num_write":176,"num_write_kb":6666,"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.002967"},"pg_stats":[{"pgid":"2.7","version":"27'1747","reported_seq":1812,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:15.507137+0000","last_change":"2024-09-18T01:12:44.882741+0000","last_active":"2024-09-18T01:58:15.507137+0000","last_peered":"2024-09-18T01:58:15.507137+0000","last_clean":"2024-09-18T01:58:15.507137+0000","last_became_active":"2024-09-18T01:12:42.584736+0000","last_became_peered":"2024-09-18T01:12:42.584736+0000","last_unstale":"2024-09-18T01:58:15.507137+0000","last_undegraded":"2024-09-18T01:58:15.507137+0000","last_fullsized":"2024-09-18T01:58:15.507137+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":1747,"log_dups_size":0,"ondisk_log_size":1747,"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-19T03:35:52.949811+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039343899999999998,"stat_sum":{"num_bytes":690,"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":10461,"num_read_kb":8705,"num_write":3485,"num_write_kb":3479,"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":"0'0","reported_seq":52,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:05.724298+0000","last_change":"2024-09-18T01:12:44.590750+0000","last_active":"2024-09-18T01:56:05.724298+0000","last_peered":"2024-09-18T01:56:05.724298+0000","last_clean":"2024-09-18T01:56:05.724298+0000","last_became_active":"2024-09-18T01:12:42.586056+0000","last_became_peered":"2024-09-18T01:12:42.586056+0000","last_unstale":"2024-09-18T01:56:05.724298+0000","last_undegraded":"2024-09-18T01:56:05.724298+0000","last_fullsized":"2024-09-18T01:56:05.724298+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T05:03:53.304013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00060323899999999999,"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":[]},{"pgid":"2.5","version":"0'0","reported_seq":52,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:54:30.558942+0000","last_change":"2024-09-18T01:12:44.887166+0000","last_active":"2024-09-18T01:54:30.558942+0000","last_peered":"2024-09-18T01:54:30.558942+0000","last_clean":"2024-09-18T01:54:30.558942+0000","last_became_active":"2024-09-18T01:12:42.984701+0000","last_became_peered":"2024-09-18T01:12:42.984701+0000","last_unstale":"2024-09-18T01:54:30.558942+0000","last_undegraded":"2024-09-18T01:54:30.558942+0000","last_fullsized":"2024-09-18T01:54:30.558942+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T07:00:03.925149+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00044983300000000001,"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":[]},{"pgid":"2.4","version":"27'260","reported_seq":3361,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.265732+0000","last_change":"2024-09-18T01:12:44.590762+0000","last_active":"2024-09-18T01:58:30.265732+0000","last_peered":"2024-09-18T01:58:30.265732+0000","last_clean":"2024-09-18T01:58:30.265732+0000","last_became_active":"2024-09-18T01:12:42.984684+0000","last_became_peered":"2024-09-18T01:12:42.984684+0000","last_unstale":"2024-09-18T01:58:30.265732+0000","last_undegraded":"2024-09-18T01:58:30.265732+0000","last_fullsized":"2024-09-18T01:58:30.265732+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":260,"log_dups_size":0,"ondisk_log_size":260,"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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059836899999999996,"stat_sum":{"num_bytes":0,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":851,"num_read_kb":679,"num_write":230,"num_write_kb":215,"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":3,"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'149876","reported_seq":236566,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.238482+0000","last_change":"2024-09-18T01:12:52.968736+0000","last_active":"2024-09-18T01:58:30.238482+0000","last_peered":"2024-09-18T01:58:30.238482+0000","last_clean":"2024-09-18T01:58:30.238482+0000","last_became_active":"2024-09-18T01:12:50.961405+0000","last_became_peered":"2024-09-18T01:12:50.961405+0000","last_unstale":"2024-09-18T01:58:30.238482+0000","last_undegraded":"2024-09-18T01:58:30.238482+0000","last_fullsized":"2024-09-18T01:58:30.238482+0000","mapping_epoch":23,"log_start":"27'139800","ondisk_log_start":"27'139800","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10076,"log_dups_size":0,"ondisk_log_size":10076,"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-19T10:25:41.569908+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000440409,"stat_sum":{"num_bytes":4785746944,"num_objects":1153,"num_object_clones":0,"num_object_copies":2306,"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":1153,"num_whiteouts":0,"num_read":86707,"num_read_kb":3172056,"num_write":149893,"num_write_kb":20889008,"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'64","reported_seq":722,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.272097+0000","last_change":"2024-09-18T01:12:44.596538+0000","last_active":"2024-09-18T01:58:30.272097+0000","last_peered":"2024-09-18T01:58:30.272097+0000","last_clean":"2024-09-18T01:58:30.272097+0000","last_became_active":"2024-09-18T01:12:42.586293+0000","last_became_peered":"2024-09-18T01:12:42.586293+0000","last_unstale":"2024-09-18T01:58:30.272097+0000","last_undegraded":"2024-09-18T01:58:30.272097+0000","last_fullsized":"2024-09-18T01:58:30.272097+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":64,"log_dups_size":0,"ondisk_log_size":64,"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-19T05:24:22.714626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010069289999999999,"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":165,"num_read_kb":110,"num_write":59,"num_write_kb":53,"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":[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'200705","reported_seq":376698,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.235098+0000","last_change":"2024-09-18T01:12:53.393625+0000","last_active":"2024-09-18T01:58:30.235098+0000","last_peered":"2024-09-18T01:58:30.235098+0000","last_clean":"2024-09-18T01:58:30.235098+0000","last_became_active":"2024-09-18T01:12:50.960126+0000","last_became_peered":"2024-09-18T01:12:50.960126+0000","last_unstale":"2024-09-18T01:58:30.235098+0000","last_undegraded":"2024-09-18T01:58:30.235098+0000","last_fullsized":"2024-09-18T01:58:30.235098+0000","mapping_epoch":23,"log_start":"27'190700","ondisk_log_start":"27'190700","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10005,"log_dups_size":0,"ondisk_log_size":10005,"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-19T01:24:53.544143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034078599999999999,"stat_sum":{"num_bytes":5018270720,"num_objects":1209,"num_object_clones":0,"num_object_copies":2418,"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":1209,"num_whiteouts":0,"num_read":176025,"num_read_kb":3935418,"num_write":200739,"num_write_kb":21587120,"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'510","reported_seq":570,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:30.611864+0000","last_change":"2024-09-18T01:12:44.590532+0000","last_active":"2024-09-18T01:56:30.611864+0000","last_peered":"2024-09-18T01:56:30.611864+0000","last_clean":"2024-09-18T01:56:30.611864+0000","last_became_active":"2024-09-18T01:12:42.582685+0000","last_became_peered":"2024-09-18T01:12:42.582685+0000","last_unstale":"2024-09-18T01:56:30.611864+0000","last_undegraded":"2024-09-18T01:56:30.611864+0000","last_fullsized":"2024-09-18T01:56:30.611864+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":510,"log_dups_size":0,"ondisk_log_size":510,"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-19T08:22:44.665535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000618444,"stat_sum":{"num_bytes":690,"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":3022,"num_read_kb":2510,"num_write":1009,"num_write_kb":1001,"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":[]},{"pgid":"3.1","version":"27'138824","reported_seq":224589,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.240406+0000","last_change":"2024-09-18T01:12:53.182196+0000","last_active":"2024-09-18T01:58:30.240406+0000","last_peered":"2024-09-18T01:58:30.240406+0000","last_clean":"2024-09-18T01:58:30.240406+0000","last_became_active":"2024-09-18T01:12:50.960564+0000","last_became_peered":"2024-09-18T01:12:50.960564+0000","last_unstale":"2024-09-18T01:58:30.240406+0000","last_undegraded":"2024-09-18T01:58:30.240406+0000","last_fullsized":"2024-09-18T01:58:30.240406+0000","mapping_epoch":23,"log_start":"27'128800","ondisk_log_start":"27'128800","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10024,"log_dups_size":0,"ondisk_log_size":10024,"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-19T06:17:40.114791+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000477913,"stat_sum":{"num_bytes":5166011904,"num_objects":1243,"num_object_clones":0,"num_object_copies":2486,"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":1243,"num_whiteouts":0,"num_read":85802,"num_read_kb":3242950,"num_write":138850,"num_write_kb":20159610,"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'2569","reported_seq":2631,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:50.570376+0000","last_change":"2024-09-18T01:12:44.887055+0000","last_active":"2024-09-18T01:56:50.570376+0000","last_peered":"2024-09-18T01:56:50.570376+0000","last_clean":"2024-09-18T01:56:50.570376+0000","last_became_active":"2024-09-18T01:12:42.585896+0000","last_became_peered":"2024-09-18T01:12:42.585896+0000","last_unstale":"2024-09-18T01:56:50.570376+0000","last_undegraded":"2024-09-18T01:56:50.570376+0000","last_fullsized":"2024-09-18T01:56:50.570376+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":2569,"log_dups_size":0,"ondisk_log_size":2569,"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-19T06:17:31.741667+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037660100000000001,"stat_sum":{"num_bytes":690,"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":15387,"num_read_kb":12813,"num_write":5129,"num_write_kb":5123,"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'145376","reported_seq":242312,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.242683+0000","last_change":"2024-09-18T01:12:52.968978+0000","last_active":"2024-09-18T01:58:30.242683+0000","last_peered":"2024-09-18T01:58:30.242683+0000","last_clean":"2024-09-18T01:58:30.242683+0000","last_became_active":"2024-09-18T01:12:51.736311+0000","last_became_peered":"2024-09-18T01:12:51.736311+0000","last_unstale":"2024-09-18T01:58:30.242683+0000","last_undegraded":"2024-09-18T01:58:30.242683+0000","last_fullsized":"2024-09-18T01:58:30.242683+0000","mapping_epoch":23,"log_start":"27'135300","ondisk_log_start":"27'135300","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10076,"log_dups_size":0,"ondisk_log_size":10076,"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-19T07:00:12.298274+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00053560200000000004,"stat_sum":{"num_bytes":4968348691,"num_objects":1194,"num_object_clones":0,"num_object_copies":2388,"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":1194,"num_whiteouts":0,"num_read":96957,"num_read_kb":3712190,"num_write":145410,"num_write_kb":19666545,"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":"19'1","reported_seq":53,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:54:26.525611+0000","last_change":"2024-09-18T01:12:44.595953+0000","last_active":"2024-09-18T01:54:26.525611+0000","last_peered":"2024-09-18T01:54:26.525611+0000","last_clean":"2024-09-18T01:54:26.525611+0000","last_became_active":"2024-09-18T01:12:42.586177+0000","last_became_peered":"2024-09-18T01:12:42.586177+0000","last_unstale":"2024-09-18T01:54:26.525611+0000","last_undegraded":"2024-09-18T01:54:26.525611+0000","last_fullsized":"2024-09-18T01:54:26.525611+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042111399999999999,"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":[]},{"pgid":"1.0","version":"17'117","reported_seq":204,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:54:45.560373+0000","last_change":"2024-09-18T01:12:36.619165+0000","last_active":"2024-09-18T01:54:45.560373+0000","last_peered":"2024-09-18T01:54:45.560373+0000","last_clean":"2024-09-18T01:54:45.560373+0000","last_became_active":"2024-09-18T01:12:36.618278+0000","last_became_peered":"2024-09-18T01:12:36.618278+0000","last_unstale":"2024-09-18T01:54:45.560373+0000","last_undegraded":"2024-09-18T01:54:45.560373+0000","last_fullsized":"2024-09-18T01:54:45.560373+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_clean_scrub_stamp":"2024-09-18T01:12:35.468098+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-19T03:45:36.750268+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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":19938378259,"num_objects":4799,"num_object_clones":0,"num_object_copies":9598,"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":4799,"num_whiteouts":0,"num_read":445491,"num_read_kb":14062614,"num_write":634892,"num_write_kb":82302283,"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":39185907712,"data_stored":39185062950,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40181,"ondisk_log_size":40181,"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":29886,"num_read_kb":24817,"num_write":9912,"num_write_kb":9871,"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":0,"internal_metadata":0},"log_size":5151,"ondisk_log_size":5151,"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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":5,"up_from":15,"seq":64424509995,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5285164,"kb_used_data":4765760,"kb_used_omap":1,"kb_used_meta":518974,"kb_avail":89086676,"statfs":{"total":96636764160,"available":91224756224,"internally_reserved":0,"allocated":4880138240,"data_stored":4879868553,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":531429829},"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":7,"up_from":14,"seq":60129542698,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":108412,"kb_used_data":876,"kb_used_omap":1,"kb_used_meta":107518,"kb_avail":94263428,"statfs":{"total":96636764160,"available":96525750272,"internally_reserved":0,"allocated":897024,"data_stored":699367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":110098890},"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":6,"up_from":14,"seq":60129542697,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":57840,"kb_used_data":288,"kb_used_omap":1,"kb_used_meta":57534,"kb_avail":94314000,"statfs":{"total":96636764160,"available":96577536000,"internally_reserved":0,"allocated":294912,"data_stored":108309,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":58915270},"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":4,"up_from":14,"seq":60129542698,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":10497916,"kb_used_data":9524840,"kb_used_omap":1,"kb_used_meta":973054,"kb_avail":83873924,"statfs":{"total":96636764160,"available":85886898176,"internally_reserved":0,"allocated":9753436160,"data_stored":9753042019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":996407750},"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":14,"seq":60129542699,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5298580,"kb_used_data":4765764,"kb_used_omap":1,"kb_used_meta":532798,"kb_avail":89073260,"statfs":{"total":96636764160,"available":91211018240,"internally_reserved":0,"allocated":4880142336,"data_stored":4879869224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":545585607},"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":14,"seq":60129542698,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5696176,"kb_used_data":4843996,"kb_used_omap":1,"kb_used_meta":852158,"kb_avail":88675664,"statfs":{"total":96636764160,"available":90803879936,"internally_reserved":0,"allocated":4960251904,"data_stored":4959944469,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":872610246},"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":14,"seq":60129542698,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5710000,"kb_used_data":4844000,"kb_used_omap":1,"kb_used_meta":865982,"kb_avail":88661840,"statfs":{"total":96636764160,"available":90789724160,"internally_reserved":0,"allocated":4960256000,"data_stored":4959944488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":886766021},"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":0,"up_from":14,"seq":60129542698,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":10512380,"kb_used_data":9525420,"kb_used_omap":1,"kb_used_meta":986942,"kb_avail":83859460,"statfs":{"total":96636764160,"available":85872087040,"internally_reserved":0,"allocated":9754030080,"data_stored":9753632387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1010629061},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"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":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":8192,"data_stored":690,"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":8192,"data_stored":690,"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":16384,"data_stored":1380,"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":9753149440,"data_stored":9752934400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4959956992,"data_stored":4959836160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":4959956992,"data_stored":4959836160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4879847424,"data_stored":4879760915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":9753149440,"data_stored":9752934400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4879847424,"data_stored":4879760915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-18T01:58:33.425 INFO:tasks.ceph.ceph_manager.ceph:clean! 2024-09-18T01:58:33.426 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-18T01:58:33.713 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:58:33.713 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2024-09-18T01:58:33.725 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":1398,"stamp":"2024-09-18T01:58:31.900171+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":19938970716,"num_objects":4813,"num_object_clones":0,"num_object_copies":9626,"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":4813,"num_whiteouts":0,"num_read":475493,"num_read_kb":14087531,"num_write":644963,"num_write_kb":82314570,"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":45449,"ondisk_log_size":45449,"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":43166468,"kb_used_data":38270944,"kb_used_omap":12,"kb_used_meta":4894963,"kb_avail":711808252,"statfs":{"total":773094113280,"available":728891650048,"internally_reserved":0,"allocated":39189446656,"data_stored":39187108816,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":5012442674},"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":2253,"num_read_kb":52178,"num_write":176,"num_write_kb":6666,"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.002967"},"pg_stats":[{"pgid":"2.7","version":"27'1747","reported_seq":1812,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:15.507137+0000","last_change":"2024-09-18T01:12:44.882741+0000","last_active":"2024-09-18T01:58:15.507137+0000","last_peered":"2024-09-18T01:58:15.507137+0000","last_clean":"2024-09-18T01:58:15.507137+0000","last_became_active":"2024-09-18T01:12:42.584736+0000","last_became_peered":"2024-09-18T01:12:42.584736+0000","last_unstale":"2024-09-18T01:58:15.507137+0000","last_undegraded":"2024-09-18T01:58:15.507137+0000","last_fullsized":"2024-09-18T01:58:15.507137+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":1747,"log_dups_size":0,"ondisk_log_size":1747,"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-19T03:35:52.949811+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039343899999999998,"stat_sum":{"num_bytes":690,"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":10461,"num_read_kb":8705,"num_write":3485,"num_write_kb":3479,"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":"0'0","reported_seq":52,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:05.724298+0000","last_change":"2024-09-18T01:12:44.590750+0000","last_active":"2024-09-18T01:56:05.724298+0000","last_peered":"2024-09-18T01:56:05.724298+0000","last_clean":"2024-09-18T01:56:05.724298+0000","last_became_active":"2024-09-18T01:12:42.586056+0000","last_became_peered":"2024-09-18T01:12:42.586056+0000","last_unstale":"2024-09-18T01:56:05.724298+0000","last_undegraded":"2024-09-18T01:56:05.724298+0000","last_fullsized":"2024-09-18T01:56:05.724298+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T05:03:53.304013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00060323899999999999,"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":[]},{"pgid":"2.5","version":"0'0","reported_seq":52,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:54:30.558942+0000","last_change":"2024-09-18T01:12:44.887166+0000","last_active":"2024-09-18T01:54:30.558942+0000","last_peered":"2024-09-18T01:54:30.558942+0000","last_clean":"2024-09-18T01:54:30.558942+0000","last_became_active":"2024-09-18T01:12:42.984701+0000","last_became_peered":"2024-09-18T01:12:42.984701+0000","last_unstale":"2024-09-18T01:54:30.558942+0000","last_undegraded":"2024-09-18T01:54:30.558942+0000","last_fullsized":"2024-09-18T01:54:30.558942+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T07:00:03.925149+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00044983300000000001,"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":[]},{"pgid":"2.4","version":"27'260","reported_seq":3361,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.265732+0000","last_change":"2024-09-18T01:12:44.590762+0000","last_active":"2024-09-18T01:58:30.265732+0000","last_peered":"2024-09-18T01:58:30.265732+0000","last_clean":"2024-09-18T01:58:30.265732+0000","last_became_active":"2024-09-18T01:12:42.984684+0000","last_became_peered":"2024-09-18T01:12:42.984684+0000","last_unstale":"2024-09-18T01:58:30.265732+0000","last_undegraded":"2024-09-18T01:58:30.265732+0000","last_fullsized":"2024-09-18T01:58:30.265732+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":260,"log_dups_size":0,"ondisk_log_size":260,"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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059836899999999996,"stat_sum":{"num_bytes":0,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":851,"num_read_kb":679,"num_write":230,"num_write_kb":215,"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":3,"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'149876","reported_seq":236566,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.238482+0000","last_change":"2024-09-18T01:12:52.968736+0000","last_active":"2024-09-18T01:58:30.238482+0000","last_peered":"2024-09-18T01:58:30.238482+0000","last_clean":"2024-09-18T01:58:30.238482+0000","last_became_active":"2024-09-18T01:12:50.961405+0000","last_became_peered":"2024-09-18T01:12:50.961405+0000","last_unstale":"2024-09-18T01:58:30.238482+0000","last_undegraded":"2024-09-18T01:58:30.238482+0000","last_fullsized":"2024-09-18T01:58:30.238482+0000","mapping_epoch":23,"log_start":"27'139800","ondisk_log_start":"27'139800","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10076,"log_dups_size":0,"ondisk_log_size":10076,"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-19T10:25:41.569908+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000440409,"stat_sum":{"num_bytes":4785746944,"num_objects":1153,"num_object_clones":0,"num_object_copies":2306,"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":1153,"num_whiteouts":0,"num_read":86707,"num_read_kb":3172056,"num_write":149893,"num_write_kb":20889008,"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'64","reported_seq":722,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.272097+0000","last_change":"2024-09-18T01:12:44.596538+0000","last_active":"2024-09-18T01:58:30.272097+0000","last_peered":"2024-09-18T01:58:30.272097+0000","last_clean":"2024-09-18T01:58:30.272097+0000","last_became_active":"2024-09-18T01:12:42.586293+0000","last_became_peered":"2024-09-18T01:12:42.586293+0000","last_unstale":"2024-09-18T01:58:30.272097+0000","last_undegraded":"2024-09-18T01:58:30.272097+0000","last_fullsized":"2024-09-18T01:58:30.272097+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":64,"log_dups_size":0,"ondisk_log_size":64,"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-19T05:24:22.714626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010069289999999999,"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":165,"num_read_kb":110,"num_write":59,"num_write_kb":53,"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":[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'200705","reported_seq":376698,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.235098+0000","last_change":"2024-09-18T01:12:53.393625+0000","last_active":"2024-09-18T01:58:30.235098+0000","last_peered":"2024-09-18T01:58:30.235098+0000","last_clean":"2024-09-18T01:58:30.235098+0000","last_became_active":"2024-09-18T01:12:50.960126+0000","last_became_peered":"2024-09-18T01:12:50.960126+0000","last_unstale":"2024-09-18T01:58:30.235098+0000","last_undegraded":"2024-09-18T01:58:30.235098+0000","last_fullsized":"2024-09-18T01:58:30.235098+0000","mapping_epoch":23,"log_start":"27'190700","ondisk_log_start":"27'190700","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10005,"log_dups_size":0,"ondisk_log_size":10005,"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-19T01:24:53.544143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034078599999999999,"stat_sum":{"num_bytes":5018270720,"num_objects":1209,"num_object_clones":0,"num_object_copies":2418,"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":1209,"num_whiteouts":0,"num_read":176025,"num_read_kb":3935418,"num_write":200739,"num_write_kb":21587120,"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'510","reported_seq":570,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:30.611864+0000","last_change":"2024-09-18T01:12:44.590532+0000","last_active":"2024-09-18T01:56:30.611864+0000","last_peered":"2024-09-18T01:56:30.611864+0000","last_clean":"2024-09-18T01:56:30.611864+0000","last_became_active":"2024-09-18T01:12:42.582685+0000","last_became_peered":"2024-09-18T01:12:42.582685+0000","last_unstale":"2024-09-18T01:56:30.611864+0000","last_undegraded":"2024-09-18T01:56:30.611864+0000","last_fullsized":"2024-09-18T01:56:30.611864+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":510,"log_dups_size":0,"ondisk_log_size":510,"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-19T08:22:44.665535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000618444,"stat_sum":{"num_bytes":690,"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":3022,"num_read_kb":2510,"num_write":1009,"num_write_kb":1001,"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":[]},{"pgid":"3.1","version":"27'138824","reported_seq":224589,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.240406+0000","last_change":"2024-09-18T01:12:53.182196+0000","last_active":"2024-09-18T01:58:30.240406+0000","last_peered":"2024-09-18T01:58:30.240406+0000","last_clean":"2024-09-18T01:58:30.240406+0000","last_became_active":"2024-09-18T01:12:50.960564+0000","last_became_peered":"2024-09-18T01:12:50.960564+0000","last_unstale":"2024-09-18T01:58:30.240406+0000","last_undegraded":"2024-09-18T01:58:30.240406+0000","last_fullsized":"2024-09-18T01:58:30.240406+0000","mapping_epoch":23,"log_start":"27'128800","ondisk_log_start":"27'128800","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10024,"log_dups_size":0,"ondisk_log_size":10024,"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-19T06:17:40.114791+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000477913,"stat_sum":{"num_bytes":5166011904,"num_objects":1243,"num_object_clones":0,"num_object_copies":2486,"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":1243,"num_whiteouts":0,"num_read":85802,"num_read_kb":3242950,"num_write":138850,"num_write_kb":20159610,"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'2569","reported_seq":2631,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:50.570376+0000","last_change":"2024-09-18T01:12:44.887055+0000","last_active":"2024-09-18T01:56:50.570376+0000","last_peered":"2024-09-18T01:56:50.570376+0000","last_clean":"2024-09-18T01:56:50.570376+0000","last_became_active":"2024-09-18T01:12:42.585896+0000","last_became_peered":"2024-09-18T01:12:42.585896+0000","last_unstale":"2024-09-18T01:56:50.570376+0000","last_undegraded":"2024-09-18T01:56:50.570376+0000","last_fullsized":"2024-09-18T01:56:50.570376+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":2569,"log_dups_size":0,"ondisk_log_size":2569,"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-19T06:17:31.741667+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037660100000000001,"stat_sum":{"num_bytes":690,"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":15387,"num_read_kb":12813,"num_write":5129,"num_write_kb":5123,"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'145376","reported_seq":242312,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.242683+0000","last_change":"2024-09-18T01:12:52.968978+0000","last_active":"2024-09-18T01:58:30.242683+0000","last_peered":"2024-09-18T01:58:30.242683+0000","last_clean":"2024-09-18T01:58:30.242683+0000","last_became_active":"2024-09-18T01:12:51.736311+0000","last_became_peered":"2024-09-18T01:12:51.736311+0000","last_unstale":"2024-09-18T01:58:30.242683+0000","last_undegraded":"2024-09-18T01:58:30.242683+0000","last_fullsized":"2024-09-18T01:58:30.242683+0000","mapping_epoch":23,"log_start":"27'135300","ondisk_log_start":"27'135300","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10076,"log_dups_size":0,"ondisk_log_size":10076,"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-19T07:00:12.298274+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00053560200000000004,"stat_sum":{"num_bytes":4968348691,"num_objects":1194,"num_object_clones":0,"num_object_copies":2388,"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":1194,"num_whiteouts":0,"num_read":96957,"num_read_kb":3712190,"num_write":145410,"num_write_kb":19666545,"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":"19'1","reported_seq":53,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:54:26.525611+0000","last_change":"2024-09-18T01:12:44.595953+0000","last_active":"2024-09-18T01:54:26.525611+0000","last_peered":"2024-09-18T01:54:26.525611+0000","last_clean":"2024-09-18T01:54:26.525611+0000","last_became_active":"2024-09-18T01:12:42.586177+0000","last_became_peered":"2024-09-18T01:12:42.586177+0000","last_unstale":"2024-09-18T01:54:26.525611+0000","last_undegraded":"2024-09-18T01:54:26.525611+0000","last_fullsized":"2024-09-18T01:54:26.525611+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042111399999999999,"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":[]},{"pgid":"1.0","version":"17'117","reported_seq":204,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:54:45.560373+0000","last_change":"2024-09-18T01:12:36.619165+0000","last_active":"2024-09-18T01:54:45.560373+0000","last_peered":"2024-09-18T01:54:45.560373+0000","last_clean":"2024-09-18T01:54:45.560373+0000","last_became_active":"2024-09-18T01:12:36.618278+0000","last_became_peered":"2024-09-18T01:12:36.618278+0000","last_unstale":"2024-09-18T01:54:45.560373+0000","last_undegraded":"2024-09-18T01:54:45.560373+0000","last_fullsized":"2024-09-18T01:54:45.560373+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_clean_scrub_stamp":"2024-09-18T01:12:35.468098+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-19T03:45:36.750268+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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":19938378259,"num_objects":4799,"num_object_clones":0,"num_object_copies":9598,"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":4799,"num_whiteouts":0,"num_read":445491,"num_read_kb":14062614,"num_write":634892,"num_write_kb":82302283,"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":39185907712,"data_stored":39185062950,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40181,"ondisk_log_size":40181,"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":29886,"num_read_kb":24817,"num_write":9912,"num_write_kb":9871,"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":0,"internal_metadata":0},"log_size":5151,"ondisk_log_size":5151,"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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":5,"up_from":15,"seq":64424509995,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5285164,"kb_used_data":4765760,"kb_used_omap":1,"kb_used_meta":518974,"kb_avail":89086676,"statfs":{"total":96636764160,"available":91224756224,"internally_reserved":0,"allocated":4880138240,"data_stored":4879868553,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":531429829},"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":7,"up_from":14,"seq":60129542698,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":108412,"kb_used_data":876,"kb_used_omap":1,"kb_used_meta":107518,"kb_avail":94263428,"statfs":{"total":96636764160,"available":96525750272,"internally_reserved":0,"allocated":897024,"data_stored":699367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":110098890},"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":6,"up_from":14,"seq":60129542697,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":57840,"kb_used_data":288,"kb_used_omap":1,"kb_used_meta":57534,"kb_avail":94314000,"statfs":{"total":96636764160,"available":96577536000,"internally_reserved":0,"allocated":294912,"data_stored":108309,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":58915270},"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":4,"up_from":14,"seq":60129542698,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":10497916,"kb_used_data":9524840,"kb_used_omap":1,"kb_used_meta":973054,"kb_avail":83873924,"statfs":{"total":96636764160,"available":85886898176,"internally_reserved":0,"allocated":9753436160,"data_stored":9753042019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":996407750},"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":14,"seq":60129542699,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5298580,"kb_used_data":4765764,"kb_used_omap":1,"kb_used_meta":532798,"kb_avail":89073260,"statfs":{"total":96636764160,"available":91211018240,"internally_reserved":0,"allocated":4880142336,"data_stored":4879869224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":545585607},"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":14,"seq":60129542698,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5696176,"kb_used_data":4843996,"kb_used_omap":1,"kb_used_meta":852158,"kb_avail":88675664,"statfs":{"total":96636764160,"available":90803879936,"internally_reserved":0,"allocated":4960251904,"data_stored":4959944469,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":872610246},"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":14,"seq":60129542698,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5710000,"kb_used_data":4844000,"kb_used_omap":1,"kb_used_meta":865982,"kb_avail":88661840,"statfs":{"total":96636764160,"available":90789724160,"internally_reserved":0,"allocated":4960256000,"data_stored":4959944488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":886766021},"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":0,"up_from":14,"seq":60129542698,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":10512380,"kb_used_data":9525420,"kb_used_omap":1,"kb_used_meta":986942,"kb_avail":83859460,"statfs":{"total":96636764160,"available":85872087040,"internally_reserved":0,"allocated":9754030080,"data_stored":9753632387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1010629061},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"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":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":8192,"data_stored":690,"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":8192,"data_stored":690,"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":16384,"data_stored":1380,"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":9753149440,"data_stored":9752934400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4959956992,"data_stored":4959836160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":4959956992,"data_stored":4959836160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4879847424,"data_stored":4879760915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":9753149440,"data_stored":9752934400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4879847424,"data_stored":4879760915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-18T01:58:33.726 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd dump --format=json 2024-09-18T01:58:34.017 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:58:34.018 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":27,"fsid":"fcba8fcf-5692-4926-af0b-9eb5ae26e44b","created":"2024-09-18T01:12:23.158336+0000","modified":"2024-09-18T01:13:02.944880+0000","last_up_change":"2024-09-18T01:12:35.468098+0000","last_in_change":"2024-09-18T01:12:25.267787+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-18T01:12:35.462912+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-18T01:12:41.290238+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-18T01:12:49.496988+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":"0209d7f8-6c14-4ea3-9b29-745ffdf0ffd7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6824","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6825","nonce":3784648640}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6826","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6827","nonce":3784648640}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6831","nonce":3784648640}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":3784648640},{"type":"v1","addr":"172.21.15.26:6829","nonce":3784648640}]},"public_addr":"172.21.15.26:6825/3784648640","cluster_addr":"172.21.15.26:6827/3784648640","heartbeat_back_addr":"172.21.15.26:6831/3784648640","heartbeat_front_addr":"172.21.15.26:6829/3784648640","state":["exists","up"]},{"osd":1,"uuid":"b7c69f91-eb27-4fac-b598-cdecbf1b0221","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6809","nonce":3371806244}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6811","nonce":3371806244}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6815","nonce":3371806244}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":3371806244},{"type":"v1","addr":"172.21.15.26:6813","nonce":3371806244}]},"public_addr":"172.21.15.26:6809/3371806244","cluster_addr":"172.21.15.26:6811/3371806244","heartbeat_back_addr":"172.21.15.26:6815/3371806244","heartbeat_front_addr":"172.21.15.26:6813/3371806244","state":["exists","up"]},{"osd":2,"uuid":"6a63195b-6b54-4e1c-abe5-9ed627a97e07","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.26:6800","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6801","nonce":4267359749}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6803","nonce":4267359749}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6807","nonce":4267359749}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":4267359749},{"type":"v1","addr":"172.21.15.26:6805","nonce":4267359749}]},"public_addr":"172.21.15.26:6801/4267359749","cluster_addr":"172.21.15.26:6803/4267359749","heartbeat_back_addr":"172.21.15.26:6807/4267359749","heartbeat_front_addr":"172.21.15.26:6805/4267359749","state":["exists","up"]},{"osd":3,"uuid":"c98b336c-d91c-42c7-824c-5975d35135ec","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6817","nonce":3466529342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6818","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6819","nonce":3466529342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6823","nonce":3466529342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":3466529342},{"type":"v1","addr":"172.21.15.26:6821","nonce":3466529342}]},"public_addr":"172.21.15.26:6817/3466529342","cluster_addr":"172.21.15.26:6819/3466529342","heartbeat_back_addr":"172.21.15.26:6823/3466529342","heartbeat_front_addr":"172.21.15.26:6821/3466529342","state":["exists","up"]},{"osd":4,"uuid":"9d910836-8dc4-4566-af55-e856ce813103","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6824","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6825","nonce":1875119919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6826","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6827","nonce":1875119919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6830","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6831","nonce":1875119919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6828","nonce":1875119919},{"type":"v1","addr":"172.21.15.94:6829","nonce":1875119919}]},"public_addr":"172.21.15.94:6825/1875119919","cluster_addr":"172.21.15.94:6827/1875119919","heartbeat_back_addr":"172.21.15.94:6831/1875119919","heartbeat_front_addr":"172.21.15.94:6829/1875119919","state":["exists","up"]},{"osd":5,"uuid":"f9e4b456-e81f-4295-a8e8-f3fda780f3a1","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.94:6816","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6817","nonce":1843230964}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6818","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6819","nonce":1843230964}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6822","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6823","nonce":1843230964}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6820","nonce":1843230964},{"type":"v1","addr":"172.21.15.94:6821","nonce":1843230964}]},"public_addr":"172.21.15.94:6817/1843230964","cluster_addr":"172.21.15.94:6819/1843230964","heartbeat_back_addr":"172.21.15.94:6823/1843230964","heartbeat_front_addr":"172.21.15.94:6821/1843230964","state":["exists","up"]},{"osd":6,"uuid":"a03104e4-ac64-4770-b567-4ff3b6e2dc7e","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.94:6800","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6801","nonce":1572533955}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6803","nonce":1572533955}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6807","nonce":1572533955}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":1572533955},{"type":"v1","addr":"172.21.15.94:6805","nonce":1572533955}]},"public_addr":"172.21.15.94:6801/1572533955","cluster_addr":"172.21.15.94:6803/1572533955","heartbeat_back_addr":"172.21.15.94:6807/1572533955","heartbeat_front_addr":"172.21.15.94:6805/1572533955","state":["exists","up"]},{"osd":7,"uuid":"215885f3-520a-40e7-a5a2-8ede6a21882c","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.94:6808","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6809","nonce":2744659334}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6811","nonce":2744659334}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6815","nonce":2744659334}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":2744659334},{"type":"v1","addr":"172.21.15.94:6813","nonce":2744659334}]},"public_addr":"172.21.15.94:6809/2744659334","cluster_addr":"172.21.15.94:6811/2744659334","heartbeat_back_addr":"172.21.15.94:6815/2744659334","heartbeat_front_addr":"172.21.15.94:6813/2744659334","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.309234+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.543933+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.337682+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.301616+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.549971+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.771969+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:31.861960+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T01:12:32.377614+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-18T01:58:35.030 INFO:tasks.ceph:Scrubbing osd.0 2024-09-18T01:58:35.030 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:58:35.173 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-09-18T01:58:35.173 INFO:teuthology.orchestra.run.smithi026.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-18T01:58:35.173 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-09-18T01:58:35.184 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 0 2024-09-18T01:58:35.476 INFO:teuthology.orchestra.run.smithi026.stderr:instructed osd(s) 0 to deep-scrub 2024-09-18T01:58:35.487 INFO:tasks.ceph:Scrubbing osd.1 2024-09-18T01:58:35.487 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:58:35.614 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-09-18T01:58:35.614 INFO:teuthology.orchestra.run.smithi026.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-18T01:58:35.614 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-09-18T01:58:35.624 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 1 2024-09-18T01:58:35.948 INFO:teuthology.orchestra.run.smithi026.stderr:instructed osd(s) 1 to deep-scrub 2024-09-18T01:58:35.961 INFO:tasks.ceph:Scrubbing osd.2 2024-09-18T01:58:35.961 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:58:36.095 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-09-18T01:58:36.095 INFO:teuthology.orchestra.run.smithi026.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-18T01:58:36.095 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-09-18T01:58:36.108 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 2 2024-09-18T01:58:36.438 INFO:teuthology.orchestra.run.smithi026.stderr:instructed osd(s) 2 to deep-scrub 2024-09-18T01:58:36.454 INFO:tasks.ceph:Scrubbing osd.3 2024-09-18T01:58:36.454 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:58:36.590 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-09-18T01:58:36.590 INFO:teuthology.orchestra.run.smithi026.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-18T01:58:36.590 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-09-18T01:58:36.601 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 3 2024-09-18T01:58:36.898 INFO:teuthology.orchestra.run.smithi026.stderr:instructed osd(s) 3 to deep-scrub 2024-09-18T01:58:36.916 INFO:tasks.ceph:Scrubbing osd.4 2024-09-18T01:58:36.916 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:58:37.059 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-09-18T01:58:37.059 INFO:teuthology.orchestra.run.smithi026.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-18T01:58:37.059 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-09-18T01:58:37.071 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 4 2024-09-18T01:58:37.369 INFO:teuthology.orchestra.run.smithi026.stderr:instructed osd(s) 4 to deep-scrub 2024-09-18T01:58:37.381 INFO:tasks.ceph:Scrubbing osd.5 2024-09-18T01:58:37.403 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:58:37.542 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-09-18T01:58:37.543 INFO:teuthology.orchestra.run.smithi026.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-18T01:58:37.543 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-09-18T01:58:37.556 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 5 2024-09-18T01:58:37.895 INFO:teuthology.orchestra.run.smithi026.stderr:instructed osd(s) 5 to deep-scrub 2024-09-18T01:58:37.910 INFO:tasks.ceph:Scrubbing osd.6 2024-09-18T01:58:37.910 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:58:38.055 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-09-18T01:58:38.055 INFO:teuthology.orchestra.run.smithi026.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-18T01:58:38.055 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-09-18T01:58:38.070 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 6 2024-09-18T01:58:38.447 INFO:teuthology.orchestra.run.smithi026.stderr:instructed osd(s) 6 to deep-scrub 2024-09-18T01:58:38.463 INFO:tasks.ceph:Scrubbing osd.7 2024-09-18T01:58:38.463 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:58:38.653 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-09-18T01:58:38.653 INFO:teuthology.orchestra.run.smithi026.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) " 2024-09-18T01:58:38.653 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-09-18T01:58:38.670 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph osd deep-scrub 7 2024-09-18T01:58:39.143 INFO:teuthology.orchestra.run.smithi026.stderr:instructed osd(s) 7 to deep-scrub 2024-09-18T01:58:39.163 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-18T01:58:39.633 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:58:39.633 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2024-09-18T01:58:39.653 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":1401,"stamp":"2024-09-18T01:58:37.901433+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":19938970716,"num_objects":4813,"num_object_clones":0,"num_object_copies":9626,"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":4813,"num_whiteouts":0,"num_read":475493,"num_read_kb":14087531,"num_write":644963,"num_write_kb":82314570,"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":45449,"ondisk_log_size":45449,"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":43167012,"kb_used_data":38270944,"kb_used_omap":12,"kb_used_meta":4894963,"kb_avail":711807708,"statfs":{"total":773094113280,"available":728891092992,"internally_reserved":0,"allocated":39189446656,"data_stored":39187108816,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":5012442674},"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":2088,"num_read_kb":50145,"num_write":171,"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.002632"},"pg_stats":[{"pgid":"2.7","version":"27'1747","reported_seq":1812,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:15.507137+0000","last_change":"2024-09-18T01:12:44.882741+0000","last_active":"2024-09-18T01:58:15.507137+0000","last_peered":"2024-09-18T01:58:15.507137+0000","last_clean":"2024-09-18T01:58:15.507137+0000","last_became_active":"2024-09-18T01:12:42.584736+0000","last_became_peered":"2024-09-18T01:12:42.584736+0000","last_unstale":"2024-09-18T01:58:15.507137+0000","last_undegraded":"2024-09-18T01:58:15.507137+0000","last_fullsized":"2024-09-18T01:58:15.507137+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":1747,"log_dups_size":0,"ondisk_log_size":1747,"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-19T03:35:52.949811+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039343899999999998,"stat_sum":{"num_bytes":690,"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":10461,"num_read_kb":8705,"num_write":3485,"num_write_kb":3479,"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":"0'0","reported_seq":52,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:05.724298+0000","last_change":"2024-09-18T01:12:44.590750+0000","last_active":"2024-09-18T01:56:05.724298+0000","last_peered":"2024-09-18T01:56:05.724298+0000","last_clean":"2024-09-18T01:56:05.724298+0000","last_became_active":"2024-09-18T01:12:42.586056+0000","last_became_peered":"2024-09-18T01:12:42.586056+0000","last_unstale":"2024-09-18T01:56:05.724298+0000","last_undegraded":"2024-09-18T01:56:05.724298+0000","last_fullsized":"2024-09-18T01:56:05.724298+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T05:03:53.304013+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00060323899999999999,"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":[]},{"pgid":"2.5","version":"0'0","reported_seq":52,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:54:30.558942+0000","last_change":"2024-09-18T01:12:44.887166+0000","last_active":"2024-09-18T01:54:30.558942+0000","last_peered":"2024-09-18T01:54:30.558942+0000","last_clean":"2024-09-18T01:54:30.558942+0000","last_became_active":"2024-09-18T01:12:42.984701+0000","last_became_peered":"2024-09-18T01:12:42.984701+0000","last_unstale":"2024-09-18T01:54:30.558942+0000","last_undegraded":"2024-09-18T01:54:30.558942+0000","last_fullsized":"2024-09-18T01:54:30.558942+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T07:00:03.925149+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00044983300000000001,"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":[]},{"pgid":"2.4","version":"27'260","reported_seq":3362,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.265936+0000","last_change":"2024-09-18T01:12:44.590762+0000","last_active":"2024-09-18T01:58:30.265936+0000","last_peered":"2024-09-18T01:58:30.265936+0000","last_clean":"2024-09-18T01:58:30.265936+0000","last_became_active":"2024-09-18T01:12:42.984684+0000","last_became_peered":"2024-09-18T01:12:42.984684+0000","last_unstale":"2024-09-18T01:58:30.265936+0000","last_undegraded":"2024-09-18T01:58:30.265936+0000","last_fullsized":"2024-09-18T01:58:30.265936+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":260,"log_dups_size":0,"ondisk_log_size":260,"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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059836899999999996,"stat_sum":{"num_bytes":0,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":851,"num_read_kb":679,"num_write":230,"num_write_kb":215,"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":3,"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'149876","reported_seq":236566,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.238482+0000","last_change":"2024-09-18T01:12:52.968736+0000","last_active":"2024-09-18T01:58:30.238482+0000","last_peered":"2024-09-18T01:58:30.238482+0000","last_clean":"2024-09-18T01:58:30.238482+0000","last_became_active":"2024-09-18T01:12:50.961405+0000","last_became_peered":"2024-09-18T01:12:50.961405+0000","last_unstale":"2024-09-18T01:58:30.238482+0000","last_undegraded":"2024-09-18T01:58:30.238482+0000","last_fullsized":"2024-09-18T01:58:30.238482+0000","mapping_epoch":23,"log_start":"27'139800","ondisk_log_start":"27'139800","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10076,"log_dups_size":0,"ondisk_log_size":10076,"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-19T10:25:41.569908+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000440409,"stat_sum":{"num_bytes":4785746944,"num_objects":1153,"num_object_clones":0,"num_object_copies":2306,"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":1153,"num_whiteouts":0,"num_read":86707,"num_read_kb":3172056,"num_write":149893,"num_write_kb":20889008,"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'64","reported_seq":723,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.272242+0000","last_change":"2024-09-18T01:12:44.596538+0000","last_active":"2024-09-18T01:58:30.272242+0000","last_peered":"2024-09-18T01:58:30.272242+0000","last_clean":"2024-09-18T01:58:30.272242+0000","last_became_active":"2024-09-18T01:12:42.586293+0000","last_became_peered":"2024-09-18T01:12:42.586293+0000","last_unstale":"2024-09-18T01:58:30.272242+0000","last_undegraded":"2024-09-18T01:58:30.272242+0000","last_fullsized":"2024-09-18T01:58:30.272242+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":64,"log_dups_size":0,"ondisk_log_size":64,"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-19T05:24:22.714626+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.0010069289999999999,"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":165,"num_read_kb":110,"num_write":59,"num_write_kb":53,"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":[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'200705","reported_seq":376698,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.235098+0000","last_change":"2024-09-18T01:12:53.393625+0000","last_active":"2024-09-18T01:58:30.235098+0000","last_peered":"2024-09-18T01:58:30.235098+0000","last_clean":"2024-09-18T01:58:30.235098+0000","last_became_active":"2024-09-18T01:12:50.960126+0000","last_became_peered":"2024-09-18T01:12:50.960126+0000","last_unstale":"2024-09-18T01:58:30.235098+0000","last_undegraded":"2024-09-18T01:58:30.235098+0000","last_fullsized":"2024-09-18T01:58:30.235098+0000","mapping_epoch":23,"log_start":"27'190700","ondisk_log_start":"27'190700","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10005,"log_dups_size":0,"ondisk_log_size":10005,"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-19T01:24:53.544143+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034078599999999999,"stat_sum":{"num_bytes":5018270720,"num_objects":1209,"num_object_clones":0,"num_object_copies":2418,"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":1209,"num_whiteouts":0,"num_read":176025,"num_read_kb":3935418,"num_write":200739,"num_write_kb":21587120,"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'510","reported_seq":571,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.256952+0000","last_change":"2024-09-18T01:12:44.590532+0000","last_active":"2024-09-18T01:58:30.256952+0000","last_peered":"2024-09-18T01:58:30.256952+0000","last_clean":"2024-09-18T01:58:30.256952+0000","last_became_active":"2024-09-18T01:12:42.582685+0000","last_became_peered":"2024-09-18T01:12:42.582685+0000","last_unstale":"2024-09-18T01:58:30.256952+0000","last_undegraded":"2024-09-18T01:58:30.256952+0000","last_fullsized":"2024-09-18T01:58:30.256952+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":510,"log_dups_size":0,"ondisk_log_size":510,"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-19T08:22:44.665535+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000618444,"stat_sum":{"num_bytes":690,"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":3022,"num_read_kb":2510,"num_write":1009,"num_write_kb":1001,"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":[]},{"pgid":"3.1","version":"27'138824","reported_seq":224589,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.240406+0000","last_change":"2024-09-18T01:12:53.182196+0000","last_active":"2024-09-18T01:58:30.240406+0000","last_peered":"2024-09-18T01:58:30.240406+0000","last_clean":"2024-09-18T01:58:30.240406+0000","last_became_active":"2024-09-18T01:12:50.960564+0000","last_became_peered":"2024-09-18T01:12:50.960564+0000","last_unstale":"2024-09-18T01:58:30.240406+0000","last_undegraded":"2024-09-18T01:58:30.240406+0000","last_fullsized":"2024-09-18T01:58:30.240406+0000","mapping_epoch":23,"log_start":"27'128800","ondisk_log_start":"27'128800","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10024,"log_dups_size":0,"ondisk_log_size":10024,"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-19T06:17:40.114791+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000477913,"stat_sum":{"num_bytes":5166011904,"num_objects":1243,"num_object_clones":0,"num_object_copies":2486,"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":1243,"num_whiteouts":0,"num_read":85802,"num_read_kb":3242950,"num_write":138850,"num_write_kb":20159610,"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'2569","reported_seq":2631,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:50.570376+0000","last_change":"2024-09-18T01:12:44.887055+0000","last_active":"2024-09-18T01:56:50.570376+0000","last_peered":"2024-09-18T01:56:50.570376+0000","last_clean":"2024-09-18T01:56:50.570376+0000","last_became_active":"2024-09-18T01:12:42.585896+0000","last_became_peered":"2024-09-18T01:12:42.585896+0000","last_unstale":"2024-09-18T01:56:50.570376+0000","last_undegraded":"2024-09-18T01:56:50.570376+0000","last_fullsized":"2024-09-18T01:56:50.570376+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+0000","objects_scrubbed":0,"log_size":2569,"log_dups_size":0,"ondisk_log_size":2569,"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-19T06:17:31.741667+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037660100000000001,"stat_sum":{"num_bytes":690,"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":15387,"num_read_kb":12813,"num_write":5129,"num_write_kb":5123,"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'145376","reported_seq":242312,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:30.242683+0000","last_change":"2024-09-18T01:12:52.968978+0000","last_active":"2024-09-18T01:58:30.242683+0000","last_peered":"2024-09-18T01:58:30.242683+0000","last_clean":"2024-09-18T01:58:30.242683+0000","last_became_active":"2024-09-18T01:12:51.736311+0000","last_became_peered":"2024-09-18T01:12:51.736311+0000","last_unstale":"2024-09-18T01:58:30.242683+0000","last_undegraded":"2024-09-18T01:58:30.242683+0000","last_fullsized":"2024-09-18T01:58:30.242683+0000","mapping_epoch":23,"log_start":"27'135300","ondisk_log_start":"27'135300","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:49.945854+0000","last_clean_scrub_stamp":"2024-09-18T01:12:49.945854+0000","objects_scrubbed":0,"log_size":10076,"log_dups_size":0,"ondisk_log_size":10076,"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-19T07:00:12.298274+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00053560200000000004,"stat_sum":{"num_bytes":4968348691,"num_objects":1194,"num_object_clones":0,"num_object_copies":2388,"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":1194,"num_whiteouts":0,"num_read":96957,"num_read_kb":3712190,"num_write":145410,"num_write_kb":19666545,"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":"19'1","reported_seq":54,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:56:31.550238+0000","last_change":"2024-09-18T01:12:44.595953+0000","last_active":"2024-09-18T01:56:31.550238+0000","last_peered":"2024-09-18T01:56:31.550238+0000","last_clean":"2024-09-18T01:56:31.550238+0000","last_became_active":"2024-09-18T01:12:42.586177+0000","last_became_peered":"2024-09-18T01:12:42.586177+0000","last_unstale":"2024-09-18T01:56:31.550238+0000","last_undegraded":"2024-09-18T01:56:31.550238+0000","last_fullsized":"2024-09-18T01:56:31.550238+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-18T01:12:41.572730+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:41.572730+0000","last_clean_scrub_stamp":"2024-09-18T01:12:41.572730+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-19T10:25:33.196784+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042111399999999999,"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":[]},{"pgid":"1.0","version":"17'117","reported_seq":204,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:54:45.560373+0000","last_change":"2024-09-18T01:12:36.619165+0000","last_active":"2024-09-18T01:54:45.560373+0000","last_peered":"2024-09-18T01:54:45.560373+0000","last_clean":"2024-09-18T01:54:45.560373+0000","last_became_active":"2024-09-18T01:12:36.618278+0000","last_became_peered":"2024-09-18T01:12:36.618278+0000","last_unstale":"2024-09-18T01:54:45.560373+0000","last_undegraded":"2024-09-18T01:54:45.560373+0000","last_fullsized":"2024-09-18T01:54:45.560373+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:12:35.468098+0000","last_clean_scrub_stamp":"2024-09-18T01:12:35.468098+0000","objects_scrubbed":0,"log_size":117,"log_dups_size":0,"ondisk_log_size":117,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-19T03:45:36.750268+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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":19938378259,"num_objects":4799,"num_object_clones":0,"num_object_copies":9598,"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":4799,"num_whiteouts":0,"num_read":445491,"num_read_kb":14062614,"num_write":634892,"num_write_kb":82302283,"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":39185907712,"data_stored":39185062950,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40181,"ondisk_log_size":40181,"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":29886,"num_read_kb":24817,"num_write":9912,"num_write_kb":9871,"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":0,"internal_metadata":0},"log_size":5151,"ondisk_log_size":5151,"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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":5,"up_from":15,"seq":64424509996,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5285164,"kb_used_data":4765760,"kb_used_omap":1,"kb_used_meta":518974,"kb_avail":89086676,"statfs":{"total":96636764160,"available":91224756224,"internally_reserved":0,"allocated":4880138240,"data_stored":4879868553,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":531429829},"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":7,"up_from":14,"seq":60129542699,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":108412,"kb_used_data":876,"kb_used_omap":1,"kb_used_meta":107518,"kb_avail":94263428,"statfs":{"total":96636764160,"available":96525750272,"internally_reserved":0,"allocated":897024,"data_stored":699367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":110098890},"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":6,"up_from":14,"seq":60129542698,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":57840,"kb_used_data":288,"kb_used_omap":1,"kb_used_meta":57534,"kb_avail":94314000,"statfs":{"total":96636764160,"available":96577536000,"internally_reserved":0,"allocated":294912,"data_stored":108309,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":58915270},"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":4,"up_from":14,"seq":60129542699,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":10497916,"kb_used_data":9524840,"kb_used_omap":1,"kb_used_meta":973054,"kb_avail":83873924,"statfs":{"total":96636764160,"available":85886898176,"internally_reserved":0,"allocated":9753436160,"data_stored":9753042019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":996407750},"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":14,"seq":60129542700,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5298992,"kb_used_data":4765764,"kb_used_omap":1,"kb_used_meta":532798,"kb_avail":89072848,"statfs":{"total":96636764160,"available":91210596352,"internally_reserved":0,"allocated":4880142336,"data_stored":4879869224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":545585607},"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":14,"seq":60129542699,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5696176,"kb_used_data":4843996,"kb_used_omap":1,"kb_used_meta":852158,"kb_avail":88675664,"statfs":{"total":96636764160,"available":90803879936,"internally_reserved":0,"allocated":4960251904,"data_stored":4959944469,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":872610246},"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":14,"seq":60129542699,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5710000,"kb_used_data":4844000,"kb_used_omap":1,"kb_used_meta":865982,"kb_avail":88661840,"statfs":{"total":96636764160,"available":90789724160,"internally_reserved":0,"allocated":4960256000,"data_stored":4959944488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":886766021},"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":0,"up_from":14,"seq":60129542699,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":10512512,"kb_used_data":9525420,"kb_used_omap":1,"kb_used_meta":986942,"kb_avail":83859328,"statfs":{"total":96636764160,"available":85871951872,"internally_reserved":0,"allocated":9754030080,"data_stored":9753632387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1010629061},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"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":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":8192,"data_stored":690,"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":8192,"data_stored":690,"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":16384,"data_stored":1380,"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":9753149440,"data_stored":9752934400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4959956992,"data_stored":4959836160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":4959956992,"data_stored":4959836160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4879847424,"data_stored":4879760915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":9753149440,"data_stored":9752934400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4879847424,"data_stored":4879760915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-18T01:58:39.656 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2024-09-18T01:12:41.572730+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=41, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.656 INFO:tasks.ceph:pgid 2.6 last_scrub_stamp 2024-09-18T01:12:41.572730+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=41, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.657 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2024-09-18T01:12:41.572730+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=41, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.657 INFO:tasks.ceph:pgid 2.4 last_scrub_stamp 2024-09-18T01:12:41.572730+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=41, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.657 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2024-09-18T01:12:49.945854+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=49, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.657 INFO:tasks.ceph:pgid 2.2 last_scrub_stamp 2024-09-18T01:12:41.572730+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=41, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.657 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2024-09-18T01:12:49.945854+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=49, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.657 INFO:tasks.ceph:pgid 2.1 last_scrub_stamp 2024-09-18T01:12:41.572730+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=41, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.657 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2024-09-18T01:12:49.945854+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=49, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.657 INFO:tasks.ceph:pgid 2.0 last_scrub_stamp 2024-09-18T01:12:41.572730+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=41, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.658 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2024-09-18T01:12:49.945854+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=49, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.658 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2024-09-18T01:12:41.572730+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=41, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.658 INFO:tasks.ceph:pgid 1.0 last_scrub_stamp 2024-09-18T01:12:35.468098+0000 time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=12, tm_sec=35, tm_wday=2, tm_yday=262, tm_isdst=-1) <= time.struct_time(tm_year=2024, tm_mon=9, tm_mday=18, tm_hour=1, tm_min=58, tm_sec=34, tm_wday=2, tm_yday=262, tm_isdst=0) 2024-09-18T01:58:39.658 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2024-09-18T01:58:59.659 DEBUG:teuthology.orchestra.run.smithi026:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph pg dump --format=json 2024-09-18T01:58:59.961 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-09-18T01:58:59.962 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2024-09-18T01:58:59.973 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":1412,"stamp":"2024-09-18T01:58:59.905906+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":19938970716,"num_objects":4813,"num_object_clones":0,"num_object_copies":9626,"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":4813,"num_whiteouts":0,"num_read":475493,"num_read_kb":14087531,"num_write":644963,"num_write_kb":82314570,"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":45425,"ondisk_log_size":45425,"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":43196576,"kb_used_data":38270944,"kb_used_omap":12,"kb_used_meta":4925491,"kb_avail":711778144,"statfs":{"total":773094113280,"available":728860819456,"internally_reserved":0,"allocated":39189446656,"data_stored":39187108816,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":5043703346},"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.002670"},"pg_stats":[{"pgid":"2.7","version":"27'1748","reported_seq":1822,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:38.803590+0000","last_change":"2024-09-18T01:58:38.803632+0000","last_active":"2024-09-18T01:58:38.803590+0000","last_peered":"2024-09-18T01:58:38.803590+0000","last_clean":"2024-09-18T01:58:38.803590+0000","last_became_active":"2024-09-18T01:12:42.584736+0000","last_became_peered":"2024-09-18T01:12:42.584736+0000","last_unstale":"2024-09-18T01:58:38.803590+0000","last_undegraded":"2024-09-18T01:58:38.803590+0000","last_fullsized":"2024-09-18T01:58:38.803590+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'1748","last_scrub_stamp":"2024-09-18T01:58:38.803484+0000","last_deep_scrub":"27'1748","last_deep_scrub_stamp":"2024-09-18T01:58:38.803484+0000","last_clean_scrub_stamp":"2024-09-18T01:58:38.803484+0000","objects_scrubbed":2,"log_size":1748,"log_dups_size":0,"ondisk_log_size":1748,"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-19T04:52:48.958716+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00039343899999999998,"stat_sum":{"num_bytes":690,"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":10461,"num_read_kb":8705,"num_write":3485,"num_write_kb":3479,"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":"0'0","reported_seq":61,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:36.487193+0000","last_change":"2024-09-18T01:58:36.487233+0000","last_active":"2024-09-18T01:58:36.487193+0000","last_peered":"2024-09-18T01:58:36.487193+0000","last_clean":"2024-09-18T01:58:36.487193+0000","last_became_active":"2024-09-18T01:12:42.586056+0000","last_became_peered":"2024-09-18T01:12:42.586056+0000","last_unstale":"2024-09-18T01:58:36.487193+0000","last_undegraded":"2024-09-18T01:58:36.487193+0000","last_fullsized":"2024-09-18T01:58:36.487193+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-18T01:58:36.487073+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:58:36.487073+0000","last_clean_scrub_stamp":"2024-09-18T01:58:36.487073+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":1,"scrub_schedule":"periodic scrub scheduled @ 2024-09-19T11:05:16.320808+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0.00060323899999999999,"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":[]},{"pgid":"2.5","version":"0'0","reported_seq":62,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:41.837287+0000","last_change":"2024-09-18T01:58:41.837287+0000","last_active":"2024-09-18T01:58:41.837287+0000","last_peered":"2024-09-18T01:58:41.837287+0000","last_clean":"2024-09-18T01:58:41.837287+0000","last_became_active":"2024-09-18T01:12:42.984701+0000","last_became_peered":"2024-09-18T01:12:42.984701+0000","last_unstale":"2024-09-18T01:58:41.837287+0000","last_undegraded":"2024-09-18T01:58:41.837287+0000","last_fullsized":"2024-09-18T01:58:41.837287+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-18T01:58:41.837198+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T01:58:41.837198+0000","last_clean_scrub_stamp":"2024-09-18T01:58:41.837198+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-19T03:39:32.390280+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00044983300000000001,"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":[]},{"pgid":"2.4","version":"27'261","reported_seq":3372,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:37.468241+0000","last_change":"2024-09-18T01:58:37.468267+0000","last_active":"2024-09-18T01:58:37.468241+0000","last_peered":"2024-09-18T01:58:37.468241+0000","last_clean":"2024-09-18T01:58:37.468241+0000","last_became_active":"2024-09-18T01:12:42.984684+0000","last_became_peered":"2024-09-18T01:12:42.984684+0000","last_unstale":"2024-09-18T01:58:37.468241+0000","last_undegraded":"2024-09-18T01:58:37.468241+0000","last_fullsized":"2024-09-18T01:58:37.468241+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'261","last_scrub_stamp":"2024-09-18T01:58:37.468165+0000","last_deep_scrub":"27'261","last_deep_scrub_stamp":"2024-09-18T01:58:37.468165+0000","last_clean_scrub_stamp":"2024-09-18T01:58:37.468165+0000","objects_scrubbed":3,"log_size":261,"log_dups_size":0,"ondisk_log_size":261,"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-19T11:11:02.067702+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.00059836899999999996,"stat_sum":{"num_bytes":0,"num_objects":3,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":3,"num_whiteouts":0,"num_read":851,"num_read_kb":679,"num_write":230,"num_write_kb":215,"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":3,"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":407,"num_omap_keys":25,"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'151023","reported_seq":237769,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:50.506298+0000","last_change":"2024-09-18T01:58:50.506326+0000","last_active":"2024-09-18T01:58:50.506298+0000","last_peered":"2024-09-18T01:58:50.506298+0000","last_clean":"2024-09-18T01:58:50.506298+0000","last_became_active":"2024-09-18T01:12:50.961405+0000","last_became_peered":"2024-09-18T01:12:50.961405+0000","last_unstale":"2024-09-18T01:58:50.506298+0000","last_undegraded":"2024-09-18T01:58:50.506298+0000","last_fullsized":"2024-09-18T01:58:50.506298+0000","mapping_epoch":23,"log_start":"27'141000","ondisk_log_start":"27'141000","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'151023","last_scrub_stamp":"2024-09-18T01:58:50.506212+0000","last_deep_scrub":"27'151023","last_deep_scrub_stamp":"2024-09-18T01:58:50.506212+0000","last_clean_scrub_stamp":"2024-09-18T01:58:50.506212+0000","objects_scrubbed":1153,"log_size":10023,"log_dups_size":0,"ondisk_log_size":10023,"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":13,"scrub_schedule":"periodic scrub scheduled @ 2024-09-19T07:05:55.208517+0000","scrub_duration":12323,"objects_trimmed":0,"snaptrim_duration":0.000440409,"stat_sum":{"num_bytes":4785746944,"num_objects":1153,"num_object_clones":0,"num_object_copies":2306,"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":1153,"num_whiteouts":0,"num_read":86707,"num_read_kb":3172056,"num_write":149893,"num_write_kb":20889008,"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'65","reported_seq":733,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:39.168743+0000","last_change":"2024-09-18T01:58:39.168786+0000","last_active":"2024-09-18T01:58:39.168743+0000","last_peered":"2024-09-18T01:58:39.168743+0000","last_clean":"2024-09-18T01:58:39.168743+0000","last_became_active":"2024-09-18T01:12:42.586293+0000","last_became_peered":"2024-09-18T01:12:42.586293+0000","last_unstale":"2024-09-18T01:58:39.168743+0000","last_undegraded":"2024-09-18T01:58:39.168743+0000","last_fullsized":"2024-09-18T01:58:39.168743+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'65","last_scrub_stamp":"2024-09-18T01:58:39.168636+0000","last_deep_scrub":"27'65","last_deep_scrub_stamp":"2024-09-18T01:58:39.168636+0000","last_clean_scrub_stamp":"2024-09-18T01:58:39.168636+0000","objects_scrubbed":2,"log_size":65,"log_dups_size":0,"ondisk_log_size":65,"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-19T10:05:55.193335+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.0010069289999999999,"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":165,"num_read_kb":110,"num_write":59,"num_write_kb":53,"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":233,"num_omap_keys":10,"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'201904","reported_seq":377955,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:51.665819+0000","last_change":"2024-09-18T01:58:51.665866+0000","last_active":"2024-09-18T01:58:51.665819+0000","last_peered":"2024-09-18T01:58:51.665819+0000","last_clean":"2024-09-18T01:58:51.665819+0000","last_became_active":"2024-09-18T01:12:50.960126+0000","last_became_peered":"2024-09-18T01:12:50.960126+0000","last_unstale":"2024-09-18T01:58:51.665819+0000","last_undegraded":"2024-09-18T01:58:51.665819+0000","last_fullsized":"2024-09-18T01:58:51.665819+0000","mapping_epoch":23,"log_start":"27'191900","ondisk_log_start":"27'191900","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'201904","last_scrub_stamp":"2024-09-18T01:58:51.665744+0000","last_deep_scrub":"27'201904","last_deep_scrub_stamp":"2024-09-18T01:58:51.665744+0000","last_clean_scrub_stamp":"2024-09-18T01:58:51.665744+0000","objects_scrubbed":1209,"log_size":10004,"log_dups_size":0,"ondisk_log_size":10004,"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":14,"scrub_schedule":"periodic scrub scheduled @ 2024-09-19T02:48:55.736074+0000","scrub_duration":13158,"objects_trimmed":0,"snaptrim_duration":0.00034078599999999999,"stat_sum":{"num_bytes":5018270720,"num_objects":1209,"num_object_clones":0,"num_object_copies":2418,"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":1209,"num_whiteouts":0,"num_read":176025,"num_read_kb":3935418,"num_write":200739,"num_write_kb":21587120,"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'511","reported_seq":581,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:37.407501+0000","last_change":"2024-09-18T01:58:37.407547+0000","last_active":"2024-09-18T01:58:37.407501+0000","last_peered":"2024-09-18T01:58:37.407501+0000","last_clean":"2024-09-18T01:58:37.407501+0000","last_became_active":"2024-09-18T01:12:42.582685+0000","last_became_peered":"2024-09-18T01:12:42.582685+0000","last_unstale":"2024-09-18T01:58:37.407501+0000","last_undegraded":"2024-09-18T01:58:37.407501+0000","last_fullsized":"2024-09-18T01:58:37.407501+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'511","last_scrub_stamp":"2024-09-18T01:58:37.407423+0000","last_deep_scrub":"27'511","last_deep_scrub_stamp":"2024-09-18T01:58:37.407423+0000","last_clean_scrub_stamp":"2024-09-18T01:58:37.407423+0000","objects_scrubbed":2,"log_size":511,"log_dups_size":0,"ondisk_log_size":511,"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-19T09:23:09.028589+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.000618444,"stat_sum":{"num_bytes":690,"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":3022,"num_read_kb":2510,"num_write":1009,"num_write_kb":1001,"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":[]},{"pgid":"3.1","version":"27'140058","reported_seq":225882,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:48.535400+0000","last_change":"2024-09-18T01:58:48.535474+0000","last_active":"2024-09-18T01:58:48.535400+0000","last_peered":"2024-09-18T01:58:48.535400+0000","last_clean":"2024-09-18T01:58:48.535400+0000","last_became_active":"2024-09-18T01:12:50.960564+0000","last_became_peered":"2024-09-18T01:12:50.960564+0000","last_unstale":"2024-09-18T01:58:48.535400+0000","last_undegraded":"2024-09-18T01:58:48.535400+0000","last_fullsized":"2024-09-18T01:58:48.535400+0000","mapping_epoch":23,"log_start":"27'130000","ondisk_log_start":"27'130000","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'140058","last_scrub_stamp":"2024-09-18T01:58:48.535275+0000","last_deep_scrub":"27'140058","last_deep_scrub_stamp":"2024-09-18T01:58:48.535275+0000","last_clean_scrub_stamp":"2024-09-18T01:58:48.535275+0000","objects_scrubbed":1243,"log_size":10058,"log_dups_size":0,"ondisk_log_size":10058,"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":13,"scrub_schedule":"periodic scrub scheduled @ 2024-09-19T03:36:42.545461+0000","scrub_duration":12864,"objects_trimmed":0,"snaptrim_duration":0.000477913,"stat_sum":{"num_bytes":5166011904,"num_objects":1243,"num_object_clones":0,"num_object_copies":2486,"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":1243,"num_whiteouts":0,"num_read":85802,"num_read_kb":3242950,"num_write":138850,"num_write_kb":20159610,"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'2570","reported_seq":2642,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:40.805359+0000","last_change":"2024-09-18T01:58:40.805359+0000","last_active":"2024-09-18T01:58:40.805359+0000","last_peered":"2024-09-18T01:58:40.805359+0000","last_clean":"2024-09-18T01:58:40.805359+0000","last_became_active":"2024-09-18T01:12:42.585896+0000","last_became_peered":"2024-09-18T01:12:42.585896+0000","last_unstale":"2024-09-18T01:58:40.805359+0000","last_undegraded":"2024-09-18T01:58:40.805359+0000","last_fullsized":"2024-09-18T01:58:40.805359+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'2570","last_scrub_stamp":"2024-09-18T01:58:40.805211+0000","last_deep_scrub":"27'2570","last_deep_scrub_stamp":"2024-09-18T01:58:40.805211+0000","last_clean_scrub_stamp":"2024-09-18T01:58:40.805211+0000","objects_scrubbed":2,"log_size":2570,"log_dups_size":0,"ondisk_log_size":2570,"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-19T11:13:56.642444+0000","scrub_duration":10,"objects_trimmed":0,"snaptrim_duration":0.00037660100000000001,"stat_sum":{"num_bytes":690,"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":15387,"num_read_kb":12813,"num_write":5129,"num_write_kb":5123,"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'146564","reported_seq":243557,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:50.435882+0000","last_change":"2024-09-18T01:58:50.435961+0000","last_active":"2024-09-18T01:58:50.435882+0000","last_peered":"2024-09-18T01:58:50.435882+0000","last_clean":"2024-09-18T01:58:50.435882+0000","last_became_active":"2024-09-18T01:12:51.736311+0000","last_became_peered":"2024-09-18T01:12:51.736311+0000","last_unstale":"2024-09-18T01:58:50.435882+0000","last_undegraded":"2024-09-18T01:58:50.435882+0000","last_fullsized":"2024-09-18T01:58:50.435882+0000","mapping_epoch":23,"log_start":"27'136500","ondisk_log_start":"27'136500","created":23,"last_epoch_clean":24,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'146564","last_scrub_stamp":"2024-09-18T01:58:50.435767+0000","last_deep_scrub":"27'146564","last_deep_scrub_stamp":"2024-09-18T01:58:50.435767+0000","last_clean_scrub_stamp":"2024-09-18T01:58:50.435767+0000","objects_scrubbed":1194,"log_size":10064,"log_dups_size":0,"ondisk_log_size":10064,"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":13,"scrub_schedule":"periodic scrub scheduled @ 2024-09-19T07:07:22.620318+0000","scrub_duration":12792,"objects_trimmed":0,"snaptrim_duration":0.00053560200000000004,"stat_sum":{"num_bytes":4968348691,"num_objects":1194,"num_object_clones":0,"num_object_copies":2388,"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":1194,"num_whiteouts":0,"num_read":96957,"num_read_kb":3712190,"num_write":145410,"num_write_kb":19666545,"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'2","reported_seq":64,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:38.164697+0000","last_change":"2024-09-18T01:58:38.164725+0000","last_active":"2024-09-18T01:58:38.164697+0000","last_peered":"2024-09-18T01:58:38.164697+0000","last_clean":"2024-09-18T01:58:38.164697+0000","last_became_active":"2024-09-18T01:12:42.586177+0000","last_became_peered":"2024-09-18T01:12:42.586177+0000","last_unstale":"2024-09-18T01:58:38.164697+0000","last_undegraded":"2024-09-18T01:58:38.164697+0000","last_fullsized":"2024-09-18T01:58:38.164697+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-18T01:58:38.164617+0000","last_deep_scrub":"27'2","last_deep_scrub_stamp":"2024-09-18T01:58:38.164617+0000","last_clean_scrub_stamp":"2024-09-18T01:58:38.164617+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-19T06:08:34.063752+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0.00042111399999999999,"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":[]},{"pgid":"1.0","version":"27'119","reported_seq":216,"reported_epoch":27,"state":"active+clean","last_fresh":"2024-09-18T01:58:39.769575+0000","last_change":"2024-09-18T01:58:39.769575+0000","last_active":"2024-09-18T01:58:39.769575+0000","last_peered":"2024-09-18T01:58:39.769575+0000","last_clean":"2024-09-18T01:58:39.769575+0000","last_became_active":"2024-09-18T01:12:36.618278+0000","last_became_peered":"2024-09-18T01:12:36.618278+0000","last_unstale":"2024-09-18T01:58:39.769575+0000","last_undegraded":"2024-09-18T01:58:39.769575+0000","last_fullsized":"2024-09-18T01:58:39.769575+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"27'119","last_scrub_stamp":"2024-09-18T01:58:39.769462+0000","last_deep_scrub":"27'119","last_deep_scrub_stamp":"2024-09-18T01:58:39.769462+0000","last_clean_scrub_stamp":"2024-09-18T01:58:39.769462+0000","objects_scrubbed":2,"log_size":119,"log_dups_size":0,"ondisk_log_size":119,"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-19T05:52:08.780708+0000","scrub_duration":6,"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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":19938378259,"num_objects":4799,"num_object_clones":0,"num_object_copies":9598,"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":4799,"num_whiteouts":0,"num_read":445491,"num_read_kb":14062614,"num_write":634892,"num_write_kb":82302283,"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":39185907712,"data_stored":39185062950,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":40149,"ondisk_log_size":40149,"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":29886,"num_read_kb":24817,"num_write":9912,"num_write_kb":9871,"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":0,"internal_metadata":0},"log_size":5157,"ondisk_log_size":5157,"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":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":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":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":119,"ondisk_log_size":119,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":5,"up_from":15,"seq":64424510000,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5288912,"kb_used_data":4765760,"kb_used_omap":1,"kb_used_meta":523134,"kb_avail":89082928,"statfs":{"total":96636764160,"available":91220918272,"internally_reserved":0,"allocated":4880138240,"data_stored":4879868553,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":535689669},"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":7,"up_from":14,"seq":60129542703,"num_pgs":4,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":108412,"kb_used_data":876,"kb_used_omap":1,"kb_used_meta":107518,"kb_avail":94263428,"statfs":{"total":96636764160,"available":96525750272,"internally_reserved":0,"allocated":897024,"data_stored":699367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":110098890},"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":6,"up_from":14,"seq":60129542702,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":57840,"kb_used_data":288,"kb_used_omap":1,"kb_used_meta":57534,"kb_avail":94314000,"statfs":{"total":96636764160,"available":96577536000,"internally_reserved":0,"allocated":294912,"data_stored":108309,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":58915270},"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":4,"up_from":14,"seq":60129542703,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":10493752,"kb_used_data":9524840,"kb_used_omap":1,"kb_used_meta":968894,"kb_avail":83878088,"statfs":{"total":96636764160,"available":85891162112,"internally_reserved":0,"allocated":9753436160,"data_stored":9753042019,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":992147910},"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":14,"seq":60129542704,"num_pgs":2,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5306900,"kb_used_data":4765764,"kb_used_omap":1,"kb_used_meta":541118,"kb_avail":89064940,"statfs":{"total":96636764160,"available":91202498560,"internally_reserved":0,"allocated":4880142336,"data_stored":4879869224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":554105287},"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":14,"seq":60129542703,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5683692,"kb_used_data":4843996,"kb_used_omap":1,"kb_used_meta":839678,"kb_avail":88688148,"statfs":{"total":96636764160,"available":90816663552,"internally_reserved":0,"allocated":4960251904,"data_stored":4959944469,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":859830726},"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":14,"seq":60129542703,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":5732208,"kb_used_data":4844000,"kb_used_omap":1,"kb_used_meta":888190,"kb_avail":88639632,"statfs":{"total":96636764160,"available":90766983168,"internally_reserved":0,"allocated":4960256000,"data_stored":4959944488,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":909507013},"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":0,"up_from":14,"seq":60129542703,"num_pgs":5,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":10524860,"kb_used_data":9525420,"kb_used_omap":1,"kb_used_meta":999422,"kb_avail":83846980,"statfs":{"total":96636764160,"available":85859307520,"internally_reserved":0,"allocated":9754030080,"data_stored":9753632387,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":1023408581},"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"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":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":8192,"data_stored":690,"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":8192,"data_stored":690,"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":16384,"data_stored":1380,"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":9753149440,"data_stored":9752934400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":4959956992,"data_stored":4959836160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":4959956992,"data_stored":4959836160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":4879847424,"data_stored":4879760915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":9753149440,"data_stored":9752934400,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":4879847424,"data_stored":4879760915,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-18T01:58:59.975 DEBUG:teuthology.orchestra.run.smithi026:> sudo ceph --cluster ceph config set global mon_health_to_clog false 2024-09-18T01:59:00.283 INFO:teuthology.misc:Shutting down mds daemons... 2024-09-18T01:59:00.283 INFO:teuthology.misc:Shutting down osd daemons... 2024-09-18T01:59:00.283 DEBUG:tasks.ceph.osd.0:waiting for process to exit 2024-09-18T01:59:00.283 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.355 INFO:tasks.ceph.osd.0:Stopped 2024-09-18T01:59:00.355 DEBUG:tasks.ceph.osd.1:waiting for process to exit 2024-09-18T01:59:00.355 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.420 INFO:tasks.ceph.osd.1:Stopped 2024-09-18T01:59:00.420 DEBUG:tasks.ceph.osd.2:waiting for process to exit 2024-09-18T01:59:00.420 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.487 INFO:tasks.ceph.osd.2:Stopped 2024-09-18T01:59:00.488 DEBUG:tasks.ceph.osd.3:waiting for process to exit 2024-09-18T01:59:00.488 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.539 INFO:tasks.ceph.osd.3:Stopped 2024-09-18T01:59:00.539 DEBUG:tasks.ceph.osd.4:waiting for process to exit 2024-09-18T01:59:00.539 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.607 INFO:tasks.ceph.osd.4:Stopped 2024-09-18T01:59:00.608 DEBUG:tasks.ceph.osd.5:waiting for process to exit 2024-09-18T01:59:00.608 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.667 INFO:tasks.ceph.osd.5:Stopped 2024-09-18T01:59:00.668 DEBUG:tasks.ceph.osd.6:waiting for process to exit 2024-09-18T01:59:00.668 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.706 INFO:tasks.ceph.osd.6:Stopped 2024-09-18T01:59:00.706 DEBUG:tasks.ceph.osd.7:waiting for process to exit 2024-09-18T01:59:00.707 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.775 INFO:tasks.ceph.osd.7:Stopped 2024-09-18T01:59:00.775 INFO:teuthology.misc:Shutting down mgr daemons... 2024-09-18T01:59:00.775 DEBUG:tasks.ceph.mgr.x:waiting for process to exit 2024-09-18T01:59:00.775 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.801 INFO:tasks.ceph.mgr.x:Stopped 2024-09-18T01:59:00.801 DEBUG:tasks.ceph.mgr.y:waiting for process to exit 2024-09-18T01:59:00.801 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.841 INFO:tasks.ceph.mgr.y:Stopped 2024-09-18T01:59:00.841 INFO:teuthology.misc:Shutting down mon daemons... 2024-09-18T01:59:00.841 DEBUG:tasks.ceph.mon.a:waiting for process to exit 2024-09-18T01:59:00.841 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.854 INFO:tasks.ceph.mon.a:Stopped 2024-09-18T01:59:00.854 DEBUG:tasks.ceph.mon.c:waiting for process to exit 2024-09-18T01:59:00.854 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.906 INFO:tasks.ceph.mon.c:Stopped 2024-09-18T01:59:00.907 DEBUG:tasks.ceph.mon.b:waiting for process to exit 2024-09-18T01:59:00.907 INFO:teuthology.orchestra.run:waiting for 300 2024-09-18T01:59:00.918 INFO:tasks.ceph.mon.b:Stopped 2024-09-18T01:59:00.918 INFO:tasks.ceph:Checking cluster log for badness... 2024-09-18T01:59:00.918 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:59:00.975 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-0 on ubuntu@smithi026.front.sepia.ceph.com 2024-09-18T01:59:00.975 DEBUG:teuthology.orchestra.run.smithi026:> sync && sudo umount -f /var/lib/ceph/osd/ceph-0 2024-09-18T01:59:01.571 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-1 on ubuntu@smithi026.front.sepia.ceph.com 2024-09-18T01:59:01.571 DEBUG:teuthology.orchestra.run.smithi026:> sync && sudo umount -f /var/lib/ceph/osd/ceph-1 2024-09-18T01:59:01.713 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-2 on ubuntu@smithi026.front.sepia.ceph.com 2024-09-18T01:59:01.713 DEBUG:teuthology.orchestra.run.smithi026:> sync && sudo umount -f /var/lib/ceph/osd/ceph-2 2024-09-18T01:59:01.816 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-3 on ubuntu@smithi026.front.sepia.ceph.com 2024-09-18T01:59:01.816 DEBUG:teuthology.orchestra.run.smithi026:> sync && sudo umount -f /var/lib/ceph/osd/ceph-3 2024-09-18T01:59:01.916 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-4 on ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T01:59:01.917 DEBUG:teuthology.orchestra.run.smithi094:> sync && sudo umount -f /var/lib/ceph/osd/ceph-4 2024-09-18T01:59:02.753 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-5 on ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T01:59:02.753 DEBUG:teuthology.orchestra.run.smithi094:> sync && sudo umount -f /var/lib/ceph/osd/ceph-5 2024-09-18T01:59:02.832 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-6 on ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T01:59:02.832 DEBUG:teuthology.orchestra.run.smithi094:> sync && sudo umount -f /var/lib/ceph/osd/ceph-6 2024-09-18T01:59:02.886 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/ceph-7 on ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T01:59:02.887 DEBUG:teuthology.orchestra.run.smithi094:> sync && sudo umount -f /var/lib/ceph/osd/ceph-7 2024-09-18T01:59:02.938 INFO:tasks.ceph:Archiving mon data... 2024-09-18T01:59:02.939 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/mon/ceph-a to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/data/mon.a.tgz 2024-09-18T01:59:02.939 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2024-09-18T01:59:02.959 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.FPEhgPpHXI 2024-09-18T01:59:02.959 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar cz -f - -C /var/lib/ceph/mon/ceph-a -- . > /tmp/tmp.FPEhgPpHXI 2024-09-18T01:59:03.105 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.FPEhgPpHXI 2024-09-18T01:59:03.192 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.FPEhgPpHXI is 267KB 2024-09-18T01:59:03.261 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.FPEhgPpHXI 2024-09-18T01:59:03.277 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/mon/ceph-c to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/data/mon.c.tgz 2024-09-18T01:59:03.277 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2024-09-18T01:59:03.333 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.1dUqNGG7SR 2024-09-18T01:59:03.333 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar cz -f - -C /var/lib/ceph/mon/ceph-c -- . > /tmp/tmp.1dUqNGG7SR 2024-09-18T01:59:03.450 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.1dUqNGG7SR 2024-09-18T01:59:03.535 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.1dUqNGG7SR is 273KB 2024-09-18T01:59:03.630 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.1dUqNGG7SR 2024-09-18T01:59:03.645 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/lib/ceph/mon/ceph-b to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/data/mon.b.tgz 2024-09-18T01:59:03.645 DEBUG:teuthology.orchestra.run.smithi094:> mktemp 2024-09-18T01:59:03.663 INFO:teuthology.orchestra.run.smithi094.stdout:/tmp/tmp.YIfVaXxswL 2024-09-18T01:59:03.664 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar cz -f - -C /var/lib/ceph/mon/ceph-b -- . > /tmp/tmp.YIfVaXxswL 2024-09-18T01:59:03.795 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 0666 /tmp/tmp.YIfVaXxswL 2024-09-18T01:59:03.880 DEBUG:teuthology.orchestra.remote:smithi094:/tmp/tmp.YIfVaXxswL is 273KB 2024-09-18T01:59:03.974 DEBUG:teuthology.orchestra.run.smithi094:> rm -fr /tmp/tmp.YIfVaXxswL 2024-09-18T01:59:03.989 INFO:tasks.ceph:Cleaning ceph cluster... 2024-09-18T01:59:03.989 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:59:03.992 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:59:04.032 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:59:04.081 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-18T01:59:04.110 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-18T01:59:04.128 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2024-09-18T01:59:04.129 INFO:tasks.ceph:Archiving crash dumps... 2024-09-18T01:59:04.130 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/crash to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/remote/smithi026/crash 2024-09-18T01:59:04.131 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-18T01:59:04.157 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/lib/ceph/crash to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/remote/smithi094/crash 2024-09-18T01:59:04.158 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-18T01:59:04.183 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/lib/ceph/crash to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/remote/smithi112/crash 2024-09-18T01:59:04.184 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2024-09-18T01:59:04.235 INFO:tasks.ceph:Compressing logs... 2024-09-18T01:59:04.235 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T01:59:04.238 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T01:59:04.240 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T01:59:04.280 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33239.log 2024-09-18T01:59:04.281 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-osd.7.log 2024-09-18T01:59:04.281 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33119.log 2024-09-18T01:59:04.281 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-client.admin.33239.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33239.log.gz 2024-09-18T01:59:04.281 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33359.log 2024-09-18T01:59:04.281 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-client.admin.33119.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33319.log 2024-09-18T01:59:04.281 INFO:teuthology.orchestra.run.smithi094.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33119.log.gz 2024-09-18T01:59:04.281 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-client.admin.33359.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33359.log.gz 2024-09-18T01:59:04.281 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-osd.4.log 2024-09-18T01:59:04.281 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-client.admin.33319.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33159.log 2024-09-18T01:59:04.281 INFO:teuthology.orchestra.run.smithi094.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33319.log.gz 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/ceph.audit.log 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-client.admin.33159.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33063.log 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33159.log.gz 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33279.log 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-client.admin.33063.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33063.log.gz 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-osd.6.log 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr: 89.5% -- replaced with /var/log/ceph/ceph.audit.log.gz 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-mgr.y.log 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-client.admin.33279.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33279.log.gz 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/ceph-osd.5.log 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/ceph.log 2024-09-18T01:59:04.282 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33199.log 2024-09-18T01:59:04.283 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph.log: gzip -5 --verbose -- /var/log/ceph/ceph-mon.b.log 2024-09-18T01:59:04.283 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-client.admin.33199.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33199.log.gz 2024-09-18T01:59:04.283 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/ceph-mon.b.log: 88.8% -- replaced with /var/log/ceph/ceph.log.gz 2024-09-18T01:59:04.289 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27264.log 2024-09-18T01:59:04.289 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27724.log 2024-09-18T01:59:04.289 INFO:teuthology.orchestra.run.smithi112.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.28202.log 2024-09-18T01:59:04.289 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.admin.27264.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27264.log.gz 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.admin.27724.log: gzip 0.0% -5 -- replaced with /var/log/ceph/ceph-client.admin.27724.log.gz --verbose 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr: -- /var/log/ceph/ceph-client.admin.27428.log 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.admin.28202.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.28086.log 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.28202.log.gz 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.admin.27428.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.28146.log 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27428.log.gz 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.admin.28086.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27465.log 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr: 89.0% -- replaced with /var/log/ceph/ceph-client.admin.28086.log.gz 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.admin.28146.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27313.log 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.28146.log.gz 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.admin.27465.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.0.28006.log 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27465.log.gz 2024-09-18T01:59:04.290 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.admin.27313.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27760.log 2024-09-18T01:59:04.291 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27313.log.gz 2024-09-18T01:59:04.291 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.0.28006.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27687.log 2024-09-18T01:59:04.291 INFO:teuthology.orchestra.run.smithi112.stderr: 56.0% -- replaced with /var/log/ceph/ceph-client.0.28006.log.gz 2024-09-18T01:59:04.291 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.admin.27760.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.27390.log 2024-09-18T01:59:04.291 INFO:teuthology.orchestra.run.smithi112.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27760.log.gz 2024-09-18T01:59:04.291 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.admin.27687.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27687.log.gz 2024-09-18T01:59:04.291 INFO:teuthology.orchestra.run.smithi112.stderr:/var/log/ceph/ceph-client.admin.27390.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.27390.log.gz 2024-09-18T01:59:04.291 INFO:teuthology.orchestra.run.smithi112.stderr: 2024-09-18T01:59:04.291 INFO:teuthology.orchestra.run.smithi112.stderr:real 0m0.016s 2024-09-18T01:59:04.291 INFO:teuthology.orchestra.run.smithi112.stderr:user 0m0.014s 2024-09-18T01:59:04.292 INFO:teuthology.orchestra.run.smithi112.stderr:sys 0m0.019s 2024-09-18T01:59:04.299 INFO:teuthology.orchestra.run.smithi094.stderr: 95.1% -- replaced with /var/log/ceph/ceph-mgr.y.log.gz 2024-09-18T01:59:04.311 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-osd.0.log 2024-09-18T01:59:04.311 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38034.log 2024-09-18T01:59:04.311 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40315.log 2024-09-18T01:59:04.311 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38034.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38429.log 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38034.log.gz 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40315.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40903.log 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40315.log.gz 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38429.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40609.log 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38429.log.gz 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40903.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40819.log 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40903.log.gz 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40609.log: gzip -5 --verbose -- /var/log/ceph/ceph-osd.1.log 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40609.log.gz 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40819.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.41071.log 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40819.log.gz 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40567.log 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.41071.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.37934.log 2024-09-18T01:59:04.312 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.41071.log.gz 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40567.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39061.log 0.0% 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr: -- replaced with /var/log/ceph/ceph-client.admin.40567.log.gz 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.37934.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38767.log 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.37934.log.gz 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.39061.log: 0.0%gzip -- replaced with /var/log/ceph/ceph-client.admin.39061.log.gz 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr: -5 --verbose -- /var/log/ceph/ceph-client.admin.39300.log 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38767.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38115.log 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38767.log.gz 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.39300.log: gzip 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39300.log.gz -5 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr: --verbose -- /var/log/ceph/ceph-client.admin.41029.log 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38115.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33600.log 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38115.log.gz 2024-09-18T01:59:04.313 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.41029.log: gzip -5 --verbose -- 0.0% /var/log/ceph/ceph-client.admin.38422.log -- replaced with /var/log/ceph/ceph-client.admin.41029.log.gz 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.33600.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38685.log 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.33600.log.gz 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38422.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40483.log 0.0% 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr: -- replaced with /var/log/ceph/ceph-client.admin.38422.log.gz 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38685.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39384.log 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38685.log.gz 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40483.log: gzip -5 --verbose -- 0.0% /var/log/ceph/ceph-client.admin.38166.log -- replaced with /var/log/ceph/ceph-client.admin.40483.log.gz 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.39384.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38766.log 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39384.log.gz 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38166.log: gzip -5 --verbose -- /var/log/ceph/ceph.audit.log 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38166.log.gz 2024-09-18T01:59:04.314 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38766.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38090.log 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38766.log.gz 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39105.log 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38090.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38090.log.gz 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38687.log 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38425.log 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr: 93.9% -- replaced with /var/log/ceph/ceph.audit.log.gz 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.39105.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39105.log.gz 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38687.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40399.log 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38687.log.gz 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38425.log: gzip -5 --verbose -- 0.0% /var/log/ceph/ceph-client.admin.38208.log 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr: -- replaced with /var/log/ceph/ceph-client.admin.38425.log.gz 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40399.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39062.log 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40399.log.gz 2024-09-18T01:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38208.log: gzip -5 0.0% --verbose -- replaced with /var/log/ceph/ceph-client.admin.38208.log.gz 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr: -- /var/log/ceph/ceph-client.admin.40735.log 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.39062.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38432.log 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39062.log.gz 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40735.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38688.log 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40735.log.gz 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38432.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.41113.log 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38432.log.gz 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38688.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38688.log.gz 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40525.log 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.41113.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39101.log 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.41113.log.gz 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40525.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40525.log.gz 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-mon.c.log 2024-09-18T01:59:04.316 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.39101.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.41195.log 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39101.log.gz 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38768.log 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.41195.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.41195.log.gz 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38964.log 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40693.log 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38768.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38768.log.gz 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38964.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40651.log 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38964.log.gz 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40693.log: gzip -5 --verbose -- /var/log/ceph/ceph-mon.a.log 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40693.log.gz 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40651.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40651.log.gz 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38765.log 2024-09-18T01:59:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40273.log 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-mon.a.log: /var/log/ceph/ceph-client.admin.38765.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38765.log.gz 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-osd.2.log 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph.tmp-client.admin.27357.log 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40273.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40273.log.gz 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.41155.log 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph.tmp-client.admin.27357.log: gzip 0.0% -5 --verbose -- /var/log/ceph/ceph-client.admin.39063.log 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr: -- replaced with /var/log/ceph/ceph.tmp-client.admin.27357.log.gz 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.41155.log: gzip 0.0% -- replaced with /var/log/ceph/ceph-client.admin.41155.log.gz 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr: -5 --verbose -- /var/log/ceph/ceph-client.admin.40357.log 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.39063.log: 0.0%gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38428.log 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr: -- replaced with /var/log/ceph/ceph-client.admin.39063.log.gz 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40357.log: gzip -5 --verbose -- /var/log/ceph/ceph.log 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40357.log.gz 2024-09-18T01:59:04.318 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38428.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38428.log.gz 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33191.log 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39060.log 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.33191.log: 0.0%gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.33493.log 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr: -- replaced with /var/log/ceph/ceph-client.admin.33191.log.gz 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-mgr.x.log 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.39060.log: /var/log/ceph/ceph-client.admin.33493.log: 0.0% 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39060.log.gz 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr: -- replaced with /var/log/ceph/ceph-client.admin.33493.log.gz 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40861.log 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38686.log 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40861.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40861.log.gz 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39064.log 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38686.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38686.log.gz 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38427.log 2024-09-18T01:59:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.39064.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39064.log.gz 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38250.log 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38427.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38427.log.gz 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.39342.log 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr: 94.2%/var/log/ceph/ceph-client.admin.38250.log: -- replaced with /var/log/ceph/ceph.log.gz 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38250.log.gz 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40945.log 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.39342.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.39342.log.gz 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40777.log 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40945.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40945.log.gz 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40441.log 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40777.log: 0.0%gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.40987.log 2024-09-18T01:59:04.320 INFO:teuthology.orchestra.run.smithi026.stderr: -- replaced with /var/log/ceph/ceph-client.admin.40777.log.gz 2024-09-18T01:59:04.321 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-osd.3.log 2024-09-18T01:59:04.321 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40441.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40441.log.gz 2024-09-18T01:59:04.321 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.40987.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.40987.log.gz 2024-09-18T01:59:04.321 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/ceph-client.admin.38423.log 2024-09-18T01:59:04.321 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose/var/log/ceph/ceph-osd.3.log: -- /var/log/ceph/ceph-client.admin.38424.log 2024-09-18T01:59:04.321 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38423.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38423.log.gz 2024-09-18T01:59:04.321 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/ceph-client.admin.38424.log: 0.0% -- replaced with /var/log/ceph/ceph-client.admin.38424.log.gz 2024-09-18T01:59:04.662 INFO:teuthology.orchestra.run.smithi026.stderr: 92.1% -- replaced with /var/log/ceph/ceph-mgr.x.log.gz 2024-09-18T01:59:04.706 INFO:teuthology.orchestra.run.smithi094.stderr: 92.7% -- replaced with /var/log/ceph/ceph-mon.b.log.gz 2024-09-18T01:59:04.845 INFO:teuthology.orchestra.run.smithi026.stderr: 93.6% -- replaced with /var/log/ceph/ceph-mon.c.log.gz 2024-09-18T01:59:05.295 INFO:teuthology.orchestra.run.smithi094.stderr: 93.2% -- replaced with /var/log/ceph/ceph-osd.6.log.gz 2024-09-18T01:59:05.527 INFO:teuthology.orchestra.run.smithi026.stderr: 90.5% -- replaced with /var/log/ceph/ceph-mon.a.log.gz 2024-09-18T01:59:05.564 INFO:teuthology.orchestra.run.smithi094.stderr: 93.8% -- replaced with /var/log/ceph/ceph-osd.7.log.gz 2024-09-18T01:59:14.172 INFO:teuthology.orchestra.run.smithi094.stderr: 95.1% -- replaced with /var/log/ceph/ceph-osd.5.log.gz 2024-09-18T01:59:18.085 INFO:teuthology.orchestra.run.smithi026.stderr: 95.1% -- replaced with /var/log/ceph/ceph-osd.2.log.gz 2024-09-18T01:59:45.120 INFO:teuthology.orchestra.run.smithi026.stderr: 95.2% -- replaced with /var/log/ceph/ceph-osd.3.log.gz 2024-09-18T01:59:53.338 INFO:teuthology.orchestra.run.smithi094.stderr: 94.7% -- replaced with /var/log/ceph/ceph-osd.4.log.gz 2024-09-18T01:59:53.340 INFO:teuthology.orchestra.run.smithi094.stderr: 2024-09-18T01:59:53.340 INFO:teuthology.orchestra.run.smithi094.stderr:real 0m49.087s 2024-09-18T01:59:53.340 INFO:teuthology.orchestra.run.smithi094.stderr:user 0m59.461s 2024-09-18T01:59:53.340 INFO:teuthology.orchestra.run.smithi094.stderr:sys 0m2.238s 2024-09-18T01:59:55.061 INFO:teuthology.orchestra.run.smithi026.stderr: 94.6% -- replaced with /var/log/ceph/ceph-osd.0.log.gz 2024-09-18T02:00:05.572 INFO:teuthology.orchestra.run.smithi026.stderr: 95.0% -- replaced with /var/log/ceph/ceph-osd.1.log.gz 2024-09-18T02:00:05.574 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-09-18T02:00:05.574 INFO:teuthology.orchestra.run.smithi026.stderr:real 1m1.323s 2024-09-18T02:00:05.574 INFO:teuthology.orchestra.run.smithi026.stderr:user 2m43.044s 2024-09-18T02:00:05.574 INFO:teuthology.orchestra.run.smithi026.stderr:sys 0m5.653s 2024-09-18T02:00:05.575 INFO:tasks.ceph:Archiving logs... 2024-09-18T02:00:05.575 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/remote/smithi026/log 2024-09-18T02:00:05.576 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-18T02:00:26.533 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/remote/smithi094/log 2024-09-18T02:00:26.534 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-18T02:00:34.574 DEBUG:teuthology.misc:Transferring archived files from smithi112:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/remote/smithi112/log 2024-09-18T02:00:34.575 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-18T02:00:34.615 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-18T02:00:34.625 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-18T02:00:34.626 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-18T02:00:34.629 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-18T02:00:34.632 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-18T02:00:34.772 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-18T02:00:34.781 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-18T02:00:34.782 DEBUG:teuthology.orchestra.run.smithi026:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-18T02:00:34.785 DEBUG:teuthology.orchestra.run.smithi094:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-18T02:00:34.787 DEBUG:teuthology.orchestra.run.smithi112:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-18T02:00:34.800 INFO:teuthology.orchestra.run.smithi026.stderr:bash: line 1: ntpq: command not found 2024-09-18T02:00:34.802 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-09-18T02:00:34.804 INFO:teuthology.orchestra.run.smithi112.stderr:bash: line 1: ntpq: command not found 2024-09-18T02:00:34.805 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T02:00:34.805 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2024-09-18T02:00:34.805 INFO:teuthology.orchestra.run.smithi026.stdout:^* hv01.front.sepia.ceph.com 3 6 377 43 -396us[ -393us] +/- 46ms 2024-09-18T02:00:34.805 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 42 -1196us[-1196us] +/- 65ms 2024-09-18T02:00:34.805 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 37 +1880us[+1880us] +/- 69ms 2024-09-18T02:00:34.805 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T02:00:34.807 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T02:00:34.807 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-09-18T02:00:34.807 INFO:teuthology.orchestra.run.smithi094.stdout:^* hv01.front.sepia.ceph.com 3 6 377 38 -393us[ -391us] +/- 46ms 2024-09-18T02:00:34.807 INFO:teuthology.orchestra.run.smithi094.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 38 -1215us[-1215us] +/- 66ms 2024-09-18T02:00:34.807 INFO:teuthology.orchestra.run.smithi094.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +1905us[+1905us] +/- 69ms 2024-09-18T02:00:34.807 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T02:00:34.808 INFO:teuthology.orchestra.run.smithi112.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T02:00:34.808 INFO:teuthology.orchestra.run.smithi112.stdout:=============================================================================== 2024-09-18T02:00:34.808 INFO:teuthology.orchestra.run.smithi112.stdout:^* hv01.front.sepia.ceph.com 3 7 377 103 -371us[ -373us] +/- 45ms 2024-09-18T02:00:34.808 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 39 -1186us[-1186us] +/- 65ms 2024-09-18T02:00:34.808 INFO:teuthology.orchestra.run.smithi112.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 38 +1889us[+1889us] +/- 69ms 2024-09-18T02:00:34.808 INFO:teuthology.orchestra.run.smithi112.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T02:00:34.809 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-18T02:00:34.818 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-18T02:00:34.819 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-18T02:00:34.827 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T02:00:34.917 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T02:00:34.983 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T02:00:35.050 DEBUG:teuthology.orchestra.run.smithi026:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-18T02:00:35.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T02:00:35.082 DEBUG:teuthology.orchestra.run.smithi094:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-18T02:00:35.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T02:00:35.112 DEBUG:teuthology.orchestra.run.smithi112:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-18T02:00:35.141 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T02:00:35.142 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-18T02:00:35.152 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-18T02:00:35.162 INFO:teuthology.task.internal:Duration was 3312.903633 seconds 2024-09-18T02:00:35.162 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-18T02:00:35.171 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-18T02:00:35.172 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-18T02:00:35.175 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-18T02:00:35.177 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-18T02:00:35.216 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T02:00:35.218 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T02:00:35.223 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T02:00:35.692 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-18T02:00:35.692 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi026.front.sepia.ceph.com 2024-09-18T02:00:35.692 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T02:00:35.719 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T02:00:35.719 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T02:00:35.755 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi112.front.sepia.ceph.com 2024-09-18T02:00:35.755 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T02:00:35.780 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-18T02:00:35.780 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-18T02:00:35.783 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-18T02:00:35.798 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-18T02:00:35.850 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-18T02:00:35.850 DEBUG:teuthology.orchestra.run.smithi026:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-18T02:00:35.857 DEBUG:teuthology.orchestra.run.smithi094:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-18T02:00:35.866 DEBUG:teuthology.orchestra.run.smithi112:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-18T02:00:35.994 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-18T02:00:36.004 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-18T02:00:36.004 DEBUG:teuthology.orchestra.run.smithi026:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-18T02:00:36.031 DEBUG:teuthology.orchestra.run.smithi094:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-18T02:00:36.056 DEBUG:teuthology.orchestra.run.smithi112:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-18T02:00:36.081 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-18T02:00:36.093 DEBUG:teuthology.orchestra.run.smithi026:> 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-18T02:00:36.096 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T02:00:36.100 DEBUG:teuthology.orchestra.run.smithi112:> 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-18T02:00:36.119 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = core 2024-09-18T02:00:36.120 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = core 2024-09-18T02:00:36.144 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = core 2024-09-18T02:00:36.174 DEBUG:teuthology.orchestra.run.smithi026:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-18T02:00:36.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T02:00:36.231 DEBUG:teuthology.orchestra.run.smithi094:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-18T02:00:36.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T02:00:36.245 DEBUG:teuthology.orchestra.run.smithi112:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-18T02:00:36.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T02:00:36.260 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-18T02:00:36.270 INFO:teuthology.task.internal:Transferring archived files... 2024-09-18T02:00:36.271 DEBUG:teuthology.misc:Transferring archived files from smithi026:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/remote/smithi026 2024-09-18T02:00:36.271 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-18T02:00:36.313 DEBUG:teuthology.misc:Transferring archived files from smithi094:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/remote/smithi094 2024-09-18T02:00:36.313 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-18T02:00:36.352 DEBUG:teuthology.misc:Transferring archived files from smithi112:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-17_21:16:02-rbd-squid-distro-default-smithi/7909701/remote/smithi112 2024-09-18T02:00:36.352 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-18T02:00:36.393 INFO:teuthology.task.internal:Removing archive directory... 2024-09-18T02:00:36.393 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-18T02:00:36.396 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-18T02:00:36.398 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-18T02:00:36.439 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-18T02:00:36.451 INFO:teuthology.task.internal:Not uploading archives. 2024-09-18T02:00:36.451 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-18T02:00:36.460 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-18T02:00:36.461 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-18T02:00:36.463 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-18T02:00:36.465 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-18T02:00:36.477 INFO:teuthology.orchestra.run.smithi026.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 18 02:00 /home/ubuntu/cephtest 2024-09-18T02:00:36.479 INFO:teuthology.orchestra.run.smithi094.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 18 02:00 /home/ubuntu/cephtest 2024-09-18T02:00:36.494 INFO:teuthology.orchestra.run.smithi112.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 18 02:00 /home/ubuntu/cephtest 2024-09-18T02:00:36.495 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-18T02:00:36.506 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-18T02:00:36.532 INFO:teuthology.run:Summary data: description: rbd/migration/{1-base/install 2-clusters/{fixed-3 openstack} 3-objectstore/bluestore-low-osd-mem-target 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: 3312.9036326408386 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-09-18T02:00:36.532 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-18T02:00:36.609 INFO:teuthology.run:pass