2026-02-18T05:58:47.341 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T05:58:47.356 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T05:58:47.434 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867 branch: 20.2.1_2.17.26-baseline_2 description: rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{centos_latest} 5-data-pool/ec 6-prepare/native-standalone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}} email: yweinste@redhat.com exclude_arch: armv7l first_in_suite: false flavor: default io_workload: sequential: - qemu: cluster1.client.0: 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: '54867' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial meta: - desc: run two ceph clusters - desc: 2 ceph clusters with 1 mon and 3 osds each migrate_workload: sequential: - exec: cluster1.client.0: - sleep $((RANDOM % 600)) - rbd --cluster cluster1 migration execute client.0.0 - sleep $((RANDOM % 600)) - rbd --cluster cluster1 migration commit client.0.0 - sleep $((RANDOM % 600)) - rbd --cluster cluster1 migration execute client.0.1 name: yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: 20.2.1_2.17.26-baseline_2 ceph: conf: client: rbd default data pool: datapool global: mon warn on pool no app: false mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: bluestore block size: 96636764160 bluestore compression algorithm: lz4 bluestore compression mode: aggressive bluestore fsck on mount: true debug bluefs: 1/20 debug bluestore: 1/20 debug ms: 1 debug osd: 20 debug rocksdb: 4/10 enable experimental unrecoverable data corrupting features: '*' mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd debug randomize hobject sort order: false osd failsafe full ratio: 0.95 osd objectstore: bluestore flavor: default fs: xfs log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed thrashosds: bdev_inject_crash: 2 bdev_inject_crash_probability: 0.5 workunit: branch: 20.2.1_2.17.26-baseline_2 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed owner: scheduled_yuriw@soko04.front.sepia.ceph.com priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - cluster1.mon.a - cluster1.mgr.x - cluster1.osd.0 - cluster1.osd.1 - cluster1.osd.2 - cluster1.client.0 - - cluster2.mon.a - cluster2.mgr.x - cluster2.osd.0 - cluster2.osd.1 - cluster2.osd.2 - cluster2.client.0 seed: 7878 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed sleep_before_teardown: 0 subset: 111/120000 suite: rbd suite_branch: 20.2.1_2.17.26-baseline_2 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed targets: trial122.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFJfhduFYRghJ1aXLmxHOGKAVIalk6OZrhr9zUEqKrQHax8kFWZHP2LxYuPBINhLSPZbsImmQy9yNnX9LKY9uoI= trial171.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHuVzwec9hgtbUt9NHap3wT01avRxnYQbB/ssM/33TRfs9lf611x6O/DgdzNC8NOaJ2XX2pdQPVtkmh8hKOh7bk= tasks: - install: null - ceph: cluster: cluster1 - ceph: cluster: cluster2 - exec: cluster1.client.0: - sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2 - sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile - sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true - rbd --cluster cluster1 pool init datapool cluster2.client.0: - sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2 - sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile - sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true - rbd --cluster cluster2 pool init datapool - exec: cluster2.client.0: - echo '{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0 - rbd --cluster cluster2 migration execute client.0.0 - rbd --cluster cluster2 migration commit client.0.0 - rbd --cluster cluster2 snap create client.0.0@snap - rbd --cluster cluster2 create --size 1G client.0.1 - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1 - rbd --cluster cluster2 snap create client.0.1@snap - rbd --cluster cluster2 create --size 1G client.0.2 - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2 - rbd --cluster cluster2 snap create client.0.2@snap - exec: cluster1.client.0: - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0 - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1 - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2 - parallel: - io_workload - migrate_workload teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: fa17720d0088c3ac28e473468bfc79eeaff5cd38 timestamp: 2026-02-17_21:26:40 tube: trial user: yuriw verbose: true worker_log: /home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3682 2026-02-18T05:58:47.434 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa; will attempt to use it 2026-02-18T05:58:47.434 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa/tasks 2026-02-18T05:58:47.434 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-02-18T05:58:47.436 INFO:teuthology.task.internal:Checking packages... 2026-02-18T05:58:47.436 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'adc1923395f2bcd6ae89b5d331d278364d1848ed' 2026-02-18T05:58:47.436 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-02-18T05:58:47.436 INFO:teuthology.packaging:ref: None 2026-02-18T05:58:47.436 INFO:teuthology.packaging:tag: None 2026-02-18T05:58:47.436 INFO:teuthology.packaging:branch: 20.2.1_2.17.26-baseline_2 2026-02-18T05:58:47.436 INFO:teuthology.packaging:sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:58:47.436 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=20.2.1_2.17.26-baseline_2 2026-02-18T05:58:47.556 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-670.gadc19233 2026-02-18T05:58:47.557 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-02-18T05:58:47.567 INFO:teuthology.task.internal:no buildpackages task found 2026-02-18T05:58:47.567 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-02-18T05:58:47.582 INFO:teuthology.task.internal:Saving configuration 2026-02-18T05:58:47.594 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-02-18T05:58:47.607 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-02-18T05:58:47.681 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial122.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-18 05:55:21.552230', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFJfhduFYRghJ1aXLmxHOGKAVIalk6OZrhr9zUEqKrQHax8kFWZHP2LxYuPBINhLSPZbsImmQy9yNnX9LKY9uoI='} 2026-02-18T05:58:47.737 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'trial171.front.sepia.ceph.com', 'description': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867', 'up': True, 'machine_type': 'trial', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-02-18 05:55:21.552942', 'locked_by': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHuVzwec9hgtbUt9NHap3wT01avRxnYQbB/ssM/33TRfs9lf611x6O/DgdzNC8NOaJ2XX2pdQPVtkmh8hKOh7bk='} 2026-02-18T05:58:47.737 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-02-18T05:58:47.749 INFO:teuthology.task.internal:roles: ubuntu@trial122.front.sepia.ceph.com - ['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'] 2026-02-18T05:58:47.749 INFO:teuthology.task.internal:roles: ubuntu@trial171.front.sepia.ceph.com - ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0'] 2026-02-18T05:58:47.749 INFO:teuthology.run_tasks:Running task console_log... 2026-02-18T05:58:47.882 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7bab0f3c3740>, signals=[15]) 2026-02-18T05:58:47.882 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-18T05:58:47.893 INFO:teuthology.task.internal:Opening connections... 2026-02-18T05:58:47.893 DEBUG:teuthology.task.internal:connecting to ubuntu@trial122.front.sepia.ceph.com 2026-02-18T05:58:47.894 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:58:47.956 DEBUG:teuthology.task.internal:connecting to ubuntu@trial171.front.sepia.ceph.com 2026-02-18T05:58:47.957 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:58:48.018 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-18T05:58:48.030 DEBUG:teuthology.orchestra.run.trial122:> uname -m 2026-02-18T05:58:48.045 INFO:teuthology.orchestra.run.trial122.stdout:x86_64 2026-02-18T05:58:48.045 DEBUG:teuthology.orchestra.run.trial122:> cat /etc/os-release 2026-02-18T05:58:48.100 INFO:teuthology.orchestra.run.trial122.stdout:NAME="CentOS Stream" 2026-02-18T05:58:48.100 INFO:teuthology.orchestra.run.trial122.stdout:VERSION="9" 2026-02-18T05:58:48.100 INFO:teuthology.orchestra.run.trial122.stdout:ID="centos" 2026-02-18T05:58:48.100 INFO:teuthology.orchestra.run.trial122.stdout:ID_LIKE="rhel fedora" 2026-02-18T05:58:48.100 INFO:teuthology.orchestra.run.trial122.stdout:VERSION_ID="9" 2026-02-18T05:58:48.100 INFO:teuthology.orchestra.run.trial122.stdout:PLATFORM_ID="platform:el9" 2026-02-18T05:58:48.100 INFO:teuthology.orchestra.run.trial122.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T05:58:48.101 INFO:teuthology.orchestra.run.trial122.stdout:ANSI_COLOR="0;31" 2026-02-18T05:58:48.101 INFO:teuthology.orchestra.run.trial122.stdout:LOGO="fedora-logo-icon" 2026-02-18T05:58:48.101 INFO:teuthology.orchestra.run.trial122.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T05:58:48.101 INFO:teuthology.orchestra.run.trial122.stdout:HOME_URL="https://centos.org/" 2026-02-18T05:58:48.101 INFO:teuthology.orchestra.run.trial122.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T05:58:48.101 INFO:teuthology.orchestra.run.trial122.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T05:58:48.101 INFO:teuthology.orchestra.run.trial122.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T05:58:48.101 INFO:teuthology.lock.ops:Updating trial122.front.sepia.ceph.com on lock server 2026-02-18T05:58:48.174 DEBUG:teuthology.orchestra.run.trial171:> uname -m 2026-02-18T05:58:48.189 INFO:teuthology.orchestra.run.trial171.stdout:x86_64 2026-02-18T05:58:48.190 DEBUG:teuthology.orchestra.run.trial171:> cat /etc/os-release 2026-02-18T05:58:48.245 INFO:teuthology.orchestra.run.trial171.stdout:NAME="CentOS Stream" 2026-02-18T05:58:48.245 INFO:teuthology.orchestra.run.trial171.stdout:VERSION="9" 2026-02-18T05:58:48.245 INFO:teuthology.orchestra.run.trial171.stdout:ID="centos" 2026-02-18T05:58:48.245 INFO:teuthology.orchestra.run.trial171.stdout:ID_LIKE="rhel fedora" 2026-02-18T05:58:48.245 INFO:teuthology.orchestra.run.trial171.stdout:VERSION_ID="9" 2026-02-18T05:58:48.245 INFO:teuthology.orchestra.run.trial171.stdout:PLATFORM_ID="platform:el9" 2026-02-18T05:58:48.245 INFO:teuthology.orchestra.run.trial171.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T05:58:48.245 INFO:teuthology.orchestra.run.trial171.stdout:ANSI_COLOR="0;31" 2026-02-18T05:58:48.246 INFO:teuthology.orchestra.run.trial171.stdout:LOGO="fedora-logo-icon" 2026-02-18T05:58:48.246 INFO:teuthology.orchestra.run.trial171.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T05:58:48.246 INFO:teuthology.orchestra.run.trial171.stdout:HOME_URL="https://centos.org/" 2026-02-18T05:58:48.246 INFO:teuthology.orchestra.run.trial171.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T05:58:48.246 INFO:teuthology.orchestra.run.trial171.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T05:58:48.246 INFO:teuthology.orchestra.run.trial171.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T05:58:48.246 INFO:teuthology.lock.ops:Updating trial171.front.sepia.ceph.com on lock server 2026-02-18T05:58:48.321 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-18T05:58:48.333 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-18T05:58:48.344 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-18T05:58:48.344 DEBUG:teuthology.orchestra.run.trial122:> test '!' -e /home/ubuntu/cephtest 2026-02-18T05:58:48.346 DEBUG:teuthology.orchestra.run.trial171:> test '!' -e /home/ubuntu/cephtest 2026-02-18T05:58:48.360 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-18T05:58:48.371 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-18T05:58:48.371 DEBUG:teuthology.orchestra.run.trial122:> test -z $(ls -A /var/lib/ceph) 2026-02-18T05:58:48.401 DEBUG:teuthology.orchestra.run.trial171:> test -z $(ls -A /var/lib/ceph) 2026-02-18T05:58:48.417 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-18T05:58:48.571 INFO:teuthology.run_tasks:Running task kernel... 2026-02-18T05:58:48.589 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-18T05:58:48.589 INFO:teuthology.task.kernel:config {'cluster1.mon.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'cluster2.mon.a': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}}, timeout 300 2026-02-18T05:58:48.589 DEBUG:teuthology.orchestra.run.trial122:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T05:58:48.590 DEBUG:teuthology.orchestra.run.trial171:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T05:58:48.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:58:48.604 DEBUG:teuthology.orchestra.run.trial122:> uname -r 2026-02-18T05:58:48.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:58:48.605 DEBUG:teuthology.orchestra.run.trial171:> uname -r 2026-02-18T05:58:48.659 INFO:teuthology.orchestra.run.trial122.stdout:5.14.0-645.el9.x86_64 2026-02-18T05:58:48.659 INFO:teuthology.task.kernel:Running kernel on trial122: 5.14.0-645.el9.x86_64 2026-02-18T05:58:48.659 DEBUG:teuthology.orchestra.run.trial122:> sudo yum install -y kernel 2026-02-18T05:58:48.661 INFO:teuthology.orchestra.run.trial171.stdout:5.14.0-645.el9.x86_64 2026-02-18T05:58:48.661 INFO:teuthology.task.kernel:Running kernel on trial171: 5.14.0-645.el9.x86_64 2026-02-18T05:58:48.661 DEBUG:teuthology.orchestra.run.trial171:> sudo yum install -y kernel 2026-02-18T05:58:49.882 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.9 MB 00:00 2026-02-18T05:58:53.197 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - AppStream 9.7 MB/s | 27 MB 00:02 2026-02-18T05:58:56.682 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - CRB 7.3 MB/s | 7.8 MB 00:01 2026-02-18T05:58:57.467 INFO:teuthology.orchestra.run.trial171.stdout:CentOS Stream 9 - BaseOS 1.1 MB/s | 8.9 MB 00:08 2026-02-18T05:58:57.527 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - Extras packages 167 kB/s | 20 kB 00:00 2026-02-18T05:58:58.032 INFO:teuthology.orchestra.run.trial122.stdout:Extra Packages for Enterprise Linux 46 MB/s | 20 MB 00:00 2026-02-18T05:59:00.505 INFO:teuthology.orchestra.run.trial171.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-18T05:59:01.241 INFO:teuthology.orchestra.run.trial122.stdout:lab-extras 1.4 MB/s | 50 kB 00:00 2026-02-18T05:59:02.254 INFO:teuthology.orchestra.run.trial122.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T05:59:02.278 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T05:59:02.279 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T05:59:02.279 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-18T05:59:02.279 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T05:59:02.279 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-18T05:59:02.279 INFO:teuthology.orchestra.run.trial122.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T05:59:02.279 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-18T05:59:02.279 INFO:teuthology.orchestra.run.trial122.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T05:59:02.280 INFO:teuthology.orchestra.run.trial122.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T05:59:02.280 INFO:teuthology.orchestra.run.trial122.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T05:59:02.280 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T05:59:02.280 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T05:59:02.280 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T05:59:02.280 INFO:teuthology.orchestra.run.trial122.stdout:Install 4 Packages 2026-02-18T05:59:02.280 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T05:59:02.280 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 88 M 2026-02-18T05:59:02.280 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 135 M 2026-02-18T05:59:02.280 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-18T05:59:03.771 INFO:teuthology.orchestra.run.trial122.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 578 kB/s | 803 kB 00:01 2026-02-18T05:59:03.873 INFO:teuthology.orchestra.run.trial171.stdout:CentOS Stream 9 - CRB 7.7 MB/s | 7.8 MB 00:01 2026-02-18T05:59:04.687 INFO:teuthology.orchestra.run.trial171.stdout:CentOS Stream 9 - Extras packages 231 kB/s | 20 kB 00:00 2026-02-18T05:59:05.060 INFO:teuthology.orchestra.run.trial171.stdout:Extra Packages for Enterprise Linux 67 MB/s | 20 MB 00:00 2026-02-18T05:59:08.288 INFO:teuthology.orchestra.run.trial171.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-18T05:59:09.304 INFO:teuthology.orchestra.run.trial171.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T05:59:09.326 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T05:59:09.327 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T05:59:09.328 INFO:teuthology.orchestra.run.trial171.stdout: Package Architecture Version Repository Size 2026-02-18T05:59:09.328 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T05:59:09.328 INFO:teuthology.orchestra.run.trial171.stdout:Installing: 2026-02-18T05:59:09.328 INFO:teuthology.orchestra.run.trial171.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T05:59:09.328 INFO:teuthology.orchestra.run.trial171.stdout:Installing dependencies: 2026-02-18T05:59:09.328 INFO:teuthology.orchestra.run.trial171.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T05:59:09.328 INFO:teuthology.orchestra.run.trial171.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T05:59:09.328 INFO:teuthology.orchestra.run.trial171.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T05:59:09.328 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T05:59:09.328 INFO:teuthology.orchestra.run.trial171.stdout:Transaction Summary 2026-02-18T05:59:09.328 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T05:59:09.329 INFO:teuthology.orchestra.run.trial171.stdout:Install 4 Packages 2026-02-18T05:59:09.329 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T05:59:09.329 INFO:teuthology.orchestra.run.trial171.stdout:Total download size: 88 M 2026-02-18T05:59:09.329 INFO:teuthology.orchestra.run.trial171.stdout:Installed size: 135 M 2026-02-18T05:59:09.329 INFO:teuthology.orchestra.run.trial171.stdout:Downloading Packages: 2026-02-18T05:59:10.061 INFO:teuthology.orchestra.run.trial122.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 2.2 MB/s | 17 MB 00:07 2026-02-18T05:59:11.682 INFO:teuthology.orchestra.run.trial122.stdout:(3/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 4.3 MB/s | 40 MB 00:09 2026-02-18T05:59:11.990 INFO:teuthology.orchestra.run.trial171.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 334 kB/s | 803 kB 00:02 2026-02-18T05:59:13.082 INFO:teuthology.orchestra.run.trial122.stdout:(4/4): kernel-modules-core-5.14.0-681.el9.x86_6 3.3 MB/s | 31 MB 00:09 2026-02-18T05:59:13.084 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:59:13.084 INFO:teuthology.orchestra.run.trial122.stdout:Total 8.2 MB/s | 88 MB 00:10 2026-02-18T05:59:13.274 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T05:59:13.476 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T05:59:13.477 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T05:59:13.823 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T05:59:13.823 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T05:59:14.900 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T05:59:15.180 INFO:teuthology.orchestra.run.trial122.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:59:15.199 INFO:teuthology.orchestra.run.trial122.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:59:16.987 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:59:17.016 INFO:teuthology.orchestra.run.trial122.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:59:17.131 INFO:teuthology.orchestra.run.trial171.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 2.3 MB/s | 17 MB 00:07 2026-02-18T05:59:17.925 INFO:teuthology.orchestra.run.trial171.stdout:(3/4): kernel-modules-core-5.14.0-681.el9.x86_6 5.2 MB/s | 31 MB 00:05 2026-02-18T05:59:20.044 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:59:20.051 INFO:teuthology.orchestra.run.trial122.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:59:20.507 INFO:teuthology.orchestra.run.trial171.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 3.6 MB/s | 40 MB 00:10 2026-02-18T05:59:20.509 INFO:teuthology.orchestra.run.trial171.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:59:20.509 INFO:teuthology.orchestra.run.trial171.stdout:Total 7.9 MB/s | 88 MB 00:11 2026-02-18T05:59:20.697 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction check 2026-02-18T05:59:20.897 INFO:teuthology.orchestra.run.trial171.stdout:Transaction check succeeded. 2026-02-18T05:59:20.897 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction test 2026-02-18T05:59:21.243 INFO:teuthology.orchestra.run.trial171.stdout:Transaction test succeeded. 2026-02-18T05:59:21.243 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction 2026-02-18T05:59:22.319 INFO:teuthology.orchestra.run.trial171.stdout: Preparing : 1/1 2026-02-18T05:59:22.599 INFO:teuthology.orchestra.run.trial171.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:59:22.618 INFO:teuthology.orchestra.run.trial171.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:59:23.086 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:59:24.389 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:59:24.417 INFO:teuthology.orchestra.run.trial171.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:59:27.501 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:59:27.507 INFO:teuthology.orchestra.run.trial171.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:59:30.606 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:59:53.424 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:59:53.445 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:59:53.615 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:59:53.615 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:59:53.615 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:59:53.615 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:59:53.671 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:59:53.671 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T05:59:53.671 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-18T05:59:53.671 INFO:teuthology.orchestra.run.trial122.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T05:59:53.671 INFO:teuthology.orchestra.run.trial122.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T05:59:53.671 INFO:teuthology.orchestra.run.trial122.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T05:59:53.671 INFO:teuthology.orchestra.run.trial122.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T05:59:53.671 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T05:59:53.671 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T05:59:53.727 DEBUG:teuthology.orchestra.run.trial122:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:59:53.752 INFO:teuthology.orchestra.run.trial122.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:59:53.753 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:59:53.753 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T05:59:53.753 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T05:59:53.753 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T05:59:53.753 INFO:teuthology.task.kernel:Installing distro kernel on cluster1.mon.a... 2026-02-18T05:59:53.753 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial122.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T05:59:53.753 DEBUG:teuthology.orchestra.run.trial122:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:59:53.814 INFO:teuthology.orchestra.run.trial122.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:59:53.815 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:59:53.815 DEBUG:teuthology.orchestra.run.trial122:> sudo rpm -qi grub2-tools 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Name : grub2-tools 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Epoch : 1 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Version : 2.06 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Release : 118.el9 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Architecture: x86_64 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Group : Unspecified 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Size : 8393909 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:License : GPLv3+ 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Packager : builder@centos.org 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Vendor : CentOS 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Summary : Support tools for GRUB. 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:Description : 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T05:59:53.883 INFO:teuthology.orchestra.run.trial122.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T05:59:53.884 INFO:teuthology.orchestra.run.trial122.stdout:hardware devices. 2026-02-18T05:59:53.884 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T05:59:53.884 INFO:teuthology.orchestra.run.trial122.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T05:59:53.885 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T05:59:53.885 INFO:teuthology.task.kernel:Updating grub on trial122 to boot 5.14.0-681.el9.x86_64 2026-02-18T05:59:53.885 DEBUG:teuthology.orchestra.run.trial122:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T05:59:53.950 INFO:teuthology.orchestra.run.trial122.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:59:53.951 DEBUG:teuthology.orchestra.run.trial122:> sudo command -v grubby && echo yes || echo no 2026-02-18T05:59:54.014 INFO:teuthology.orchestra.run.trial122.stdout:/sbin/grubby 2026-02-18T05:59:54.015 INFO:teuthology.orchestra.run.trial122.stdout:yes 2026-02-18T05:59:54.015 DEBUG:teuthology.orchestra.run.trial122:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T05:59:54.078 INFO:teuthology.orchestra.run.trial122.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:59:54.079 DEBUG:teuthology.orchestra.run.trial122:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T05:59:54.151 DEBUG:teuthology.orchestra.run.trial122:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T05:59:54.360 INFO:teuthology.orchestra.run.trial122.stderr:Generating grub configuration file ... 2026-02-18T05:59:54.425 INFO:teuthology.orchestra.run.trial122.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T05:59:54.432 INFO:teuthology.orchestra.run.trial122.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T05:59:54.682 INFO:teuthology.orchestra.run.trial122.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T05:59:54.689 INFO:teuthology.orchestra.run.trial122.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T05:59:54.720 INFO:teuthology.orchestra.run.trial122.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T05:59:54.727 INFO:teuthology.orchestra.run.trial122.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T05:59:54.751 INFO:teuthology.orchestra.run.trial122.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T05:59:54.758 INFO:teuthology.orchestra.run.trial122.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T05:59:54.841 INFO:teuthology.orchestra.run.trial122.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T05:59:54.849 INFO:teuthology.orchestra.run.trial122.stderr:done 2026-02-18T05:59:54.851 DEBUG:teuthology.orchestra.run.trial122:> test -d /sys/firmware/efi 2026-02-18T05:59:54.867 DEBUG:teuthology.orchestra.run.trial122:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T05:59:54.932 INFO:teuthology.orchestra.run.trial122.stdout:/boot/efi/EFI/BOOT 2026-02-18T05:59:54.933 INFO:teuthology.orchestra.run.trial122.stdout:/boot/efi/EFI/centos 2026-02-18T05:59:54.934 DEBUG:teuthology.orchestra.run.trial122:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T05:59:55.001 INFO:teuthology.orchestra.run.trial122.stdout:no 2026-02-18T05:59:55.001 DEBUG:teuthology.orchestra.run.trial122:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T05:59:55.065 INFO:teuthology.orchestra.run.trial122.stdout:yes 2026-02-18T05:59:55.066 DEBUG:teuthology.orchestra.run.trial122:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T05:59:55.128 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial122 2026-02-18T05:59:55.129 DEBUG:teuthology.orchestra.run.trial122:> sudo bash -c ' 2026-02-18T05:59:55.129 DEBUG:teuthology.orchestra.run.trial122:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T05:59:55.129 DEBUG:teuthology.orchestra.run.trial122:> ' 2026-02-18T06:00:01.119 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T06:00:01.141 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T06:00:01.204 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T06:00:01.204 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T06:00:01.204 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T06:00:01.204 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T06:00:01.256 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T06:00:01.256 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:00:01.256 INFO:teuthology.orchestra.run.trial171.stdout:Installed: 2026-02-18T06:00:01.256 INFO:teuthology.orchestra.run.trial171.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T06:00:01.256 INFO:teuthology.orchestra.run.trial171.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T06:00:01.256 INFO:teuthology.orchestra.run.trial171.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T06:00:01.257 INFO:teuthology.orchestra.run.trial171.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T06:00:01.257 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:00:01.257 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:00:01.314 DEBUG:teuthology.orchestra.run.trial171:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T06:00:01.339 INFO:teuthology.orchestra.run.trial171.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T06:00:01.340 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T06:00:01.340 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T06:00:01.341 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T06:00:01.341 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T06:00:01.341 INFO:teuthology.task.kernel:Installing distro kernel on cluster2.mon.a... 2026-02-18T06:00:01.341 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial171.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T06:00:01.341 DEBUG:teuthology.orchestra.run.trial171:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T06:00:01.403 INFO:teuthology.orchestra.run.trial171.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T06:00:01.404 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T06:00:01.405 DEBUG:teuthology.orchestra.run.trial171:> sudo rpm -qi grub2-tools 2026-02-18T06:00:01.474 INFO:teuthology.orchestra.run.trial171.stdout:Name : grub2-tools 2026-02-18T06:00:01.475 INFO:teuthology.orchestra.run.trial171.stdout:Epoch : 1 2026-02-18T06:00:01.475 INFO:teuthology.orchestra.run.trial171.stdout:Version : 2.06 2026-02-18T06:00:01.475 INFO:teuthology.orchestra.run.trial171.stdout:Release : 118.el9 2026-02-18T06:00:01.475 INFO:teuthology.orchestra.run.trial171.stdout:Architecture: x86_64 2026-02-18T06:00:01.475 INFO:teuthology.orchestra.run.trial171.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T06:00:01.475 INFO:teuthology.orchestra.run.trial171.stdout:Group : Unspecified 2026-02-18T06:00:01.475 INFO:teuthology.orchestra.run.trial171.stdout:Size : 8393909 2026-02-18T06:00:01.475 INFO:teuthology.orchestra.run.trial171.stdout:License : GPLv3+ 2026-02-18T06:00:01.475 INFO:teuthology.orchestra.run.trial171.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T06:00:01.475 INFO:teuthology.orchestra.run.trial171.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T06:00:01.475 INFO:teuthology.orchestra.run.trial171.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout:Packager : builder@centos.org 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout:Vendor : CentOS 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout:Summary : Support tools for GRUB. 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout:Description : 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout:hardware devices. 2026-02-18T06:00:01.476 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:00:01.477 INFO:teuthology.orchestra.run.trial171.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T06:00:01.478 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T06:00:01.478 INFO:teuthology.task.kernel:Updating grub on trial171 to boot 5.14.0-681.el9.x86_64 2026-02-18T06:00:01.478 DEBUG:teuthology.orchestra.run.trial171:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T06:00:01.540 INFO:teuthology.orchestra.run.trial171.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T06:00:01.541 DEBUG:teuthology.orchestra.run.trial171:> sudo command -v grubby && echo yes || echo no 2026-02-18T06:00:01.604 INFO:teuthology.orchestra.run.trial171.stdout:/sbin/grubby 2026-02-18T06:00:01.606 INFO:teuthology.orchestra.run.trial171.stdout:yes 2026-02-18T06:00:01.606 DEBUG:teuthology.orchestra.run.trial171:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T06:00:01.670 INFO:teuthology.orchestra.run.trial171.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T06:00:01.671 DEBUG:teuthology.orchestra.run.trial171:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T06:00:01.743 DEBUG:teuthology.orchestra.run.trial171:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T06:00:01.948 INFO:teuthology.orchestra.run.trial171.stderr:Generating grub configuration file ... 2026-02-18T06:00:02.011 INFO:teuthology.orchestra.run.trial171.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T06:00:02.017 INFO:teuthology.orchestra.run.trial171.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T06:00:02.264 INFO:teuthology.orchestra.run.trial171.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T06:00:02.270 INFO:teuthology.orchestra.run.trial171.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T06:00:02.302 INFO:teuthology.orchestra.run.trial171.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T06:00:02.308 INFO:teuthology.orchestra.run.trial171.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T06:00:02.332 INFO:teuthology.orchestra.run.trial171.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T06:00:02.338 INFO:teuthology.orchestra.run.trial171.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T06:00:02.420 INFO:teuthology.orchestra.run.trial171.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T06:00:02.429 INFO:teuthology.orchestra.run.trial171.stderr:done 2026-02-18T06:00:02.431 DEBUG:teuthology.orchestra.run.trial171:> test -d /sys/firmware/efi 2026-02-18T06:00:02.446 DEBUG:teuthology.orchestra.run.trial171:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T06:00:02.511 INFO:teuthology.orchestra.run.trial171.stdout:/boot/efi/EFI/BOOT 2026-02-18T06:00:02.511 INFO:teuthology.orchestra.run.trial171.stdout:/boot/efi/EFI/centos 2026-02-18T06:00:02.513 DEBUG:teuthology.orchestra.run.trial171:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T06:00:02.578 INFO:teuthology.orchestra.run.trial171.stdout:no 2026-02-18T06:00:02.579 DEBUG:teuthology.orchestra.run.trial171:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T06:00:02.644 INFO:teuthology.orchestra.run.trial171.stdout:yes 2026-02-18T06:00:02.645 DEBUG:teuthology.orchestra.run.trial171:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T06:00:02.708 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial171 2026-02-18T06:00:02.708 DEBUG:teuthology.orchestra.run.trial171:> sudo bash -c ' 2026-02-18T06:00:02.708 DEBUG:teuthology.orchestra.run.trial171:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T06:00:02.708 DEBUG:teuthology.orchestra.run.trial171:> ' 2026-02-18T06:00:25.171 INFO:teuthology.task.kernel:Checking client cluster1.mon.a for new kernel version... 2026-02-18T06:00:25.172 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial122.front.sepia.ceph.com' 2026-02-18T06:00:25.173 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T06:00:32.751 INFO:teuthology.task.kernel:Checking client cluster2.mon.a for new kernel version... 2026-02-18T06:00:32.751 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial171.front.sepia.ceph.com' 2026-02-18T06:00:32.752 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T06:00:39.424 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.122 2026-02-18T06:00:47.040 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.171 2026-02-18T06:00:48.425 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial122.front.sepia.ceph.com' 2026-02-18T06:00:48.426 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T06:00:56.048 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial171.front.sepia.ceph.com' 2026-02-18T06:00:56.049 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T06:01:24.272 DEBUG:teuthology.orchestra.run.trial122:> true 2026-02-18T06:01:24.428 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial122.front.sepia.ceph.com' 2026-02-18T06:01:24.429 INFO:teuthology.task.kernel:Checking kernel version of cluster1.mon.a, want "5.14.0-681.el9.x86_64"... 2026-02-18T06:01:24.429 DEBUG:teuthology.orchestra.run.trial122:> uname -r 2026-02-18T06:01:24.485 INFO:teuthology.orchestra.run.trial122.stdout:5.14.0-681.el9.x86_64 2026-02-18T06:01:24.485 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T06:01:24.485 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T06:01:24.485 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T06:01:25.486 INFO:teuthology.task.kernel:Enabling kdb on cluster1.mon.a... 2026-02-18T06:01:25.486 DEBUG:teuthology.orchestra.run.trial122:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T06:01:25.516 INFO:teuthology.orchestra.run.trial122.stdout:ttyS1 2026-02-18T06:01:25.541 DEBUG:teuthology.parallel:result is None 2026-02-18T06:01:31.912 DEBUG:teuthology.orchestra.run.trial171:> true 2026-02-18T06:01:32.066 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial171.front.sepia.ceph.com' 2026-02-18T06:01:32.067 INFO:teuthology.task.kernel:Checking kernel version of cluster2.mon.a, want "5.14.0-681.el9.x86_64"... 2026-02-18T06:01:32.067 DEBUG:teuthology.orchestra.run.trial171:> uname -r 2026-02-18T06:01:32.123 INFO:teuthology.orchestra.run.trial171.stdout:5.14.0-681.el9.x86_64 2026-02-18T06:01:32.123 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T06:01:32.123 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T06:01:32.123 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T06:01:33.124 INFO:teuthology.task.kernel:Enabling kdb on cluster2.mon.a... 2026-02-18T06:01:33.125 DEBUG:teuthology.orchestra.run.trial171:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T06:01:33.155 INFO:teuthology.orchestra.run.trial171.stdout:ttyS1 2026-02-18T06:01:33.174 DEBUG:teuthology.parallel:result is None 2026-02-18T06:01:33.174 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-18T06:01:33.186 INFO:teuthology.task.internal:Creating test directory... 2026-02-18T06:01:33.187 DEBUG:teuthology.orchestra.run.trial122:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T06:01:33.189 DEBUG:teuthology.orchestra.run.trial171:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T06:01:33.232 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-18T06:01:33.243 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-18T06:01:33.258 INFO:teuthology.task.internal:Creating archive directory... 2026-02-18T06:01:33.258 DEBUG:teuthology.orchestra.run.trial122:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T06:01:33.261 DEBUG:teuthology.orchestra.run.trial171:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T06:01:33.299 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-18T06:01:33.310 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-18T06:01:33.311 DEBUG:teuthology.orchestra.run.trial122:> 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 2026-02-18T06:01:33.317 DEBUG:teuthology.orchestra.run.trial171:> 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 2026-02-18T06:01:33.338 INFO:teuthology.orchestra.run.trial122.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T06:01:33.347 INFO:teuthology.orchestra.run.trial122.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T06:01:33.353 INFO:teuthology.orchestra.run.trial171.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T06:01:33.362 INFO:teuthology.orchestra.run.trial171.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T06:01:33.363 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-18T06:01:33.375 INFO:teuthology.task.internal:Configuring sudo... 2026-02-18T06:01:33.375 DEBUG:teuthology.orchestra.run.trial122:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T06:01:33.390 DEBUG:teuthology.orchestra.run.trial171:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T06:01:33.429 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-18T06:01:33.445 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-18T06:01:33.445 DEBUG:teuthology.orchestra.run.trial122:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T06:01:33.454 DEBUG:teuthology.orchestra.run.trial171:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T06:01:33.486 DEBUG:teuthology.orchestra.run.trial122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T06:01:33.627 DEBUG:teuthology.orchestra.run.trial122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T06:01:33.652 DEBUG:teuthology.orchestra.run.trial122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T06:01:33.859 DEBUG:teuthology.orchestra.run.trial122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T06:01:33.884 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:01:33.884 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T06:01:33.949 DEBUG:teuthology.orchestra.run.trial171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T06:01:34.069 DEBUG:teuthology.orchestra.run.trial171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T06:01:34.094 DEBUG:teuthology.orchestra.run.trial171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T06:01:34.237 DEBUG:teuthology.orchestra.run.trial171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T06:01:34.261 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:01:34.261 DEBUG:teuthology.orchestra.run.trial171:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T06:01:34.326 DEBUG:teuthology.orchestra.run.trial122:> sudo service rsyslog restart 2026-02-18T06:01:34.329 DEBUG:teuthology.orchestra.run.trial171:> sudo service rsyslog restart 2026-02-18T06:01:34.355 INFO:teuthology.orchestra.run.trial122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T06:01:34.394 INFO:teuthology.orchestra.run.trial171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T06:01:34.843 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-18T06:01:34.856 INFO:teuthology.task.internal:Starting timer... 2026-02-18T06:01:34.856 INFO:teuthology.run_tasks:Running task pcp... 2026-02-18T06:01:34.874 INFO:teuthology.run_tasks:Running task selinux... 2026-02-18T06:01:34.888 DEBUG:teuthology.orchestra.run.trial122:> sudo service auditd rotate 2026-02-18T06:01:34.918 INFO:teuthology.orchestra.run.trial122.stdout:Rotating logs: 2026-02-18T06:01:34.920 DEBUG:teuthology.orchestra.run.trial171:> sudo service auditd rotate 2026-02-18T06:01:34.948 INFO:teuthology.orchestra.run.trial171.stdout:Rotating logs: 2026-02-18T06:01:34.950 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-18T06:01:34.950 DEBUG:teuthology.orchestra.run.trial122:> /usr/sbin/getenforce 2026-02-18T06:01:34.975 INFO:teuthology.orchestra.run.trial122.stdout:Permissive 2026-02-18T06:01:34.975 DEBUG:teuthology.orchestra.run.trial171:> /usr/sbin/getenforce 2026-02-18T06:01:35.005 INFO:teuthology.orchestra.run.trial171.stdout:Permissive 2026-02-18T06:01:35.006 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial122.front.sepia.ceph.com': 'permissive', 'ubuntu@trial171.front.sepia.ceph.com': 'permissive'} 2026-02-18T06:01:35.006 DEBUG:teuthology.orchestra.run.trial122:> 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 2026-02-18T06:01:35.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T06:01:35.042 DEBUG:teuthology.orchestra.run.trial171:> 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 2026-02-18T06:01:35.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T06:01:35.070 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-18T06:01:35.070 DEBUG:teuthology.orchestra.run.trial122:> sudo /usr/sbin/setenforce permissive 2026-02-18T06:01:35.106 DEBUG:teuthology.orchestra.run.trial171:> sudo /usr/sbin/setenforce permissive 2026-02-18T06:01:35.133 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-18T06:01:35.151 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-18T06:01:35.163 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'}]}] 2026-02-18T06:01:35.164 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial122.front.sepia.ceph.com,trial171.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-18T06:03:04.860 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial122.front.sepia.ceph.com'), Remote(name='ubuntu@trial171.front.sepia.ceph.com')] 2026-02-18T06:03:04.861 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial122.front.sepia.ceph.com' 2026-02-18T06:03:04.862 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T06:03:04.974 DEBUG:teuthology.orchestra.run.trial122:> true 2026-02-18T06:03:05.053 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial122.front.sepia.ceph.com' 2026-02-18T06:03:05.054 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial171.front.sepia.ceph.com' 2026-02-18T06:03:05.054 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T06:03:05.148 DEBUG:teuthology.orchestra.run.trial171:> true 2026-02-18T06:03:05.222 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial171.front.sepia.ceph.com' 2026-02-18T06:03:05.223 INFO:teuthology.run_tasks:Running task clock... 2026-02-18T06:03:05.237 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-18T06:03:05.237 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T06:03:05.237 DEBUG:teuthology.orchestra.run.trial122:> 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 2026-02-18T06:03:05.240 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T06:03:05.240 DEBUG:teuthology.orchestra.run.trial171:> 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 2026-02-18T06:03:05.265 INFO:teuthology.orchestra.run.trial122.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T06:03:05.277 INFO:teuthology.orchestra.run.trial122.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T06:03:05.289 INFO:teuthology.orchestra.run.trial171.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T06:03:05.297 INFO:teuthology.orchestra.run.trial122.stderr:sudo: ntpd: command not found 2026-02-18T06:03:05.301 INFO:teuthology.orchestra.run.trial171.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T06:03:05.306 INFO:teuthology.orchestra.run.trial122.stdout:506 Cannot talk to daemon 2026-02-18T06:03:05.318 INFO:teuthology.orchestra.run.trial122.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T06:03:05.321 INFO:teuthology.orchestra.run.trial171.stderr:sudo: ntpd: command not found 2026-02-18T06:03:05.330 INFO:teuthology.orchestra.run.trial122.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T06:03:05.331 INFO:teuthology.orchestra.run.trial171.stdout:506 Cannot talk to daemon 2026-02-18T06:03:05.342 INFO:teuthology.orchestra.run.trial171.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T06:03:05.354 INFO:teuthology.orchestra.run.trial171.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T06:03:05.376 INFO:teuthology.orchestra.run.trial122.stderr:bash: line 1: ntpq: command not found 2026-02-18T06:03:05.386 INFO:teuthology.orchestra.run.trial122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T06:03:05.387 INFO:teuthology.orchestra.run.trial122.stdout:=============================================================================== 2026-02-18T06:03:05.387 INFO:teuthology.orchestra.run.trial122.stdout:^? 172-233-155-39.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T06:03:05.387 INFO:teuthology.orchestra.run.trial122.stdout:^? pool-96-231-54-150.washd> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T06:03:05.402 INFO:teuthology.orchestra.run.trial171.stderr:bash: line 1: ntpq: command not found 2026-02-18T06:03:05.412 INFO:teuthology.orchestra.run.trial171.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T06:03:05.412 INFO:teuthology.orchestra.run.trial171.stdout:=============================================================================== 2026-02-18T06:03:05.412 INFO:teuthology.orchestra.run.trial171.stdout:^? 172-233-155-39.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T06:03:05.412 INFO:teuthology.orchestra.run.trial171.stdout:^? pool-96-231-54-150.washd> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T06:03:05.413 INFO:teuthology.orchestra.run.trial171.stdout:^? dns-e.ns4v.icu 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T06:03:05.413 INFO:teuthology.orchestra.run.trial171.stdout:^? 69.176.84.38 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T06:03:05.414 INFO:teuthology.run_tasks:Running task install... 2026-02-18T06:03:05.428 DEBUG:teuthology.task.install:project ceph 2026-02-18T06:03:05.429 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}} 2026-02-18T06:03:05.429 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'} 2026-02-18T06:03:05.429 INFO:teuthology.task.install:Using flavor: default 2026-02-18T06:03:05.437 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']} 2026-02-18T06:03:05.438 INFO:teuthology.task.install:extra packages: [] 2026-02-18T06:03:05.438 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': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'tag': None, 'wait_for_package': False} 2026-02-18T06:03:05.439 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T06:03:05.441 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': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'tag': None, 'wait_for_package': False} 2026-02-18T06:03:05.442 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T06:03:05.641 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/ 2026-02-18T06:03:05.641 INFO:teuthology.task.install.rpm:Package version is 20.2.0-670.gadc19233 2026-02-18T06:03:05.651 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/ 2026-02-18T06:03:05.651 INFO:teuthology.task.install.rpm:Package version is 20.2.0-670.gadc19233 2026-02-18T06:03:05.878 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T06:03:05.879 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:03:05.879 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T06:03:05.904 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 2026-02-18T06:03:05.904 DEBUG:teuthology.orchestra.run.trial122:> 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/adc1923395f2bcd6ae89b5d331d278364d1848ed/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-18T06:03:05.936 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T06:03:05.936 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:03:05.936 DEBUG:teuthology.orchestra.run.trial171:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T06:03:05.962 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 2026-02-18T06:03:05.962 DEBUG:teuthology.orchestra.run.trial171:> 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/adc1923395f2bcd6ae89b5d331d278364d1848ed/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-18T06:03:05.969 DEBUG:teuthology.orchestra.run.trial122:> 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 2026-02-18T06:03:06.027 DEBUG:teuthology.orchestra.run.trial171:> 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 2026-02-18T06:03:06.041 DEBUG:teuthology.orchestra.run.trial122:> 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 2026-02-18T06:03:06.100 DEBUG:teuthology.orchestra.run.trial171:> 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 2026-02-18T06:03:06.104 INFO:teuthology.orchestra.run.trial122.stdout:check_obsoletes = 1 2026-02-18T06:03:06.105 DEBUG:teuthology.orchestra.run.trial122:> sudo yum clean all 2026-02-18T06:03:06.163 INFO:teuthology.orchestra.run.trial171.stdout:check_obsoletes = 1 2026-02-18T06:03:06.164 DEBUG:teuthology.orchestra.run.trial171:> sudo yum clean all 2026-02-18T06:03:06.252 INFO:teuthology.orchestra.run.trial122.stdout:41 files removed 2026-02-18T06:03:06.266 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-radosgw 2026-02-18T06:03:06.312 INFO:teuthology.orchestra.run.trial171.stdout:41 files removed 2026-02-18T06:03:06.326 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph-radosgw 2026-02-18T06:03:06.770 INFO:teuthology.orchestra.run.trial122.stdout:ceph packages for x86_64 249 kB/s | 89 kB 00:00 2026-02-18T06:03:06.781 INFO:teuthology.orchestra.run.trial171.stdout:ceph packages for x86_64 287 kB/s | 89 kB 00:00 2026-02-18T06:03:06.909 INFO:teuthology.orchestra.run.trial122.stdout:ceph noarch packages 165 kB/s | 19 kB 00:00 2026-02-18T06:03:06.920 INFO:teuthology.orchestra.run.trial171.stdout:ceph noarch packages 165 kB/s | 19 kB 00:00 2026-02-18T06:03:07.035 INFO:teuthology.orchestra.run.trial122.stdout:ceph source packages 19 kB/s | 1.9 kB 00:00 2026-02-18T06:03:07.046 INFO:teuthology.orchestra.run.trial171.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-18T06:03:07.356 INFO:teuthology.orchestra.run.trial171.stdout:CentOS Stream 9 - BaseOS 31 MB/s | 8.9 MB 00:00 2026-02-18T06:03:08.327 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - BaseOS 7.0 MB/s | 8.9 MB 00:01 2026-02-18T06:03:11.570 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - AppStream 9.9 MB/s | 27 MB 00:02 2026-02-18T06:03:13.705 INFO:teuthology.orchestra.run.trial171.stdout:CentOS Stream 9 - AppStream 4.6 MB/s | 27 MB 00:05 2026-02-18T06:03:18.674 INFO:teuthology.orchestra.run.trial171.stdout:CentOS Stream 9 - CRB 3.0 MB/s | 7.8 MB 00:02 2026-02-18T06:03:19.491 INFO:teuthology.orchestra.run.trial171.stdout:CentOS Stream 9 - Extras packages 240 kB/s | 20 kB 00:00 2026-02-18T06:03:19.818 INFO:teuthology.orchestra.run.trial171.stdout:Extra Packages for Enterprise Linux 77 MB/s | 20 MB 00:00 2026-02-18T06:03:22.569 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - CRB 923 kB/s | 7.8 MB 00:08 2026-02-18T06:03:22.978 INFO:teuthology.orchestra.run.trial171.stdout:lab-extras 2.2 MB/s | 50 kB 00:00 2026-02-18T06:03:24.206 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:03:24.208 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:03:24.208 INFO:teuthology.orchestra.run.trial171.stdout: Package Arch Version Repository Size 2026-02-18T06:03:24.208 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:03:24.208 INFO:teuthology.orchestra.run.trial171.stdout:Installing: 2026-02-18T06:03:24.208 INFO:teuthology.orchestra.run.trial171.stdout: ceph-radosgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T06:03:24.208 INFO:teuthology.orchestra.run.trial171.stdout:Upgrading: 2026-02-18T06:03:24.208 INFO:teuthology.orchestra.run.trial171.stdout: librados2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 3.5 M 2026-02-18T06:03:24.208 INFO:teuthology.orchestra.run.trial171.stdout: librbd1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.8 M 2026-02-18T06:03:24.208 INFO:teuthology.orchestra.run.trial171.stdout:Installing dependencies: 2026-02-18T06:03:24.208 INFO:teuthology.orchestra.run.trial171.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: ceph-base x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.9 M 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: ceph-selinux x86_64 2:20.2.0-670.gadc19233.el9 ceph 25 k 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: libcephfs2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 869 k 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T06:03:24.209 INFO:teuthology.orchestra.run.trial171.stdout: libradosstriper1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 250 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: librgw2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.4 M 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: python3-ceph-argparse x86_64 2:20.2.0-670.gadc19233.el9 ceph 45 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: python3-ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 175 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: python3-cephfs x86_64 2:20.2.0-670.gadc19233.el9 ceph 162 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: python3-rados x86_64 2:20.2.0-670.gadc19233.el9 ceph 323 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: python3-rbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 305 k 2026-02-18T06:03:24.210 INFO:teuthology.orchestra.run.trial171.stdout: python3-rgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 99 k 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout:Installing weak dependencies: 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout: libcephfs-daemon x86_64 2:20.2.0-670.gadc19233.el9 ceph 35 k 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout: libcephfs-proxy2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 k 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout: nvme-cli x86_64 2.13-1.el9 baseos 1.1 M 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout:Transaction Summary 2026-02-18T06:03:24.211 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:03:24.212 INFO:teuthology.orchestra.run.trial171.stdout:Install 35 Packages 2026-02-18T06:03:24.212 INFO:teuthology.orchestra.run.trial171.stdout:Upgrade 2 Packages 2026-02-18T06:03:24.212 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:24.212 INFO:teuthology.orchestra.run.trial171.stdout:Total download size: 79 M 2026-02-18T06:03:24.212 INFO:teuthology.orchestra.run.trial171.stdout:Downloading Packages: 2026-02-18T06:03:24.586 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - Extras packages 16 kB/s | 20 kB 00:01 2026-02-18T06:03:25.191 INFO:teuthology.orchestra.run.trial171.stdout:(1/37): ceph-base-20.2.0-670.gadc19233.el9.x86_ 13 MB/s | 5.9 MB 00:00 2026-02-18T06:03:25.240 INFO:teuthology.orchestra.run.trial171.stdout:(2/37): ceph-selinux-20.2.0-670.gadc19233.el9.x 511 kB/s | 25 kB 00:00 2026-02-18T06:03:25.292 INFO:teuthology.orchestra.run.trial171.stdout:(3/37): libcephfs-daemon-20.2.0-670.gadc19233.e 681 kB/s | 35 kB 00:00 2026-02-18T06:03:25.318 INFO:teuthology.orchestra.run.trial122.stdout:Extra Packages for Enterprise Linux 30 MB/s | 20 MB 00:00 2026-02-18T06:03:25.347 INFO:teuthology.orchestra.run.trial171.stdout:(4/37): libcephfs-proxy2-20.2.0-670.gadc19233.e 443 kB/s | 24 kB 00:00 2026-02-18T06:03:25.685 INFO:teuthology.orchestra.run.trial171.stdout:(5/37): ceph-common-20.2.0-670.gadc19233.el9.x8 25 MB/s | 24 MB 00:00 2026-02-18T06:03:25.686 INFO:teuthology.orchestra.run.trial171.stdout:(6/37): libcephfs2-20.2.0-670.gadc19233.el9.x86 2.5 MB/s | 869 kB 00:00 2026-02-18T06:03:25.697 INFO:teuthology.orchestra.run.trial171.stdout:(7/37): libradosstriper1-20.2.0-670.gadc19233.e 20 MB/s | 250 kB 00:00 2026-02-18T06:03:25.730 INFO:teuthology.orchestra.run.trial171.stdout:(8/37): python3-ceph-argparse-20.2.0-670.gadc19 1.3 MB/s | 45 kB 00:00 2026-02-18T06:03:25.766 INFO:teuthology.orchestra.run.trial171.stdout:(9/37): python3-ceph-common-20.2.0-670.gadc1923 4.8 MB/s | 175 kB 00:00 2026-02-18T06:03:25.802 INFO:teuthology.orchestra.run.trial171.stdout:(10/37): python3-cephfs-20.2.0-670.gadc19233.el 4.5 MB/s | 162 kB 00:00 2026-02-18T06:03:25.842 INFO:teuthology.orchestra.run.trial171.stdout:(11/37): ceph-radosgw-20.2.0-670.gadc19233.el9. 22 MB/s | 24 MB 00:01 2026-02-18T06:03:25.843 INFO:teuthology.orchestra.run.trial171.stdout:(12/37): python3-rados-20.2.0-670.gadc19233.el9 7.6 MB/s | 323 kB 00:00 2026-02-18T06:03:25.863 INFO:teuthology.orchestra.run.trial171.stdout:(13/37): python3-rbd-20.2.0-670.gadc19233.el9.x 14 MB/s | 305 kB 00:00 2026-02-18T06:03:25.864 INFO:teuthology.orchestra.run.trial171.stdout:(14/37): python3-rgw-20.2.0-670.gadc19233.el9.x 4.7 MB/s | 99 kB 00:00 2026-02-18T06:03:25.910 INFO:teuthology.orchestra.run.trial171.stdout:(15/37): librgw2-20.2.0-670.gadc19233.el9.x86_6 28 MB/s | 6.4 MB 00:00 2026-02-18T06:03:26.585 INFO:teuthology.orchestra.run.trial171.stdout:(16/37): mailcap-2.1.49-5.el9.noarch.rpm 46 kB/s | 33 kB 00:00 2026-02-18T06:03:26.653 INFO:teuthology.orchestra.run.trial171.stdout:(17/37): boost-program-options-1.75.0-13.el9.x8 1.5 MB/s | 104 kB 00:00 2026-02-18T06:03:26.697 INFO:teuthology.orchestra.run.trial171.stdout:(18/37): libnbd-1.20.3-4.el9.x86_64.rpm 3.7 MB/s | 164 kB 00:00 2026-02-18T06:03:26.722 INFO:teuthology.orchestra.run.trial171.stdout:(19/37): libpmemobj-1.12.1-1.el9.x86_64.rpm 6.4 MB/s | 160 kB 00:00 2026-02-18T06:03:26.729 INFO:teuthology.orchestra.run.trial171.stdout:(20/37): pciutils-3.7.0-7.el9.x86_64.rpm 114 kB/s | 93 kB 00:00 2026-02-18T06:03:26.743 INFO:teuthology.orchestra.run.trial171.stdout:(21/37): librabbitmq-0.11.0-7.el9.x86_64.rpm 2.0 MB/s | 45 kB 00:00 2026-02-18T06:03:26.754 INFO:teuthology.orchestra.run.trial171.stdout:(22/37): nvme-cli-2.13-1.el9.x86_64.rpm 1.2 MB/s | 1.1 MB 00:00 2026-02-18T06:03:26.767 INFO:teuthology.orchestra.run.trial171.stdout:(23/37): lttng-ust-2.12.0-6.el9.x86_64.rpm 12 MB/s | 292 kB 00:00 2026-02-18T06:03:26.789 INFO:teuthology.orchestra.run.trial171.stdout:(24/37): qatlib-service-25.08.0-2.el9.x86_64.rp 1.7 MB/s | 37 kB 00:00 2026-02-18T06:03:26.811 INFO:teuthology.orchestra.run.trial171.stdout:(25/37): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.9 MB/s | 66 kB 00:00 2026-02-18T06:03:26.840 INFO:teuthology.orchestra.run.trial171.stdout:(26/37): qatlib-25.08.0-2.el9.x86_64.rpm 2.7 MB/s | 240 kB 00:00 2026-02-18T06:03:26.863 INFO:teuthology.orchestra.run.trial171.stdout:(27/37): librdkafka-1.6.1-102.el9.x86_64.rpm 4.8 MB/s | 662 kB 00:00 2026-02-18T06:03:26.864 INFO:teuthology.orchestra.run.trial171.stdout:(28/37): gperftools-libs-2.9.1-3.el9.x86_64.rpm 5.7 MB/s | 308 kB 00:00 2026-02-18T06:03:26.870 INFO:teuthology.orchestra.run.trial171.stdout:(29/37): liboath-2.6.12-1.el9.x86_64.rpm 8.5 MB/s | 49 kB 00:00 2026-02-18T06:03:26.874 INFO:teuthology.orchestra.run.trial171.stdout:(30/37): libunwind-1.6.2-1.el9.x86_64.rpm 15 MB/s | 67 kB 00:00 2026-02-18T06:03:26.892 INFO:teuthology.orchestra.run.trial171.stdout:(31/37): libarrow-doc-9.0.0-15.el9.noarch.rpm 853 kB/s | 25 kB 00:00 2026-02-18T06:03:26.910 INFO:teuthology.orchestra.run.trial171.stdout:(32/37): re2-20211101-20.el9.x86_64.rpm 10 MB/s | 191 kB 00:00 2026-02-18T06:03:26.928 INFO:teuthology.orchestra.run.trial171.stdout:(33/37): parquet-libs-9.0.0-15.el9.x86_64.rpm 15 MB/s | 838 kB 00:00 2026-02-18T06:03:27.015 INFO:teuthology.orchestra.run.trial171.stdout:(34/37): thrift-0.15.0-4.el9.x86_64.rpm 15 MB/s | 1.6 MB 00:00 2026-02-18T06:03:27.024 INFO:teuthology.orchestra.run.trial171.stdout:(35/37): librados2-20.2.0-670.gadc19233.el9.x86 37 MB/s | 3.5 MB 00:00 2026-02-18T06:03:27.115 INFO:teuthology.orchestra.run.trial171.stdout:(36/37): librbd1-20.2.0-670.gadc19233.el9.x86_6 29 MB/s | 2.8 MB 00:00 2026-02-18T06:03:27.243 INFO:teuthology.orchestra.run.trial171.stdout:(37/37): libarrow-9.0.0-15.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2026-02-18T06:03:27.246 INFO:teuthology.orchestra.run.trial171.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:03:27.246 INFO:teuthology.orchestra.run.trial171.stdout:Total 26 MB/s | 79 MB 00:03 2026-02-18T06:03:27.348 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction check 2026-02-18T06:03:27.367 INFO:teuthology.orchestra.run.trial171.stdout:Transaction check succeeded. 2026-02-18T06:03:27.367 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction test 2026-02-18T06:03:27.663 INFO:teuthology.orchestra.run.trial171.stdout:Transaction test succeeded. 2026-02-18T06:03:27.664 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction 2026-02-18T06:03:28.000 INFO:teuthology.orchestra.run.trial171.stdout: Preparing : 1/1 2026-02-18T06:03:28.012 INFO:teuthology.orchestra.run.trial171.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/39 2026-02-18T06:03:28.165 INFO:teuthology.orchestra.run.trial171.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/39 2026-02-18T06:03:28.169 INFO:teuthology.orchestra.run.trial171.stdout: Upgrading : librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/39 2026-02-18T06:03:28.219 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/39 2026-02-18T06:03:28.220 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/39 2026-02-18T06:03:28.233 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/39 2026-02-18T06:03:28.235 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/39 2026-02-18T06:03:28.235 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/39 2026-02-18T06:03:28.261 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/39 2026-02-18T06:03:28.263 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 7/39 2026-02-18T06:03:28.271 INFO:teuthology.orchestra.run.trial171.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/39 2026-02-18T06:03:28.274 INFO:teuthology.orchestra.run.trial171.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/39 2026-02-18T06:03:28.277 INFO:teuthology.orchestra.run.trial171.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/39 2026-02-18T06:03:28.281 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/39 2026-02-18T06:03:28.290 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 12/39 2026-02-18T06:03:28.302 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 13/39 2026-02-18T06:03:28.303 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/39 2026-02-18T06:03:28.315 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/39 2026-02-18T06:03:28.345 INFO:teuthology.orchestra.run.trial171.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/39 2026-02-18T06:03:28.349 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/39 2026-02-18T06:03:28.356 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/39 2026-02-18T06:03:28.358 INFO:teuthology.orchestra.run.trial171.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/39 2026-02-18T06:03:28.363 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/39 2026-02-18T06:03:28.464 INFO:teuthology.orchestra.run.trial122.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-18T06:03:28.485 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/39 2026-02-18T06:03:28.486 INFO:teuthology.orchestra.run.trial171.stdout: Upgrading : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/39 2026-02-18T06:03:28.511 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/39 2026-02-18T06:03:28.514 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 22/39 2026-02-18T06:03:28.520 INFO:teuthology.orchestra.run.trial171.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/39 2026-02-18T06:03:28.799 INFO:teuthology.orchestra.run.trial171.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/39 2026-02-18T06:03:28.800 INFO:teuthology.orchestra.run.trial171.stdout: Installing : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/39 2026-02-18T06:03:28.816 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/39 2026-02-18T06:03:28.820 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 26/39 2026-02-18T06:03:28.825 INFO:teuthology.orchestra.run.trial171.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/39 2026-02-18T06:03:28.827 INFO:teuthology.orchestra.run.trial171.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/39 2026-02-18T06:03:28.828 INFO:teuthology.orchestra.run.trial171.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/39 2026-02-18T06:03:28.846 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/39 2026-02-18T06:03:28.961 INFO:teuthology.orchestra.run.trial171.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/39 2026-02-18T06:03:28.963 INFO:teuthology.orchestra.run.trial171.stdout: Installing : nvme-cli-2.13-1.el9.x86_64 31/39 2026-02-18T06:03:29.234 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: nvme-cli-2.13-1.el9.x86_64 31/39 2026-02-18T06:03:29.234 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T06:03:29.234 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:29.275 INFO:teuthology.orchestra.run.trial171.stdout: Installing : mailcap-2.1.49-5.el9.noarch 32/39 2026-02-18T06:03:29.277 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 33/39 2026-02-18T06:03:29.683 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:03:29.684 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:03:29.684 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-18T06:03:29.685 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:03:29.685 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-18T06:03:29.685 INFO:teuthology.orchestra.run.trial122.stdout: ceph-radosgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T06:03:29.685 INFO:teuthology.orchestra.run.trial122.stdout:Upgrading: 2026-02-18T06:03:29.685 INFO:teuthology.orchestra.run.trial122.stdout: librados2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 3.5 M 2026-02-18T06:03:29.685 INFO:teuthology.orchestra.run.trial122.stdout: librbd1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.8 M 2026-02-18T06:03:29.685 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-18T06:03:29.685 INFO:teuthology.orchestra.run.trial122.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T06:03:29.685 INFO:teuthology.orchestra.run.trial122.stdout: ceph-base x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.9 M 2026-02-18T06:03:29.685 INFO:teuthology.orchestra.run.trial122.stdout: ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T06:03:29.685 INFO:teuthology.orchestra.run.trial122.stdout: ceph-selinux x86_64 2:20.2.0-670.gadc19233.el9 ceph 25 k 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 869 k 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: libradosstriper1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 250 k 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: librgw2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.4 M 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T06:03:29.686 INFO:teuthology.orchestra.run.trial122.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: python3-ceph-argparse x86_64 2:20.2.0-670.gadc19233.el9 ceph 45 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: python3-ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 175 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: python3-cephfs x86_64 2:20.2.0-670.gadc19233.el9 ceph 162 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: python3-rados x86_64 2:20.2.0-670.gadc19233.el9 ceph 323 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: python3-rbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 305 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: python3-rgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 99 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T06:03:29.687 INFO:teuthology.orchestra.run.trial122.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T06:03:29.688 INFO:teuthology.orchestra.run.trial122.stdout:Installing weak dependencies: 2026-02-18T06:03:29.688 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs-daemon x86_64 2:20.2.0-670.gadc19233.el9 ceph 35 k 2026-02-18T06:03:29.688 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs-proxy2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 k 2026-02-18T06:03:29.688 INFO:teuthology.orchestra.run.trial122.stdout: nvme-cli x86_64 2.13-1.el9 baseos 1.1 M 2026-02-18T06:03:29.688 INFO:teuthology.orchestra.run.trial122.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T06:03:29.688 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:29.688 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:03:29.688 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:03:29.688 INFO:teuthology.orchestra.run.trial122.stdout:Install 35 Packages 2026-02-18T06:03:29.688 INFO:teuthology.orchestra.run.trial122.stdout:Upgrade 2 Packages 2026-02-18T06:03:29.688 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:29.689 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 79 M 2026-02-18T06:03:29.689 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-18T06:03:30.351 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 34/39 2026-02-18T06:03:30.354 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 34/39 2026-02-18T06:03:30.649 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 34/39 2026-02-18T06:03:30.652 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 35/39 2026-02-18T06:03:30.693 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 35/39 2026-02-18T06:03:30.693 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T06:03:30.693 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T06:03:30.693 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:30.696 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 36/39 2026-02-18T06:03:30.886 INFO:teuthology.orchestra.run.trial122.stdout:(1/37): ceph-base-20.2.0-670.gadc19233.el9.x86_ 8.2 MB/s | 5.9 MB 00:00 2026-02-18T06:03:30.899 INFO:teuthology.orchestra.run.trial122.stdout:(2/37): ceph-selinux-20.2.0-670.gadc19233.el9.x 1.9 MB/s | 25 kB 00:00 2026-02-18T06:03:30.913 INFO:teuthology.orchestra.run.trial122.stdout:(3/37): libcephfs-daemon-20.2.0-670.gadc19233.e 2.5 MB/s | 35 kB 00:00 2026-02-18T06:03:30.927 INFO:teuthology.orchestra.run.trial122.stdout:(4/37): libcephfs-proxy2-20.2.0-670.gadc19233.e 1.6 MB/s | 24 kB 00:00 2026-02-18T06:03:30.988 INFO:teuthology.orchestra.run.trial122.stdout:(5/37): libcephfs2-20.2.0-670.gadc19233.el9.x86 14 MB/s | 869 kB 00:00 2026-02-18T06:03:31.010 INFO:teuthology.orchestra.run.trial122.stdout:(6/37): libradosstriper1-20.2.0-670.gadc19233.e 11 MB/s | 250 kB 00:00 2026-02-18T06:03:31.414 INFO:teuthology.orchestra.run.trial122.stdout:(7/37): librgw2-20.2.0-670.gadc19233.el9.x86_64 16 MB/s | 6.4 MB 00:00 2026-02-18T06:03:31.448 INFO:teuthology.orchestra.run.trial122.stdout:(8/37): python3-ceph-argparse-20.2.0-670.gadc19 1.3 MB/s | 45 kB 00:00 2026-02-18T06:03:31.486 INFO:teuthology.orchestra.run.trial122.stdout:(9/37): python3-ceph-common-20.2.0-670.gadc1923 4.5 MB/s | 175 kB 00:00 2026-02-18T06:03:31.526 INFO:teuthology.orchestra.run.trial122.stdout:(10/37): python3-cephfs-20.2.0-670.gadc19233.el 4.0 MB/s | 162 kB 00:00 2026-02-18T06:03:31.571 INFO:teuthology.orchestra.run.trial122.stdout:(11/37): python3-rados-20.2.0-670.gadc19233.el9 7.0 MB/s | 323 kB 00:00 2026-02-18T06:03:31.617 INFO:teuthology.orchestra.run.trial122.stdout:(12/37): python3-rbd-20.2.0-670.gadc19233.el9.x 6.5 MB/s | 305 kB 00:00 2026-02-18T06:03:31.671 INFO:teuthology.orchestra.run.trial122.stdout:(13/37): ceph-radosgw-20.2.0-670.gadc19233.el9. 16 MB/s | 24 MB 00:01 2026-02-18T06:03:31.672 INFO:teuthology.orchestra.run.trial122.stdout:(14/37): python3-rgw-20.2.0-670.gadc19233.el9.x 1.8 MB/s | 99 kB 00:00 2026-02-18T06:03:31.705 INFO:teuthology.orchestra.run.trial122.stdout:(15/37): ceph-common-20.2.0-670.gadc19233.el9.x 15 MB/s | 24 MB 00:01 2026-02-18T06:03:31.934 INFO:teuthology.orchestra.run.trial122.stdout:(16/37): mailcap-2.1.49-5.el9.noarch.rpm 126 kB/s | 33 kB 00:00 2026-02-18T06:03:31.986 INFO:teuthology.orchestra.run.trial122.stdout:(17/37): boost-program-options-1.75.0-13.el9.x8 2.0 MB/s | 104 kB 00:00 2026-02-18T06:03:32.016 INFO:teuthology.orchestra.run.trial122.stdout:(18/37): libnbd-1.20.3-4.el9.x86_64.rpm 5.4 MB/s | 164 kB 00:00 2026-02-18T06:03:32.043 INFO:teuthology.orchestra.run.trial122.stdout:(19/37): libpmemobj-1.12.1-1.el9.x86_64.rpm 5.8 MB/s | 160 kB 00:00 2026-02-18T06:03:32.071 INFO:teuthology.orchestra.run.trial122.stdout:(20/37): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.6 MB/s | 45 kB 00:00 2026-02-18T06:03:32.095 INFO:teuthology.orchestra.run.trial122.stdout:(21/37): pciutils-3.7.0-7.el9.x86_64.rpm 239 kB/s | 93 kB 00:00 2026-02-18T06:03:32.103 INFO:teuthology.orchestra.run.trial122.stdout:(22/37): librdkafka-1.6.1-102.el9.x86_64.rpm 20 MB/s | 662 kB 00:00 2026-02-18T06:03:32.125 INFO:teuthology.orchestra.run.trial122.stdout:(23/37): lttng-ust-2.12.0-6.el9.x86_64.rpm 9.7 MB/s | 292 kB 00:00 2026-02-18T06:03:32.129 INFO:teuthology.orchestra.run.trial122.stdout:(24/37): qatlib-25.08.0-2.el9.x86_64.rpm 8.9 MB/s | 240 kB 00:00 2026-02-18T06:03:32.151 INFO:teuthology.orchestra.run.trial122.stdout:(25/37): qatlib-service-25.08.0-2.el9.x86_64.rp 1.4 MB/s | 37 kB 00:00 2026-02-18T06:03:32.154 INFO:teuthology.orchestra.run.trial122.stdout:(26/37): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.6 MB/s | 66 kB 00:00 2026-02-18T06:03:32.340 INFO:teuthology.orchestra.run.trial122.stdout:(27/37): nvme-cli-2.13-1.el9.x86_64.rpm 1.6 MB/s | 1.1 MB 00:00 2026-02-18T06:03:32.550 INFO:teuthology.orchestra.run.trial122.stdout:(28/37): libarrow-doc-9.0.0-15.el9.noarch.rpm 118 kB/s | 25 kB 00:00 2026-02-18T06:03:32.694 INFO:teuthology.orchestra.run.trial122.stdout:(29/37): liboath-2.6.12-1.el9.x86_64.rpm 341 kB/s | 49 kB 00:00 2026-02-18T06:03:32.723 INFO:teuthology.orchestra.run.trial122.stdout:(30/37): gperftools-libs-2.9.1-3.el9.x86_64.rpm 537 kB/s | 308 kB 00:00 2026-02-18T06:03:32.798 INFO:teuthology.orchestra.run.trial122.stdout:(31/37): libunwind-1.6.2-1.el9.x86_64.rpm 647 kB/s | 67 kB 00:00 2026-02-18T06:03:32.925 INFO:teuthology.orchestra.run.trial122.stdout:(32/37): parquet-libs-9.0.0-15.el9.x86_64.rpm 4.1 MB/s | 838 kB 00:00 2026-02-18T06:03:32.965 INFO:teuthology.orchestra.run.trial122.stdout:(33/37): re2-20211101-20.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2026-02-18T06:03:33.010 INFO:teuthology.orchestra.run.trial122.stdout:(34/37): libarrow-9.0.0-15.el9.x86_64.rpm 5.2 MB/s | 4.4 MB 00:00 2026-02-18T06:03:33.085 INFO:teuthology.orchestra.run.trial122.stdout:(35/37): thrift-0.15.0-4.el9.x86_64.rpm 9.8 MB/s | 1.6 MB 00:00 2026-02-18T06:03:33.100 INFO:teuthology.orchestra.run.trial122.stdout:(36/37): librados2-20.2.0-670.gadc19233.el9.x86 26 MB/s | 3.5 MB 00:00 2026-02-18T06:03:33.122 INFO:teuthology.orchestra.run.trial122.stdout:(37/37): librbd1-20.2.0-670.gadc19233.el9.x86_6 25 MB/s | 2.8 MB 00:00 2026-02-18T06:03:33.124 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:03:33.124 INFO:teuthology.orchestra.run.trial122.stdout:Total 23 MB/s | 79 MB 00:03 2026-02-18T06:03:33.225 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:03:33.243 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:03:33.244 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:03:33.541 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:03:33.541 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:03:33.880 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:03:33.891 INFO:teuthology.orchestra.run.trial122.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/39 2026-02-18T06:03:34.045 INFO:teuthology.orchestra.run.trial122.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/39 2026-02-18T06:03:34.050 INFO:teuthology.orchestra.run.trial122.stdout: Upgrading : librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/39 2026-02-18T06:03:34.097 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/39 2026-02-18T06:03:34.098 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/39 2026-02-18T06:03:34.110 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/39 2026-02-18T06:03:34.113 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/39 2026-02-18T06:03:34.113 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/39 2026-02-18T06:03:34.140 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/39 2026-02-18T06:03:34.143 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 7/39 2026-02-18T06:03:34.150 INFO:teuthology.orchestra.run.trial122.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/39 2026-02-18T06:03:34.154 INFO:teuthology.orchestra.run.trial122.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/39 2026-02-18T06:03:34.157 INFO:teuthology.orchestra.run.trial122.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/39 2026-02-18T06:03:34.162 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/39 2026-02-18T06:03:34.170 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 12/39 2026-02-18T06:03:34.182 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 13/39 2026-02-18T06:03:34.183 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/39 2026-02-18T06:03:34.198 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/39 2026-02-18T06:03:34.232 INFO:teuthology.orchestra.run.trial122.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/39 2026-02-18T06:03:34.236 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/39 2026-02-18T06:03:34.244 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/39 2026-02-18T06:03:34.247 INFO:teuthology.orchestra.run.trial122.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/39 2026-02-18T06:03:34.251 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/39 2026-02-18T06:03:34.373 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/39 2026-02-18T06:03:34.374 INFO:teuthology.orchestra.run.trial122.stdout: Upgrading : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/39 2026-02-18T06:03:34.400 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/39 2026-02-18T06:03:34.402 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 22/39 2026-02-18T06:03:34.408 INFO:teuthology.orchestra.run.trial122.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/39 2026-02-18T06:03:34.685 INFO:teuthology.orchestra.run.trial122.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/39 2026-02-18T06:03:34.686 INFO:teuthology.orchestra.run.trial122.stdout: Installing : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/39 2026-02-18T06:03:34.702 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/39 2026-02-18T06:03:34.706 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 26/39 2026-02-18T06:03:34.711 INFO:teuthology.orchestra.run.trial122.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/39 2026-02-18T06:03:34.714 INFO:teuthology.orchestra.run.trial122.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/39 2026-02-18T06:03:34.715 INFO:teuthology.orchestra.run.trial122.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/39 2026-02-18T06:03:34.733 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/39 2026-02-18T06:03:34.849 INFO:teuthology.orchestra.run.trial122.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/39 2026-02-18T06:03:34.851 INFO:teuthology.orchestra.run.trial122.stdout: Installing : nvme-cli-2.13-1.el9.x86_64 31/39 2026-02-18T06:03:35.126 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: nvme-cli-2.13-1.el9.x86_64 31/39 2026-02-18T06:03:35.127 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T06:03:35.127 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:35.167 INFO:teuthology.orchestra.run.trial122.stdout: Installing : mailcap-2.1.49-5.el9.noarch 32/39 2026-02-18T06:03:35.169 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 33/39 2026-02-18T06:03:35.192 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 36/39 2026-02-18T06:03:35.193 INFO:teuthology.orchestra.run.trial171.stdout:skipping the directory /sys 2026-02-18T06:03:35.193 INFO:teuthology.orchestra.run.trial171.stdout:skipping the directory /proc 2026-02-18T06:03:35.193 INFO:teuthology.orchestra.run.trial171.stdout:skipping the directory /mnt 2026-02-18T06:03:35.193 INFO:teuthology.orchestra.run.trial171.stdout:skipping the directory /var/tmp 2026-02-18T06:03:35.193 INFO:teuthology.orchestra.run.trial171.stdout:skipping the directory /home 2026-02-18T06:03:35.193 INFO:teuthology.orchestra.run.trial171.stdout:skipping the directory /root 2026-02-18T06:03:35.193 INFO:teuthology.orchestra.run.trial171.stdout:skipping the directory /tmp 2026-02-18T06:03:35.193 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:36.221 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 37/39 2026-02-18T06:03:36.242 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 34/39 2026-02-18T06:03:36.245 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 37/39 2026-02-18T06:03:36.245 INFO:teuthology.orchestra.run.trial171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:03:36.245 INFO:teuthology.orchestra.run.trial171.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T06:03:36.245 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T06:03:36.245 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T06:03:36.245 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:36.246 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 34/39 2026-02-18T06:03:36.246 INFO:teuthology.orchestra.run.trial171.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 38/39 2026-02-18T06:03:36.260 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 38/39 2026-02-18T06:03:36.260 INFO:teuthology.orchestra.run.trial171.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 39/39 2026-02-18T06:03:36.319 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 39/39 2026-02-18T06:03:36.320 INFO:teuthology.orchestra.run.trial171.stdout:Creating group 'qat' with GID 992. 2026-02-18T06:03:36.320 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:36.538 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 34/39 2026-02-18T06:03:36.542 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 35/39 2026-02-18T06:03:36.581 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 35/39 2026-02-18T06:03:36.581 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T06:03:36.581 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T06:03:36.581 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:36.584 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 36/39 2026-02-18T06:03:36.625 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 1/39 2026-02-18T06:03:36.625 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2/39 2026-02-18T06:03:36.625 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 3/39 2026-02-18T06:03:36.625 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 4/39 2026-02-18T06:03:36.625 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/39 2026-02-18T06:03:36.625 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/39 2026-02-18T06:03:36.625 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 7/39 2026-02-18T06:03:36.625 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 8/39 2026-02-18T06:03:36.625 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 9/39 2026-02-18T06:03:36.625 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 10/39 2026-02-18T06:03:36.626 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 11/39 2026-02-18T06:03:36.626 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 12/39 2026-02-18T06:03:36.626 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 13/39 2026-02-18T06:03:36.626 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 14/39 2026-02-18T06:03:36.626 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 15/39 2026-02-18T06:03:36.626 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/39 2026-02-18T06:03:36.626 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : nvme-cli-2.13-1.el9.x86_64 17/39 2026-02-18T06:03:36.626 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 18/39 2026-02-18T06:03:36.626 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 19/39 2026-02-18T06:03:36.626 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 20/39 2026-02-18T06:03:36.627 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 21/39 2026-02-18T06:03:36.627 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 22/39 2026-02-18T06:03:36.627 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 23/39 2026-02-18T06:03:36.627 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 24/39 2026-02-18T06:03:36.627 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 25/39 2026-02-18T06:03:36.627 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 26/39 2026-02-18T06:03:36.627 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 27/39 2026-02-18T06:03:36.627 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 28/39 2026-02-18T06:03:36.627 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 29/39 2026-02-18T06:03:36.627 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 30/39 2026-02-18T06:03:36.627 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 31/39 2026-02-18T06:03:36.628 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 32/39 2026-02-18T06:03:36.628 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 33/39 2026-02-18T06:03:36.628 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : re2-1:20211101-20.el9.x86_64 34/39 2026-02-18T06:03:36.628 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 35/39 2026-02-18T06:03:36.628 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : librados2-2:20.2.0-670.gadc19233.el9.x86_64 36/39 2026-02-18T06:03:36.628 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 37/39 2026-02-18T06:03:36.628 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 38/39 2026-02-18T06:03:36.681 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 39/39 2026-02-18T06:03:36.682 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:36.682 INFO:teuthology.orchestra.run.trial171.stdout:Upgraded: 2026-02-18T06:03:36.682 INFO:teuthology.orchestra.run.trial171.stdout: librados2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.682 INFO:teuthology.orchestra.run.trial171.stdout: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.682 INFO:teuthology.orchestra.run.trial171.stdout:Installed: 2026-02-18T06:03:36.682 INFO:teuthology.orchestra.run.trial171.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T06:03:36.682 INFO:teuthology.orchestra.run.trial171.stdout: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.682 INFO:teuthology.orchestra.run.trial171.stdout: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.682 INFO:teuthology.orchestra.run.trial171.stdout: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.682 INFO:teuthology.orchestra.run.trial171.stdout: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.682 INFO:teuthology.orchestra.run.trial171.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T06:03:36.683 INFO:teuthology.orchestra.run.trial171.stdout: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: nvme-cli-2.13-1.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:36.684 INFO:teuthology.orchestra.run.trial171.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T06:03:36.685 INFO:teuthology.orchestra.run.trial171.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T06:03:36.685 INFO:teuthology.orchestra.run.trial171.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T06:03:36.685 INFO:teuthology.orchestra.run.trial171.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T06:03:36.685 INFO:teuthology.orchestra.run.trial171.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T06:03:36.685 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:36.685 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:03:36.727 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph-test 2026-02-18T06:03:37.034 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:15 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:03:37.115 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:03:37.116 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:03:37.116 INFO:teuthology.orchestra.run.trial171.stdout: Package Arch Version Repository Size 2026-02-18T06:03:37.116 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:03:37.117 INFO:teuthology.orchestra.run.trial171.stdout:Installing: 2026-02-18T06:03:37.117 INFO:teuthology.orchestra.run.trial171.stdout: ceph-test x86_64 2:20.2.0-670.gadc19233.el9 ceph 84 M 2026-02-18T06:03:37.117 INFO:teuthology.orchestra.run.trial171.stdout:Installing dependencies: 2026-02-18T06:03:37.117 INFO:teuthology.orchestra.run.trial171.stdout: libcephsqlite x86_64 2:20.2.0-670.gadc19233.el9 ceph 164 k 2026-02-18T06:03:37.117 INFO:teuthology.orchestra.run.trial171.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T06:03:37.117 INFO:teuthology.orchestra.run.trial171.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T06:03:37.117 INFO:teuthology.orchestra.run.trial171.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T06:03:37.117 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:37.117 INFO:teuthology.orchestra.run.trial171.stdout:Transaction Summary 2026-02-18T06:03:37.117 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:03:37.118 INFO:teuthology.orchestra.run.trial171.stdout:Install 5 Packages 2026-02-18T06:03:37.118 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:37.118 INFO:teuthology.orchestra.run.trial171.stdout:Total download size: 85 M 2026-02-18T06:03:37.118 INFO:teuthology.orchestra.run.trial171.stdout:Installed size: 364 M 2026-02-18T06:03:37.118 INFO:teuthology.orchestra.run.trial171.stdout:Downloading Packages: 2026-02-18T06:03:37.293 INFO:teuthology.orchestra.run.trial171.stdout:(1/5): libcephsqlite-20.2.0-670.gadc19233.el9.x 1.9 MB/s | 164 kB 00:00 2026-02-18T06:03:37.703 INFO:teuthology.orchestra.run.trial171.stdout:(2/5): libxslt-1.1.34-12.el9.x86_64.rpm 470 kB/s | 233 kB 00:00 2026-02-18T06:03:37.797 INFO:teuthology.orchestra.run.trial171.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 681 kB/s | 64 kB 00:00 2026-02-18T06:03:37.821 INFO:teuthology.orchestra.run.trial171.stdout:(4/5): socat-1.7.4.1-8.el9.x86_64.rpm 574 kB/s | 303 kB 00:00 2026-02-18T06:03:38.857 INFO:teuthology.orchestra.run.trial171.stdout:(5/5): ceph-test-20.2.0-670.gadc19233.el9.x86_6 51 MB/s | 84 MB 00:01 2026-02-18T06:03:38.858 INFO:teuthology.orchestra.run.trial171.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:03:38.858 INFO:teuthology.orchestra.run.trial171.stdout:Total 49 MB/s | 85 MB 00:01 2026-02-18T06:03:38.886 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction check 2026-02-18T06:03:38.897 INFO:teuthology.orchestra.run.trial171.stdout:Transaction check succeeded. 2026-02-18T06:03:38.897 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction test 2026-02-18T06:03:39.186 INFO:teuthology.orchestra.run.trial171.stdout:Transaction test succeeded. 2026-02-18T06:03:39.186 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction 2026-02-18T06:03:39.498 INFO:teuthology.orchestra.run.trial171.stdout: Preparing : 1/1 2026-02-18T06:03:39.504 INFO:teuthology.orchestra.run.trial171.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T06:03:39.507 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T06:03:39.515 INFO:teuthology.orchestra.run.trial171.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T06:03:39.516 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T06:03:41.134 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 36/39 2026-02-18T06:03:41.134 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /sys 2026-02-18T06:03:41.134 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /proc 2026-02-18T06:03:41.134 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /mnt 2026-02-18T06:03:41.134 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /var/tmp 2026-02-18T06:03:41.134 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /home 2026-02-18T06:03:41.134 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /root 2026-02-18T06:03:41.134 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /tmp 2026-02-18T06:03:41.134 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:42.161 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 37/39 2026-02-18T06:03:42.184 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 37/39 2026-02-18T06:03:42.185 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:03:42.185 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T06:03:42.185 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T06:03:42.185 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T06:03:42.185 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:42.187 INFO:teuthology.orchestra.run.trial122.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 38/39 2026-02-18T06:03:42.199 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 38/39 2026-02-18T06:03:42.199 INFO:teuthology.orchestra.run.trial122.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 39/39 2026-02-18T06:03:42.254 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 39/39 2026-02-18T06:03:42.255 INFO:teuthology.orchestra.run.trial122.stdout:Creating group 'qat' with GID 992. 2026-02-18T06:03:42.255 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:42.560 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 1/39 2026-02-18T06:03:42.560 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2/39 2026-02-18T06:03:42.560 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 3/39 2026-02-18T06:03:42.561 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 4/39 2026-02-18T06:03:42.561 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/39 2026-02-18T06:03:42.561 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/39 2026-02-18T06:03:42.561 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 7/39 2026-02-18T06:03:42.561 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 8/39 2026-02-18T06:03:42.561 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 9/39 2026-02-18T06:03:42.561 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 10/39 2026-02-18T06:03:42.561 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 11/39 2026-02-18T06:03:42.561 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 12/39 2026-02-18T06:03:42.561 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 13/39 2026-02-18T06:03:42.561 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 14/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 15/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : nvme-cli-2.13-1.el9.x86_64 17/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 18/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 19/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 20/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 21/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 22/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 23/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 24/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 25/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 26/39 2026-02-18T06:03:42.562 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 27/39 2026-02-18T06:03:42.563 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 28/39 2026-02-18T06:03:42.563 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 29/39 2026-02-18T06:03:42.563 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 30/39 2026-02-18T06:03:42.563 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 31/39 2026-02-18T06:03:42.563 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 32/39 2026-02-18T06:03:42.563 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 33/39 2026-02-18T06:03:42.563 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : re2-1:20211101-20.el9.x86_64 34/39 2026-02-18T06:03:42.563 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 35/39 2026-02-18T06:03:42.563 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librados2-2:20.2.0-670.gadc19233.el9.x86_64 36/39 2026-02-18T06:03:42.563 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 37/39 2026-02-18T06:03:42.563 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 38/39 2026-02-18T06:03:42.616 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 39/39 2026-02-18T06:03:42.616 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:42.616 INFO:teuthology.orchestra.run.trial122.stdout:Upgraded: 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout: librados2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T06:03:42.617 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T06:03:42.618 INFO:teuthology.orchestra.run.trial122.stdout: nvme-cli-2.13-1.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T06:03:42.619 INFO:teuthology.orchestra.run.trial122.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T06:03:42.620 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:42.620 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:03:42.659 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-test 2026-02-18T06:03:42.979 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:14 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:03:43.062 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:03:43.063 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:03:43.063 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-18T06:03:43.064 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:03:43.064 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-18T06:03:43.064 INFO:teuthology.orchestra.run.trial122.stdout: ceph-test x86_64 2:20.2.0-670.gadc19233.el9 ceph 84 M 2026-02-18T06:03:43.064 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-18T06:03:43.064 INFO:teuthology.orchestra.run.trial122.stdout: libcephsqlite x86_64 2:20.2.0-670.gadc19233.el9 ceph 164 k 2026-02-18T06:03:43.064 INFO:teuthology.orchestra.run.trial122.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T06:03:43.064 INFO:teuthology.orchestra.run.trial122.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T06:03:43.064 INFO:teuthology.orchestra.run.trial122.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T06:03:43.064 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:43.064 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:03:43.064 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:03:43.065 INFO:teuthology.orchestra.run.trial122.stdout:Install 5 Packages 2026-02-18T06:03:43.065 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:43.065 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 85 M 2026-02-18T06:03:43.065 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 364 M 2026-02-18T06:03:43.065 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-18T06:03:43.185 INFO:teuthology.orchestra.run.trial122.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 3.9 MB/s | 233 kB 00:00 2026-02-18T06:03:43.209 INFO:teuthology.orchestra.run.trial122.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 16 MB/s | 303 kB 00:00 2026-02-18T06:03:43.219 INFO:teuthology.orchestra.run.trial122.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 6.5 MB/s | 64 kB 00:00 2026-02-18T06:03:43.245 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T06:03:43.263 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T06:03:43.518 INFO:teuthology.orchestra.run.trial122.stdout:(4/5): libcephsqlite-20.2.0-670.gadc19233.el9.x 419 kB/s | 164 kB 00:00 2026-02-18T06:03:43.600 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T06:03:43.600 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 1/5 2026-02-18T06:03:43.600 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2/5 2026-02-18T06:03:43.600 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T06:03:43.600 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T06:03:43.654 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T06:03:43.654 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:43.654 INFO:teuthology.orchestra.run.trial171.stdout:Installed: 2026-02-18T06:03:43.654 INFO:teuthology.orchestra.run.trial171.stdout: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:43.654 INFO:teuthology.orchestra.run.trial171.stdout: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:43.654 INFO:teuthology.orchestra.run.trial171.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T06:03:43.654 INFO:teuthology.orchestra.run.trial171.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T06:03:43.654 INFO:teuthology.orchestra.run.trial171.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T06:03:43.654 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:43.655 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:03:43.692 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph 2026-02-18T06:03:43.999 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:21 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:03:44.084 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:03:44.087 INFO:teuthology.orchestra.run.trial171.stdout:====================================================================================== 2026-02-18T06:03:44.087 INFO:teuthology.orchestra.run.trial171.stdout: Package Arch Version Repository Size 2026-02-18T06:03:44.087 INFO:teuthology.orchestra.run.trial171.stdout:====================================================================================== 2026-02-18T06:03:44.087 INFO:teuthology.orchestra.run.trial171.stdout:Installing: 2026-02-18T06:03:44.087 INFO:teuthology.orchestra.run.trial171.stdout: ceph x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.5 k 2026-02-18T06:03:44.087 INFO:teuthology.orchestra.run.trial171.stdout:Installing dependencies: 2026-02-18T06:03:44.088 INFO:teuthology.orchestra.run.trial171.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T06:03:44.088 INFO:teuthology.orchestra.run.trial171.stdout: ceph-grafana-dashboards noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 43 k 2026-02-18T06:03:44.088 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mds x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.3 M 2026-02-18T06:03:44.088 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr x86_64 2:20.2.0-670.gadc19233.el9 ceph 961 k 2026-02-18T06:03:44.088 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-modules-core noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 290 k 2026-02-18T06:03:44.088 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mon x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.1 M 2026-02-18T06:03:44.088 INFO:teuthology.orchestra.run.trial171.stdout: ceph-osd x86_64 2:20.2.0-670.gadc19233.el9 ceph 17 M 2026-02-18T06:03:44.088 INFO:teuthology.orchestra.run.trial171.stdout: ceph-prometheus-alerts noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 17 k 2026-02-18T06:03:44.088 INFO:teuthology.orchestra.run.trial171.stdout: cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 1.0 M 2026-02-18T06:03:44.088 INFO:teuthology.orchestra.run.trial171.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T06:03:44.088 INFO:teuthology.orchestra.run.trial171.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T06:03:44.089 INFO:teuthology.orchestra.run.trial171.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T06:03:44.090 INFO:teuthology.orchestra.run.trial171.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T06:03:44.090 INFO:teuthology.orchestra.run.trial171.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T06:03:44.090 INFO:teuthology.orchestra.run.trial171.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T06:03:44.090 INFO:teuthology.orchestra.run.trial171.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T06:03:44.090 INFO:teuthology.orchestra.run.trial171.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T06:03:44.090 INFO:teuthology.orchestra.run.trial171.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T06:03:44.090 INFO:teuthology.orchestra.run.trial171.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T06:03:44.090 INFO:teuthology.orchestra.run.trial171.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T06:03:44.090 INFO:teuthology.orchestra.run.trial171.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T06:03:44.090 INFO:teuthology.orchestra.run.trial171.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T06:03:44.090 INFO:teuthology.orchestra.run.trial171.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T06:03:44.091 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T06:03:44.092 INFO:teuthology.orchestra.run.trial171.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T06:03:44.093 INFO:teuthology.orchestra.run.trial171.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-18T06:03:44.094 INFO:teuthology.orchestra.run.trial171.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout:Installing weak dependencies: 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 173 k 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-dashboard noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 11 M 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 7.4 M 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 22 k 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-rook noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 50 k 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout: ceph-volume noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 297 k 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:44.095 INFO:teuthology.orchestra.run.trial171.stdout:Transaction Summary 2026-02-18T06:03:44.096 INFO:teuthology.orchestra.run.trial171.stdout:====================================================================================== 2026-02-18T06:03:44.096 INFO:teuthology.orchestra.run.trial171.stdout:Install 95 Packages 2026-02-18T06:03:44.096 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:44.096 INFO:teuthology.orchestra.run.trial171.stdout:Total download size: 101 M 2026-02-18T06:03:44.097 INFO:teuthology.orchestra.run.trial171.stdout:Installed size: 561 M 2026-02-18T06:03:44.097 INFO:teuthology.orchestra.run.trial171.stdout:Downloading Packages: 2026-02-18T06:03:44.684 INFO:teuthology.orchestra.run.trial171.stdout:(1/95): ceph-20.2.0-670.gadc19233.el9.x86_64.rp 79 kB/s | 6.5 kB 00:00 2026-02-18T06:03:45.305 INFO:teuthology.orchestra.run.trial171.stdout:(2/95): ceph-mgr-20.2.0-670.gadc19233.el9.x86_6 1.3 MB/s | 961 kB 00:00 2026-02-18T06:03:45.669 INFO:teuthology.orchestra.run.trial171.stdout:(3/95): ceph-mds-20.2.0-670.gadc19233.el9.x86_6 2.2 MB/s | 2.3 MB 00:01 2026-02-18T06:03:45.721 INFO:teuthology.orchestra.run.trial171.stdout:(4/95): ceph-grafana-dashboards-20.2.0-670.gadc 845 kB/s | 43 kB 00:00 2026-02-18T06:03:45.777 INFO:teuthology.orchestra.run.trial171.stdout:(5/95): ceph-mgr-cephadm-20.2.0-670.gadc19233.e 3.0 MB/s | 173 kB 00:00 2026-02-18T06:03:46.068 INFO:teuthology.orchestra.run.trial122.stdout:(5/5): ceph-test-20.2.0-670.gadc19233.el9.x86_6 29 MB/s | 84 MB 00:02 2026-02-18T06:03:46.070 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:03:46.070 INFO:teuthology.orchestra.run.trial122.stdout:Total 28 MB/s | 85 MB 00:03 2026-02-18T06:03:46.097 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:03:46.107 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:03:46.107 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:03:46.143 INFO:teuthology.orchestra.run.trial171.stdout:(6/95): ceph-mon-20.2.0-670.gadc19233.el9.x86_6 3.5 MB/s | 5.1 MB 00:01 2026-02-18T06:03:46.388 INFO:teuthology.orchestra.run.trial171.stdout:(7/95): ceph-mgr-dashboard-20.2.0-670.gadc19233 17 MB/s | 11 MB 00:00 2026-02-18T06:03:46.395 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:03:46.395 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:03:46.399 INFO:teuthology.orchestra.run.trial171.stdout:(8/95): ceph-mgr-k8sevents-20.2.0-670.gadc19233 1.9 MB/s | 22 kB 00:00 2026-02-18T06:03:46.425 INFO:teuthology.orchestra.run.trial171.stdout:(9/95): ceph-mgr-modules-core-20.2.0-670.gadc19 11 MB/s | 290 kB 00:00 2026-02-18T06:03:46.445 INFO:teuthology.orchestra.run.trial171.stdout:(10/95): ceph-mgr-rook-20.2.0-670.gadc19233.el9 2.4 MB/s | 50 kB 00:00 2026-02-18T06:03:46.466 INFO:teuthology.orchestra.run.trial171.stdout:(11/95): ceph-prometheus-alerts-20.2.0-670.gadc 821 kB/s | 17 kB 00:00 2026-02-18T06:03:46.494 INFO:teuthology.orchestra.run.trial171.stdout:(12/95): ceph-volume-20.2.0-670.gadc19233.el9.n 11 MB/s | 297 kB 00:00 2026-02-18T06:03:46.540 INFO:teuthology.orchestra.run.trial171.stdout:(13/95): ceph-mgr-diskprediction-local-20.2.0-6 19 MB/s | 7.4 MB 00:00 2026-02-18T06:03:46.549 INFO:teuthology.orchestra.run.trial171.stdout:(14/95): cephadm-20.2.0-670.gadc19233.el9.noarc 18 MB/s | 1.0 MB 00:00 2026-02-18T06:03:46.624 INFO:teuthology.orchestra.run.trial171.stdout:(15/95): ceph-osd-20.2.0-670.gadc19233.el9.x86_ 13 MB/s | 17 MB 00:01 2026-02-18T06:03:46.711 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:03:46.717 INFO:teuthology.orchestra.run.trial122.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T06:03:46.721 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T06:03:46.729 INFO:teuthology.orchestra.run.trial122.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T06:03:46.730 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T06:03:47.145 INFO:teuthology.orchestra.run.trial171.stdout:(16/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 68 kB/s | 40 kB 00:00 2026-02-18T06:03:47.256 INFO:teuthology.orchestra.run.trial171.stdout:(17/95): libconfig-1.7.2-9.el9.x86_64.rpm 114 kB/s | 72 kB 00:00 2026-02-18T06:03:47.569 INFO:teuthology.orchestra.run.trial171.stdout:(18/95): libquadmath-11.5.0-14.el9.x86_64.rpm 589 kB/s | 184 kB 00:00 2026-02-18T06:03:47.962 INFO:teuthology.orchestra.run.trial171.stdout:(19/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 644 kB/s | 253 kB 00:00 2026-02-18T06:03:48.107 INFO:teuthology.orchestra.run.trial171.stdout:(20/95): cryptsetup-2.8.1-2.el9.x86_64.rpm 224 kB/s | 350 kB 00:01 2026-02-18T06:03:48.159 INFO:teuthology.orchestra.run.trial171.stdout:(21/95): libgfortran-11.5.0-14.el9.x86_64.rpm 783 kB/s | 794 kB 00:01 2026-02-18T06:03:48.396 INFO:teuthology.orchestra.run.trial171.stdout:(22/95): python3-pycparser-2.20-6.el9.noarch.rp 570 kB/s | 135 kB 00:00 2026-02-18T06:03:48.498 INFO:teuthology.orchestra.run.trial171.stdout:(23/95): python3-ply-3.11-14.el9.noarch.rpm 272 kB/s | 106 kB 00:00 2026-02-18T06:03:48.710 INFO:teuthology.orchestra.run.trial171.stdout:(24/95): python3-pyparsing-2.4.7-9.el9.noarch.r 480 kB/s | 150 kB 00:00 2026-02-18T06:03:48.889 INFO:teuthology.orchestra.run.trial171.stdout:(25/95): python3-requests-2.25.1-10.el9.noarch. 324 kB/s | 126 kB 00:00 2026-02-18T06:03:49.102 INFO:teuthology.orchestra.run.trial171.stdout:(26/95): python3-urllib3-1.26.5-7.el9.noarch.rp 556 kB/s | 218 kB 00:00 2026-02-18T06:03:49.280 INFO:teuthology.orchestra.run.trial171.stdout:(27/95): unzip-6.0-59.el9.x86_64.rpm 465 kB/s | 182 kB 00:00 2026-02-18T06:03:49.291 INFO:teuthology.orchestra.run.trial171.stdout:(28/95): flexiblas-3.0.4-9.el9.x86_64.rpm 2.7 MB/s | 30 kB 00:00 2026-02-18T06:03:49.318 INFO:teuthology.orchestra.run.trial171.stdout:(29/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 109 MB/s | 3.0 MB 00:00 2026-02-18T06:03:49.322 INFO:teuthology.orchestra.run.trial171.stdout:(30/95): flexiblas-openblas-openmp-3.0.4-9.el9. 3.7 MB/s | 15 kB 00:00 2026-02-18T06:03:49.328 INFO:teuthology.orchestra.run.trial171.stdout:(31/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 42 MB/s | 246 kB 00:00 2026-02-18T06:03:49.334 INFO:teuthology.orchestra.run.trial171.stdout:(32/95): lua-5.4.4-4.el9.x86_64.rpm 32 MB/s | 188 kB 00:00 2026-02-18T06:03:49.339 INFO:teuthology.orchestra.run.trial171.stdout:(33/95): openblas-0.3.29-1.el9.x86_64.rpm 9.8 MB/s | 42 kB 00:00 2026-02-18T06:03:49.359 INFO:teuthology.orchestra.run.trial171.stdout:(34/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 257 MB/s | 5.3 MB 00:00 2026-02-18T06:03:49.368 INFO:teuthology.orchestra.run.trial171.stdout:(35/95): protobuf-3.14.0-17.el9.x86_64.rpm 123 MB/s | 1.0 MB 00:00 2026-02-18T06:03:49.392 INFO:teuthology.orchestra.run.trial171.stdout:(36/95): python3-babel-2.9.1-2.el9.noarch.rpm 244 MB/s | 6.0 MB 00:00 2026-02-18T06:03:49.400 INFO:teuthology.orchestra.run.trial171.stdout:(37/95): python3-devel-3.9.25-2.el9.x86_64.rpm 35 MB/s | 244 kB 00:00 2026-02-18T06:03:49.406 INFO:teuthology.orchestra.run.trial171.stdout:(38/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 36 MB/s | 249 kB 00:00 2026-02-18T06:03:49.411 INFO:teuthology.orchestra.run.trial171.stdout:(39/95): python3-jmespath-1.0.1-1.el9.noarch.rp 9.7 MB/s | 48 kB 00:00 2026-02-18T06:03:49.417 INFO:teuthology.orchestra.run.trial171.stdout:(40/95): python3-libstoragemgmt-1.10.1-1.el9.x8 31 MB/s | 177 kB 00:00 2026-02-18T06:03:49.426 INFO:teuthology.orchestra.run.trial171.stdout:(41/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 130 MB/s | 1.2 MB 00:00 2026-02-18T06:03:49.431 INFO:teuthology.orchestra.run.trial171.stdout:(42/95): python3-markupsafe-1.1.1-12.el9.x86_64 7.4 MB/s | 35 kB 00:00 2026-02-18T06:03:49.454 INFO:teuthology.orchestra.run.trial171.stdout:(43/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 262 MB/s | 6.1 MB 00:00 2026-02-18T06:03:49.462 INFO:teuthology.orchestra.run.trial171.stdout:(44/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 58 MB/s | 442 kB 00:00 2026-02-18T06:03:49.475 INFO:teuthology.orchestra.run.trial171.stdout:(45/95): python3-packaging-20.9-5.el9.noarch.rp 6.0 MB/s | 77 kB 00:00 2026-02-18T06:03:49.480 INFO:teuthology.orchestra.run.trial171.stdout:(46/95): python3-protobuf-3.14.0-17.el9.noarch. 45 MB/s | 267 kB 00:00 2026-02-18T06:03:49.487 INFO:teuthology.orchestra.run.trial171.stdout:(47/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 24 MB/s | 159 kB 00:00 2026-02-18T06:03:49.493 INFO:teuthology.orchestra.run.trial171.stdout:(48/95): zip-3.0-35.el9.x86_64.rpm 679 kB/s | 266 kB 00:00 2026-02-18T06:03:49.494 INFO:teuthology.orchestra.run.trial171.stdout:(49/95): python3-pyasn1-modules-0.4.8-6.el9.noa 39 MB/s | 279 kB 00:00 2026-02-18T06:03:49.508 INFO:teuthology.orchestra.run.trial171.stdout:(50/95): python3-requests-oauthlib-1.3.0-12.el9 3.6 MB/s | 54 kB 00:00 2026-02-18T06:03:49.513 INFO:teuthology.orchestra.run.trial171.stdout:(51/95): python3-toml-0.10.2-6.el9.noarch.rpm 7.8 MB/s | 42 kB 00:00 2026-02-18T06:03:49.523 INFO:teuthology.orchestra.run.trial171.stdout:(52/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 20 MB/s | 189 kB 00:00 2026-02-18T06:03:49.525 INFO:teuthology.orchestra.run.trial171.stdout:(53/95): python3-cryptography-36.0.1-5.el9.x86_ 816 kB/s | 1.2 MB 00:01 2026-02-18T06:03:49.528 INFO:teuthology.orchestra.run.trial171.stdout:(54/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 16 MB/s | 90 kB 00:00 2026-02-18T06:03:49.561 INFO:teuthology.orchestra.run.trial171.stdout:(55/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 291 MB/s | 19 MB 00:00 2026-02-18T06:03:49.583 INFO:teuthology.orchestra.run.trial171.stdout:(56/95): lua-devel-5.4.4-4.el9.x86_64.rpm 386 kB/s | 22 kB 00:00 2026-02-18T06:03:49.667 INFO:teuthology.orchestra.run.trial171.stdout:(57/95): protobuf-compiler-3.14.0-17.el9.x86_64 6.1 MB/s | 862 kB 00:00 2026-02-18T06:03:49.979 INFO:teuthology.orchestra.run.trial171.stdout:(58/95): grpc-data-1.46.7-10.el9.noarch.rpm 49 kB/s | 19 kB 00:00 2026-02-18T06:03:50.225 INFO:teuthology.orchestra.run.trial171.stdout:(59/95): luarocks-3.9.2-5.el9.noarch.rpm 271 kB/s | 151 kB 00:00 2026-02-18T06:03:50.305 INFO:teuthology.orchestra.run.trial171.stdout:(60/95): python3-autocommand-2.2.2-8.el9.noarch 368 kB/s | 29 kB 00:00 2026-02-18T06:03:50.385 INFO:teuthology.orchestra.run.trial171.stdout:(61/95): python3-backports-tarfile-1.2.0-1.el9. 755 kB/s | 60 kB 00:00 2026-02-18T06:03:50.465 INFO:teuthology.orchestra.run.trial171.stdout:(62/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 543 kB/s | 43 kB 00:00 2026-02-18T06:03:50.468 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T06:03:50.486 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T06:03:50.545 INFO:teuthology.orchestra.run.trial171.stdout:(63/95): python3-cachetools-4.2.4-1.el9.noarch. 400 kB/s | 32 kB 00:00 2026-02-18T06:03:50.579 INFO:teuthology.orchestra.run.trial171.stdout:(64/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 541 kB/s | 551 kB 00:01 2026-02-18T06:03:50.625 INFO:teuthology.orchestra.run.trial171.stdout:(65/95): python3-certifi-2023.05.07-4.el9.noarc 178 kB/s | 14 kB 00:00 2026-02-18T06:03:50.679 INFO:teuthology.orchestra.run.trial171.stdout:(66/95): python3-asyncssh-2.13.2-5.el9.noarch.r 783 kB/s | 548 kB 00:00 2026-02-18T06:03:50.808 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T06:03:50.808 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 1/5 2026-02-18T06:03:50.808 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2/5 2026-02-18T06:03:50.808 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T06:03:50.808 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T06:03:50.814 INFO:teuthology.orchestra.run.trial171.stdout:(67/95): python3-cheroot-10.0.1-4.el9.noarch.rp 740 kB/s | 173 kB 00:00 2026-02-18T06:03:50.860 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T06:03:50.860 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:50.860 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-18T06:03:50.860 INFO:teuthology.orchestra.run.trial122.stdout: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:50.860 INFO:teuthology.orchestra.run.trial122.stdout: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:03:50.860 INFO:teuthology.orchestra.run.trial122.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T06:03:50.861 INFO:teuthology.orchestra.run.trial122.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T06:03:50.861 INFO:teuthology.orchestra.run.trial122.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T06:03:50.861 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:50.861 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:03:50.897 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph 2026-02-18T06:03:50.992 INFO:teuthology.orchestra.run.trial171.stdout:(68/95): python3-google-auth-2.45.0-1.el9.noarc 814 kB/s | 254 kB 00:00 2026-02-18T06:03:51.099 INFO:teuthology.orchestra.run.trial171.stdout:(69/95): python3-cherrypy-18.6.1-2.el9.noarch.r 756 kB/s | 358 kB 00:00 2026-02-18T06:03:51.213 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:23 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:03:51.225 INFO:teuthology.orchestra.run.trial171.stdout:(70/95): python3-grpcio-tools-1.46.7-10.el9.x86 619 kB/s | 144 kB 00:00 2026-02-18T06:03:51.257 INFO:teuthology.orchestra.run.trial171.stdout:(71/95): python3-influxdb-5.3.1-1.el9.noarch.rp 877 kB/s | 139 kB 00:00 2026-02-18T06:03:51.298 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:03:51.301 INFO:teuthology.orchestra.run.trial122.stdout:====================================================================================== 2026-02-18T06:03:51.301 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-18T06:03:51.301 INFO:teuthology.orchestra.run.trial122.stdout:====================================================================================== 2026-02-18T06:03:51.301 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-18T06:03:51.301 INFO:teuthology.orchestra.run.trial122.stdout: ceph x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.5 k 2026-02-18T06:03:51.301 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-18T06:03:51.301 INFO:teuthology.orchestra.run.trial122.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T06:03:51.301 INFO:teuthology.orchestra.run.trial122.stdout: ceph-grafana-dashboards noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 43 k 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mds x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.3 M 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr x86_64 2:20.2.0-670.gadc19233.el9 ceph 961 k 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-modules-core noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 290 k 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mon x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.1 M 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: ceph-osd x86_64 2:20.2.0-670.gadc19233.el9 ceph 17 M 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: ceph-prometheus-alerts noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 17 k 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 1.0 M 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T06:03:51.302 INFO:teuthology.orchestra.run.trial122.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T06:03:51.303 INFO:teuthology.orchestra.run.trial122.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T06:03:51.304 INFO:teuthology.orchestra.run.trial122.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T06:03:51.305 INFO:teuthology.orchestra.run.trial122.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T06:03:51.306 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T06:03:51.307 INFO:teuthology.orchestra.run.trial122.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout:Installing weak dependencies: 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 173 k 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-dashboard noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 11 M 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 7.4 M 2026-02-18T06:03:51.308 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 22 k 2026-02-18T06:03:51.309 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-rook noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 50 k 2026-02-18T06:03:51.309 INFO:teuthology.orchestra.run.trial122.stdout: ceph-volume noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 297 k 2026-02-18T06:03:51.309 INFO:teuthology.orchestra.run.trial122.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-18T06:03:51.309 INFO:teuthology.orchestra.run.trial122.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-18T06:03:51.309 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:51.309 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:03:51.309 INFO:teuthology.orchestra.run.trial122.stdout:====================================================================================== 2026-02-18T06:03:51.309 INFO:teuthology.orchestra.run.trial122.stdout:Install 95 Packages 2026-02-18T06:03:51.309 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:51.310 INFO:teuthology.orchestra.run.trial171.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 714 kB/s | 56 kB 00:00 2026-02-18T06:03:51.311 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 101 M 2026-02-18T06:03:51.311 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 561 M 2026-02-18T06:03:51.311 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-18T06:03:51.337 INFO:teuthology.orchestra.run.trial171.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 135 kB/s | 11 kB 00:00 2026-02-18T06:03:51.382 INFO:teuthology.orchestra.run.trial171.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 226 kB/s | 18 kB 00:00 2026-02-18T06:03:51.416 INFO:teuthology.orchestra.run.trial171.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 291 kB/s | 23 kB 00:00 2026-02-18T06:03:51.461 INFO:teuthology.orchestra.run.trial171.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 250 kB/s | 20 kB 00:00 2026-02-18T06:03:51.496 INFO:teuthology.orchestra.run.trial171.stdout:(77/95): python3-jaraco-functools-3.5.0-2.el9.n 244 kB/s | 19 kB 00:00 2026-02-18T06:03:51.539 INFO:teuthology.orchestra.run.trial171.stdout:(78/95): python3-jaraco-text-4.0.0-2.el9.noarch 337 kB/s | 26 kB 00:00 2026-02-18T06:03:51.669 INFO:teuthology.orchestra.run.trial122.stdout:(1/95): ceph-20.2.0-670.gadc19233.el9.x86_64.rp 131 kB/s | 6.5 kB 00:00 2026-02-18T06:03:51.695 INFO:teuthology.orchestra.run.trial171.stdout:(79/95): python3-more-itertools-8.12.0-2.el9.no 505 kB/s | 79 kB 00:00 2026-02-18T06:03:51.794 INFO:teuthology.orchestra.run.trial122.stdout:(2/95): ceph-mds-20.2.0-670.gadc19233.el9.x86_6 13 MB/s | 2.3 MB 00:00 2026-02-18T06:03:51.852 INFO:teuthology.orchestra.run.trial171.stdout:(80/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 551 kB/s | 86 kB 00:00 2026-02-18T06:03:51.931 INFO:teuthology.orchestra.run.trial171.stdout:(81/95): python3-natsort-7.1.1-5.el9.noarch.rpm 731 kB/s | 58 kB 00:00 2026-02-18T06:03:51.941 INFO:teuthology.orchestra.run.trial122.stdout:(3/95): ceph-mon-20.2.0-670.gadc19233.el9.x86_6 19 MB/s | 5.1 MB 00:00 2026-02-18T06:03:51.972 INFO:teuthology.orchestra.run.trial122.stdout:(4/95): ceph-grafana-dashboards-20.2.0-670.gadc 1.4 MB/s | 43 kB 00:00 2026-02-18T06:03:52.006 INFO:teuthology.orchestra.run.trial122.stdout:(5/95): ceph-mgr-cephadm-20.2.0-670.gadc19233.e 5.0 MB/s | 173 kB 00:00 2026-02-18T06:03:52.011 INFO:teuthology.orchestra.run.trial171.stdout:(82/95): python3-portend-3.1.0-2.el9.noarch.rpm 206 kB/s | 16 kB 00:00 2026-02-18T06:03:52.086 INFO:teuthology.orchestra.run.trial122.stdout:(6/95): ceph-mgr-20.2.0-670.gadc19233.el9.x86_6 2.0 MB/s | 961 kB 00:00 2026-02-18T06:03:52.167 INFO:teuthology.orchestra.run.trial171.stdout:(83/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 574 kB/s | 90 kB 00:00 2026-02-18T06:03:52.246 INFO:teuthology.orchestra.run.trial171.stdout:(84/95): python3-repoze-lru-0.7-16.el9.noarch.r 391 kB/s | 31 kB 00:00 2026-02-18T06:03:52.314 INFO:teuthology.orchestra.run.trial122.stdout:(7/95): ceph-osd-20.2.0-670.gadc19233.el9.x86_6 33 MB/s | 17 MB 00:00 2026-02-18T06:03:52.326 INFO:teuthology.orchestra.run.trial122.stdout:(8/95): ceph-mgr-k8sevents-20.2.0-670.gadc19233 1.8 MB/s | 22 kB 00:00 2026-02-18T06:03:52.359 INFO:teuthology.orchestra.run.trial122.stdout:(9/95): ceph-mgr-modules-core-20.2.0-670.gadc19 8.6 MB/s | 290 kB 00:00 2026-02-18T06:03:52.389 INFO:teuthology.orchestra.run.trial122.stdout:(10/95): ceph-mgr-rook-20.2.0-670.gadc19233.el9 1.6 MB/s | 50 kB 00:00 2026-02-18T06:03:52.402 INFO:teuthology.orchestra.run.trial122.stdout:(11/95): ceph-mgr-dashboard-20.2.0-670.gadc1923 27 MB/s | 11 MB 00:00 2026-02-18T06:03:52.403 INFO:teuthology.orchestra.run.trial122.stdout:(12/95): ceph-prometheus-alerts-20.2.0-670.gadc 1.2 MB/s | 17 kB 00:00 2026-02-18T06:03:52.423 INFO:teuthology.orchestra.run.trial122.stdout:(13/95): ceph-volume-20.2.0-670.gadc19233.el9.n 14 MB/s | 297 kB 00:00 2026-02-18T06:03:52.430 INFO:teuthology.orchestra.run.trial122.stdout:(14/95): cephadm-20.2.0-670.gadc19233.el9.noarc 37 MB/s | 1.0 MB 00:00 2026-02-18T06:03:52.458 INFO:teuthology.orchestra.run.trial122.stdout:(15/95): ledmon-libs-1.1.0-3.el9.x86_64.rpm 1.4 MB/s | 40 kB 00:00 2026-02-18T06:03:52.471 INFO:teuthology.orchestra.run.trial122.stdout:(16/95): cryptsetup-2.8.1-2.el9.x86_64.rpm 7.1 MB/s | 350 kB 00:00 2026-02-18T06:03:52.473 INFO:teuthology.orchestra.run.trial122.stdout:(17/95): libconfig-1.7.2-9.el9.x86_64.rpm 4.5 MB/s | 72 kB 00:00 2026-02-18T06:03:52.481 INFO:teuthology.orchestra.run.trial171.stdout:(85/95): python3-routes-2.5.1-5.el9.noarch.rpm 803 kB/s | 188 kB 00:00 2026-02-18T06:03:52.490 INFO:teuthology.orchestra.run.trial122.stdout:(18/95): libquadmath-11.5.0-14.el9.x86_64.rpm 11 MB/s | 184 kB 00:00 2026-02-18T06:03:52.492 INFO:teuthology.orchestra.run.trial122.stdout:(19/95): libgfortran-11.5.0-14.el9.x86_64.rpm 37 MB/s | 794 kB 00:00 2026-02-18T06:03:52.504 INFO:teuthology.orchestra.run.trial122.stdout:(20/95): python3-cffi-1.14.5-5.el9.x86_64.rpm 18 MB/s | 253 kB 00:00 2026-02-18T06:03:52.515 INFO:teuthology.orchestra.run.trial122.stdout:(21/95): python3-ply-3.11-14.el9.noarch.rpm 10 MB/s | 106 kB 00:00 2026-02-18T06:03:52.525 INFO:teuthology.orchestra.run.trial122.stdout:(22/95): python3-pycparser-2.20-6.el9.noarch.rp 13 MB/s | 135 kB 00:00 2026-02-18T06:03:52.527 INFO:teuthology.orchestra.run.trial122.stdout:(23/95): python3-cryptography-36.0.1-5.el9.x86_ 36 MB/s | 1.2 MB 00:00 2026-02-18T06:03:52.536 INFO:teuthology.orchestra.run.trial122.stdout:(24/95): python3-pyparsing-2.4.7-9.el9.noarch.r 14 MB/s | 150 kB 00:00 2026-02-18T06:03:52.538 INFO:teuthology.orchestra.run.trial122.stdout:(25/95): python3-requests-2.25.1-10.el9.noarch. 12 MB/s | 126 kB 00:00 2026-02-18T06:03:52.548 INFO:teuthology.orchestra.run.trial122.stdout:(26/95): unzip-6.0-59.el9.x86_64.rpm 17 MB/s | 182 kB 00:00 2026-02-18T06:03:52.550 INFO:teuthology.orchestra.run.trial122.stdout:(27/95): python3-urllib3-1.26.5-7.el9.noarch.rp 16 MB/s | 218 kB 00:00 2026-02-18T06:03:52.560 INFO:teuthology.orchestra.run.trial122.stdout:(28/95): flexiblas-3.0.4-9.el9.x86_64.rpm 2.9 MB/s | 30 kB 00:00 2026-02-18T06:03:52.561 INFO:teuthology.orchestra.run.trial171.stdout:(86/95): python3-rsa-4.9-2.el9.noarch.rpm 743 kB/s | 59 kB 00:00 2026-02-18T06:03:52.561 INFO:teuthology.orchestra.run.trial122.stdout:(29/95): zip-3.0-35.el9.x86_64.rpm 20 MB/s | 266 kB 00:00 2026-02-18T06:03:52.580 INFO:teuthology.orchestra.run.trial122.stdout:(30/95): flexiblas-openblas-openmp-3.0.4-9.el9. 776 kB/s | 15 kB 00:00 2026-02-18T06:03:52.586 INFO:teuthology.orchestra.run.trial122.stdout:(31/95): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 113 MB/s | 3.0 MB 00:00 2026-02-18T06:03:52.591 INFO:teuthology.orchestra.run.trial122.stdout:(32/95): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 23 MB/s | 246 kB 00:00 2026-02-18T06:03:52.597 INFO:teuthology.orchestra.run.trial122.stdout:(33/95): lua-5.4.4-4.el9.x86_64.rpm 18 MB/s | 188 kB 00:00 2026-02-18T06:03:52.601 INFO:teuthology.orchestra.run.trial122.stdout:(34/95): openblas-0.3.29-1.el9.x86_64.rpm 4.2 MB/s | 42 kB 00:00 2026-02-18T06:03:52.674 INFO:teuthology.orchestra.run.trial122.stdout:(35/95): openblas-openmp-0.3.29-1.el9.x86_64.rp 68 MB/s | 5.3 MB 00:00 2026-02-18T06:03:52.678 INFO:teuthology.orchestra.run.trial171.stdout:(87/95): python3-kubernetes-26.1.0-3.el9.noarch 884 kB/s | 1.0 MB 00:01 2026-02-18T06:03:52.683 INFO:teuthology.orchestra.run.trial122.stdout:(36/95): protobuf-3.14.0-17.el9.x86_64.rpm 12 MB/s | 1.0 MB 00:00 2026-02-18T06:03:52.694 INFO:teuthology.orchestra.run.trial122.stdout:(37/95): python3-devel-3.9.25-2.el9.x86_64.rpm 21 MB/s | 244 kB 00:00 2026-02-18T06:03:52.705 INFO:teuthology.orchestra.run.trial122.stdout:(38/95): ceph-mgr-diskprediction-local-20.2.0-6 12 MB/s | 7.4 MB 00:00 2026-02-18T06:03:52.708 INFO:teuthology.orchestra.run.trial122.stdout:(39/95): python3-jinja2-2.11.3-8.el9.noarch.rpm 18 MB/s | 249 kB 00:00 2026-02-18T06:03:52.716 INFO:teuthology.orchestra.run.trial122.stdout:(40/95): python3-babel-2.9.1-2.el9.noarch.rpm 143 MB/s | 6.0 MB 00:00 2026-02-18T06:03:52.717 INFO:teuthology.orchestra.run.trial171.stdout:(88/95): python3-saml-1.16.0-1.el9.noarch.rpm 799 kB/s | 125 kB 00:00 2026-02-18T06:03:52.718 INFO:teuthology.orchestra.run.trial122.stdout:(41/95): python3-libstoragemgmt-1.10.1-1.el9.x8 16 MB/s | 177 kB 00:00 2026-02-18T06:03:52.728 INFO:teuthology.orchestra.run.trial122.stdout:(42/95): python3-markupsafe-1.1.1-12.el9.x86_64 3.7 MB/s | 35 kB 00:00 2026-02-18T06:03:52.732 INFO:teuthology.orchestra.run.trial122.stdout:(43/95): python3-lxml-4.6.5-3.el9.x86_64.rpm 81 MB/s | 1.2 MB 00:00 2026-02-18T06:03:52.740 INFO:teuthology.orchestra.run.trial122.stdout:(44/95): python3-jmespath-1.0.1-1.el9.noarch.rp 1.3 MB/s | 48 kB 00:00 2026-02-18T06:03:52.758 INFO:teuthology.orchestra.run.trial171.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 443 kB/s | 36 kB 00:00 2026-02-18T06:03:52.764 INFO:teuthology.orchestra.run.trial122.stdout:(45/95): python3-numpy-f2py-1.23.5-2.el9.x86_64 13 MB/s | 442 kB 00:00 2026-02-18T06:03:52.778 INFO:teuthology.orchestra.run.trial122.stdout:(46/95): python3-numpy-1.23.5-2.el9.x86_64.rpm 123 MB/s | 6.1 MB 00:00 2026-02-18T06:03:52.778 INFO:teuthology.orchestra.run.trial122.stdout:(47/95): python3-packaging-20.9-5.el9.noarch.rp 2.0 MB/s | 77 kB 00:00 2026-02-18T06:03:52.779 INFO:teuthology.orchestra.run.trial122.stdout:(48/95): python3-protobuf-3.14.0-17.el9.noarch. 18 MB/s | 267 kB 00:00 2026-02-18T06:03:52.788 INFO:teuthology.orchestra.run.trial122.stdout:(49/95): python3-requests-oauthlib-1.3.0-12.el9 5.7 MB/s | 54 kB 00:00 2026-02-18T06:03:52.789 INFO:teuthology.orchestra.run.trial122.stdout:(50/95): python3-pyasn1-0.4.8-6.el9.noarch.rpm 14 MB/s | 159 kB 00:00 2026-02-18T06:03:52.796 INFO:teuthology.orchestra.run.trial122.stdout:(51/95): python3-pyasn1-modules-0.4.8-6.el9.noa 15 MB/s | 279 kB 00:00 2026-02-18T06:03:52.798 INFO:teuthology.orchestra.run.trial122.stdout:(52/95): python3-toml-0.10.2-6.el9.noarch.rpm 4.5 MB/s | 42 kB 00:00 2026-02-18T06:03:52.817 INFO:teuthology.orchestra.run.trial122.stdout:(53/95): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 4.7 MB/s | 90 kB 00:00 2026-02-18T06:03:52.818 INFO:teuthology.orchestra.run.trial122.stdout:(54/95): xmlsec1-1.2.29-13.el9.x86_64.rpm 8.5 MB/s | 189 kB 00:00 2026-02-18T06:03:52.873 INFO:teuthology.orchestra.run.trial171.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 554 kB/s | 86 kB 00:00 2026-02-18T06:03:52.889 INFO:teuthology.orchestra.run.trial122.stdout:(55/95): python3-scipy-1.9.3-2.el9.x86_64.rpm 192 MB/s | 19 MB 00:00 2026-02-18T06:03:52.917 INFO:teuthology.orchestra.run.trial171.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 565 kB/s | 90 kB 00:00 2026-02-18T06:03:52.952 INFO:teuthology.orchestra.run.trial171.stdout:(92/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 615 kB/s | 48 kB 00:00 2026-02-18T06:03:52.998 INFO:teuthology.orchestra.run.trial171.stdout:(93/95): python3-xmltodict-0.12.0-15.el9.noarch 276 kB/s | 22 kB 00:00 2026-02-18T06:03:53.031 INFO:teuthology.orchestra.run.trial171.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 254 kB/s | 20 kB 00:00 2026-02-18T06:03:53.092 INFO:teuthology.orchestra.run.trial122.stdout:(56/95): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.6 MB/s | 551 kB 00:00 2026-02-18T06:03:53.121 INFO:teuthology.orchestra.run.trial122.stdout:(57/95): grpc-data-1.46.7-10.el9.noarch.rpm 679 kB/s | 19 kB 00:00 2026-02-18T06:03:53.150 INFO:teuthology.orchestra.run.trial171.stdout:(95/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 893 kB/s | 2.0 MB 00:02 2026-02-18T06:03:53.151 INFO:teuthology.orchestra.run.trial122.stdout:(58/95): luarocks-3.9.2-5.el9.noarch.rpm 4.9 MB/s | 151 kB 00:00 2026-02-18T06:03:53.155 INFO:teuthology.orchestra.run.trial171.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:03:53.156 INFO:teuthology.orchestra.run.trial171.stdout:Total 11 MB/s | 101 MB 00:09 2026-02-18T06:03:53.212 INFO:teuthology.orchestra.run.trial122.stdout:(59/95): python3-asyncssh-2.13.2-5.el9.noarch.r 9.0 MB/s | 548 kB 00:00 2026-02-18T06:03:53.231 INFO:teuthology.orchestra.run.trial122.stdout:(60/95): lua-devel-5.4.4-4.el9.x86_64.rpm 54 kB/s | 22 kB 00:00 2026-02-18T06:03:53.241 INFO:teuthology.orchestra.run.trial122.stdout:(61/95): python3-autocommand-2.2.2-8.el9.noarch 1.0 MB/s | 29 kB 00:00 2026-02-18T06:03:53.270 INFO:teuthology.orchestra.run.trial122.stdout:(62/95): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.5 MB/s | 43 kB 00:00 2026-02-18T06:03:53.299 INFO:teuthology.orchestra.run.trial122.stdout:(63/95): python3-cachetools-4.2.4-1.el9.noarch. 1.1 MB/s | 32 kB 00:00 2026-02-18T06:03:53.328 INFO:teuthology.orchestra.run.trial122.stdout:(64/95): python3-certifi-2023.05.07-4.el9.noarc 487 kB/s | 14 kB 00:00 2026-02-18T06:03:53.340 INFO:teuthology.orchestra.run.trial122.stdout:(65/95): python3-backports-tarfile-1.2.0-1.el9. 552 kB/s | 60 kB 00:00 2026-02-18T06:03:53.360 INFO:teuthology.orchestra.run.trial122.stdout:(66/95): python3-cheroot-10.0.1-4.el9.noarch.rp 5.4 MB/s | 173 kB 00:00 2026-02-18T06:03:53.394 INFO:teuthology.orchestra.run.trial122.stdout:(67/95): python3-google-auth-2.45.0-1.el9.noarc 7.4 MB/s | 254 kB 00:00 2026-02-18T06:03:53.424 INFO:teuthology.orchestra.run.trial122.stdout:(68/95): python3-cherrypy-18.6.1-2.el9.noarch.r 4.2 MB/s | 358 kB 00:00 2026-02-18T06:03:53.455 INFO:teuthology.orchestra.run.trial122.stdout:(69/95): python3-grpcio-tools-1.46.7-10.el9.x86 4.6 MB/s | 144 kB 00:00 2026-02-18T06:03:53.486 INFO:teuthology.orchestra.run.trial122.stdout:(70/95): python3-influxdb-5.3.1-1.el9.noarch.rp 4.5 MB/s | 139 kB 00:00 2026-02-18T06:03:53.512 INFO:teuthology.orchestra.run.trial122.stdout:(71/95): python3-grpcio-1.46.7-10.el9.x86_64.rp 17 MB/s | 2.0 MB 00:00 2026-02-18T06:03:53.515 INFO:teuthology.orchestra.run.trial122.stdout:(72/95): python3-isodate-0.6.1-3.el9.noarch.rpm 1.9 MB/s | 56 kB 00:00 2026-02-18T06:03:53.542 INFO:teuthology.orchestra.run.trial122.stdout:(73/95): python3-jaraco-8.2.1-3.el9.noarch.rpm 362 kB/s | 11 kB 00:00 2026-02-18T06:03:53.543 INFO:teuthology.orchestra.run.trial122.stdout:(74/95): python3-jaraco-classes-3.2.1-5.el9.noa 628 kB/s | 18 kB 00:00 2026-02-18T06:03:53.571 INFO:teuthology.orchestra.run.trial122.stdout:(75/95): python3-jaraco-collections-3.0.0-8.el9 789 kB/s | 23 kB 00:00 2026-02-18T06:03:53.572 INFO:teuthology.orchestra.run.trial122.stdout:(76/95): python3-jaraco-context-6.0.1-3.el9.noa 693 kB/s | 20 kB 00:00 2026-02-18T06:03:53.586 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction check 2026-02-18T06:03:53.600 INFO:teuthology.orchestra.run.trial122.stdout:(77/95): python3-jaraco-text-4.0.0-2.el9.noarch 926 kB/s | 26 kB 00:00 2026-02-18T06:03:53.601 INFO:teuthology.orchestra.run.trial122.stdout:(78/95): python3-jaraco-functools-3.5.0-2.el9.n 665 kB/s | 19 kB 00:00 2026-02-18T06:03:53.622 INFO:teuthology.orchestra.run.trial171.stdout:Transaction check succeeded. 2026-02-18T06:03:53.622 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction test 2026-02-18T06:03:53.631 INFO:teuthology.orchestra.run.trial122.stdout:(79/95): python3-more-itertools-8.12.0-2.el9.no 2.6 MB/s | 79 kB 00:00 2026-02-18T06:03:53.660 INFO:teuthology.orchestra.run.trial122.stdout:(80/95): python3-msgpack-1.0.3-2.el9.x86_64.rpm 2.9 MB/s | 86 kB 00:00 2026-02-18T06:03:53.685 INFO:teuthology.orchestra.run.trial122.stdout:(81/95): python3-kubernetes-26.1.0-3.el9.noarch 12 MB/s | 1.0 MB 00:00 2026-02-18T06:03:53.690 INFO:teuthology.orchestra.run.trial122.stdout:(82/95): python3-natsort-7.1.1-5.el9.noarch.rpm 1.9 MB/s | 58 kB 00:00 2026-02-18T06:03:53.714 INFO:teuthology.orchestra.run.trial122.stdout:(83/95): python3-portend-3.1.0-2.el9.noarch.rpm 580 kB/s | 16 kB 00:00 2026-02-18T06:03:53.720 INFO:teuthology.orchestra.run.trial122.stdout:(84/95): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.9 MB/s | 90 kB 00:00 2026-02-18T06:03:53.742 INFO:teuthology.orchestra.run.trial122.stdout:(85/95): python3-repoze-lru-0.7-16.el9.noarch.r 1.1 MB/s | 31 kB 00:00 2026-02-18T06:03:53.751 INFO:teuthology.orchestra.run.trial122.stdout:(86/95): python3-routes-2.5.1-5.el9.noarch.rpm 5.9 MB/s | 188 kB 00:00 2026-02-18T06:03:53.771 INFO:teuthology.orchestra.run.trial122.stdout:(87/95): python3-rsa-4.9-2.el9.noarch.rpm 2.0 MB/s | 59 kB 00:00 2026-02-18T06:03:53.782 INFO:teuthology.orchestra.run.trial122.stdout:(88/95): python3-saml-1.16.0-1.el9.noarch.rpm 4.0 MB/s | 125 kB 00:00 2026-02-18T06:03:53.799 INFO:teuthology.orchestra.run.trial122.stdout:(89/95): python3-tempora-5.0.0-2.el9.noarch.rpm 1.2 MB/s | 36 kB 00:00 2026-02-18T06:03:53.812 INFO:teuthology.orchestra.run.trial122.stdout:(90/95): python3-typing-extensions-4.15.0-1.el9 2.9 MB/s | 86 kB 00:00 2026-02-18T06:03:53.829 INFO:teuthology.orchestra.run.trial122.stdout:(91/95): python3-websocket-client-1.2.3-2.el9.n 3.0 MB/s | 90 kB 00:00 2026-02-18T06:03:53.842 INFO:teuthology.orchestra.run.trial122.stdout:(92/95): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.6 MB/s | 48 kB 00:00 2026-02-18T06:03:53.858 INFO:teuthology.orchestra.run.trial122.stdout:(93/95): python3-xmltodict-0.12.0-15.el9.noarch 782 kB/s | 22 kB 00:00 2026-02-18T06:03:53.873 INFO:teuthology.orchestra.run.trial122.stdout:(94/95): python3-zc-lockfile-2.0-10.el9.noarch. 648 kB/s | 20 kB 00:00 2026-02-18T06:03:54.053 INFO:teuthology.orchestra.run.trial171.stdout:Transaction test succeeded. 2026-02-18T06:03:54.053 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction 2026-02-18T06:03:54.238 INFO:teuthology.orchestra.run.trial122.stdout:(95/95): protobuf-compiler-3.14.0-17.el9.x86_64 607 kB/s | 862 kB 00:01 2026-02-18T06:03:54.243 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:03:54.243 INFO:teuthology.orchestra.run.trial122.stdout:Total 35 MB/s | 101 MB 00:02 2026-02-18T06:03:54.509 INFO:teuthology.orchestra.run.trial171.stdout: Preparing : 1/1 2026-02-18T06:03:54.511 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-18T06:03:54.515 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-18T06:03:54.536 INFO:teuthology.orchestra.run.trial171.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-18T06:03:54.569 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-18T06:03:54.579 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 5/95 2026-02-18T06:03:54.584 INFO:teuthology.orchestra.run.trial171.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 6/95 2026-02-18T06:03:54.586 INFO:teuthology.orchestra.run.trial171.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-18T06:03:54.591 INFO:teuthology.orchestra.run.trial171.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-18T06:03:54.614 INFO:teuthology.orchestra.run.trial171.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-18T06:03:54.627 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-18T06:03:54.631 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-18T06:03:54.637 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-18T06:03:54.639 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-18T06:03:54.650 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-18T06:03:54.656 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-18T06:03:54.674 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:03:54.680 INFO:teuthology.orchestra.run.trial171.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-18T06:03:54.683 INFO:teuthology.orchestra.run.trial171.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-18T06:03:54.690 INFO:teuthology.orchestra.run.trial171.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-18T06:03:54.711 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:03:54.711 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:03:54.741 INFO:teuthology.orchestra.run.trial171.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 19/95 2026-02-18T06:03:54.754 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 20/95 2026-02-18T06:03:54.756 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-rsa-4.9-2.el9.noarch 21/95 2026-02-18T06:03:54.761 INFO:teuthology.orchestra.run.trial171.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 22/95 2026-02-18T06:03:54.766 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 23/95 2026-02-18T06:03:54.771 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 24/95 2026-02-18T06:03:54.774 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 25/95 2026-02-18T06:03:54.788 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 26/95 2026-02-18T06:03:54.793 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 27/95 2026-02-18T06:03:54.798 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 28/95 2026-02-18T06:03:54.809 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 29/95 2026-02-18T06:03:54.818 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 30/95 2026-02-18T06:03:54.824 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 31/95 2026-02-18T06:03:54.844 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 32/95 2026-02-18T06:03:54.855 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 33/95 2026-02-18T06:03:54.871 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 34/95 2026-02-18T06:03:54.876 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 35/95 2026-02-18T06:03:54.884 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 36/95 2026-02-18T06:03:54.924 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 37/95 2026-02-18T06:03:55.144 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:03:55.144 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:03:55.248 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 38/95 2026-02-18T06:03:55.258 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 39/95 2026-02-18T06:03:55.261 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 40/95 2026-02-18T06:03:55.267 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 41/95 2026-02-18T06:03:55.269 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 42/95 2026-02-18T06:03:55.297 INFO:teuthology.orchestra.run.trial171.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 43/95 2026-02-18T06:03:55.341 INFO:teuthology.orchestra.run.trial171.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 44/95 2026-02-18T06:03:55.348 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 45/95 2026-02-18T06:03:55.351 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-18T06:03:55.357 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-18T06:03:55.361 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-18T06:03:55.368 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-18T06:03:55.371 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-18T06:03:55.399 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-18T06:03:55.409 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-18T06:03:55.415 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-18T06:03:55.422 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-18T06:03:55.456 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-18T06:03:55.599 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:03:55.601 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/95 2026-02-18T06:03:55.605 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/95 2026-02-18T06:03:55.626 INFO:teuthology.orchestra.run.trial122.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/95 2026-02-18T06:03:55.659 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/95 2026-02-18T06:03:55.669 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 5/95 2026-02-18T06:03:55.674 INFO:teuthology.orchestra.run.trial122.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 6/95 2026-02-18T06:03:55.676 INFO:teuthology.orchestra.run.trial122.stdout: Installing : lua-5.4.4-4.el9.x86_64 7/95 2026-02-18T06:03:55.680 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 56/95 2026-02-18T06:03:55.681 INFO:teuthology.orchestra.run.trial122.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 8/95 2026-02-18T06:03:55.704 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-18T06:03:55.704 INFO:teuthology.orchestra.run.trial122.stdout: Installing : unzip-6.0-59.el9.x86_64 9/95 2026-02-18T06:03:55.708 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-18T06:03:55.717 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 10/95 2026-02-18T06:03:55.720 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 11/95 2026-02-18T06:03:55.726 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 12/95 2026-02-18T06:03:55.728 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 13/95 2026-02-18T06:03:55.739 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 14/95 2026-02-18T06:03:55.745 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 15/95 2026-02-18T06:03:55.766 INFO:teuthology.orchestra.run.trial171.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-18T06:03:55.768 INFO:teuthology.orchestra.run.trial171.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-18T06:03:55.769 INFO:teuthology.orchestra.run.trial122.stdout: Installing : zip-3.0-35.el9.x86_64 16/95 2026-02-18T06:03:55.772 INFO:teuthology.orchestra.run.trial122.stdout: Installing : luarocks-3.9.2-5.el9.noarch 17/95 2026-02-18T06:03:55.779 INFO:teuthology.orchestra.run.trial122.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 18/95 2026-02-18T06:03:55.789 INFO:teuthology.orchestra.run.trial171.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-18T06:03:55.831 INFO:teuthology.orchestra.run.trial122.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 19/95 2026-02-18T06:03:55.844 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 20/95 2026-02-18T06:03:55.846 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-rsa-4.9-2.el9.noarch 21/95 2026-02-18T06:03:55.851 INFO:teuthology.orchestra.run.trial122.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 22/95 2026-02-18T06:03:55.856 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 23/95 2026-02-18T06:03:55.861 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 24/95 2026-02-18T06:03:55.864 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 25/95 2026-02-18T06:03:55.878 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 26/95 2026-02-18T06:03:55.883 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 27/95 2026-02-18T06:03:55.888 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 28/95 2026-02-18T06:03:55.900 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 29/95 2026-02-18T06:03:55.909 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 30/95 2026-02-18T06:03:55.915 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 31/95 2026-02-18T06:03:55.935 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 32/95 2026-02-18T06:03:55.946 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 33/95 2026-02-18T06:03:55.961 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 34/95 2026-02-18T06:03:55.966 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 35/95 2026-02-18T06:03:55.973 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 36/95 2026-02-18T06:03:56.013 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 37/95 2026-02-18T06:03:56.114 INFO:teuthology.orchestra.run.trial171.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-18T06:03:56.187 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-18T06:03:56.336 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 38/95 2026-02-18T06:03:56.345 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 39/95 2026-02-18T06:03:56.349 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 40/95 2026-02-18T06:03:56.355 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 41/95 2026-02-18T06:03:56.357 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 42/95 2026-02-18T06:03:56.385 INFO:teuthology.orchestra.run.trial122.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 43/95 2026-02-18T06:03:56.428 INFO:teuthology.orchestra.run.trial122.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 44/95 2026-02-18T06:03:56.435 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 45/95 2026-02-18T06:03:56.438 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 46/95 2026-02-18T06:03:56.444 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 47/95 2026-02-18T06:03:56.448 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 48/95 2026-02-18T06:03:56.455 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 49/95 2026-02-18T06:03:56.458 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 50/95 2026-02-18T06:03:56.486 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 51/95 2026-02-18T06:03:56.495 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 52/95 2026-02-18T06:03:56.502 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 53/95 2026-02-18T06:03:56.508 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 54/95 2026-02-18T06:03:56.543 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 55/95 2026-02-18T06:03:56.766 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 56/95 2026-02-18T06:03:56.789 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 57/95 2026-02-18T06:03:56.793 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 58/95 2026-02-18T06:03:56.851 INFO:teuthology.orchestra.run.trial122.stdout: Installing : openblas-0.3.29-1.el9.x86_64 59/95 2026-02-18T06:03:56.853 INFO:teuthology.orchestra.run.trial122.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 60/95 2026-02-18T06:03:56.858 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-18T06:03:56.874 INFO:teuthology.orchestra.run.trial122.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 61/95 2026-02-18T06:03:56.876 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-18T06:03:56.886 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 66/95 2026-02-18T06:03:56.892 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-packaging-20.9-5.el9.noarch 67/95 2026-02-18T06:03:56.906 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-ply-3.11-14.el9.noarch 68/95 2026-02-18T06:03:56.921 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 69/95 2026-02-18T06:03:56.996 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 70/95 2026-02-18T06:03:57.005 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 71/95 2026-02-18T06:03:57.029 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 72/95 2026-02-18T06:03:57.058 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 73/95 2026-02-18T06:03:57.108 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 74/95 2026-02-18T06:03:57.114 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 75/95 2026-02-18T06:03:57.118 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 76/95 2026-02-18T06:03:57.119 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 77/95 2026-02-18T06:03:57.138 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 78/95 2026-02-18T06:03:57.138 INFO:teuthology.orchestra.run.trial171.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T06:03:57.138 INFO:teuthology.orchestra.run.trial171.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T06:03:57.138 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:57.147 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 78/95 2026-02-18T06:03:57.174 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 78/95 2026-02-18T06:03:57.175 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T06:03:57.175 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:57.202 INFO:teuthology.orchestra.run.trial122.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 62/95 2026-02-18T06:03:57.210 INFO:teuthology.orchestra.run.trial171.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 79/95 2026-02-18T06:03:57.273 INFO:teuthology.orchestra.run.trial171.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 80/95 2026-02-18T06:03:57.275 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 63/95 2026-02-18T06:03:57.276 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 81/95 2026-02-18T06:03:57.290 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 81/95 2026-02-18T06:03:57.290 INFO:teuthology.orchestra.run.trial171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:03:57.290 INFO:teuthology.orchestra.run.trial171.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T06:03:57.290 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:57.944 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 64/95 2026-02-18T06:03:57.961 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 65/95 2026-02-18T06:03:57.971 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 66/95 2026-02-18T06:03:57.973 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 82/95 2026-02-18T06:03:57.978 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-packaging-20.9-5.el9.noarch 67/95 2026-02-18T06:03:57.991 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-ply-3.11-14.el9.noarch 68/95 2026-02-18T06:03:57.999 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 82/95 2026-02-18T06:03:57.999 INFO:teuthology.orchestra.run.trial171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:03:57.999 INFO:teuthology.orchestra.run.trial171.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T06:03:57.999 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T06:03:57.999 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T06:03:58.000 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:58.006 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 69/95 2026-02-18T06:03:58.060 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: cephadm-2:20.2.0-670.gadc19233.el9.noarch 83/95 2026-02-18T06:03:58.062 INFO:teuthology.orchestra.run.trial171.stdout: Installing : cephadm-2:20.2.0-670.gadc19233.el9.noarch 83/95 2026-02-18T06:03:58.069 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 84/95 2026-02-18T06:03:58.081 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 70/95 2026-02-18T06:03:58.090 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 71/95 2026-02-18T06:03:58.093 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 85/95 2026-02-18T06:03:58.094 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 86/95 2026-02-18T06:03:58.113 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 72/95 2026-02-18T06:03:58.143 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 73/95 2026-02-18T06:03:58.193 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 74/95 2026-02-18T06:03:58.199 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 75/95 2026-02-18T06:03:58.203 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 76/95 2026-02-18T06:03:58.204 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 77/95 2026-02-18T06:03:58.222 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 78/95 2026-02-18T06:03:58.222 INFO:teuthology.orchestra.run.trial122.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T06:03:58.222 INFO:teuthology.orchestra.run.trial122.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T06:03:58.222 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:58.229 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 78/95 2026-02-18T06:03:58.254 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 78/95 2026-02-18T06:03:58.254 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T06:03:58.254 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:58.288 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 79/95 2026-02-18T06:03:58.350 INFO:teuthology.orchestra.run.trial122.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 80/95 2026-02-18T06:03:58.353 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 81/95 2026-02-18T06:03:58.365 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 81/95 2026-02-18T06:03:58.366 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:03:58.366 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T06:03:58.366 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:59.037 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 82/95 2026-02-18T06:03:59.062 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 82/95 2026-02-18T06:03:59.062 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:03:59.062 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T06:03:59.063 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T06:03:59.063 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T06:03:59.063 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:03:59.124 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: cephadm-2:20.2.0-670.gadc19233.el9.noarch 83/95 2026-02-18T06:03:59.126 INFO:teuthology.orchestra.run.trial122.stdout: Installing : cephadm-2:20.2.0-670.gadc19233.el9.noarch 83/95 2026-02-18T06:03:59.133 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 84/95 2026-02-18T06:03:59.156 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 85/95 2026-02-18T06:03:59.158 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 86/95 2026-02-18T06:03:59.238 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 86/95 2026-02-18T06:03:59.243 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 87/95 2026-02-18T06:03:59.696 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 87/95 2026-02-18T06:03:59.697 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 88/95 2026-02-18T06:03:59.709 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 88/95 2026-02-18T06:03:59.709 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 89/95 2026-02-18T06:03:59.767 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 89/95 2026-02-18T06:03:59.810 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 90/95 2026-02-18T06:03:59.811 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 91/95 2026-02-18T06:03:59.833 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 91/95 2026-02-18T06:03:59.833 INFO:teuthology.orchestra.run.trial171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:03:59.833 INFO:teuthology.orchestra.run.trial171.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T06:03:59.834 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T06:03:59.834 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T06:03:59.834 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:03:59.845 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 92/95 2026-02-18T06:04:00.072 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 92/95 2026-02-18T06:04:00.073 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 93/95 2026-02-18T06:04:00.095 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 93/95 2026-02-18T06:04:00.095 INFO:teuthology.orchestra.run.trial171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:04:00.095 INFO:teuthology.orchestra.run.trial171.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T06:04:00.095 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T06:04:00.096 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T06:04:00.096 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:00.193 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 94/95 2026-02-18T06:04:00.213 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 94/95 2026-02-18T06:04:00.213 INFO:teuthology.orchestra.run.trial171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:04:00.213 INFO:teuthology.orchestra.run.trial171.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T06:04:00.213 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T06:04:00.213 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T06:04:00.213 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:00.231 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-2:20.2.0-670.gadc19233.el9.x86_64 95/95 2026-02-18T06:04:00.302 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 86/95 2026-02-18T06:04:00.307 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 87/95 2026-02-18T06:04:00.759 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 87/95 2026-02-18T06:04:00.760 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 88/95 2026-02-18T06:04:00.772 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 88/95 2026-02-18T06:04:00.772 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 89/95 2026-02-18T06:04:00.830 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 89/95 2026-02-18T06:04:00.873 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 90/95 2026-02-18T06:04:00.874 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 91/95 2026-02-18T06:04:00.896 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 91/95 2026-02-18T06:04:00.896 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:04:00.896 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T06:04:00.896 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T06:04:00.897 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T06:04:00.897 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:00.914 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 92/95 2026-02-18T06:04:00.915 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-2:20.2.0-670.gadc19233.el9.x86_64 95/95 2026-02-18T06:04:00.915 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-2:20.2.0-670.gadc19233.el9.x86_64 1/95 2026-02-18T06:04:00.915 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2/95 2026-02-18T06:04:00.915 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 3/95 2026-02-18T06:04:00.915 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 4/95 2026-02-18T06:04:00.915 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 5/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 6/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 7/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 8/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 9/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 10/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 11/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 12/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 13/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 14/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : cephadm-2:20.2.0-670.gadc19233.el9.noarch 15/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/95 2026-02-18T06:04:00.916 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/95 2026-02-18T06:04:00.917 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/95 2026-02-18T06:04:00.917 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/95 2026-02-18T06:04:00.917 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/95 2026-02-18T06:04:00.917 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/95 2026-02-18T06:04:00.917 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/95 2026-02-18T06:04:00.917 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/95 2026-02-18T06:04:00.917 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/95 2026-02-18T06:04:00.917 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 25/95 2026-02-18T06:04:00.917 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 26/95 2026-02-18T06:04:00.917 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 27/95 2026-02-18T06:04:00.917 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : unzip-6.0-59.el9.x86_64 28/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : zip-3.0-35.el9.x86_64 29/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 30/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 31/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 32/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 33/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : lua-5.4.4-4.el9.x86_64 34/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 35/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 36/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 37/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 39/95 2026-02-18T06:04:00.918 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-18T06:04:00.919 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-18T06:04:00.920 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-18T06:04:00.921 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-18T06:04:00.922 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-18T06:04:00.923 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-18T06:04:00.923 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-18T06:04:00.978 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-18T06:04:00.978 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:00.978 INFO:teuthology.orchestra.run.trial171.stdout:Installed: 2026-02-18T06:04:00.978 INFO:teuthology.orchestra.run.trial171.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T06:04:00.978 INFO:teuthology.orchestra.run.trial171.stdout: ceph-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:00.978 INFO:teuthology.orchestra.run.trial171.stdout: ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:00.978 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:00.979 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:00.979 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:00.979 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:00.979 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:00.979 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:00.979 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:00.979 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:00.979 INFO:teuthology.orchestra.run.trial171.stdout: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:00.979 INFO:teuthology.orchestra.run.trial171.stdout: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T06:04:00.980 INFO:teuthology.orchestra.run.trial171.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T06:04:00.981 INFO:teuthology.orchestra.run.trial171.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-18T06:04:00.982 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T06:04:00.983 INFO:teuthology.orchestra.run.trial171.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-pyparsing-2.4.7-9.el9.noarch 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T06:04:00.984 INFO:teuthology.orchestra.run.trial171.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-18T06:04:00.985 INFO:teuthology.orchestra.run.trial171.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T06:04:00.986 INFO:teuthology.orchestra.run.trial171.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T06:04:00.986 INFO:teuthology.orchestra.run.trial171.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T06:04:00.986 INFO:teuthology.orchestra.run.trial171.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-18T06:04:00.986 INFO:teuthology.orchestra.run.trial171.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-18T06:04:00.986 INFO:teuthology.orchestra.run.trial171.stdout: zip-3.0-35.el9.x86_64 2026-02-18T06:04:00.986 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:00.986 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:01.034 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph-base 2026-02-18T06:04:01.134 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 92/95 2026-02-18T06:04:01.135 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 93/95 2026-02-18T06:04:01.157 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 93/95 2026-02-18T06:04:01.157 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:04:01.157 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T06:04:01.157 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T06:04:01.158 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T06:04:01.158 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:01.254 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 94/95 2026-02-18T06:04:01.275 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 94/95 2026-02-18T06:04:01.275 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:04:01.275 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T06:04:01.275 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T06:04:01.275 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T06:04:01.275 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:01.294 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-2:20.2.0-670.gadc19233.el9.x86_64 95/95 2026-02-18T06:04:01.346 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:01.410 INFO:teuthology.orchestra.run.trial171.stdout:Package ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:01.427 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:01.428 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:01.428 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:01.449 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install cephadm 2026-02-18T06:04:01.755 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:01.821 INFO:teuthology.orchestra.run.trial171.stdout:Package cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:01.838 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:01.839 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:01.839 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:01.860 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T06:04:02.018 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-2:20.2.0-670.gadc19233.el9.x86_64 95/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-2:20.2.0-670.gadc19233.el9.x86_64 1/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 3/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 4/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 5/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 6/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 7/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 8/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 9/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 10/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 11/95 2026-02-18T06:04:02.019 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 12/95 2026-02-18T06:04:02.020 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 13/95 2026-02-18T06:04:02.020 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 14/95 2026-02-18T06:04:02.020 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : cephadm-2:20.2.0-670.gadc19233.el9.noarch 15/95 2026-02-18T06:04:02.020 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/95 2026-02-18T06:04:02.020 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/95 2026-02-18T06:04:02.020 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/95 2026-02-18T06:04:02.020 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/95 2026-02-18T06:04:02.020 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/95 2026-02-18T06:04:02.020 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/95 2026-02-18T06:04:02.020 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/95 2026-02-18T06:04:02.020 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 25/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 26/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 27/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : unzip-6.0-59.el9.x86_64 28/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : zip-3.0-35.el9.x86_64 29/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 30/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 31/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 32/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 33/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : lua-5.4.4-4.el9.x86_64 34/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 35/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 36/95 2026-02-18T06:04:02.021 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 37/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 38/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 39/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 40/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 41/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 42/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 43/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 44/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 45/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 46/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 47/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 48/95 2026-02-18T06:04:02.022 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 49/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 50/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 51/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 52/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 53/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 54/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 55/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 56/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 57/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 58/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 59/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 60/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 61/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 62/95 2026-02-18T06:04:02.023 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 63/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 64/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 65/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 66/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 67/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 68/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 69/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 70/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 71/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 72/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 73/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 74/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 75/95 2026-02-18T06:04:02.024 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 76/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 77/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 78/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 79/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 80/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 81/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 82/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 83/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 84/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 85/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 86/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 87/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 88/95 2026-02-18T06:04:02.025 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 89/95 2026-02-18T06:04:02.026 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 90/95 2026-02-18T06:04:02.026 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 91/95 2026-02-18T06:04:02.026 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 92/95 2026-02-18T06:04:02.026 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 93/95 2026-02-18T06:04:02.026 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 94/95 2026-02-18T06:04:02.083 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 95/95 2026-02-18T06:04:02.083 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:02.083 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-18T06:04:02.083 INFO:teuthology.orchestra.run.trial122.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T06:04:02.083 INFO:teuthology.orchestra.run.trial122.stdout: ceph-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:02.083 INFO:teuthology.orchestra.run.trial122.stdout: ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:02.083 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:02.083 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:02.083 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T06:04:02.084 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T06:04:02.085 INFO:teuthology.orchestra.run.trial122.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T06:04:02.086 INFO:teuthology.orchestra.run.trial122.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T06:04:02.087 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T06:04:02.088 INFO:teuthology.orchestra.run.trial122.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyparsing-2.4.7-9.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T06:04:02.089 INFO:teuthology.orchestra.run.trial122.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-18T06:04:02.090 INFO:teuthology.orchestra.run.trial122.stdout: zip-3.0-35.el9.x86_64 2026-02-18T06:04:02.091 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:02.091 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:02.140 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-base 2026-02-18T06:04:02.171 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:02.253 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:02.253 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:02.254 INFO:teuthology.orchestra.run.trial171.stdout: Package Arch Version Repo Size 2026-02-18T06:04:02.254 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:02.254 INFO:teuthology.orchestra.run.trial171.stdout:Installing: 2026-02-18T06:04:02.254 INFO:teuthology.orchestra.run.trial171.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-670.gadc19233.el9 ceph 154 k 2026-02-18T06:04:02.254 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:02.254 INFO:teuthology.orchestra.run.trial171.stdout:Transaction Summary 2026-02-18T06:04:02.254 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:02.254 INFO:teuthology.orchestra.run.trial171.stdout:Install 1 Package 2026-02-18T06:04:02.254 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:02.254 INFO:teuthology.orchestra.run.trial171.stdout:Total download size: 154 k 2026-02-18T06:04:02.255 INFO:teuthology.orchestra.run.trial171.stdout:Installed size: 447 k 2026-02-18T06:04:02.255 INFO:teuthology.orchestra.run.trial171.stdout:Downloading Packages: 2026-02-18T06:04:02.339 INFO:teuthology.orchestra.run.trial171.stdout:ceph-immutable-object-cache-20.2.0-670.gadc1923 1.8 MB/s | 154 kB 00:00 2026-02-18T06:04:02.340 INFO:teuthology.orchestra.run.trial171.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:02.340 INFO:teuthology.orchestra.run.trial171.stdout:Total 1.7 MB/s | 154 kB 00:00 2026-02-18T06:04:02.340 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction check 2026-02-18T06:04:02.345 INFO:teuthology.orchestra.run.trial171.stdout:Transaction check succeeded. 2026-02-18T06:04:02.345 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction test 2026-02-18T06:04:02.378 INFO:teuthology.orchestra.run.trial171.stdout:Transaction test succeeded. 2026-02-18T06:04:02.378 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction 2026-02-18T06:04:02.433 INFO:teuthology.orchestra.run.trial171.stdout: Preparing : 1/1 2026-02-18T06:04:02.435 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T06:04:02.456 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:02.458 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T06:04:02.458 INFO:teuthology.orchestra.run.trial171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:04:02.458 INFO:teuthology.orchestra.run.trial171.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T06:04:02.458 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:02.520 INFO:teuthology.orchestra.run.trial122.stdout:Package ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:02.538 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:02.538 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:02.539 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:02.561 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install cephadm 2026-02-18T06:04:02.733 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T06:04:02.734 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:02.734 INFO:teuthology.orchestra.run.trial171.stdout:Installed: 2026-02-18T06:04:02.734 INFO:teuthology.orchestra.run.trial171.stdout: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:02.734 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:02.734 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:02.762 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph-mgr 2026-02-18T06:04:02.869 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:02.933 INFO:teuthology.orchestra.run.trial122.stdout:Package cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:02.950 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:02.951 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:02.951 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:02.973 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T06:04:03.075 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:03.139 INFO:teuthology.orchestra.run.trial171.stdout:Package ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:03.157 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:03.157 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:03.157 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:03.179 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T06:04:03.290 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:03.372 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:03.373 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:03.373 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repo Size 2026-02-18T06:04:03.373 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:03.373 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-18T06:04:03.373 INFO:teuthology.orchestra.run.trial122.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-670.gadc19233.el9 ceph 154 k 2026-02-18T06:04:03.373 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:03.373 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:04:03.373 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:03.374 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-18T06:04:03.374 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:03.374 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 154 k 2026-02-18T06:04:03.374 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 447 k 2026-02-18T06:04:03.374 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-18T06:04:03.486 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:03.550 INFO:teuthology.orchestra.run.trial171.stdout:Package ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:03.567 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:03.568 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:03.568 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:03.589 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T06:04:03.745 INFO:teuthology.orchestra.run.trial122.stdout:ceph-immutable-object-cache-20.2.0-670.gadc1923 413 kB/s | 154 kB 00:00 2026-02-18T06:04:03.746 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:03.746 INFO:teuthology.orchestra.run.trial122.stdout:Total 412 kB/s | 154 kB 00:00 2026-02-18T06:04:03.746 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:04:03.751 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:04:03.751 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:04:03.784 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:04:03.784 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:04:03.839 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:04:03.840 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T06:04:03.862 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T06:04:03.862 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:04:03.863 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T06:04:03.863 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:03.902 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:03.965 INFO:teuthology.orchestra.run.trial171.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:03.983 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:03.983 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:03.984 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:04.005 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph-mgr-rook 2026-02-18T06:04:04.176 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T06:04:04.176 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:04.176 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-18T06:04:04.176 INFO:teuthology.orchestra.run.trial122.stdout: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:04.176 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:04.177 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:04.204 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-mgr 2026-02-18T06:04:04.311 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:04.374 INFO:teuthology.orchestra.run.trial171.stdout:Package ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:04.392 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:04.392 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:04.392 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:04.413 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T06:04:04.518 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:04.582 INFO:teuthology.orchestra.run.trial122.stdout:Package ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:04.600 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:04.600 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:04.600 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:04.622 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T06:04:04.726 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:04.789 INFO:teuthology.orchestra.run.trial171.stdout:Package ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:04.807 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:04.807 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:04.808 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:04.828 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph-fuse 2026-02-18T06:04:04.934 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:05.000 INFO:teuthology.orchestra.run.trial122.stdout:Package ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:05.018 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:05.018 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:05.018 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:05.040 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T06:04:05.137 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:05.220 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:05.220 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:05.221 INFO:teuthology.orchestra.run.trial171.stdout: Package Architecture Version Repository Size 2026-02-18T06:04:05.221 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:05.221 INFO:teuthology.orchestra.run.trial171.stdout:Installing: 2026-02-18T06:04:05.221 INFO:teuthology.orchestra.run.trial171.stdout: ceph-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 942 k 2026-02-18T06:04:05.221 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:05.221 INFO:teuthology.orchestra.run.trial171.stdout:Transaction Summary 2026-02-18T06:04:05.221 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:05.221 INFO:teuthology.orchestra.run.trial171.stdout:Install 1 Package 2026-02-18T06:04:05.221 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:05.221 INFO:teuthology.orchestra.run.trial171.stdout:Total download size: 942 k 2026-02-18T06:04:05.221 INFO:teuthology.orchestra.run.trial171.stdout:Installed size: 2.7 M 2026-02-18T06:04:05.222 INFO:teuthology.orchestra.run.trial171.stdout:Downloading Packages: 2026-02-18T06:04:05.340 INFO:teuthology.orchestra.run.trial171.stdout:ceph-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 7.7 MB/s | 942 kB 00:00 2026-02-18T06:04:05.341 INFO:teuthology.orchestra.run.trial171.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:05.341 INFO:teuthology.orchestra.run.trial171.stdout:Total 7.7 MB/s | 942 kB 00:00 2026-02-18T06:04:05.341 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction check 2026-02-18T06:04:05.345 INFO:teuthology.orchestra.run.trial171.stdout:Transaction check succeeded. 2026-02-18T06:04:05.345 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction test 2026-02-18T06:04:05.346 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:05.378 INFO:teuthology.orchestra.run.trial171.stdout:Transaction test succeeded. 2026-02-18T06:04:05.378 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction 2026-02-18T06:04:05.410 INFO:teuthology.orchestra.run.trial122.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:05.427 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:05.428 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:05.428 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:05.450 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-mgr-rook 2026-02-18T06:04:05.468 INFO:teuthology.orchestra.run.trial171.stdout: Preparing : 1/1 2026-02-18T06:04:05.485 INFO:teuthology.orchestra.run.trial171.stdout: Installing : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:05.740 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:05.756 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:05.797 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:05.797 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:05.797 INFO:teuthology.orchestra.run.trial171.stdout:Installed: 2026-02-18T06:04:05.797 INFO:teuthology.orchestra.run.trial171.stdout: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:05.798 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:05.798 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:05.821 INFO:teuthology.orchestra.run.trial122.stdout:Package ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:05.827 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install ceph-volume 2026-02-18T06:04:05.839 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:05.840 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:05.840 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:05.861 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T06:04:06.138 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:06.167 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:06.202 INFO:teuthology.orchestra.run.trial171.stdout:Package ceph-volume-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:06.219 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:06.220 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:06.220 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:06.230 INFO:teuthology.orchestra.run.trial122.stdout:Package ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:06.240 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install librados-devel 2026-02-18T06:04:06.247 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:06.248 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:06.248 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:06.269 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-fuse 2026-02-18T06:04:06.552 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:06.579 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:06.634 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:06.634 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:06.635 INFO:teuthology.orchestra.run.trial171.stdout: Package Arch Version Repo Size 2026-02-18T06:04:06.635 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:06.635 INFO:teuthology.orchestra.run.trial171.stdout:Installing: 2026-02-18T06:04:06.635 INFO:teuthology.orchestra.run.trial171.stdout: librados-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 126 k 2026-02-18T06:04:06.635 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:06.635 INFO:teuthology.orchestra.run.trial171.stdout:Transaction Summary 2026-02-18T06:04:06.635 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:06.635 INFO:teuthology.orchestra.run.trial171.stdout:Install 1 Package 2026-02-18T06:04:06.635 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:06.636 INFO:teuthology.orchestra.run.trial171.stdout:Total download size: 126 k 2026-02-18T06:04:06.636 INFO:teuthology.orchestra.run.trial171.stdout:Installed size: 449 k 2026-02-18T06:04:06.636 INFO:teuthology.orchestra.run.trial171.stdout:Downloading Packages: 2026-02-18T06:04:06.662 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:06.663 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:06.663 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-18T06:04:06.663 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:06.663 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-18T06:04:06.663 INFO:teuthology.orchestra.run.trial122.stdout: ceph-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 942 k 2026-02-18T06:04:06.663 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:06.663 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:04:06.663 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:06.664 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-18T06:04:06.664 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:06.664 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 942 k 2026-02-18T06:04:06.664 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 2.7 M 2026-02-18T06:04:06.664 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-18T06:04:06.719 INFO:teuthology.orchestra.run.trial171.stdout:librados-devel-20.2.0-670.gadc19233.el9.x86_64. 1.5 MB/s | 126 kB 00:00 2026-02-18T06:04:06.720 INFO:teuthology.orchestra.run.trial171.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:06.720 INFO:teuthology.orchestra.run.trial171.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-18T06:04:06.720 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction check 2026-02-18T06:04:06.723 INFO:teuthology.orchestra.run.trial171.stdout:Transaction check succeeded. 2026-02-18T06:04:06.723 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction test 2026-02-18T06:04:06.753 INFO:teuthology.orchestra.run.trial171.stdout:Transaction test succeeded. 2026-02-18T06:04:06.754 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction 2026-02-18T06:04:06.780 INFO:teuthology.orchestra.run.trial122.stdout:ceph-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 7.9 MB/s | 942 kB 00:00 2026-02-18T06:04:06.780 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:06.780 INFO:teuthology.orchestra.run.trial122.stdout:Total 7.9 MB/s | 942 kB 00:00 2026-02-18T06:04:06.780 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:04:06.785 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:04:06.785 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:04:06.808 INFO:teuthology.orchestra.run.trial171.stdout: Preparing : 1/1 2026-02-18T06:04:06.818 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:04:06.818 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:04:06.824 INFO:teuthology.orchestra.run.trial171.stdout: Installing : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:06.905 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:06.907 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:04:06.924 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:06.964 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:06.964 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:06.964 INFO:teuthology.orchestra.run.trial171.stdout:Installed: 2026-02-18T06:04:06.964 INFO:teuthology.orchestra.run.trial171.stdout: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:06.964 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:06.964 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:06.991 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install libcephfs2 2026-02-18T06:04:07.139 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:07.197 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:07.198 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:07.198 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-18T06:04:07.198 INFO:teuthology.orchestra.run.trial122.stdout: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:07.198 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:07.198 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:07.224 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-volume 2026-02-18T06:04:07.300 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:07.366 INFO:teuthology.orchestra.run.trial171.stdout:Package libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:07.384 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:07.384 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:07.384 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:07.407 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install libcephfs-devel 2026-02-18T06:04:07.531 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:07.595 INFO:teuthology.orchestra.run.trial122.stdout:Package ceph-volume-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T06:04:07.612 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:07.613 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:07.613 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:07.634 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install librados-devel 2026-02-18T06:04:07.715 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:07.796 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:07.797 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:07.797 INFO:teuthology.orchestra.run.trial171.stdout: Package Arch Version Repo Size 2026-02-18T06:04:07.797 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:07.797 INFO:teuthology.orchestra.run.trial171.stdout:Installing: 2026-02-18T06:04:07.797 INFO:teuthology.orchestra.run.trial171.stdout: libcephfs-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 34 k 2026-02-18T06:04:07.797 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:07.798 INFO:teuthology.orchestra.run.trial171.stdout:Transaction Summary 2026-02-18T06:04:07.798 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:07.798 INFO:teuthology.orchestra.run.trial171.stdout:Install 1 Package 2026-02-18T06:04:07.798 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:07.798 INFO:teuthology.orchestra.run.trial171.stdout:Total download size: 34 k 2026-02-18T06:04:07.798 INFO:teuthology.orchestra.run.trial171.stdout:Installed size: 155 k 2026-02-18T06:04:07.798 INFO:teuthology.orchestra.run.trial171.stdout:Downloading Packages: 2026-02-18T06:04:07.859 INFO:teuthology.orchestra.run.trial171.stdout:libcephfs-devel-20.2.0-670.gadc19233.el9.x86_64 555 kB/s | 34 kB 00:00 2026-02-18T06:04:07.860 INFO:teuthology.orchestra.run.trial171.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:07.860 INFO:teuthology.orchestra.run.trial171.stdout:Total 548 kB/s | 34 kB 00:00 2026-02-18T06:04:07.860 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction check 2026-02-18T06:04:07.862 INFO:teuthology.orchestra.run.trial171.stdout:Transaction check succeeded. 2026-02-18T06:04:07.862 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction test 2026-02-18T06:04:07.864 INFO:teuthology.orchestra.run.trial171.stdout:Transaction test succeeded. 2026-02-18T06:04:07.864 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction 2026-02-18T06:04:07.884 INFO:teuthology.orchestra.run.trial171.stdout: Preparing : 1/1 2026-02-18T06:04:07.901 INFO:teuthology.orchestra.run.trial171.stdout: Installing : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:07.948 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:07.956 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:08.014 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:08.014 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:08.014 INFO:teuthology.orchestra.run.trial171.stdout:Installed: 2026-02-18T06:04:08.014 INFO:teuthology.orchestra.run.trial171.stdout: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:08.014 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:08.014 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:08.030 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:08.031 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:08.031 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repo Size 2026-02-18T06:04:08.031 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:08.031 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-18T06:04:08.031 INFO:teuthology.orchestra.run.trial122.stdout: librados-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 126 k 2026-02-18T06:04:08.031 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:08.031 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:04:08.032 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:08.032 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-18T06:04:08.032 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:08.032 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 126 k 2026-02-18T06:04:08.032 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 449 k 2026-02-18T06:04:08.032 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-18T06:04:08.045 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install librados2 2026-02-18T06:04:08.115 INFO:teuthology.orchestra.run.trial122.stdout:librados-devel-20.2.0-670.gadc19233.el9.x86_64. 1.5 MB/s | 126 kB 00:00 2026-02-18T06:04:08.116 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:08.116 INFO:teuthology.orchestra.run.trial122.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-18T06:04:08.116 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:04:08.119 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:04:08.119 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:04:08.150 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:04:08.150 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:04:08.205 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:04:08.222 INFO:teuthology.orchestra.run.trial122.stdout: Installing : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:08.302 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:08.357 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:46 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:08.360 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:08.360 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:08.360 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-18T06:04:08.360 INFO:teuthology.orchestra.run.trial122.stdout: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:08.360 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:08.360 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:08.388 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install libcephfs2 2026-02-18T06:04:08.422 INFO:teuthology.orchestra.run.trial171.stdout:Package librados2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:08.439 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:08.440 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:08.440 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:08.462 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install librbd1 2026-02-18T06:04:08.702 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:08.766 INFO:teuthology.orchestra.run.trial122.stdout:Package libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:08.777 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:46 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:08.783 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:08.784 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:08.784 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:08.806 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install libcephfs-devel 2026-02-18T06:04:08.840 INFO:teuthology.orchestra.run.trial171.stdout:Package librbd1-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:08.858 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:08.859 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:08.859 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:08.881 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install python3-rados 2026-02-18T06:04:09.114 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:09.193 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:47 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:09.195 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:09.196 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:09.196 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repo Size 2026-02-18T06:04:09.196 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:09.196 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-18T06:04:09.197 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 34 k 2026-02-18T06:04:09.197 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:09.197 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:04:09.197 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:09.197 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-18T06:04:09.197 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:09.197 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 34 k 2026-02-18T06:04:09.197 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 155 k 2026-02-18T06:04:09.197 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-18T06:04:09.257 INFO:teuthology.orchestra.run.trial171.stdout:Package python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:09.259 INFO:teuthology.orchestra.run.trial122.stdout:libcephfs-devel-20.2.0-670.gadc19233.el9.x86_64 549 kB/s | 34 kB 00:00 2026-02-18T06:04:09.260 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:09.260 INFO:teuthology.orchestra.run.trial122.stdout:Total 537 kB/s | 34 kB 00:00 2026-02-18T06:04:09.260 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:04:09.262 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:04:09.263 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:04:09.264 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:04:09.265 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:04:09.274 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:09.275 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:09.275 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:09.285 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:04:09.297 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install python3-rgw 2026-02-18T06:04:09.301 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:09.355 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:09.411 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:09.412 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:09.412 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-18T06:04:09.412 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:09.412 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:09.412 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:09.438 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install librados2 2026-02-18T06:04:09.603 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:47 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:09.667 INFO:teuthology.orchestra.run.trial171.stdout:Package python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:09.685 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:09.685 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:09.685 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:09.707 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install python3-cephfs 2026-02-18T06:04:09.748 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:09.811 INFO:teuthology.orchestra.run.trial122.stdout:Package librados2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:09.828 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:09.829 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:09.829 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:09.850 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install librbd1 2026-02-18T06:04:10.013 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:48 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:10.076 INFO:teuthology.orchestra.run.trial171.stdout:Package python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:10.094 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:10.095 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:10.095 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:10.116 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install python3-rbd 2026-02-18T06:04:10.161 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:10.225 INFO:teuthology.orchestra.run.trial122.stdout:Package librbd1-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:10.243 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:10.244 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:10.244 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:10.265 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install python3-rados 2026-02-18T06:04:10.422 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:48 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:10.487 INFO:teuthology.orchestra.run.trial171.stdout:Package python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:10.505 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:10.505 INFO:teuthology.orchestra.run.trial171.stdout:Nothing to do. 2026-02-18T06:04:10.505 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:10.527 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install rbd-fuse 2026-02-18T06:04:10.567 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:10.631 INFO:teuthology.orchestra.run.trial122.stdout:Package python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:10.649 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:10.650 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:10.650 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:10.670 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install python3-rgw 2026-02-18T06:04:10.836 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:48 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:10.919 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:10.920 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:10.920 INFO:teuthology.orchestra.run.trial171.stdout: Package Architecture Version Repository Size 2026-02-18T06:04:10.920 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:10.920 INFO:teuthology.orchestra.run.trial171.stdout:Installing: 2026-02-18T06:04:10.920 INFO:teuthology.orchestra.run.trial171.stdout: rbd-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 91 k 2026-02-18T06:04:10.920 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:10.921 INFO:teuthology.orchestra.run.trial171.stdout:Transaction Summary 2026-02-18T06:04:10.921 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:10.921 INFO:teuthology.orchestra.run.trial171.stdout:Install 1 Package 2026-02-18T06:04:10.921 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:10.921 INFO:teuthology.orchestra.run.trial171.stdout:Total download size: 91 k 2026-02-18T06:04:10.921 INFO:teuthology.orchestra.run.trial171.stdout:Installed size: 238 k 2026-02-18T06:04:10.921 INFO:teuthology.orchestra.run.trial171.stdout:Downloading Packages: 2026-02-18T06:04:10.975 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:10.993 INFO:teuthology.orchestra.run.trial171.stdout:rbd-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-18T06:04:10.994 INFO:teuthology.orchestra.run.trial171.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:10.994 INFO:teuthology.orchestra.run.trial171.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-18T06:04:10.994 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction check 2026-02-18T06:04:10.998 INFO:teuthology.orchestra.run.trial171.stdout:Transaction check succeeded. 2026-02-18T06:04:10.998 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction test 2026-02-18T06:04:11.029 INFO:teuthology.orchestra.run.trial171.stdout:Transaction test succeeded. 2026-02-18T06:04:11.029 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction 2026-02-18T06:04:11.039 INFO:teuthology.orchestra.run.trial122.stdout:Package python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:11.057 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:11.058 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:11.058 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:11.080 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install python3-cephfs 2026-02-18T06:04:11.081 INFO:teuthology.orchestra.run.trial171.stdout: Preparing : 1/1 2026-02-18T06:04:11.097 INFO:teuthology.orchestra.run.trial171.stdout: Installing : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:11.175 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:11.232 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:11.232 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:11.232 INFO:teuthology.orchestra.run.trial171.stdout:Installed: 2026-02-18T06:04:11.232 INFO:teuthology.orchestra.run.trial171.stdout: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:11.233 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:11.233 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:11.261 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install rbd-mirror 2026-02-18T06:04:11.385 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:11.449 INFO:teuthology.orchestra.run.trial122.stdout:Package python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:11.467 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:11.467 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:11.467 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:11.488 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install python3-rbd 2026-02-18T06:04:11.570 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:49 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:11.653 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:11.654 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:11.654 INFO:teuthology.orchestra.run.trial171.stdout: Package Arch Version Repo Size 2026-02-18T06:04:11.654 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:11.654 INFO:teuthology.orchestra.run.trial171.stdout:Installing: 2026-02-18T06:04:11.655 INFO:teuthology.orchestra.run.trial171.stdout: rbd-mirror x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.9 M 2026-02-18T06:04:11.655 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:11.655 INFO:teuthology.orchestra.run.trial171.stdout:Transaction Summary 2026-02-18T06:04:11.655 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:11.655 INFO:teuthology.orchestra.run.trial171.stdout:Install 1 Package 2026-02-18T06:04:11.655 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:11.655 INFO:teuthology.orchestra.run.trial171.stdout:Total download size: 2.9 M 2026-02-18T06:04:11.655 INFO:teuthology.orchestra.run.trial171.stdout:Installed size: 11 M 2026-02-18T06:04:11.655 INFO:teuthology.orchestra.run.trial171.stdout:Downloading Packages: 2026-02-18T06:04:11.798 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:11.799 INFO:teuthology.orchestra.run.trial171.stdout:rbd-mirror-20.2.0-670.gadc19233.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T06:04:11.800 INFO:teuthology.orchestra.run.trial171.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:11.800 INFO:teuthology.orchestra.run.trial171.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T06:04:11.800 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction check 2026-02-18T06:04:11.805 INFO:teuthology.orchestra.run.trial171.stdout:Transaction check succeeded. 2026-02-18T06:04:11.805 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction test 2026-02-18T06:04:11.844 INFO:teuthology.orchestra.run.trial171.stdout:Transaction test succeeded. 2026-02-18T06:04:11.844 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction 2026-02-18T06:04:11.863 INFO:teuthology.orchestra.run.trial122.stdout:Package python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T06:04:11.881 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:11.882 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:04:11.882 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:11.903 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install rbd-fuse 2026-02-18T06:04:12.025 INFO:teuthology.orchestra.run.trial171.stdout: Preparing : 1/1 2026-02-18T06:04:12.027 INFO:teuthology.orchestra.run.trial171.stdout: Installing : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:12.050 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:12.050 INFO:teuthology.orchestra.run.trial171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:04:12.050 INFO:teuthology.orchestra.run.trial171.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T06:04:12.050 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T06:04:12.050 INFO:teuthology.orchestra.run.trial171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T06:04:12.051 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:12.213 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:12.296 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:12.297 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:12.297 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-18T06:04:12.297 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:12.297 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-18T06:04:12.297 INFO:teuthology.orchestra.run.trial122.stdout: rbd-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 91 k 2026-02-18T06:04:12.297 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:12.297 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:04:12.298 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:12.298 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-18T06:04:12.298 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:12.298 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 91 k 2026-02-18T06:04:12.298 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 238 k 2026-02-18T06:04:12.298 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-18T06:04:12.338 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:12.339 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:12.339 INFO:teuthology.orchestra.run.trial171.stdout:Installed: 2026-02-18T06:04:12.339 INFO:teuthology.orchestra.run.trial171.stdout: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:12.339 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:12.339 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:12.368 DEBUG:teuthology.orchestra.run.trial171:> sudo yum -y install rbd-nbd 2026-02-18T06:04:12.370 INFO:teuthology.orchestra.run.trial122.stdout:rbd-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-18T06:04:12.371 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:12.371 INFO:teuthology.orchestra.run.trial122.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-18T06:04:12.371 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:04:12.375 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:04:12.375 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:04:12.406 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:04:12.406 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:04:12.458 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:04:12.475 INFO:teuthology.orchestra.run.trial122.stdout: Installing : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:12.553 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:12.611 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:12.611 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:12.611 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-18T06:04:12.611 INFO:teuthology.orchestra.run.trial122.stdout: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:12.611 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:12.611 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:12.638 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install rbd-mirror 2026-02-18T06:04:12.684 INFO:teuthology.orchestra.run.trial171.stdout:Last metadata expiration check: 0:00:50 ago on Wed 18 Feb 2026 06:03:22 AM UTC. 2026-02-18T06:04:12.766 INFO:teuthology.orchestra.run.trial171.stdout:Dependencies resolved. 2026-02-18T06:04:12.766 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:12.767 INFO:teuthology.orchestra.run.trial171.stdout: Package Architecture Version Repository Size 2026-02-18T06:04:12.767 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:12.767 INFO:teuthology.orchestra.run.trial171.stdout:Installing: 2026-02-18T06:04:12.767 INFO:teuthology.orchestra.run.trial171.stdout: rbd-nbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 180 k 2026-02-18T06:04:12.767 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:12.767 INFO:teuthology.orchestra.run.trial171.stdout:Transaction Summary 2026-02-18T06:04:12.767 INFO:teuthology.orchestra.run.trial171.stdout:================================================================================ 2026-02-18T06:04:12.767 INFO:teuthology.orchestra.run.trial171.stdout:Install 1 Package 2026-02-18T06:04:12.767 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:12.767 INFO:teuthology.orchestra.run.trial171.stdout:Total download size: 180 k 2026-02-18T06:04:12.768 INFO:teuthology.orchestra.run.trial171.stdout:Installed size: 498 k 2026-02-18T06:04:12.768 INFO:teuthology.orchestra.run.trial171.stdout:Downloading Packages: 2026-02-18T06:04:12.852 INFO:teuthology.orchestra.run.trial171.stdout:rbd-nbd-20.2.0-670.gadc19233.el9.x86_64.rpm 2.0 MB/s | 180 kB 00:00 2026-02-18T06:04:12.853 INFO:teuthology.orchestra.run.trial171.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:12.854 INFO:teuthology.orchestra.run.trial171.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-18T06:04:12.854 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction check 2026-02-18T06:04:12.858 INFO:teuthology.orchestra.run.trial171.stdout:Transaction check succeeded. 2026-02-18T06:04:12.858 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction test 2026-02-18T06:04:12.890 INFO:teuthology.orchestra.run.trial171.stdout:Transaction test succeeded. 2026-02-18T06:04:12.890 INFO:teuthology.orchestra.run.trial171.stdout:Running transaction 2026-02-18T06:04:12.946 INFO:teuthology.orchestra.run.trial171.stdout: Preparing : 1/1 2026-02-18T06:04:12.954 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:12.963 INFO:teuthology.orchestra.run.trial171.stdout: Installing : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:13.039 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:13.040 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:13.040 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repo Size 2026-02-18T06:04:13.040 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:13.040 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-18T06:04:13.040 INFO:teuthology.orchestra.run.trial122.stdout: rbd-mirror x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.9 M 2026-02-18T06:04:13.040 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:13.040 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:04:13.041 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:13.041 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-18T06:04:13.041 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:13.041 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 2.9 M 2026-02-18T06:04:13.041 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 11 M 2026-02-18T06:04:13.041 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-18T06:04:13.043 INFO:teuthology.orchestra.run.trial171.stdout: Running scriptlet: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:13.101 INFO:teuthology.orchestra.run.trial171.stdout: Verifying : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:13.101 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:13.101 INFO:teuthology.orchestra.run.trial171.stdout:Installed: 2026-02-18T06:04:13.101 INFO:teuthology.orchestra.run.trial171.stdout: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:13.101 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:13.101 INFO:teuthology.orchestra.run.trial171.stdout:Complete! 2026-02-18T06:04:13.133 DEBUG:teuthology.parallel:result is None 2026-02-18T06:04:13.186 INFO:teuthology.orchestra.run.trial122.stdout:rbd-mirror-20.2.0-670.gadc19233.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T06:04:13.187 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:13.187 INFO:teuthology.orchestra.run.trial122.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T06:04:13.187 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:04:13.191 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:04:13.192 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:04:13.230 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:04:13.231 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:04:13.410 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:04:13.412 INFO:teuthology.orchestra.run.trial122.stdout: Installing : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:13.434 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:13.434 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T06:04:13.435 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T06:04:13.435 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T06:04:13.435 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T06:04:13.435 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:13.754 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:13.755 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:13.755 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-18T06:04:13.755 INFO:teuthology.orchestra.run.trial122.stdout: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:13.755 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:13.755 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:13.785 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install rbd-nbd 2026-02-18T06:04:14.095 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:46 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:04:14.176 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:04:14.177 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:14.177 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-18T06:04:14.177 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:14.178 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-18T06:04:14.178 INFO:teuthology.orchestra.run.trial122.stdout: rbd-nbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 180 k 2026-02-18T06:04:14.178 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:14.178 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:04:14.178 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:04:14.178 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-18T06:04:14.178 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:14.178 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 180 k 2026-02-18T06:04:14.178 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 498 k 2026-02-18T06:04:14.178 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-18T06:04:14.262 INFO:teuthology.orchestra.run.trial122.stdout:rbd-nbd-20.2.0-670.gadc19233.el9.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-18T06:04:14.262 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-18T06:04:14.262 INFO:teuthology.orchestra.run.trial122.stdout:Total 2.1 MB/s | 180 kB 00:00 2026-02-18T06:04:14.263 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:04:14.267 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:04:14.267 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:04:14.298 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:04:14.298 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:04:14.354 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:04:14.371 INFO:teuthology.orchestra.run.trial122.stdout: Installing : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:14.452 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:14.509 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T06:04:14.509 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:14.509 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-18T06:04:14.510 INFO:teuthology.orchestra.run.trial122.stdout: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T06:04:14.510 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:14.510 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:04:14.540 DEBUG:teuthology.parallel:result is None 2026-02-18T06:04:14.541 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T06:04:14.716 DEBUG:teuthology.orchestra.run.trial122:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T06:04:14.737 INFO:teuthology.orchestra.run.trial122.stdout:20.2.0-670.gadc19233.el9 2026-02-18T06:04:14.738 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-670.gadc19233.el9 2026-02-18T06:04:14.738 INFO:teuthology.task.install:The correct ceph version 20.2.0-670.gadc19233 is installed. 2026-02-18T06:04:14.740 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T06:04:14.888 DEBUG:teuthology.orchestra.run.trial171:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T06:04:14.909 INFO:teuthology.orchestra.run.trial171.stdout:20.2.0-670.gadc19233.el9 2026-02-18T06:04:14.910 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-670.gadc19233.el9 2026-02-18T06:04:14.910 INFO:teuthology.task.install:The correct ceph version 20.2.0-670.gadc19233 is installed. 2026-02-18T06:04:14.912 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-18T06:04:14.912 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:14.912 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T06:04:14.939 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:14.939 DEBUG:teuthology.orchestra.run.trial171:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T06:04:14.975 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-18T06:04:14.975 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:14.975 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T06:04:15.003 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T06:04:15.067 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:15.067 DEBUG:teuthology.orchestra.run.trial171:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T06:04:15.093 DEBUG:teuthology.orchestra.run.trial171:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T06:04:15.158 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-18T06:04:15.158 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:15.158 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T06:04:15.183 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T06:04:15.247 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:15.247 DEBUG:teuthology.orchestra.run.trial171:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T06:04:15.272 DEBUG:teuthology.orchestra.run.trial171:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T06:04:15.337 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-18T06:04:15.337 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:15.337 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T06:04:15.362 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T06:04:15.425 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:15.425 DEBUG:teuthology.orchestra.run.trial171:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T06:04:15.450 DEBUG:teuthology.orchestra.run.trial171:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T06:04:15.514 INFO:teuthology.run_tasks:Running task ceph... 2026-02-18T06:04:15.628 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2026-02-18T06:04:15.628 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod 777 /var/log/ceph 2026-02-18T06:04:15.630 DEBUG:teuthology.orchestra.run.trial171:> sudo chmod 777 /var/log/ceph 2026-02-18T06:04:15.653 INFO:tasks.ceph:Disabling ceph logrotate... 2026-02-18T06:04:15.653 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -f -- /etc/logrotate.d/ceph 2026-02-18T06:04:15.694 DEBUG:teuthology.orchestra.run.trial171:> sudo rm -f -- /etc/logrotate.d/ceph 2026-02-18T06:04:15.718 INFO:tasks.ceph:Creating extra log directories... 2026-02-18T06:04:15.719 DEBUG:teuthology.orchestra.run.trial122:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2026-02-18T06:04:15.758 DEBUG:teuthology.orchestra.run.trial171:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2026-02-18T06:04:15.795 INFO:tasks.ceph:Creating ceph cluster cluster1... 2026-02-18T06:04:15.796 INFO:tasks.ceph:config {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, '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': 'cluster1', 'mon_bind_msgr2': True, 'mon_bind_addrvec': True} 2026-02-18T06:04:15.796 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867', 'branch': '20.2.1_2.17.26-baseline_2', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{centos_latest} 5-data-pool/ec 6-prepare/native-standalone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}}', 'email': 'yweinste@redhat.com', 'exclude_arch': 'armv7l', 'first_in_suite': False, 'flavor': 'default', 'io_workload': {'sequential': [{'qemu': {'cluster1.client.0': {'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': '54867', 'kernel': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'last_in_suite': False, 'machine_type': 'trial', 'meta': [{'desc': 'run two ceph clusters'}, {'desc': '2 ceph clusters with 1 mon and 3 osds each'}], 'migrate_workload': {'sequential': [{'exec': {'cluster1.client.0': ['sleep $((RANDOM % 600))', 'rbd --cluster cluster1 migration execute client.0.0', 'sleep $((RANDOM % 600))', 'rbd --cluster cluster1 migration commit client.0.0', 'sleep $((RANDOM % 600))', 'rbd --cluster cluster1 migration execute client.0.1']}}]}, 'name': 'yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial', 'no_nested_subset': False, 'os_type': 'centos', 'os_version': '9.stream', 'overrides': {'admin_socket': {'branch': '20.2.1_2.17.26-baseline_2'}, 'ceph': {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'install': {'ceph': {'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': '20.2.1_2.17.26-baseline_2', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}}, 'owner': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'priority': 69, 'repo': 'https://github.com/ceph/ceph-ci.git', 'roles': [['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'], ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0']], 'seed': 7878, 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'sleep_before_teardown': 0, 'subset': '111/120000', 'suite': 'rbd', 'suite_branch': '20.2.1_2.17.26-baseline_2', 'suite_path': '/home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://github.com/ceph/ceph-ci.git', 'suite_sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'targets': {'trial122.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFJfhduFYRghJ1aXLmxHOGKAVIalk6OZrhr9zUEqKrQHax8kFWZHP2LxYuPBINhLSPZbsImmQy9yNnX9LKY9uoI=', 'trial171.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHuVzwec9hgtbUt9NHap3wT01avRxnYQbB/ssM/33TRfs9lf611x6O/DgdzNC8NOaJ2XX2pdQPVtkmh8hKOh7bk='}, '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': {'branch': 'distro', 'kdb': True, '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': {'cluster': 'cluster1', 'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}}, {'ceph': {'cluster': 'cluster2'}}, {'exec': {'cluster1.client.0': ['sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0', 'rbd --cluster cluster2 migration execute client.0.0', 'rbd --cluster cluster2 migration commit client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2', 'rbd --cluster cluster2 snap create client.0.2@snap']}}, {'exec': {'cluster1.client.0': ['echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': 'main', 'teuthology_sha1': 'fa17720d0088c3ac28e473468bfc79eeaff5cd38', 'timestamp': '2026-02-17_21:26:40', 'tube': 'trial', 'user': 'yuriw', 'verbose': True, 'worker_log': '/home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3682'} 2026-02-18T06:04:15.797 DEBUG:teuthology.orchestra.run.trial122:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2026-02-18T06:04:15.823 DEBUG:teuthology.orchestra.run.trial171:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2026-02-18T06:04:15.839 DEBUG:teuthology.orchestra.run.trial122:> sudo install -d -m0777 -- /var/run/ceph 2026-02-18T06:04:15.880 DEBUG:teuthology.orchestra.run.trial171:> sudo install -d -m0777 -- /var/run/ceph 2026-02-18T06:04:15.905 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:15.905 DEBUG:teuthology.orchestra.run.trial122:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T06:04:15.957 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-18T06:04:15.957 DEBUG:teuthology.orchestra.run.trial122:> stat /dev/vg_nvme/lv_1 2026-02-18T06:04:16.015 INFO:teuthology.orchestra.run.trial122.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T06:04:16.015 INFO:teuthology.orchestra.run.trial122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T06:04:16.015 INFO:teuthology.orchestra.run.trial122.stdout:Device: 6h/6d Inode: 1293 Links: 1 2026-02-18T06:04:16.016 INFO:teuthology.orchestra.run.trial122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T06:04:16.016 INFO:teuthology.orchestra.run.trial122.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T06:04:16.016 INFO:teuthology.orchestra.run.trial122.stdout:Access: 2026-02-18 06:04:13.576346166 +0000 2026-02-18T06:04:16.016 INFO:teuthology.orchestra.run.trial122.stdout:Modify: 2026-02-18 06:03:35.152287420 +0000 2026-02-18T06:04:16.016 INFO:teuthology.orchestra.run.trial122.stdout:Change: 2026-02-18 06:03:35.152287420 +0000 2026-02-18T06:04:16.016 INFO:teuthology.orchestra.run.trial122.stdout: Birth: 2026-02-18 06:03:35.152287420 +0000 2026-02-18T06:04:16.016 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T06:04:16.077 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records in 2026-02-18T06:04:16.078 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records out 2026-02-18T06:04:16.078 INFO:teuthology.orchestra.run.trial122.stderr:512 bytes copied, 0.000152134 s, 3.4 MB/s 2026-02-18T06:04:16.079 DEBUG:teuthology.orchestra.run.trial122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T06:04:16.137 DEBUG:teuthology.orchestra.run.trial122:> stat /dev/vg_nvme/lv_2 2026-02-18T06:04:16.193 INFO:teuthology.orchestra.run.trial122.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T06:04:16.193 INFO:teuthology.orchestra.run.trial122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T06:04:16.193 INFO:teuthology.orchestra.run.trial122.stdout:Device: 6h/6d Inode: 1298 Links: 1 2026-02-18T06:04:16.193 INFO:teuthology.orchestra.run.trial122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T06:04:16.193 INFO:teuthology.orchestra.run.trial122.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T06:04:16.193 INFO:teuthology.orchestra.run.trial122.stdout:Access: 2026-02-18 06:04:13.576346166 +0000 2026-02-18T06:04:16.193 INFO:teuthology.orchestra.run.trial122.stdout:Modify: 2026-02-18 06:03:35.152287420 +0000 2026-02-18T06:04:16.194 INFO:teuthology.orchestra.run.trial122.stdout:Change: 2026-02-18 06:03:35.152287420 +0000 2026-02-18T06:04:16.194 INFO:teuthology.orchestra.run.trial122.stdout: Birth: 2026-02-18 06:03:35.152287420 +0000 2026-02-18T06:04:16.194 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T06:04:16.255 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records in 2026-02-18T06:04:16.256 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records out 2026-02-18T06:04:16.256 INFO:teuthology.orchestra.run.trial122.stderr:512 bytes copied, 0.000146503 s, 3.5 MB/s 2026-02-18T06:04:16.257 DEBUG:teuthology.orchestra.run.trial122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T06:04:16.314 DEBUG:teuthology.orchestra.run.trial122:> stat /dev/vg_nvme/lv_3 2026-02-18T06:04:16.370 INFO:teuthology.orchestra.run.trial122.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T06:04:16.370 INFO:teuthology.orchestra.run.trial122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T06:04:16.371 INFO:teuthology.orchestra.run.trial122.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-18T06:04:16.371 INFO:teuthology.orchestra.run.trial122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T06:04:16.371 INFO:teuthology.orchestra.run.trial122.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T06:04:16.371 INFO:teuthology.orchestra.run.trial122.stdout:Access: 2026-02-18 06:04:13.577346142 +0000 2026-02-18T06:04:16.371 INFO:teuthology.orchestra.run.trial122.stdout:Modify: 2026-02-18 06:03:35.152287420 +0000 2026-02-18T06:04:16.371 INFO:teuthology.orchestra.run.trial122.stdout:Change: 2026-02-18 06:03:35.152287420 +0000 2026-02-18T06:04:16.371 INFO:teuthology.orchestra.run.trial122.stdout: Birth: 2026-02-18 06:03:35.152287420 +0000 2026-02-18T06:04:16.371 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T06:04:16.432 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records in 2026-02-18T06:04:16.432 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records out 2026-02-18T06:04:16.433 INFO:teuthology.orchestra.run.trial122.stderr:512 bytes copied, 0.000178212 s, 2.9 MB/s 2026-02-18T06:04:16.434 DEBUG:teuthology.orchestra.run.trial122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T06:04:16.491 DEBUG:teuthology.orchestra.run.trial122:> stat /dev/vg_nvme/lv_4 2026-02-18T06:04:16.547 INFO:teuthology.orchestra.run.trial122.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T06:04:16.548 INFO:teuthology.orchestra.run.trial122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T06:04:16.548 INFO:teuthology.orchestra.run.trial122.stdout:Device: 6h/6d Inode: 1284 Links: 1 2026-02-18T06:04:16.548 INFO:teuthology.orchestra.run.trial122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T06:04:16.548 INFO:teuthology.orchestra.run.trial122.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T06:04:16.548 INFO:teuthology.orchestra.run.trial122.stdout:Access: 2026-02-18 06:04:13.577346142 +0000 2026-02-18T06:04:16.548 INFO:teuthology.orchestra.run.trial122.stdout:Modify: 2026-02-18 06:03:35.151287443 +0000 2026-02-18T06:04:16.548 INFO:teuthology.orchestra.run.trial122.stdout:Change: 2026-02-18 06:03:35.151287443 +0000 2026-02-18T06:04:16.548 INFO:teuthology.orchestra.run.trial122.stdout: Birth: 2026-02-18 06:03:35.151287443 +0000 2026-02-18T06:04:16.549 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T06:04:16.611 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records in 2026-02-18T06:04:16.611 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records out 2026-02-18T06:04:16.611 INFO:teuthology.orchestra.run.trial122.stderr:512 bytes copied, 0.000159698 s, 3.2 MB/s 2026-02-18T06:04:16.613 DEBUG:teuthology.orchestra.run.trial122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T06:04:16.669 INFO:tasks.ceph:osd dev map: {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'} 2026-02-18T06:04:16.669 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@trial122.front.sepia.ceph.com'): {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'}} 2026-02-18T06:04:16.669 INFO:tasks.ceph:Generating config... 2026-02-18T06:04:16.671 INFO:tasks.ceph:[client] rbd default data pool = datapool 2026-02-18T06:04:16.672 INFO:tasks.ceph:[global] mon warn on pool no app = False 2026-02-18T06:04:16.672 INFO:tasks.ceph:[mgr] debug mgr = 20 2026-02-18T06:04:16.672 INFO:tasks.ceph:[mgr] debug ms = 1 2026-02-18T06:04:16.672 INFO:tasks.ceph:[mon] debug mon = 20 2026-02-18T06:04:16.672 INFO:tasks.ceph:[mon] debug ms = 1 2026-02-18T06:04:16.672 INFO:tasks.ceph:[mon] debug paxos = 20 2026-02-18T06:04:16.672 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2026-02-18T06:04:16.672 INFO:tasks.ceph:[osd] bluestore compression algorithm = lz4 2026-02-18T06:04:16.672 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2026-02-18T06:04:16.672 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] debug ms = 1 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] debug osd = 20 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2026-02-18T06:04:16.673 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2026-02-18T06:04:16.674 INFO:tasks.ceph:Setting up cluster1.mon.a... 2026-02-18T06:04:16.674 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster1.keyring 2026-02-18T06:04:16.744 INFO:teuthology.orchestra.run.trial122.stdout:creating /etc/ceph/cluster1.keyring 2026-02-18T06:04:16.747 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster1.keyring 2026-02-18T06:04:16.822 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-02-18T06:04:16.888 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster1.mon.a', '10.20.193.122')] 2026-02-18T06:04:16.888 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=isa 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': '10.20.193.122', '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 mclock skip benchmark': 'true', 'osd recover clone overlap': 'true', 'osd recovery max chunk': '1048576', 'osd debug shutdown': 'true', 'osd debug op order': 'true', 'osd debug verify stray on activate': 'true', 'osd debug trim objects': 'true', 'osd open classes on start': 'true', 'osd debug pg log writeout': 'true', 'osd deep scrub update digest min age': '30', 'osd map max advance': '10', 'journal zero on create': 'true', 'filestore ondisk finisher threads': '3', 'filestore apply finisher threads': '3', 'bdev debug aio': 'true', 'osd debug misdirected ops': 'true', 'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}, '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': {}} 2026-02-18T06:04:16.890 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:16.890 DEBUG:teuthology.orchestra.run.trial122:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2026-02-18T06:04:16.945 DEBUG:teuthology.orchestra.run.trial122:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage monmaptool -c /home/ubuntu/cephtest/ceph.tmp.conf --create --clobber --enable-all-features --add a 10.20.193.122 --print /home/ubuntu/cephtest/cluster1.monmap 2026-02-18T06:04:17.017 INFO:teuthology.orchestra.run.trial122.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster1.monmap 2026-02-18T06:04:17.017 INFO:teuthology.orchestra.run.trial122.stdout:monmaptool: generated fsid 3e2cc3f9-aa0c-4ff6-b37f-4baff0e9c2fd 2026-02-18T06:04:17.017 INFO:teuthology.orchestra.run.trial122.stdout:setting min_mon_release = tentacle 2026-02-18T06:04:17.017 INFO:teuthology.orchestra.run.trial122.stdout:epoch 0 2026-02-18T06:04:17.017 INFO:teuthology.orchestra.run.trial122.stdout:fsid 3e2cc3f9-aa0c-4ff6-b37f-4baff0e9c2fd 2026-02-18T06:04:17.017 INFO:teuthology.orchestra.run.trial122.stdout:last_changed 2026-02-18T06:04:17.015538+0000 2026-02-18T06:04:17.017 INFO:teuthology.orchestra.run.trial122.stdout:created 2026-02-18T06:04:17.015538+0000 2026-02-18T06:04:17.017 INFO:teuthology.orchestra.run.trial122.stdout:min_mon_release 20 (tentacle) 2026-02-18T06:04:17.018 INFO:teuthology.orchestra.run.trial122.stdout:election_strategy: 1 2026-02-18T06:04:17.018 INFO:teuthology.orchestra.run.trial122.stdout:0: [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon.a 2026-02-18T06:04:17.018 INFO:teuthology.orchestra.run.trial122.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster1.monmap (1 monitors) 2026-02-18T06:04:17.019 DEBUG:teuthology.orchestra.run.trial122:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2026-02-18T06:04:17.075 INFO:tasks.ceph:Writing /etc/ceph/cluster1.conf for FSID 3e2cc3f9-aa0c-4ff6-b37f-4baff0e9c2fd... 2026-02-18T06:04:17.077 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/cluster1.conf && sudo chmod 0644 /etc/ceph/cluster1.conf > /dev/null 2026-02-18T06:04:17.117 DEBUG:teuthology.orchestra.run.trial171:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/cluster1.conf && sudo chmod 0644 /etc/ceph/cluster1.conf > /dev/null 2026-02-18T06:04:17.156 INFO:teuthology.orchestra.run.trial122.stdout:[global] 2026-02-18T06:04:17.156 INFO:teuthology.orchestra.run.trial122.stdout: chdir = "" 2026-02-18T06:04:17.156 INFO:teuthology.orchestra.run.trial122.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-02-18T06:04:17.156 INFO:teuthology.orchestra.run.trial122.stdout: auth supported = cephx 2026-02-18T06:04:17.156 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.156 INFO:teuthology.orchestra.run.trial122.stdout: filestore xattr use omap = true 2026-02-18T06:04:17.156 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.156 INFO:teuthology.orchestra.run.trial122.stdout: mon clock drift allowed = 1.000 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: osd crush chooseleaf type = 0 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: auth debug = true 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: ms die on old message = true 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: ms die on bug = true 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: mon max pg per osd = 10000 # >= luminous 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: mon pg warn max object skew = 0 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: # disable pg_autoscaler by default for new pools 2026-02-18T06:04:17.157 INFO:teuthology.orchestra.run.trial122.stdout: osd_pool_default_pg_autoscale_mode = off 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: osd pool default size = 2 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: mon osd allow primary affinity = true 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: mon osd allow pg remap = true 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on legacy crush tunables = false 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on crush straw calc version zero = false 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on no sortbitwise = false 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on osd down out interval zero = false 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on too few osds = false 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-02-18T06:04:17.158 INFO:teuthology.orchestra.run.trial122.stdout: mon_warn_on_pool_no_redundancy = false 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: mon_allow_pool_size_one = true 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: osd default data pool replay window = 5 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: mon allow pool delete = true 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: mon cluster log file level = debug 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: debug asserts on shutdown = true 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: mon health detail to clog = false 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: mon host = 10.20.193.122 2026-02-18T06:04:17.159 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on pool no app = False 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: fsid = 3e2cc3f9-aa0c-4ff6-b37f-4baff0e9c2fd 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout:[osd] 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: osd journal size = 100 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: osd scrub load threshold = 5.0 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: osd scrub max interval = 600 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: osd mclock profile = high_recovery_ops 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: osd mclock skip benchmark = true 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: osd recover clone overlap = true 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: osd recovery max chunk = 1048576 2026-02-18T06:04:17.160 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: osd debug shutdown = true 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: osd debug op order = true 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: osd debug verify stray on activate = true 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: osd debug trim objects = true 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: osd open classes on start = true 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: osd debug pg log writeout = true 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: osd deep scrub update digest min age = 30 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: osd map max advance = 10 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.161 INFO:teuthology.orchestra.run.trial122.stdout: journal zero on create = true 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: filestore ondisk finisher threads = 3 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: filestore apply finisher threads = 3 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: bdev debug aio = true 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: osd debug misdirected ops = true 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: bluestore block size = 96636764160 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: bluestore compression algorithm = lz4 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: bluestore compression mode = aggressive 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: bluestore fsck on mount = True 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: debug bluefs = 1/20 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: debug bluestore = 1/20 2026-02-18T06:04:17.162 INFO:teuthology.orchestra.run.trial122.stdout: debug ms = 1 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: debug osd = 20 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: debug rocksdb = 4/10 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: enable experimental unrecoverable data corrupting features = * 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: mon osd backfillfull_ratio = 0.85 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: mon osd full ratio = 0.9 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: mon osd nearfull ratio = 0.8 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: osd debug randomize hobject sort order = False 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: osd failsafe full ratio = 0.95 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: osd objectstore = bluestore 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout:[mgr] 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: debug ms = 1 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: debug mgr = 20 2026-02-18T06:04:17.163 INFO:teuthology.orchestra.run.trial122.stdout: debug mon = 20 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: debug auth = 20 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: mon reweight min pgs per osd = 4 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: mon reweight min bytes per osd = 10 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: mgr/telemetry/nag = false 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout:[mon] 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: debug ms = 1 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: debug mon = 20 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: debug paxos = 20 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: debug auth = 20 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: mon data avail warn = 5 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: mon mgr mkfs grace = 240 2026-02-18T06:04:17.164 INFO:teuthology.orchestra.run.trial122.stdout: mon reweight min pgs per osd = 4 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: mon osd reporter subtree level = osd 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: mon osd prime pg temp = true 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: mon reweight min bytes per osd = 10 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: auth mon ticket ttl = 660 # 11m 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: auth service ticket ttl = 240 # 4m 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: # don't complain about insecure global_id in the test suite 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.165 INFO:teuthology.orchestra.run.trial122.stdout: # 1m isn't quite enough 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout: mon_down_mkfs_grace = 2m 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout: mon_warn_on_filestore_osds = false 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout:[client] 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout: rgw cache enabled = true 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout: rgw enable ops log = true 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout: rgw enable usage log = true 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout: rbd default data pool = datapool 2026-02-18T06:04:17.166 INFO:teuthology.orchestra.run.trial122.stdout:[mon.a] 2026-02-18T06:04:17.167 INFO:teuthology.orchestra.run.trial171.stdout:[global] 2026-02-18T06:04:17.167 INFO:teuthology.orchestra.run.trial171.stdout: chdir = "" 2026-02-18T06:04:17.167 INFO:teuthology.orchestra.run.trial171.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-02-18T06:04:17.167 INFO:teuthology.orchestra.run.trial171.stdout: auth supported = cephx 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: filestore xattr use omap = true 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: mon clock drift allowed = 1.000 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: osd crush chooseleaf type = 0 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: auth debug = true 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: ms die on old message = true 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: ms die on bug = true 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.168 INFO:teuthology.orchestra.run.trial171.stdout: mon max pg per osd = 10000 # >= luminous 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: mon pg warn max object skew = 0 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: # disable pg_autoscaler by default for new pools 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: osd_pool_default_pg_autoscale_mode = off 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: osd pool default size = 2 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: mon osd allow primary affinity = true 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: mon osd allow pg remap = true 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on legacy crush tunables = false 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on crush straw calc version zero = false 2026-02-18T06:04:17.169 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on no sortbitwise = false 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on osd down out interval zero = false 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on too few osds = false 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: mon_warn_on_pool_no_redundancy = false 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: mon_allow_pool_size_one = true 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: osd default data pool replay window = 5 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: mon allow pool delete = true 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.170 INFO:teuthology.orchestra.run.trial171.stdout: mon cluster log file level = debug 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: debug asserts on shutdown = true 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: mon health detail to clog = false 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: mon host = 10.20.193.122 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on pool no app = False 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: fsid = 3e2cc3f9-aa0c-4ff6-b37f-4baff0e9c2fd 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout:[osd] 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: osd journal size = 100 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: osd scrub load threshold = 5.0 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: osd scrub max interval = 600 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: osd mclock profile = high_recovery_ops 2026-02-18T06:04:17.171 INFO:teuthology.orchestra.run.trial171.stdout: osd mclock skip benchmark = true 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: osd recover clone overlap = true 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: osd recovery max chunk = 1048576 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: osd debug shutdown = true 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: osd debug op order = true 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: osd debug verify stray on activate = true 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: osd debug trim objects = true 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: osd open classes on start = true 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: osd debug pg log writeout = true 2026-02-18T06:04:17.172 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: osd deep scrub update digest min age = 30 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: osd map max advance = 10 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: journal zero on create = true 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: filestore ondisk finisher threads = 3 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: filestore apply finisher threads = 3 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: bdev debug aio = true 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: osd debug misdirected ops = true 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: bluestore block size = 96636764160 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: bluestore compression algorithm = lz4 2026-02-18T06:04:17.173 INFO:teuthology.orchestra.run.trial171.stdout: bluestore compression mode = aggressive 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: bluestore fsck on mount = True 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: debug bluefs = 1/20 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: debug bluestore = 1/20 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: debug ms = 1 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: debug osd = 20 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: debug rocksdb = 4/10 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: enable experimental unrecoverable data corrupting features = * 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: mon osd backfillfull_ratio = 0.85 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: mon osd full ratio = 0.9 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: mon osd nearfull ratio = 0.8 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: osd debug randomize hobject sort order = False 2026-02-18T06:04:17.174 INFO:teuthology.orchestra.run.trial171.stdout: osd failsafe full ratio = 0.95 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout: osd objectstore = bluestore 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout:[mgr] 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout: debug ms = 1 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout: debug mgr = 20 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout: debug mon = 20 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout: debug auth = 20 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout: mon reweight min pgs per osd = 4 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout: mon reweight min bytes per osd = 10 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout: mgr/telemetry/nag = false 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout:[mon] 2026-02-18T06:04:17.175 INFO:teuthology.orchestra.run.trial171.stdout: debug ms = 1 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: debug mon = 20 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: debug paxos = 20 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: debug auth = 20 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: mon data avail warn = 5 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: mon mgr mkfs grace = 240 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: mon reweight min pgs per osd = 4 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: mon osd reporter subtree level = osd 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: mon osd prime pg temp = true 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: mon reweight min bytes per osd = 10 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: auth mon ticket ttl = 660 # 11m 2026-02-18T06:04:17.176 INFO:teuthology.orchestra.run.trial171.stdout: auth service ticket ttl = 240 # 4m 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: # don't complain about insecure global_id in the test suite 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: # 1m isn't quite enough 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: mon_down_mkfs_grace = 2m 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: mon_warn_on_filestore_osds = false 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout:[client] 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: rgw cache enabled = true 2026-02-18T06:04:17.177 INFO:teuthology.orchestra.run.trial171.stdout: rgw enable ops log = true 2026-02-18T06:04:17.178 INFO:teuthology.orchestra.run.trial171.stdout: rgw enable usage log = true 2026-02-18T06:04:17.178 INFO:teuthology.orchestra.run.trial171.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-02-18T06:04:17.178 INFO:teuthology.orchestra.run.trial171.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-02-18T06:04:17.178 INFO:teuthology.orchestra.run.trial171.stdout: rbd default data pool = datapool 2026-02-18T06:04:17.178 INFO:teuthology.orchestra.run.trial171.stdout:[mon.a] 2026-02-18T06:04:17.180 INFO:tasks.ceph:Creating admin key on cluster1.mon.a... 2026-02-18T06:04:17.180 DEBUG:teuthology.orchestra.run.trial122:> 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/cluster1.keyring 2026-02-18T06:04:17.263 INFO:tasks.ceph:Copying monmap to all nodes... 2026-02-18T06:04:17.263 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:17.263 DEBUG:teuthology.orchestra.run.trial122:> dd if=/etc/ceph/cluster1.keyring of=/dev/stdout 2026-02-18T06:04:17.320 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:17.320 DEBUG:teuthology.orchestra.run.trial122:> dd if=/home/ubuntu/cephtest/cluster1.monmap of=/dev/stdout 2026-02-18T06:04:17.378 INFO:tasks.ceph:Sending monmap to node ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:04:17.378 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:17.378 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/etc/ceph/cluster1.keyring 2026-02-18T06:04:17.378 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-02-18T06:04:17.450 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:17.450 DEBUG:teuthology.orchestra.run.trial122:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2026-02-18T06:04:17.506 INFO:tasks.ceph:Sending monmap to node ubuntu@trial171.front.sepia.ceph.com 2026-02-18T06:04:17.506 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:17.506 DEBUG:teuthology.orchestra.run.trial171:> sudo dd of=/etc/ceph/cluster1.keyring 2026-02-18T06:04:17.506 DEBUG:teuthology.orchestra.run.trial171:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-02-18T06:04:17.540 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:17.540 DEBUG:teuthology.orchestra.run.trial171:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2026-02-18T06:04:17.596 INFO:tasks.ceph:Setting up mon nodes... 2026-02-18T06:04:17.596 INFO:tasks.ceph:Setting up mgr nodes... 2026-02-18T06:04:17.596 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /var/lib/ceph/mgr/cluster1-x && sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=mgr.x /var/lib/ceph/mgr/cluster1-x/keyring 2026-02-18T06:04:17.641 INFO:teuthology.orchestra.run.trial122.stdout:creating /var/lib/ceph/mgr/cluster1-x/keyring 2026-02-18T06:04:17.643 INFO:tasks.ceph:Setting up mds nodes... 2026-02-18T06:04:17.643 INFO:tasks.ceph_client:Setting up client nodes... 2026-02-18T06:04:17.644 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=client.0 /etc/ceph/cluster1.client.0.keyring && sudo chmod 0644 /etc/ceph/cluster1.client.0.keyring 2026-02-18T06:04:17.677 INFO:teuthology.orchestra.run.trial122.stdout:creating /etc/ceph/cluster1.client.0.keyring 2026-02-18T06:04:17.688 INFO:tasks.ceph:Running mkfs on osd nodes... 2026-02-18T06:04:17.688 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@trial122.front.sepia.ceph.com'): {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'}} 2026-02-18T06:04:17.689 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /var/lib/ceph/osd/cluster1-0 2026-02-18T06:04:17.752 INFO:tasks.ceph:roles_to_devs: {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'} 2026-02-18T06:04:17.752 INFO:tasks.ceph:role: cluster1.osd.0 2026-02-18T06:04:17.752 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:04:17.752 DEBUG:teuthology.orchestra.run.trial122:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2026-02-18T06:04:17.819 INFO:teuthology.orchestra.run.trial122.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=45875200 blks 2026-02-18T06:04:17.819 INFO:teuthology.orchestra.run.trial122.stdout: = sectsz=4096 attr=2, projid32bit=1 2026-02-18T06:04:17.819 INFO:teuthology.orchestra.run.trial122.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-02-18T06:04:17.820 INFO:teuthology.orchestra.run.trial122.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-02-18T06:04:17.820 INFO:teuthology.orchestra.run.trial122.stdout:data = bsize=4096 blocks=183500800, imaxpct=25 2026-02-18T06:04:17.820 INFO:teuthology.orchestra.run.trial122.stdout: = sunit=0 swidth=0 blks 2026-02-18T06:04:17.820 INFO:teuthology.orchestra.run.trial122.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-02-18T06:04:17.820 INFO:teuthology.orchestra.run.trial122.stdout:log =internal log bsize=4096 blocks=89600, version=2 2026-02-18T06:04:17.820 INFO:teuthology.orchestra.run.trial122.stdout: = sectsz=4096 sunit=1 blks, lazy-count=1 2026-02-18T06:04:17.820 INFO:teuthology.orchestra.run.trial122.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-02-18T06:04:18.387 INFO:teuthology.orchestra.run.trial122.stdout:Discarding blocks...Done. 2026-02-18T06:04:18.389 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@trial122.front.sepia.ceph.com -o noatime 2026-02-18T06:04:18.390 DEBUG:teuthology.orchestra.run.trial122:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster1-0 2026-02-18T06:04:18.457 DEBUG:teuthology.orchestra.run.trial122:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-0 2026-02-18T06:04:18.527 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /var/lib/ceph/osd/cluster1-1 2026-02-18T06:04:18.590 INFO:tasks.ceph:roles_to_devs: {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'} 2026-02-18T06:04:18.590 INFO:tasks.ceph:role: cluster1.osd.1 2026-02-18T06:04:18.590 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:04:18.590 DEBUG:teuthology.orchestra.run.trial122:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2026-02-18T06:04:18.657 INFO:teuthology.orchestra.run.trial122.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=45875200 blks 2026-02-18T06:04:18.657 INFO:teuthology.orchestra.run.trial122.stdout: = sectsz=4096 attr=2, projid32bit=1 2026-02-18T06:04:18.657 INFO:teuthology.orchestra.run.trial122.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-02-18T06:04:18.657 INFO:teuthology.orchestra.run.trial122.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-02-18T06:04:18.657 INFO:teuthology.orchestra.run.trial122.stdout:data = bsize=4096 blocks=183500800, imaxpct=25 2026-02-18T06:04:18.658 INFO:teuthology.orchestra.run.trial122.stdout: = sunit=0 swidth=0 blks 2026-02-18T06:04:18.658 INFO:teuthology.orchestra.run.trial122.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-02-18T06:04:18.658 INFO:teuthology.orchestra.run.trial122.stdout:log =internal log bsize=4096 blocks=89600, version=2 2026-02-18T06:04:18.658 INFO:teuthology.orchestra.run.trial122.stdout: = sectsz=4096 sunit=1 blks, lazy-count=1 2026-02-18T06:04:18.658 INFO:teuthology.orchestra.run.trial122.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-02-18T06:04:19.216 INFO:teuthology.orchestra.run.trial122.stdout:Discarding blocks...Done. 2026-02-18T06:04:19.218 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@trial122.front.sepia.ceph.com -o noatime 2026-02-18T06:04:19.219 DEBUG:teuthology.orchestra.run.trial122:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster1-1 2026-02-18T06:04:19.286 DEBUG:teuthology.orchestra.run.trial122:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-1 2026-02-18T06:04:19.357 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /var/lib/ceph/osd/cluster1-2 2026-02-18T06:04:19.420 INFO:tasks.ceph:roles_to_devs: {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'} 2026-02-18T06:04:19.420 INFO:tasks.ceph:role: cluster1.osd.2 2026-02-18T06:04:19.420 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:04:19.420 DEBUG:teuthology.orchestra.run.trial122:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2026-02-18T06:04:19.484 INFO:teuthology.orchestra.run.trial122.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=45875200 blks 2026-02-18T06:04:19.485 INFO:teuthology.orchestra.run.trial122.stdout: = sectsz=4096 attr=2, projid32bit=1 2026-02-18T06:04:19.485 INFO:teuthology.orchestra.run.trial122.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-02-18T06:04:19.485 INFO:teuthology.orchestra.run.trial122.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-02-18T06:04:19.485 INFO:teuthology.orchestra.run.trial122.stdout:data = bsize=4096 blocks=183500800, imaxpct=25 2026-02-18T06:04:19.485 INFO:teuthology.orchestra.run.trial122.stdout: = sunit=0 swidth=0 blks 2026-02-18T06:04:19.485 INFO:teuthology.orchestra.run.trial122.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-02-18T06:04:19.485 INFO:teuthology.orchestra.run.trial122.stdout:log =internal log bsize=4096 blocks=89600, version=2 2026-02-18T06:04:19.485 INFO:teuthology.orchestra.run.trial122.stdout: = sectsz=4096 sunit=1 blks, lazy-count=1 2026-02-18T06:04:19.485 INFO:teuthology.orchestra.run.trial122.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-02-18T06:04:20.044 INFO:teuthology.orchestra.run.trial122.stdout:Discarding blocks...Done. 2026-02-18T06:04:20.046 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@trial122.front.sepia.ceph.com -o noatime 2026-02-18T06:04:20.047 DEBUG:teuthology.orchestra.run.trial122:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster1-2 2026-02-18T06:04:20.114 DEBUG:teuthology.orchestra.run.trial122:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-2 2026-02-18T06:04:20.183 DEBUG:teuthology.orchestra.run.trial122:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster cluster1 --mkfs --mkkey -i 0 --monmap /home/ubuntu/cephtest/cluster1.monmap 2026-02-18T06:04:20.261 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.259+0000 7f068befa900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:20.261 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.259+0000 7f068befa900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:20.262 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.260+0000 7f068befa900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:20.262 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.260+0000 7f068befa900 -1 auth: error reading file: /var/lib/ceph/osd/cluster1-0/keyring: can't open /var/lib/ceph/osd/cluster1-0/keyring: (2) No such file or directory 2026-02-18T06:04:20.263 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.260+0000 7f068befa900 -1 created new key in keyring /var/lib/ceph/osd/cluster1-0/keyring 2026-02-18T06:04:20.263 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.260+0000 7f068befa900 -1 bdev(0x559ca6355800 /var/lib/ceph/osd/cluster1-0/block) open stat got: (1) Operation not permitted 2026-02-18T06:04:20.263 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.261+0000 7f068befa900 -1 bluestore(/var/lib/ceph/osd/cluster1-0) _read_fsid unparsable uuid 2026-02-18T06:04:20.710 DEBUG:teuthology.orchestra.run.trial122:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-0 2026-02-18T06:04:20.776 DEBUG:teuthology.orchestra.run.trial122:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster cluster1 --mkfs --mkkey -i 1 --monmap /home/ubuntu/cephtest/cluster1.monmap 2026-02-18T06:04:20.853 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.851+0000 7fd1e0de0900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:20.853 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.851+0000 7fd1e0de0900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:20.854 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.852+0000 7fd1e0de0900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:20.854 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.852+0000 7fd1e0de0900 -1 auth: error reading file: /var/lib/ceph/osd/cluster1-1/keyring: can't open /var/lib/ceph/osd/cluster1-1/keyring: (2) No such file or directory 2026-02-18T06:04:20.855 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.852+0000 7fd1e0de0900 -1 created new key in keyring /var/lib/ceph/osd/cluster1-1/keyring 2026-02-18T06:04:20.855 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.852+0000 7fd1e0de0900 -1 bdev(0x55ad162e5800 /var/lib/ceph/osd/cluster1-1/block) open stat got: (1) Operation not permitted 2026-02-18T06:04:20.855 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:20.853+0000 7fd1e0de0900 -1 bluestore(/var/lib/ceph/osd/cluster1-1) _read_fsid unparsable uuid 2026-02-18T06:04:21.293 DEBUG:teuthology.orchestra.run.trial122:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-1 2026-02-18T06:04:21.359 DEBUG:teuthology.orchestra.run.trial122:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster cluster1 --mkfs --mkkey -i 2 --monmap /home/ubuntu/cephtest/cluster1.monmap 2026-02-18T06:04:21.439 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:21.437+0000 7f448c414900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:21.439 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:21.437+0000 7f448c414900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:21.440 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:21.438+0000 7f448c414900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:21.441 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:21.438+0000 7f448c414900 -1 auth: error reading file: /var/lib/ceph/osd/cluster1-2/keyring: can't open /var/lib/ceph/osd/cluster1-2/keyring: (2) No such file or directory 2026-02-18T06:04:21.441 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:21.438+0000 7f448c414900 -1 created new key in keyring /var/lib/ceph/osd/cluster1-2/keyring 2026-02-18T06:04:21.441 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:21.438+0000 7f448c414900 -1 bdev(0x55d7d79bb800 /var/lib/ceph/osd/cluster1-2/block) open stat got: (1) Operation not permitted 2026-02-18T06:04:21.441 INFO:teuthology.orchestra.run.trial122.stderr:2026-02-18T06:04:21.439+0000 7f448c414900 -1 bluestore(/var/lib/ceph/osd/cluster1-2) _read_fsid unparsable uuid 2026-02-18T06:04:21.901 DEBUG:teuthology.orchestra.run.trial122:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-2 2026-02-18T06:04:21.966 INFO:tasks.ceph:Reading keys from all nodes... 2026-02-18T06:04:21.967 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:21.967 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/var/lib/ceph/mgr/cluster1-x/keyring of=/dev/stdout 2026-02-18T06:04:22.031 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:22.031 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/var/lib/ceph/osd/cluster1-0/keyring of=/dev/stdout 2026-02-18T06:04:22.096 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:22.096 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/var/lib/ceph/osd/cluster1-1/keyring of=/dev/stdout 2026-02-18T06:04:22.160 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:22.160 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/var/lib/ceph/osd/cluster1-2/keyring of=/dev/stdout 2026-02-18T06:04:22.224 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:22.224 DEBUG:teuthology.orchestra.run.trial122:> dd if=/etc/ceph/cluster1.client.0.keyring of=/dev/stdout 2026-02-18T06:04:22.279 INFO:tasks.ceph:Adding keys to all mons... 2026-02-18T06:04:22.279 DEBUG:teuthology.orchestra.run.trial122:> sudo tee -a /etc/ceph/cluster1.keyring 2026-02-18T06:04:22.341 INFO:teuthology.orchestra.run.trial122.stdout:[mgr.x] 2026-02-18T06:04:22.341 INFO:teuthology.orchestra.run.trial122.stdout: key = AQBhVpVpIy4jJhAAYyJpCo3FHt+5dTT9M6PgAA== 2026-02-18T06:04:22.341 INFO:teuthology.orchestra.run.trial122.stdout:[osd.0] 2026-02-18T06:04:22.341 INFO:teuthology.orchestra.run.trial122.stdout: key = AQBkVpVpO5iZDxAAJaNFX+f8AY8UtlnZfXmU3g== 2026-02-18T06:04:22.341 INFO:teuthology.orchestra.run.trial122.stdout:[osd.1] 2026-02-18T06:04:22.341 INFO:teuthology.orchestra.run.trial122.stdout: key = AQBkVpVp+/bgMhAAJdTgRqab/haVDpK9vkFN1g== 2026-02-18T06:04:22.341 INFO:teuthology.orchestra.run.trial122.stdout:[osd.2] 2026-02-18T06:04:22.341 INFO:teuthology.orchestra.run.trial122.stdout: key = AQBlVpVpRLI0GhAA+rMqIff/nHMdGjmNC7jzbA== 2026-02-18T06:04:22.341 INFO:teuthology.orchestra.run.trial122.stdout:[client.0] 2026-02-18T06:04:22.341 INFO:teuthology.orchestra.run.trial122.stdout: key = AQBhVpVpd45MKBAAzkoM7QrwjJXJomLNfv5s3A== 2026-02-18T06:04:22.342 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster1.keyring --name=mgr.x --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2026-02-18T06:04:22.423 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster1.keyring --name=osd.0 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2026-02-18T06:04:22.503 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster1.keyring --name=osd.1 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2026-02-18T06:04:22.582 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster1.keyring --name=osd.2 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2026-02-18T06:04:22.661 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster1.keyring --name=client.0 --cap mon 'allow rw' --cap mgr 'allow r' --cap osd 'allow rwx' --cap mds allow 2026-02-18T06:04:22.742 INFO:tasks.ceph:Running mkfs on mon nodes... 2026-02-18T06:04:22.742 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /var/lib/ceph/mon/cluster1-a 2026-02-18T06:04:22.805 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster cluster1 --mkfs -i a --monmap /home/ubuntu/cephtest/cluster1.monmap --keyring /etc/ceph/cluster1.keyring 2026-02-18T06:04:22.887 DEBUG:teuthology.orchestra.run.trial122:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster1-a 2026-02-18T06:04:22.952 DEBUG:teuthology.orchestra.run.trial122:> rm -- /home/ubuntu/cephtest/cluster1.monmap 2026-02-18T06:04:23.007 INFO:tasks.ceph:Starting mon daemons in cluster cluster1... 2026-02-18T06:04:23.008 INFO:tasks.ceph.cluster1.mon.a:Restarting daemon 2026-02-18T06:04:23.008 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster1 -i a 2026-02-18T06:04:23.049 INFO:tasks.ceph.cluster1.mon.a:Started 2026-02-18T06:04:23.050 INFO:tasks.ceph:Starting mgr daemons in cluster cluster1... 2026-02-18T06:04:23.050 INFO:tasks.ceph.cluster1.mgr.x:Restarting daemon 2026-02-18T06:04:23.050 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster1 -i x 2026-02-18T06:04:23.053 INFO:tasks.ceph.cluster1.mgr.x:Started 2026-02-18T06:04:23.053 DEBUG:tasks.ceph:set 0 configs 2026-02-18T06:04:23.053 DEBUG:teuthology.orchestra.run.trial122:> sudo ceph --cluster cluster1 config dump 2026-02-18T06:04:23.151 INFO:teuthology.orchestra.run.trial122.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-18T06:04:23.159 INFO:tasks.ceph:Setting crush tunables to default 2026-02-18T06:04:23.159 DEBUG:teuthology.orchestra.run.trial122:> sudo ceph --cluster cluster1 osd crush tunables default 2026-02-18T06:04:23.258 INFO:teuthology.orchestra.run.trial122.stderr:adjusted tunables profile to default 2026-02-18T06:04:23.266 INFO:tasks.ceph:check_enable_crimson: False 2026-02-18T06:04:23.266 INFO:tasks.ceph:Starting osd daemons in cluster cluster1... 2026-02-18T06:04:23.266 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:23.266 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/var/lib/ceph/osd/cluster1-0/fsid of=/dev/stdout 2026-02-18T06:04:23.291 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:23.291 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/var/lib/ceph/osd/cluster1-1/fsid of=/dev/stdout 2026-02-18T06:04:23.354 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:23.354 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/var/lib/ceph/osd/cluster1-2/fsid of=/dev/stdout 2026-02-18T06:04:23.417 DEBUG:teuthology.orchestra.run.trial122:> sudo ceph --cluster cluster1 osd new 83644986-f5d1-4579-a0fe-f8dd8696eeea 0 2026-02-18T06:04:23.562 INFO:teuthology.orchestra.run.trial122.stdout:0 2026-02-18T06:04:23.570 DEBUG:teuthology.orchestra.run.trial122:> sudo ceph --cluster cluster1 osd new a934dbf9-e246-4f89-9144-7946fb7474da 1 2026-02-18T06:04:23.673 INFO:teuthology.orchestra.run.trial122.stdout:1 2026-02-18T06:04:23.681 DEBUG:teuthology.orchestra.run.trial122:> sudo ceph --cluster cluster1 osd new 48fa98f9-e111-417f-b5a3-aa4c48f583ad 2 2026-02-18T06:04:23.785 INFO:teuthology.orchestra.run.trial122.stdout:2 2026-02-18T06:04:23.793 INFO:tasks.ceph.cluster1.osd.0:Restarting daemon 2026-02-18T06:04:23.794 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 2026-02-18T06:04:23.796 INFO:tasks.ceph.cluster1.osd.0:Started 2026-02-18T06:04:23.796 INFO:tasks.ceph.cluster1.osd.1:Restarting daemon 2026-02-18T06:04:23.796 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 2026-02-18T06:04:23.798 INFO:tasks.ceph.cluster1.osd.1:Started 2026-02-18T06:04:23.798 INFO:tasks.ceph.cluster1.osd.2:Restarting daemon 2026-02-18T06:04:23.799 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 2 2026-02-18T06:04:23.801 INFO:tasks.ceph.cluster1.osd.2:Started 2026-02-18T06:04:23.801 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-02-18T06:04:23.849 INFO:tasks.ceph.cluster1.osd.1.trial122.stderr:2026-02-18T06:04:23.846+0000 7f53c8e95900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:23.849 INFO:tasks.ceph.cluster1.osd.0.trial122.stderr:2026-02-18T06:04:23.846+0000 7f3a64e53900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:23.850 INFO:tasks.ceph.cluster1.osd.2.trial122.stderr:2026-02-18T06:04:23.847+0000 7fed826a8900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:23.851 INFO:tasks.ceph.cluster1.osd.0.trial122.stderr:2026-02-18T06:04:23.849+0000 7f3a64e53900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:23.851 INFO:tasks.ceph.cluster1.osd.1.trial122.stderr:2026-02-18T06:04:23.849+0000 7f53c8e95900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:23.852 INFO:tasks.ceph.cluster1.osd.0.trial122.stderr:2026-02-18T06:04:23.849+0000 7f3a64e53900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:23.852 INFO:tasks.ceph.cluster1.osd.1.trial122.stderr:2026-02-18T06:04:23.849+0000 7f53c8e95900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:23.852 INFO:tasks.ceph.cluster1.osd.2.trial122.stderr:2026-02-18T06:04:23.850+0000 7fed826a8900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:23.853 INFO:tasks.ceph.cluster1.osd.2.trial122.stderr:2026-02-18T06:04:23.850+0000 7fed826a8900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:23.906 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:23.906 INFO:teuthology.orchestra.run.trial122.stdout:{"epoch":5,"fsid":"3e2cc3f9-aa0c-4ff6-b37f-4baff0e9c2fd","created":"2026-02-18T06:04:23.112874+0000","modified":"2026-02-18T06:04:23.783702+0000","last_up_change":"0.000000","last_in_change":"2026-02-18T06:04:23.783702+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":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"83644986-f5d1-4579-a0fe-f8dd8696eeea","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":"a934dbf9-e246-4f89-9144-7946fb7474da","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":"48fa98f9-e111-417f-b5a3-aa4c48f583ad","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}],"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":"isa","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}} 2026-02-18T06:04:23.914 INFO:tasks.ceph.ceph_manager.cluster1:[] 2026-02-18T06:04:23.915 INFO:tasks.ceph:Waiting for OSDs to come up 2026-02-18T06:04:24.110 INFO:tasks.ceph.cluster1.osd.0.trial122.stderr:2026-02-18T06:04:24.107+0000 7f3a64e53900 -1 Falling back to public interface 2026-02-18T06:04:24.110 INFO:tasks.ceph.cluster1.osd.1.trial122.stderr:2026-02-18T06:04:24.107+0000 7f53c8e95900 -1 Falling back to public interface 2026-02-18T06:04:24.110 INFO:tasks.ceph.cluster1.osd.2.trial122.stderr:2026-02-18T06:04:24.107+0000 7fed826a8900 -1 Falling back to public interface 2026-02-18T06:04:24.111 INFO:tasks.ceph.cluster1.osd.0.trial122.stderr:2026-02-18T06:04:24.107+0000 7f3a63dfa640 -1 PosixStack listen unable to listen on v2:0.0.0.0:6800/0: (98) Address already in use 2026-02-18T06:04:24.111 INFO:tasks.ceph.cluster1.osd.1.trial122.stderr:2026-02-18T06:04:24.107+0000 7f53c7e3a640 -1 PosixStack listen unable to listen on v1:0.0.0.0:6801/0: (98) Address already in use 2026-02-18T06:04:24.111 INFO:tasks.ceph.cluster1.osd.2.trial122.stderr:2026-02-18T06:04:24.108+0000 7fed8164f640 -1 PosixStack listen unable to listen on v1:0.0.0.0:6810/0: (98) Address already in use 2026-02-18T06:04:24.154 INFO:tasks.ceph.cluster1.mgr.x.trial122.stderr:/usr/lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-02-18T06:04:24.154 INFO:tasks.ceph.cluster1.mgr.x.trial122.stderr:Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-02-18T06:04:24.154 INFO:tasks.ceph.cluster1.mgr.x.trial122.stderr: from numpy import show_config as show_numpy_config 2026-02-18T06:04:24.216 DEBUG:teuthology.orchestra.run.trial122:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2026-02-18T06:04:24.307 INFO:teuthology.misc.health.trial122.stdout: 2026-02-18T06:04:24.308 INFO:teuthology.misc.health.trial122.stdout:{"epoch":5,"fsid":"3e2cc3f9-aa0c-4ff6-b37f-4baff0e9c2fd","created":"2026-02-18T06:04:23.112874+0000","modified":"2026-02-18T06:04:23.783702+0000","last_up_change":"0.000000","last_in_change":"2026-02-18T06:04:23.783702+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":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"83644986-f5d1-4579-a0fe-f8dd8696eeea","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":"a934dbf9-e246-4f89-9144-7946fb7474da","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":"48fa98f9-e111-417f-b5a3-aa4c48f583ad","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}],"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":"isa","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}} 2026-02-18T06:04:24.314 DEBUG:teuthology.misc:0 of 3 OSDs are up 2026-02-18T06:04:24.764 INFO:tasks.ceph.cluster1.osd.1.trial122.stderr:2026-02-18T06:04:24.761+0000 7f53c8e95900 -1 osd.1 0 log_to_monitors true 2026-02-18T06:04:24.765 INFO:tasks.ceph.cluster1.osd.0.trial122.stderr:2026-02-18T06:04:24.764+0000 7f3a64e53900 -1 osd.0 0 log_to_monitors true 2026-02-18T06:04:24.775 INFO:tasks.ceph.cluster1.osd.2.trial122.stderr:2026-02-18T06:04:24.772+0000 7fed826a8900 -1 osd.2 0 log_to_monitors true 2026-02-18T06:04:26.122 INFO:tasks.ceph.cluster1.osd.1.trial122.stderr:2026-02-18T06:04:26.120+0000 7f53c4e23640 -1 osd.1 0 waiting for initial osdmap 2026-02-18T06:04:26.123 INFO:tasks.ceph.cluster1.osd.0.trial122.stderr:2026-02-18T06:04:26.121+0000 7f3a60de3640 -1 osd.0 0 waiting for initial osdmap 2026-02-18T06:04:26.123 INFO:tasks.ceph.cluster1.osd.2.trial122.stderr:2026-02-18T06:04:26.121+0000 7fed7e638640 -1 osd.2 0 waiting for initial osdmap 2026-02-18T06:04:26.131 INFO:tasks.ceph.cluster1.osd.1.trial122.stderr:2026-02-18T06:04:26.130+0000 7f53bc421640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T06:04:26.131 INFO:tasks.ceph.cluster1.osd.2.trial122.stderr:2026-02-18T06:04:26.130+0000 7fed75c36640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T06:04:26.132 INFO:tasks.ceph.cluster1.osd.0.trial122.stderr:2026-02-18T06:04:26.131+0000 7f3a583e1640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T06:04:26.546 INFO:tasks.ceph.cluster1.mgr.x.trial122.stderr:2026-02-18T06:04:26.545+0000 7f534939b640 -1 mgr.server handle_report got status from non-daemon mon.a 2026-02-18T06:04:30.616 DEBUG:teuthology.orchestra.run.trial122:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2026-02-18T06:04:30.788 INFO:teuthology.misc.health.trial122.stdout: 2026-02-18T06:04:30.788 INFO:teuthology.misc.health.trial122.stdout:{"epoch":11,"fsid":"3e2cc3f9-aa0c-4ff6-b37f-4baff0e9c2fd","created":"2026-02-18T06:04:23.112874+0000","modified":"2026-02-18T06:04:30.547150+0000","last_up_change":"2026-02-18T06:04:27.119391+0000","last_in_change":"2026-02-18T06:04:23.783702+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-18T06:04:27.553162+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":"11","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,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"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":"83644986-f5d1-4579-a0fe-f8dd8696eeea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6801","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6804","nonce":2682166070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6807","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6810","nonce":2682166070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6819","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6822","nonce":2682166070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6813","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6816","nonce":2682166070}]},"public_addr":"10.20.193.122:6804/2682166070","cluster_addr":"10.20.193.122:6810/2682166070","heartbeat_back_addr":"10.20.193.122:6822/2682166070","heartbeat_front_addr":"10.20.193.122:6816/2682166070","state":["exists","up"]},{"osd":1,"uuid":"a934dbf9-e246-4f89-9144-7946fb7474da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":9,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6800","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6803","nonce":2270371433}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6806","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6809","nonce":2270371433}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6818","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6821","nonce":2270371433}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6812","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6815","nonce":2270371433}]},"public_addr":"10.20.193.122:6803/2270371433","cluster_addr":"10.20.193.122:6809/2270371433","heartbeat_back_addr":"10.20.193.122:6821/2270371433","heartbeat_front_addr":"10.20.193.122:6815/2270371433","state":["exists","up"]},{"osd":2,"uuid":"48fa98f9-e111-417f-b5a3-aa4c48f583ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6802","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6805","nonce":3775997544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6808","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6811","nonce":3775997544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6820","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6823","nonce":3775997544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6814","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6817","nonce":3775997544}]},"public_addr":"10.20.193.122:6805/3775997544","cluster_addr":"10.20.193.122:6811/3775997544","heartbeat_back_addr":"10.20.193.122:6823/3775997544","heartbeat_front_addr":"10.20.193.122:6817/3775997544","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"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":4544132024016699391,"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":4544132024016699391,"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":"isa","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}} 2026-02-18T06:04:30.795 DEBUG:teuthology.misc:3 of 3 OSDs are up 2026-02-18T06:04:30.795 INFO:tasks.ceph:Creating RBD pool 2026-02-18T06:04:30.796 DEBUG:teuthology.orchestra.run.trial122:> sudo ceph --cluster cluster1 osd pool create rbd 8 2026-02-18T06:04:31.552 INFO:teuthology.orchestra.run.trial122.stderr:pool 'rbd' created 2026-02-18T06:04:31.563 DEBUG:teuthology.orchestra.run.trial122:> rbd --cluster cluster1 pool init rbd 2026-02-18T06:04:34.564 INFO:tasks.ceph:Starting mds daemons in cluster cluster1... 2026-02-18T06:04:34.565 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 config log 1 --format=json 2026-02-18T06:04:34.566 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2026-02-18T06:04:34.744 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:34.752 INFO:teuthology.orchestra.run.trial122.stdout:[{"version":1,"timestamp":"0.000000","name":"","changes":[]}] 2026-02-18T06:04:34.753 INFO:tasks.ceph_manager:config epoch is 1 2026-02-18T06:04:34.753 INFO:tasks.ceph:Waiting until cluster1 daemons up and pgs clean... 2026-02-18T06:04:34.753 INFO:tasks.ceph.ceph_manager.cluster1:waiting for mgr available 2026-02-18T06:04:34.753 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 mgr dump --format=json 2026-02-18T06:04:34.966 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:34.974 INFO:teuthology.orchestra.run.trial122.stdout:{"epoch":5,"flags":0,"active_gid":4105,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6824","nonce":2742803907},{"type":"v1","addr":"10.20.193.122:6825","nonce":2742803907}]},"active_addr":"10.20.193.122:6825/2742803907","active_change":"2026-02-18T06:04:25.538986+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[],"modules":["iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","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":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self certificates generated and signed by cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","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.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager 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:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter 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.5","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.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:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics 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":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"how frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","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":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":true,"error_string":"","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"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"],"tentacle":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"force_disabled_modules":{},"last_failure_osd_epoch":0,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"10.20.193.122:0","nonce":4264432780}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"10.20.193.122:0","nonce":2376656567}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.122:0","nonce":3081112868}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.122:0","nonce":2414567203}]}]} 2026-02-18T06:04:34.978 INFO:tasks.ceph.ceph_manager.cluster1:mgr available! 2026-02-18T06:04:34.978 INFO:tasks.ceph.ceph_manager.cluster1:waiting for all up 2026-02-18T06:04:34.979 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-02-18T06:04:35.155 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:35.156 INFO:teuthology.orchestra.run.trial122.stdout:{"epoch":15,"fsid":"3e2cc3f9-aa0c-4ff6-b37f-4baff0e9c2fd","created":"2026-02-18T06:04:23.112874+0000","modified":"2026-02-18T06:04:34.555428+0000","last_up_change":"2026-02-18T06:04:27.119391+0000","last_in_change":"2026-02-18T06:04:23.783702+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-18T06:04:27.553162+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":"11","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,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"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":"2026-02-18T06:04:30.978607+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":"15","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":15,"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,"nonprimary_shards":"{}","options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.8799999952316284,"score_stable":1.8799999952316284,"optimal_score":1,"raw_score_acting":1.8799999952316284,"raw_score_stable":1.8799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"83644986-f5d1-4579-a0fe-f8dd8696eeea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6801","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6804","nonce":2682166070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6807","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6810","nonce":2682166070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6819","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6822","nonce":2682166070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6813","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6816","nonce":2682166070}]},"public_addr":"10.20.193.122:6804/2682166070","cluster_addr":"10.20.193.122:6810/2682166070","heartbeat_back_addr":"10.20.193.122:6822/2682166070","heartbeat_front_addr":"10.20.193.122:6816/2682166070","state":["exists","up"]},{"osd":1,"uuid":"a934dbf9-e246-4f89-9144-7946fb7474da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6800","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6803","nonce":2270371433}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6806","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6809","nonce":2270371433}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6818","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6821","nonce":2270371433}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6812","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6815","nonce":2270371433}]},"public_addr":"10.20.193.122:6803/2270371433","cluster_addr":"10.20.193.122:6809/2270371433","heartbeat_back_addr":"10.20.193.122:6821/2270371433","heartbeat_front_addr":"10.20.193.122:6815/2270371433","state":["exists","up"]},{"osd":2,"uuid":"48fa98f9-e111-417f-b5a3-aa4c48f583ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6802","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6805","nonce":3775997544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6808","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6811","nonce":3775997544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6820","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6823","nonce":3775997544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6814","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6817","nonce":3775997544}]},"public_addr":"10.20.193.122:6805/3775997544","cluster_addr":"10.20.193.122:6811/3775997544","heartbeat_back_addr":"10.20.193.122:6823/3775997544","heartbeat_front_addr":"10.20.193.122:6817/3775997544","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"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":4544132024016699391,"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":4544132024016699391,"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":"isa","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}} 2026-02-18T06:04:35.164 INFO:tasks.ceph.ceph_manager.cluster1:all up! 2026-02-18T06:04:35.164 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-02-18T06:04:35.347 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:35.347 INFO:teuthology.orchestra.run.trial122.stdout:{"epoch":15,"fsid":"3e2cc3f9-aa0c-4ff6-b37f-4baff0e9c2fd","created":"2026-02-18T06:04:23.112874+0000","modified":"2026-02-18T06:04:34.555428+0000","last_up_change":"2026-02-18T06:04:27.119391+0000","last_in_change":"2026-02-18T06:04:23.783702+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-18T06:04:27.553162+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":"11","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,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"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":"2026-02-18T06:04:30.978607+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":"15","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":15,"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,"nonprimary_shards":"{}","options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.8799999952316284,"score_stable":1.8799999952316284,"optimal_score":1,"raw_score_acting":1.8799999952316284,"raw_score_stable":1.8799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"83644986-f5d1-4579-a0fe-f8dd8696eeea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6801","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6804","nonce":2682166070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6807","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6810","nonce":2682166070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6819","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6822","nonce":2682166070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6813","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6816","nonce":2682166070}]},"public_addr":"10.20.193.122:6804/2682166070","cluster_addr":"10.20.193.122:6810/2682166070","heartbeat_back_addr":"10.20.193.122:6822/2682166070","heartbeat_front_addr":"10.20.193.122:6816/2682166070","state":["exists","up"]},{"osd":1,"uuid":"a934dbf9-e246-4f89-9144-7946fb7474da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6800","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6803","nonce":2270371433}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6806","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6809","nonce":2270371433}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6818","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6821","nonce":2270371433}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6812","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6815","nonce":2270371433}]},"public_addr":"10.20.193.122:6803/2270371433","cluster_addr":"10.20.193.122:6809/2270371433","heartbeat_back_addr":"10.20.193.122:6821/2270371433","heartbeat_front_addr":"10.20.193.122:6815/2270371433","state":["exists","up"]},{"osd":2,"uuid":"48fa98f9-e111-417f-b5a3-aa4c48f583ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6802","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6805","nonce":3775997544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6808","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6811","nonce":3775997544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6820","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6823","nonce":3775997544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6814","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6817","nonce":3775997544}]},"public_addr":"10.20.193.122:6805/3775997544","cluster_addr":"10.20.193.122:6811/3775997544","heartbeat_back_addr":"10.20.193.122:6823/3775997544","heartbeat_front_addr":"10.20.193.122:6817/3775997544","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"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":4544132024016699391,"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":4544132024016699391,"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":"isa","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}} 2026-02-18T06:04:35.357 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.0 flush_pg_stats 2026-02-18T06:04:35.358 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.1 flush_pg_stats 2026-02-18T06:04:35.358 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.2 flush_pg_stats 2026-02-18T06:04:35.446 INFO:teuthology.orchestra.run.trial122.stdout:34359738371 2026-02-18T06:04:35.447 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2026-02-18T06:04:35.448 INFO:teuthology.orchestra.run.trial122.stdout:34359738372 2026-02-18T06:04:35.448 INFO:teuthology.orchestra.run.trial122.stdout:34359738371 2026-02-18T06:04:35.449 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2026-02-18T06:04:35.449 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2026-02-18T06:04:35.670 INFO:teuthology.orchestra.run.trial122.stdout:34359738371 2026-02-18T06:04:35.673 INFO:teuthology.orchestra.run.trial122.stdout:34359738372 2026-02-18T06:04:35.674 INFO:teuthology.orchestra.run.trial122.stdout:34359738371 2026-02-18T06:04:35.680 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738371 for osd.2 2026-02-18T06:04:35.681 DEBUG:teuthology.parallel:result is None 2026-02-18T06:04:35.685 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738372 got 34359738372 for osd.0 2026-02-18T06:04:35.685 DEBUG:teuthology.parallel:result is None 2026-02-18T06:04:35.686 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738371 for osd.1 2026-02-18T06:04:35.686 DEBUG:teuthology.parallel:result is None 2026-02-18T06:04:35.686 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2026-02-18T06:04:35.686 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-02-18T06:04:35.901 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:35.902 INFO:teuthology.orchestra.run.trial122.stderr:dumped all 2026-02-18T06:04:35.910 INFO:teuthology.orchestra.run.trial122.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2026-02-18T06:04:35.542947+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"num_objects":4,"num_object_clones":0,"num_object_copies":8,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":103,"num_write_kb":1630,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":75,"ondisk_log_size":75,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":10,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81376,"kb_used_data":496,"kb_used_omap":25,"kb_used_meta":80806,"kb_avail":283034144,"statfs":{"total":289910292480,"available":289826963456,"internally_reserved":0,"allocated":507904,"data_stored":1291807,"data_compressed":19662,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":25675,"internal_metadata":82746293},"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":"2.990628"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.559092+0000","last_change":"2026-02-18T06:04:34.559214+0000","last_active":"2026-02-18T06:04:34.559092+0000","last_peered":"2026-02-18T06:04:34.559092+0000","last_clean":"2026-02-18T06:04:34.559092+0000","last_became_active":"2026-02-18T06:04:32.557212+0000","last_became_peered":"2026-02-18T06:04:32.557212+0000","last_unstale":"2026-02-18T06:04:34.559092+0000","last_undegraded":"2026-02-18T06:04:34.559092+0000","last_fullsized":"2026-02-18T06:04:34.559092+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T12:35:45.409562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054208999999999995,"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.6","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.559114+0000","last_change":"2026-02-18T06:04:34.559306+0000","last_active":"2026-02-18T06:04:34.559114+0000","last_peered":"2026-02-18T06:04:34.559114+0000","last_clean":"2026-02-18T06:04:34.559114+0000","last_became_active":"2026-02-18T06:04:32.557058+0000","last_became_peered":"2026-02-18T06:04:32.557058+0000","last_unstale":"2026-02-18T06:04:34.559114+0000","last_undegraded":"2026-02-18T06:04:34.559114+0000","last_fullsized":"2026-02-18T06:04:34.559114+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T12:33:23.766033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059416700000000005,"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.5","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.559006+0000","last_change":"2026-02-18T06:04:34.559083+0000","last_active":"2026-02-18T06:04:34.559006+0000","last_peered":"2026-02-18T06:04:34.559006+0000","last_clean":"2026-02-18T06:04:34.559006+0000","last_became_active":"2026-02-18T06:04:32.556972+0000","last_became_peered":"2026-02-18T06:04:32.556972+0000","last_unstale":"2026-02-18T06:04:34.559006+0000","last_undegraded":"2026-02-18T06:04:34.559006+0000","last_fullsized":"2026-02-18T06:04:34.559006+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T07:26:21.381821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043932800000000001,"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.4","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.558939+0000","last_change":"2026-02-18T06:04:34.559077+0000","last_active":"2026-02-18T06:04:34.558939+0000","last_peered":"2026-02-18T06:04:34.558939+0000","last_clean":"2026-02-18T06:04:34.558939+0000","last_became_active":"2026-02-18T06:04:32.556777+0000","last_became_peered":"2026-02-18T06:04:32.556777+0000","last_unstale":"2026-02-18T06:04:34.558939+0000","last_undegraded":"2026-02-18T06:04:34.558939+0000","last_fullsized":"2026-02-18T06:04:34.558939+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T08:40:53.499569+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040756000000000001,"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":"15'2","reported_seq":22,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.557899+0000","last_change":"2026-02-18T06:04:34.557899+0000","last_active":"2026-02-18T06:04:34.557899+0000","last_peered":"2026-02-18T06:04:34.557899+0000","last_clean":"2026-02-18T06:04:34.557899+0000","last_became_active":"2026-02-18T06:04:32.556225+0000","last_became_peered":"2026-02-18T06:04:32.556225+0000","last_unstale":"2026-02-18T06:04:34.557899+0000","last_undegraded":"2026-02-18T06:04:34.557899+0000","last_fullsized":"2026-02-18T06:04:34.557899+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:05:20.172325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00079319799999999995,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.794760+0000","last_change":"2026-02-18T06:04:34.794874+0000","last_active":"2026-02-18T06:04:34.794760+0000","last_peered":"2026-02-18T06:04:34.794760+0000","last_clean":"2026-02-18T06:04:34.794760+0000","last_became_active":"2026-02-18T06:04:32.556525+0000","last_became_peered":"2026-02-18T06:04:32.556525+0000","last_unstale":"2026-02-18T06:04:34.794760+0000","last_undegraded":"2026-02-18T06:04:34.794760+0000","last_fullsized":"2026-02-18T06:04:34.794760+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T09:01:46.698104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000312131,"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,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.794730+0000","last_change":"2026-02-18T06:04:34.794868+0000","last_active":"2026-02-18T06:04:34.794730+0000","last_peered":"2026-02-18T06:04:34.794730+0000","last_clean":"2026-02-18T06:04:34.794730+0000","last_became_active":"2026-02-18T06:04:32.556485+0000","last_became_peered":"2026-02-18T06:04:32.556485+0000","last_unstale":"2026-02-18T06:04:34.794730+0000","last_undegraded":"2026-02-18T06:04:34.794730+0000","last_fullsized":"2026-02-18T06:04:34.794730+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:41:12.153592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029535999999999999,"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,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.3","version":"13'1","reported_seq":21,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.558854+0000","last_change":"2026-02-18T06:04:34.558992+0000","last_active":"2026-02-18T06:04:34.558854+0000","last_peered":"2026-02-18T06:04:34.558854+0000","last_clean":"2026-02-18T06:04:34.558854+0000","last_became_active":"2026-02-18T06:04:32.556102+0000","last_became_peered":"2026-02-18T06:04:32.556102+0000","last_unstale":"2026-02-18T06:04:34.558854+0000","last_undegraded":"2026-02-18T06:04:34.558854+0000","last_fullsized":"2026-02-18T06:04:34.558854+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T10:32:03.483953+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00033134700000000001,"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":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"10'72","reported_seq":111,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.558416+0000","last_change":"2026-02-18T06:04:29.549686+0000","last_active":"2026-02-18T06:04:34.558416+0000","last_peered":"2026-02-18T06:04:34.558416+0000","last_clean":"2026-02-18T06:04:34.558416+0000","last_became_active":"2026-02-18T06:04:29.549223+0000","last_became_peered":"2026-02-18T06:04:29.549223+0000","last_unstale":"2026-02-18T06:04:34.558416+0000","last_undegraded":"2026-02-18T06:04:34.558416+0000","last_fullsized":"2026-02-18T06:04:34.558416+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_clean_scrub_stamp":"2026-02-18T06:04:28.546155+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:56:11.797655+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19662,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738371,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27080,"kb_used_data":120,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":94344760,"statfs":{"total":96636764160,"available":96609034240,"internally_reserved":0,"allocated":122880,"data_stored":34635,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8125,"internal_metadata":27582531},"hb_peers":[0,1],"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":8,"seq":34359738371,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27148,"kb_used_data":188,"kb_used_omap":8,"kb_used_meta":26935,"kb_avail":94344692,"statfs":{"total":96636764160,"available":96608964608,"internally_reserved":0,"allocated":192512,"data_stored":628586,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":8775,"internal_metadata":27581881},"hb_peers":[0,2],"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":8,"seq":34359738372,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27148,"kb_used_data":188,"kb_used_omap":8,"kb_used_meta":26935,"kb_avail":94344692,"statfs":{"total":96636764160,"available":96608964608,"internally_reserved":0,"allocated":192512,"data_stored":628586,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":8775,"internal_metadata":27581881},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"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}]}} 2026-02-18T06:04:35.911 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-02-18T06:04:36.089 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:36.089 INFO:teuthology.orchestra.run.trial122.stderr:dumped all 2026-02-18T06:04:36.097 INFO:teuthology.orchestra.run.trial122.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2026-02-18T06:04:35.542947+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"num_objects":4,"num_object_clones":0,"num_object_copies":8,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":103,"num_write_kb":1630,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":75,"ondisk_log_size":75,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":10,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81376,"kb_used_data":496,"kb_used_omap":25,"kb_used_meta":80806,"kb_avail":283034144,"statfs":{"total":289910292480,"available":289826963456,"internally_reserved":0,"allocated":507904,"data_stored":1291807,"data_compressed":19662,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":25675,"internal_metadata":82746293},"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":"2.990628"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.559092+0000","last_change":"2026-02-18T06:04:34.559214+0000","last_active":"2026-02-18T06:04:34.559092+0000","last_peered":"2026-02-18T06:04:34.559092+0000","last_clean":"2026-02-18T06:04:34.559092+0000","last_became_active":"2026-02-18T06:04:32.557212+0000","last_became_peered":"2026-02-18T06:04:32.557212+0000","last_unstale":"2026-02-18T06:04:34.559092+0000","last_undegraded":"2026-02-18T06:04:34.559092+0000","last_fullsized":"2026-02-18T06:04:34.559092+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T12:35:45.409562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054208999999999995,"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.6","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.559114+0000","last_change":"2026-02-18T06:04:34.559306+0000","last_active":"2026-02-18T06:04:34.559114+0000","last_peered":"2026-02-18T06:04:34.559114+0000","last_clean":"2026-02-18T06:04:34.559114+0000","last_became_active":"2026-02-18T06:04:32.557058+0000","last_became_peered":"2026-02-18T06:04:32.557058+0000","last_unstale":"2026-02-18T06:04:34.559114+0000","last_undegraded":"2026-02-18T06:04:34.559114+0000","last_fullsized":"2026-02-18T06:04:34.559114+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T12:33:23.766033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059416700000000005,"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.5","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.559006+0000","last_change":"2026-02-18T06:04:34.559083+0000","last_active":"2026-02-18T06:04:34.559006+0000","last_peered":"2026-02-18T06:04:34.559006+0000","last_clean":"2026-02-18T06:04:34.559006+0000","last_became_active":"2026-02-18T06:04:32.556972+0000","last_became_peered":"2026-02-18T06:04:32.556972+0000","last_unstale":"2026-02-18T06:04:34.559006+0000","last_undegraded":"2026-02-18T06:04:34.559006+0000","last_fullsized":"2026-02-18T06:04:34.559006+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T07:26:21.381821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043932800000000001,"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.4","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.558939+0000","last_change":"2026-02-18T06:04:34.559077+0000","last_active":"2026-02-18T06:04:34.558939+0000","last_peered":"2026-02-18T06:04:34.558939+0000","last_clean":"2026-02-18T06:04:34.558939+0000","last_became_active":"2026-02-18T06:04:32.556777+0000","last_became_peered":"2026-02-18T06:04:32.556777+0000","last_unstale":"2026-02-18T06:04:34.558939+0000","last_undegraded":"2026-02-18T06:04:34.558939+0000","last_fullsized":"2026-02-18T06:04:34.558939+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T08:40:53.499569+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040756000000000001,"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":"15'2","reported_seq":22,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.557899+0000","last_change":"2026-02-18T06:04:34.557899+0000","last_active":"2026-02-18T06:04:34.557899+0000","last_peered":"2026-02-18T06:04:34.557899+0000","last_clean":"2026-02-18T06:04:34.557899+0000","last_became_active":"2026-02-18T06:04:32.556225+0000","last_became_peered":"2026-02-18T06:04:32.556225+0000","last_unstale":"2026-02-18T06:04:34.557899+0000","last_undegraded":"2026-02-18T06:04:34.557899+0000","last_fullsized":"2026-02-18T06:04:34.557899+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:05:20.172325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00079319799999999995,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.794760+0000","last_change":"2026-02-18T06:04:34.794874+0000","last_active":"2026-02-18T06:04:34.794760+0000","last_peered":"2026-02-18T06:04:34.794760+0000","last_clean":"2026-02-18T06:04:34.794760+0000","last_became_active":"2026-02-18T06:04:32.556525+0000","last_became_peered":"2026-02-18T06:04:32.556525+0000","last_unstale":"2026-02-18T06:04:34.794760+0000","last_undegraded":"2026-02-18T06:04:34.794760+0000","last_fullsized":"2026-02-18T06:04:34.794760+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T09:01:46.698104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000312131,"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,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.794730+0000","last_change":"2026-02-18T06:04:34.794868+0000","last_active":"2026-02-18T06:04:34.794730+0000","last_peered":"2026-02-18T06:04:34.794730+0000","last_clean":"2026-02-18T06:04:34.794730+0000","last_became_active":"2026-02-18T06:04:32.556485+0000","last_became_peered":"2026-02-18T06:04:32.556485+0000","last_unstale":"2026-02-18T06:04:34.794730+0000","last_undegraded":"2026-02-18T06:04:34.794730+0000","last_fullsized":"2026-02-18T06:04:34.794730+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:41:12.153592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029535999999999999,"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,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.3","version":"13'1","reported_seq":21,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.558854+0000","last_change":"2026-02-18T06:04:34.558992+0000","last_active":"2026-02-18T06:04:34.558854+0000","last_peered":"2026-02-18T06:04:34.558854+0000","last_clean":"2026-02-18T06:04:34.558854+0000","last_became_active":"2026-02-18T06:04:32.556102+0000","last_became_peered":"2026-02-18T06:04:32.556102+0000","last_unstale":"2026-02-18T06:04:34.558854+0000","last_undegraded":"2026-02-18T06:04:34.558854+0000","last_fullsized":"2026-02-18T06:04:34.558854+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T10:32:03.483953+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00033134700000000001,"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":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"10'72","reported_seq":111,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:34.558416+0000","last_change":"2026-02-18T06:04:29.549686+0000","last_active":"2026-02-18T06:04:34.558416+0000","last_peered":"2026-02-18T06:04:34.558416+0000","last_clean":"2026-02-18T06:04:34.558416+0000","last_became_active":"2026-02-18T06:04:29.549223+0000","last_became_peered":"2026-02-18T06:04:29.549223+0000","last_unstale":"2026-02-18T06:04:34.558416+0000","last_undegraded":"2026-02-18T06:04:34.558416+0000","last_fullsized":"2026-02-18T06:04:34.558416+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_clean_scrub_stamp":"2026-02-18T06:04:28.546155+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:56:11.797655+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19662,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738371,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27080,"kb_used_data":120,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":94344760,"statfs":{"total":96636764160,"available":96609034240,"internally_reserved":0,"allocated":122880,"data_stored":34635,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8125,"internal_metadata":27582531},"hb_peers":[0,1],"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":8,"seq":34359738371,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27148,"kb_used_data":188,"kb_used_omap":8,"kb_used_meta":26935,"kb_avail":94344692,"statfs":{"total":96636764160,"available":96608964608,"internally_reserved":0,"allocated":192512,"data_stored":628586,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":8775,"internal_metadata":27581881},"hb_peers":[0,2],"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":8,"seq":34359738372,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27148,"kb_used_data":188,"kb_used_omap":8,"kb_used_meta":26935,"kb_avail":94344692,"statfs":{"total":96636764160,"available":96608964608,"internally_reserved":0,"allocated":192512,"data_stored":628586,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":8775,"internal_metadata":27581881},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"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}]}} 2026-02-18T06:04:36.099 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2026-02-18T06:04:36.099 INFO:tasks.ceph:Waiting until ceph cluster cluster1 is healthy... 2026-02-18T06:04:36.099 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy 2026-02-18T06:04:36.099 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 health --format=json 2026-02-18T06:04:36.302 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:36.303 INFO:teuthology.orchestra.run.trial122.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-18T06:04:36.312 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy done 2026-02-18T06:04:36.312 INFO:teuthology.run_tasks:Running task ceph... 2026-02-18T06:04:36.330 INFO:tasks.ceph:Creating ceph cluster cluster2... 2026-02-18T06:04:36.330 INFO:tasks.ceph:config {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, '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': 'cluster2', 'mon_bind_msgr2': True, 'mon_bind_addrvec': True} 2026-02-18T06:04:36.331 INFO:tasks.ceph:ctx.config {'archive_path': '/home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867', 'branch': '20.2.1_2.17.26-baseline_2', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{centos_latest} 5-data-pool/ec 6-prepare/native-standalone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}}', 'email': 'yweinste@redhat.com', 'exclude_arch': 'armv7l', 'first_in_suite': False, 'flavor': 'default', 'io_workload': {'sequential': [{'qemu': {'cluster1.client.0': {'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': '54867', 'kernel': {'branch': 'distro', 'kdb': True, 'sha1': 'distro'}, 'last_in_suite': False, 'machine_type': 'trial', 'meta': [{'desc': 'run two ceph clusters'}, {'desc': '2 ceph clusters with 1 mon and 3 osds each'}], 'migrate_workload': {'sequential': [{'exec': {'cluster1.client.0': ['sleep $((RANDOM % 600))', 'rbd --cluster cluster1 migration execute client.0.0', 'sleep $((RANDOM % 600))', 'rbd --cluster cluster1 migration commit client.0.0', 'sleep $((RANDOM % 600))', 'rbd --cluster cluster1 migration execute client.0.1']}}]}, 'name': 'yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial', 'no_nested_subset': False, 'os_type': 'centos', 'os_version': '9.stream', 'overrides': {'admin_socket': {'branch': '20.2.1_2.17.26-baseline_2'}, 'ceph': {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'install': {'ceph': {'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': '20.2.1_2.17.26-baseline_2', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}}, 'owner': 'scheduled_yuriw@soko04.front.sepia.ceph.com', 'priority': 69, 'repo': 'https://github.com/ceph/ceph-ci.git', 'roles': [['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'], ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0']], 'seed': 7878, 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'sleep_before_teardown': 0, 'subset': '111/120000', 'suite': 'rbd', 'suite_branch': '20.2.1_2.17.26-baseline_2', 'suite_path': '/home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://github.com/ceph/ceph-ci.git', 'suite_sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'targets': {'trial122.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFJfhduFYRghJ1aXLmxHOGKAVIalk6OZrhr9zUEqKrQHax8kFWZHP2LxYuPBINhLSPZbsImmQy9yNnX9LKY9uoI=', 'trial171.front.sepia.ceph.com': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHuVzwec9hgtbUt9NHap3wT01avRxnYQbB/ssM/33TRfs9lf611x6O/DgdzNC8NOaJ2XX2pdQPVtkmh8hKOh7bk='}, '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': {'branch': 'distro', 'kdb': True, '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': {'cluster': 'cluster1', 'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}}, {'ceph': {'cluster': 'cluster2', 'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}}, {'exec': {'cluster1.client.0': ['sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2', 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile', 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0', 'rbd --cluster cluster2 migration execute client.0.0', 'rbd --cluster cluster2 migration commit client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2', 'rbd --cluster cluster2 snap create client.0.2@snap']}}, {'exec': {'cluster1.client.0': ['echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': 'main', 'teuthology_sha1': 'fa17720d0088c3ac28e473468bfc79eeaff5cd38', 'timestamp': '2026-02-17_21:26:40', 'tube': 'trial', 'user': 'yuriw', 'verbose': True, 'worker_log': '/home/teuthworker/mnt/teuthology/worker_logs/dispatcher.trial.3682'} 2026-02-18T06:04:36.331 DEBUG:teuthology.orchestra.run.trial122:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2026-02-18T06:04:36.334 DEBUG:teuthology.orchestra.run.trial171:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2026-02-18T06:04:36.352 DEBUG:teuthology.orchestra.run.trial122:> sudo install -d -m0777 -- /var/run/ceph 2026-02-18T06:04:36.390 DEBUG:teuthology.orchestra.run.trial171:> sudo install -d -m0777 -- /var/run/ceph 2026-02-18T06:04:36.417 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:36.418 DEBUG:teuthology.orchestra.run.trial171:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T06:04:36.475 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2026-02-18T06:04:36.475 DEBUG:teuthology.orchestra.run.trial171:> stat /dev/vg_nvme/lv_1 2026-02-18T06:04:36.531 INFO:teuthology.orchestra.run.trial171.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T06:04:36.531 INFO:teuthology.orchestra.run.trial171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T06:04:36.531 INFO:teuthology.orchestra.run.trial171.stdout:Device: 6h/6d Inode: 1309 Links: 1 2026-02-18T06:04:36.531 INFO:teuthology.orchestra.run.trial171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T06:04:36.532 INFO:teuthology.orchestra.run.trial171.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T06:04:36.532 INFO:teuthology.orchestra.run.trial171.stdout:Access: 2026-02-18 06:04:12.190437755 +0000 2026-02-18T06:04:36.532 INFO:teuthology.orchestra.run.trial171.stdout:Modify: 2026-02-18 06:03:29.259493374 +0000 2026-02-18T06:04:36.532 INFO:teuthology.orchestra.run.trial171.stdout:Change: 2026-02-18 06:03:29.259493374 +0000 2026-02-18T06:04:36.532 INFO:teuthology.orchestra.run.trial171.stdout: Birth: 2026-02-18 06:03:29.259493374 +0000 2026-02-18T06:04:36.532 DEBUG:teuthology.orchestra.run.trial171:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T06:04:36.595 INFO:teuthology.orchestra.run.trial171.stderr:1+0 records in 2026-02-18T06:04:36.595 INFO:teuthology.orchestra.run.trial171.stderr:1+0 records out 2026-02-18T06:04:36.595 INFO:teuthology.orchestra.run.trial171.stderr:512 bytes copied, 0.000187318 s, 2.7 MB/s 2026-02-18T06:04:36.596 DEBUG:teuthology.orchestra.run.trial171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T06:04:36.653 DEBUG:teuthology.orchestra.run.trial171:> stat /dev/vg_nvme/lv_2 2026-02-18T06:04:36.709 INFO:teuthology.orchestra.run.trial171.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T06:04:36.709 INFO:teuthology.orchestra.run.trial171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T06:04:36.709 INFO:teuthology.orchestra.run.trial171.stdout:Device: 6h/6d Inode: 1305 Links: 1 2026-02-18T06:04:36.709 INFO:teuthology.orchestra.run.trial171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T06:04:36.709 INFO:teuthology.orchestra.run.trial171.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T06:04:36.709 INFO:teuthology.orchestra.run.trial171.stdout:Access: 2026-02-18 06:04:12.190437755 +0000 2026-02-18T06:04:36.710 INFO:teuthology.orchestra.run.trial171.stdout:Modify: 2026-02-18 06:03:29.259493374 +0000 2026-02-18T06:04:36.710 INFO:teuthology.orchestra.run.trial171.stdout:Change: 2026-02-18 06:03:29.259493374 +0000 2026-02-18T06:04:36.710 INFO:teuthology.orchestra.run.trial171.stdout: Birth: 2026-02-18 06:03:29.259493374 +0000 2026-02-18T06:04:36.710 DEBUG:teuthology.orchestra.run.trial171:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T06:04:36.771 INFO:teuthology.orchestra.run.trial171.stderr:1+0 records in 2026-02-18T06:04:36.771 INFO:teuthology.orchestra.run.trial171.stderr:1+0 records out 2026-02-18T06:04:36.771 INFO:teuthology.orchestra.run.trial171.stderr:512 bytes copied, 0.000154888 s, 3.3 MB/s 2026-02-18T06:04:36.772 DEBUG:teuthology.orchestra.run.trial171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T06:04:36.829 DEBUG:teuthology.orchestra.run.trial171:> stat /dev/vg_nvme/lv_3 2026-02-18T06:04:36.885 INFO:teuthology.orchestra.run.trial171.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T06:04:36.885 INFO:teuthology.orchestra.run.trial171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T06:04:36.885 INFO:teuthology.orchestra.run.trial171.stdout:Device: 6h/6d Inode: 1312 Links: 1 2026-02-18T06:04:36.885 INFO:teuthology.orchestra.run.trial171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T06:04:36.886 INFO:teuthology.orchestra.run.trial171.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T06:04:36.886 INFO:teuthology.orchestra.run.trial171.stdout:Access: 2026-02-18 06:04:12.190437755 +0000 2026-02-18T06:04:36.886 INFO:teuthology.orchestra.run.trial171.stdout:Modify: 2026-02-18 06:03:29.259493374 +0000 2026-02-18T06:04:36.886 INFO:teuthology.orchestra.run.trial171.stdout:Change: 2026-02-18 06:03:29.259493374 +0000 2026-02-18T06:04:36.886 INFO:teuthology.orchestra.run.trial171.stdout: Birth: 2026-02-18 06:03:29.259493374 +0000 2026-02-18T06:04:36.886 DEBUG:teuthology.orchestra.run.trial171:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T06:04:36.947 INFO:teuthology.orchestra.run.trial171.stderr:1+0 records in 2026-02-18T06:04:36.948 INFO:teuthology.orchestra.run.trial171.stderr:1+0 records out 2026-02-18T06:04:36.948 INFO:teuthology.orchestra.run.trial171.stderr:512 bytes copied, 0.000235056 s, 2.2 MB/s 2026-02-18T06:04:36.949 DEBUG:teuthology.orchestra.run.trial171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T06:04:37.006 DEBUG:teuthology.orchestra.run.trial171:> stat /dev/vg_nvme/lv_4 2026-02-18T06:04:37.062 INFO:teuthology.orchestra.run.trial171.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T06:04:37.062 INFO:teuthology.orchestra.run.trial171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T06:04:37.062 INFO:teuthology.orchestra.run.trial171.stdout:Device: 6h/6d Inode: 1298 Links: 1 2026-02-18T06:04:37.062 INFO:teuthology.orchestra.run.trial171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T06:04:37.062 INFO:teuthology.orchestra.run.trial171.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T06:04:37.063 INFO:teuthology.orchestra.run.trial171.stdout:Access: 2026-02-18 06:04:12.191437731 +0000 2026-02-18T06:04:37.063 INFO:teuthology.orchestra.run.trial171.stdout:Modify: 2026-02-18 06:03:29.258493398 +0000 2026-02-18T06:04:37.063 INFO:teuthology.orchestra.run.trial171.stdout:Change: 2026-02-18 06:03:29.258493398 +0000 2026-02-18T06:04:37.063 INFO:teuthology.orchestra.run.trial171.stdout: Birth: 2026-02-18 06:03:29.258493398 +0000 2026-02-18T06:04:37.063 DEBUG:teuthology.orchestra.run.trial171:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T06:04:37.124 INFO:teuthology.orchestra.run.trial171.stderr:1+0 records in 2026-02-18T06:04:37.124 INFO:teuthology.orchestra.run.trial171.stderr:1+0 records out 2026-02-18T06:04:37.124 INFO:teuthology.orchestra.run.trial171.stderr:512 bytes copied, 0.000213547 s, 2.4 MB/s 2026-02-18T06:04:37.125 DEBUG:teuthology.orchestra.run.trial171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T06:04:37.183 INFO:tasks.ceph:osd dev map: {'cluster2.osd.0': '/dev/vg_nvme/lv_1', 'cluster2.osd.1': '/dev/vg_nvme/lv_2', 'cluster2.osd.2': '/dev/vg_nvme/lv_3'} 2026-02-18T06:04:37.183 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@trial171.front.sepia.ceph.com'): {'cluster2.osd.0': '/dev/vg_nvme/lv_1', 'cluster2.osd.1': '/dev/vg_nvme/lv_2', 'cluster2.osd.2': '/dev/vg_nvme/lv_3'}} 2026-02-18T06:04:37.183 INFO:tasks.ceph:Generating config... 2026-02-18T06:04:37.185 INFO:tasks.ceph:[client] rbd default data pool = datapool 2026-02-18T06:04:37.185 INFO:tasks.ceph:[global] mon warn on pool no app = False 2026-02-18T06:04:37.186 INFO:tasks.ceph:[mgr] debug mgr = 20 2026-02-18T06:04:37.186 INFO:tasks.ceph:[mgr] debug ms = 1 2026-02-18T06:04:37.186 INFO:tasks.ceph:[mon] debug mon = 20 2026-02-18T06:04:37.186 INFO:tasks.ceph:[mon] debug ms = 1 2026-02-18T06:04:37.186 INFO:tasks.ceph:[mon] debug paxos = 20 2026-02-18T06:04:37.186 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2026-02-18T06:04:37.186 INFO:tasks.ceph:[osd] bluestore compression algorithm = lz4 2026-02-18T06:04:37.186 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2026-02-18T06:04:37.186 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2026-02-18T06:04:37.186 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2026-02-18T06:04:37.186 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2026-02-18T06:04:37.187 INFO:tasks.ceph:[osd] debug ms = 1 2026-02-18T06:04:37.187 INFO:tasks.ceph:[osd] debug osd = 20 2026-02-18T06:04:37.187 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2026-02-18T06:04:37.187 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2026-02-18T06:04:37.187 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2026-02-18T06:04:37.187 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2026-02-18T06:04:37.187 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2026-02-18T06:04:37.187 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2026-02-18T06:04:37.187 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2026-02-18T06:04:37.187 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2026-02-18T06:04:37.187 INFO:tasks.ceph:Setting up cluster2.mon.a... 2026-02-18T06:04:37.188 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster2.keyring 2026-02-18T06:04:37.257 INFO:teuthology.orchestra.run.trial171.stdout:creating /etc/ceph/cluster2.keyring 2026-02-18T06:04:37.259 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster2.keyring 2026-02-18T06:04:37.334 DEBUG:teuthology.orchestra.run.trial171:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-02-18T06:04:37.399 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster2.mon.a', '10.20.193.171')] 2026-02-18T06:04:37.400 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=isa 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': '10.20.193.171', '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 mclock skip benchmark': 'true', 'osd recover clone overlap': 'true', 'osd recovery max chunk': '1048576', 'osd debug shutdown': 'true', 'osd debug op order': 'true', 'osd debug verify stray on activate': 'true', 'osd debug trim objects': 'true', 'osd open classes on start': 'true', 'osd debug pg log writeout': 'true', 'osd deep scrub update digest min age': '30', 'osd map max advance': '10', 'journal zero on create': 'true', 'filestore ondisk finisher threads': '3', 'filestore apply finisher threads': '3', 'bdev debug aio': 'true', 'osd debug misdirected ops': 'true', 'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'enable experimental unrecoverable data corrupting features': '*', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd debug randomize hobject sort order': False, 'osd failsafe full ratio': 0.95, 'osd objectstore': 'bluestore'}, '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': {}} 2026-02-18T06:04:37.401 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:37.401 DEBUG:teuthology.orchestra.run.trial171:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2026-02-18T06:04:37.455 DEBUG:teuthology.orchestra.run.trial171:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage monmaptool -c /home/ubuntu/cephtest/ceph.tmp.conf --create --clobber --enable-all-features --add a 10.20.193.171 --print /home/ubuntu/cephtest/cluster2.monmap 2026-02-18T06:04:37.525 INFO:teuthology.orchestra.run.trial171.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster2.monmap 2026-02-18T06:04:37.525 INFO:teuthology.orchestra.run.trial171.stdout:monmaptool: generated fsid 0ecd102e-e717-431e-b082-880a3c4d2c9b 2026-02-18T06:04:37.525 INFO:teuthology.orchestra.run.trial171.stdout:setting min_mon_release = tentacle 2026-02-18T06:04:37.525 INFO:teuthology.orchestra.run.trial171.stdout:epoch 0 2026-02-18T06:04:37.525 INFO:teuthology.orchestra.run.trial171.stdout:fsid 0ecd102e-e717-431e-b082-880a3c4d2c9b 2026-02-18T06:04:37.525 INFO:teuthology.orchestra.run.trial171.stdout:last_changed 2026-02-18T06:04:37.523721+0000 2026-02-18T06:04:37.525 INFO:teuthology.orchestra.run.trial171.stdout:created 2026-02-18T06:04:37.523721+0000 2026-02-18T06:04:37.526 INFO:teuthology.orchestra.run.trial171.stdout:min_mon_release 20 (tentacle) 2026-02-18T06:04:37.526 INFO:teuthology.orchestra.run.trial171.stdout:election_strategy: 1 2026-02-18T06:04:37.526 INFO:teuthology.orchestra.run.trial171.stdout:0: [v2:10.20.193.171:3300/0,v1:10.20.193.171:6789/0] mon.a 2026-02-18T06:04:37.526 INFO:teuthology.orchestra.run.trial171.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster2.monmap (1 monitors) 2026-02-18T06:04:37.527 DEBUG:teuthology.orchestra.run.trial171:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2026-02-18T06:04:37.584 INFO:tasks.ceph:Writing /etc/ceph/cluster2.conf for FSID 0ecd102e-e717-431e-b082-880a3c4d2c9b... 2026-02-18T06:04:37.585 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/cluster2.conf && sudo chmod 0644 /etc/ceph/cluster2.conf > /dev/null 2026-02-18T06:04:37.587 DEBUG:teuthology.orchestra.run.trial171:> sudo mkdir -p /etc/ceph && sudo chmod 0755 /etc/ceph && sudo tee /etc/ceph/cluster2.conf && sudo chmod 0644 /etc/ceph/cluster2.conf > /dev/null 2026-02-18T06:04:37.627 INFO:teuthology.orchestra.run.trial122.stdout:[global] 2026-02-18T06:04:37.627 INFO:teuthology.orchestra.run.trial122.stdout: chdir = "" 2026-02-18T06:04:37.627 INFO:teuthology.orchestra.run.trial122.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-02-18T06:04:37.627 INFO:teuthology.orchestra.run.trial122.stdout: auth supported = cephx 2026-02-18T06:04:37.627 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.627 INFO:teuthology.orchestra.run.trial122.stdout: filestore xattr use omap = true 2026-02-18T06:04:37.627 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.627 INFO:teuthology.orchestra.run.trial122.stdout: mon clock drift allowed = 1.000 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: osd crush chooseleaf type = 0 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: auth debug = true 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: ms die on old message = true 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: ms die on bug = true 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: mon max pg per osd = 10000 # >= luminous 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: mon pg warn max object skew = 0 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: # disable pg_autoscaler by default for new pools 2026-02-18T06:04:37.628 INFO:teuthology.orchestra.run.trial122.stdout: osd_pool_default_pg_autoscale_mode = off 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: osd pool default size = 2 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: mon osd allow primary affinity = true 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: mon osd allow pg remap = true 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on legacy crush tunables = false 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on crush straw calc version zero = false 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on no sortbitwise = false 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on osd down out interval zero = false 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on too few osds = false 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-02-18T06:04:37.629 INFO:teuthology.orchestra.run.trial122.stdout: mon_warn_on_pool_no_redundancy = false 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: mon_allow_pool_size_one = true 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: osd default data pool replay window = 5 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: mon allow pool delete = true 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: mon cluster log file level = debug 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: debug asserts on shutdown = true 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: mon health detail to clog = false 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: mon host = 10.20.193.171 2026-02-18T06:04:37.630 INFO:teuthology.orchestra.run.trial122.stdout: mon warn on pool no app = False 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout: fsid = 0ecd102e-e717-431e-b082-880a3c4d2c9b 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout:[osd] 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout: osd journal size = 100 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout: osd scrub load threshold = 5.0 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout: osd scrub max interval = 600 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout: osd mclock profile = high_recovery_ops 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout: osd mclock skip benchmark = true 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout: osd recover clone overlap = true 2026-02-18T06:04:37.631 INFO:teuthology.orchestra.run.trial122.stdout: osd recovery max chunk = 1048576 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: osd debug shutdown = true 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: osd debug op order = true 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: osd debug verify stray on activate = true 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: osd debug trim objects = true 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: osd open classes on start = true 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: osd debug pg log writeout = true 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: osd deep scrub update digest min age = 30 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: osd map max advance = 10 2026-02-18T06:04:37.632 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: journal zero on create = true 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: filestore ondisk finisher threads = 3 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: filestore apply finisher threads = 3 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: bdev debug aio = true 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: osd debug misdirected ops = true 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: bluestore block size = 96636764160 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: bluestore compression algorithm = lz4 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: bluestore compression mode = aggressive 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: bluestore fsck on mount = True 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: debug bluefs = 1/20 2026-02-18T06:04:37.633 INFO:teuthology.orchestra.run.trial122.stdout: debug bluestore = 1/20 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout: debug ms = 1 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout: debug osd = 20 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout: debug rocksdb = 4/10 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout: enable experimental unrecoverable data corrupting features = * 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout: mon osd backfillfull_ratio = 0.85 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout: mon osd full ratio = 0.9 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout: mon osd nearfull ratio = 0.8 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout: osd debug randomize hobject sort order = False 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout: osd failsafe full ratio = 0.95 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout: osd objectstore = bluestore 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.634 INFO:teuthology.orchestra.run.trial122.stdout:[mgr] 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: debug ms = 1 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: debug mgr = 20 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: debug mon = 20 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: debug auth = 20 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: mon reweight min pgs per osd = 4 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: mon reweight min bytes per osd = 10 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: mgr/telemetry/nag = false 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout:[mon] 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: debug ms = 1 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: debug mon = 20 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: debug paxos = 20 2026-02-18T06:04:37.635 INFO:teuthology.orchestra.run.trial122.stdout: debug auth = 20 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: mon data avail warn = 5 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: mon mgr mkfs grace = 240 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: mon reweight min pgs per osd = 4 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: mon osd reporter subtree level = osd 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: mon osd prime pg temp = true 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: mon reweight min bytes per osd = 10 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: auth mon ticket ttl = 660 # 11m 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: auth service ticket ttl = 240 # 4m 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: # don't complain about insecure global_id in the test suite 2026-02-18T06:04:37.636 INFO:teuthology.orchestra.run.trial122.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout: # 1m isn't quite enough 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout: mon_down_mkfs_grace = 2m 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout: mon_warn_on_filestore_osds = false 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout:[client] 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout: rgw cache enabled = true 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout: rgw enable ops log = true 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout: rgw enable usage log = true 2026-02-18T06:04:37.637 INFO:teuthology.orchestra.run.trial122.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-02-18T06:04:37.638 INFO:teuthology.orchestra.run.trial122.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-02-18T06:04:37.638 INFO:teuthology.orchestra.run.trial122.stdout: rbd default data pool = datapool 2026-02-18T06:04:37.638 INFO:teuthology.orchestra.run.trial122.stdout:[mon.a] 2026-02-18T06:04:37.663 INFO:teuthology.orchestra.run.trial171.stdout:[global] 2026-02-18T06:04:37.663 INFO:teuthology.orchestra.run.trial171.stdout: chdir = "" 2026-02-18T06:04:37.663 INFO:teuthology.orchestra.run.trial171.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-02-18T06:04:37.663 INFO:teuthology.orchestra.run.trial171.stdout: auth supported = cephx 2026-02-18T06:04:37.663 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.663 INFO:teuthology.orchestra.run.trial171.stdout: filestore xattr use omap = true 2026-02-18T06:04:37.663 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.663 INFO:teuthology.orchestra.run.trial171.stdout: mon clock drift allowed = 1.000 2026-02-18T06:04:37.663 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: osd crush chooseleaf type = 0 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: auth debug = true 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: ms die on old message = true 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: ms die on bug = true 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: mon max pg per osd = 10000 # >= luminous 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: mon pg warn max object skew = 0 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: # disable pg_autoscaler by default for new pools 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: osd_pool_default_pg_autoscale_mode = off 2026-02-18T06:04:37.664 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: osd pool default size = 2 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: mon osd allow primary affinity = true 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: mon osd allow pg remap = true 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on legacy crush tunables = false 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on crush straw calc version zero = false 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on no sortbitwise = false 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on osd down out interval zero = false 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on too few osds = false 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: mon_warn_on_pool_no_redundancy = false 2026-02-18T06:04:37.665 INFO:teuthology.orchestra.run.trial171.stdout: mon_allow_pool_size_one = true 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: osd default data pool replay window = 5 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: mon allow pool delete = true 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: mon cluster log file level = debug 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: debug asserts on shutdown = true 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: mon health detail to clog = false 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: mon host = 10.20.193.171 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: mon warn on pool no app = False 2026-02-18T06:04:37.666 INFO:teuthology.orchestra.run.trial171.stdout: fsid = 0ecd102e-e717-431e-b082-880a3c4d2c9b 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout:[osd] 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout: osd journal size = 100 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout: osd scrub load threshold = 5.0 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout: osd scrub max interval = 600 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout: osd mclock profile = high_recovery_ops 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout: osd mclock skip benchmark = true 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout: osd recover clone overlap = true 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout: osd recovery max chunk = 1048576 2026-02-18T06:04:37.667 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: osd debug shutdown = true 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: osd debug op order = true 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: osd debug verify stray on activate = true 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: osd debug trim objects = true 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: osd open classes on start = true 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: osd debug pg log writeout = true 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: osd deep scrub update digest min age = 30 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: osd map max advance = 10 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.668 INFO:teuthology.orchestra.run.trial171.stdout: journal zero on create = true 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: filestore ondisk finisher threads = 3 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: filestore apply finisher threads = 3 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: bdev debug aio = true 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: osd debug misdirected ops = true 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: bluestore block size = 96636764160 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: bluestore compression algorithm = lz4 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: bluestore compression mode = aggressive 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: bluestore fsck on mount = True 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: debug bluefs = 1/20 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: debug bluestore = 1/20 2026-02-18T06:04:37.669 INFO:teuthology.orchestra.run.trial171.stdout: debug ms = 1 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout: debug osd = 20 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout: debug rocksdb = 4/10 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout: enable experimental unrecoverable data corrupting features = * 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout: mon osd backfillfull_ratio = 0.85 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout: mon osd full ratio = 0.9 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout: mon osd nearfull ratio = 0.8 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout: osd debug randomize hobject sort order = False 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout: osd failsafe full ratio = 0.95 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout: osd objectstore = bluestore 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout:[mgr] 2026-02-18T06:04:37.670 INFO:teuthology.orchestra.run.trial171.stdout: debug ms = 1 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: debug mgr = 20 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: debug mon = 20 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: debug auth = 20 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: mon reweight min pgs per osd = 4 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: mon reweight min bytes per osd = 10 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: mgr/telemetry/nag = false 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout:[mon] 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: debug ms = 1 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: debug mon = 20 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: debug paxos = 20 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: debug auth = 20 2026-02-18T06:04:37.671 INFO:teuthology.orchestra.run.trial171.stdout: mon data avail warn = 5 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: mon mgr mkfs grace = 240 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: mon reweight min pgs per osd = 4 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: mon osd reporter subtree level = osd 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: mon osd prime pg temp = true 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: mon reweight min bytes per osd = 10 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: auth mon ticket ttl = 660 # 11m 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: auth service ticket ttl = 240 # 4m 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: # don't complain about insecure global_id in the test suite 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-02-18T06:04:37.672 INFO:teuthology.orchestra.run.trial171.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout: # 1m isn't quite enough 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout: mon_down_mkfs_grace = 2m 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout: mon_warn_on_filestore_osds = false 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout:[client] 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout: rgw cache enabled = true 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout: rgw enable ops log = true 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout: rgw enable usage log = true 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-02-18T06:04:37.673 INFO:teuthology.orchestra.run.trial171.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-02-18T06:04:37.674 INFO:teuthology.orchestra.run.trial171.stdout: rbd default data pool = datapool 2026-02-18T06:04:37.674 INFO:teuthology.orchestra.run.trial171.stdout:[mon.a] 2026-02-18T06:04:37.675 INFO:tasks.ceph:Creating admin key on cluster2.mon.a... 2026-02-18T06:04:37.675 DEBUG:teuthology.orchestra.run.trial171:> 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/cluster2.keyring 2026-02-18T06:04:37.758 INFO:tasks.ceph:Copying monmap to all nodes... 2026-02-18T06:04:37.758 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:37.758 DEBUG:teuthology.orchestra.run.trial171:> dd if=/etc/ceph/cluster2.keyring of=/dev/stdout 2026-02-18T06:04:37.815 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:37.816 DEBUG:teuthology.orchestra.run.trial171:> dd if=/home/ubuntu/cephtest/cluster2.monmap of=/dev/stdout 2026-02-18T06:04:37.872 INFO:tasks.ceph:Sending monmap to node ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:04:37.873 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:37.873 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/etc/ceph/cluster2.keyring 2026-02-18T06:04:37.873 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-02-18T06:04:37.907 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:04:37.907 DEBUG:teuthology.orchestra.run.trial122:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2026-02-18T06:04:37.963 INFO:tasks.ceph:Sending monmap to node ubuntu@trial171.front.sepia.ceph.com 2026-02-18T06:04:37.963 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:37.963 DEBUG:teuthology.orchestra.run.trial171:> sudo dd of=/etc/ceph/cluster2.keyring 2026-02-18T06:04:37.963 DEBUG:teuthology.orchestra.run.trial171:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-02-18T06:04:37.997 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:37.997 DEBUG:teuthology.orchestra.run.trial171:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2026-02-18T06:04:38.053 INFO:tasks.ceph:Setting up mon nodes... 2026-02-18T06:04:38.053 INFO:tasks.ceph:Setting up mgr nodes... 2026-02-18T06:04:38.053 DEBUG:teuthology.orchestra.run.trial171:> sudo mkdir -p /var/lib/ceph/mgr/cluster2-x && sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=mgr.x /var/lib/ceph/mgr/cluster2-x/keyring 2026-02-18T06:04:38.135 INFO:teuthology.orchestra.run.trial171.stdout:creating /var/lib/ceph/mgr/cluster2-x/keyring 2026-02-18T06:04:38.138 INFO:tasks.ceph:Setting up mds nodes... 2026-02-18T06:04:38.138 INFO:tasks.ceph_client:Setting up client nodes... 2026-02-18T06:04:38.139 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring --gen-key --name=client.0 /etc/ceph/cluster2.client.0.keyring && sudo chmod 0644 /etc/ceph/cluster2.client.0.keyring 2026-02-18T06:04:38.173 INFO:teuthology.orchestra.run.trial171.stdout:creating /etc/ceph/cluster2.client.0.keyring 2026-02-18T06:04:38.184 INFO:tasks.ceph:Running mkfs on osd nodes... 2026-02-18T06:04:38.184 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@trial122.front.sepia.ceph.com'): {'cluster1.osd.0': '/dev/vg_nvme/lv_1', 'cluster1.osd.1': '/dev/vg_nvme/lv_2', 'cluster1.osd.2': '/dev/vg_nvme/lv_3'}, Remote(name='ubuntu@trial171.front.sepia.ceph.com'): {'cluster2.osd.0': '/dev/vg_nvme/lv_1', 'cluster2.osd.1': '/dev/vg_nvme/lv_2', 'cluster2.osd.2': '/dev/vg_nvme/lv_3'}} 2026-02-18T06:04:38.185 DEBUG:teuthology.orchestra.run.trial171:> sudo mkdir -p /var/lib/ceph/osd/cluster2-0 2026-02-18T06:04:38.247 INFO:tasks.ceph:roles_to_devs: {'cluster2.osd.0': '/dev/vg_nvme/lv_1', 'cluster2.osd.1': '/dev/vg_nvme/lv_2', 'cluster2.osd.2': '/dev/vg_nvme/lv_3'} 2026-02-18T06:04:38.248 INFO:tasks.ceph:role: cluster2.osd.0 2026-02-18T06:04:38.248 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@trial171.front.sepia.ceph.com 2026-02-18T06:04:38.248 DEBUG:teuthology.orchestra.run.trial171:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2026-02-18T06:04:38.313 INFO:teuthology.orchestra.run.trial171.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=45875200 blks 2026-02-18T06:04:38.313 INFO:teuthology.orchestra.run.trial171.stdout: = sectsz=4096 attr=2, projid32bit=1 2026-02-18T06:04:38.313 INFO:teuthology.orchestra.run.trial171.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-02-18T06:04:38.313 INFO:teuthology.orchestra.run.trial171.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-02-18T06:04:38.313 INFO:teuthology.orchestra.run.trial171.stdout:data = bsize=4096 blocks=183500800, imaxpct=25 2026-02-18T06:04:38.313 INFO:teuthology.orchestra.run.trial171.stdout: = sunit=0 swidth=0 blks 2026-02-18T06:04:38.313 INFO:teuthology.orchestra.run.trial171.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-02-18T06:04:38.313 INFO:teuthology.orchestra.run.trial171.stdout:log =internal log bsize=4096 blocks=89600, version=2 2026-02-18T06:04:38.313 INFO:teuthology.orchestra.run.trial171.stdout: = sectsz=4096 sunit=1 blks, lazy-count=1 2026-02-18T06:04:38.313 INFO:teuthology.orchestra.run.trial171.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-02-18T06:04:38.881 INFO:teuthology.orchestra.run.trial171.stdout:Discarding blocks...Done. 2026-02-18T06:04:38.883 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@trial171.front.sepia.ceph.com -o noatime 2026-02-18T06:04:38.884 DEBUG:teuthology.orchestra.run.trial171:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster2-0 2026-02-18T06:04:38.952 DEBUG:teuthology.orchestra.run.trial171:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-0 2026-02-18T06:04:39.019 DEBUG:teuthology.orchestra.run.trial171:> sudo mkdir -p /var/lib/ceph/osd/cluster2-1 2026-02-18T06:04:39.083 INFO:tasks.ceph:roles_to_devs: {'cluster2.osd.0': '/dev/vg_nvme/lv_1', 'cluster2.osd.1': '/dev/vg_nvme/lv_2', 'cluster2.osd.2': '/dev/vg_nvme/lv_3'} 2026-02-18T06:04:39.083 INFO:tasks.ceph:role: cluster2.osd.1 2026-02-18T06:04:39.084 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@trial171.front.sepia.ceph.com 2026-02-18T06:04:39.084 DEBUG:teuthology.orchestra.run.trial171:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2026-02-18T06:04:39.148 INFO:teuthology.orchestra.run.trial171.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=45875200 blks 2026-02-18T06:04:39.148 INFO:teuthology.orchestra.run.trial171.stdout: = sectsz=4096 attr=2, projid32bit=1 2026-02-18T06:04:39.148 INFO:teuthology.orchestra.run.trial171.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-02-18T06:04:39.148 INFO:teuthology.orchestra.run.trial171.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-02-18T06:04:39.148 INFO:teuthology.orchestra.run.trial171.stdout:data = bsize=4096 blocks=183500800, imaxpct=25 2026-02-18T06:04:39.148 INFO:teuthology.orchestra.run.trial171.stdout: = sunit=0 swidth=0 blks 2026-02-18T06:04:39.149 INFO:teuthology.orchestra.run.trial171.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-02-18T06:04:39.149 INFO:teuthology.orchestra.run.trial171.stdout:log =internal log bsize=4096 blocks=89600, version=2 2026-02-18T06:04:39.149 INFO:teuthology.orchestra.run.trial171.stdout: = sectsz=4096 sunit=1 blks, lazy-count=1 2026-02-18T06:04:39.149 INFO:teuthology.orchestra.run.trial171.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-02-18T06:04:39.706 INFO:teuthology.orchestra.run.trial171.stdout:Discarding blocks...Done. 2026-02-18T06:04:39.708 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@trial171.front.sepia.ceph.com -o noatime 2026-02-18T06:04:39.708 DEBUG:teuthology.orchestra.run.trial171:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster2-1 2026-02-18T06:04:39.776 DEBUG:teuthology.orchestra.run.trial171:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-1 2026-02-18T06:04:39.842 DEBUG:teuthology.orchestra.run.trial171:> sudo mkdir -p /var/lib/ceph/osd/cluster2-2 2026-02-18T06:04:39.906 INFO:tasks.ceph:roles_to_devs: {'cluster2.osd.0': '/dev/vg_nvme/lv_1', 'cluster2.osd.1': '/dev/vg_nvme/lv_2', 'cluster2.osd.2': '/dev/vg_nvme/lv_3'} 2026-02-18T06:04:39.906 INFO:tasks.ceph:role: cluster2.osd.2 2026-02-18T06:04:39.906 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@trial171.front.sepia.ceph.com 2026-02-18T06:04:39.906 DEBUG:teuthology.orchestra.run.trial171:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2026-02-18T06:04:39.970 INFO:teuthology.orchestra.run.trial171.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=45875200 blks 2026-02-18T06:04:39.970 INFO:teuthology.orchestra.run.trial171.stdout: = sectsz=4096 attr=2, projid32bit=1 2026-02-18T06:04:39.970 INFO:teuthology.orchestra.run.trial171.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-02-18T06:04:39.970 INFO:teuthology.orchestra.run.trial171.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-02-18T06:04:39.971 INFO:teuthology.orchestra.run.trial171.stdout:data = bsize=4096 blocks=183500800, imaxpct=25 2026-02-18T06:04:39.971 INFO:teuthology.orchestra.run.trial171.stdout: = sunit=0 swidth=0 blks 2026-02-18T06:04:39.971 INFO:teuthology.orchestra.run.trial171.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-02-18T06:04:39.971 INFO:teuthology.orchestra.run.trial171.stdout:log =internal log bsize=4096 blocks=89600, version=2 2026-02-18T06:04:39.971 INFO:teuthology.orchestra.run.trial171.stdout: = sectsz=4096 sunit=1 blks, lazy-count=1 2026-02-18T06:04:39.971 INFO:teuthology.orchestra.run.trial171.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-02-18T06:04:40.539 INFO:teuthology.orchestra.run.trial171.stdout:Discarding blocks...Done. 2026-02-18T06:04:40.541 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@trial171.front.sepia.ceph.com -o noatime 2026-02-18T06:04:40.541 DEBUG:teuthology.orchestra.run.trial171:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster2-2 2026-02-18T06:04:40.608 DEBUG:teuthology.orchestra.run.trial171:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-2 2026-02-18T06:04:40.675 DEBUG:teuthology.orchestra.run.trial171:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster cluster2 --mkfs --mkkey -i 0 --monmap /home/ubuntu/cephtest/cluster2.monmap 2026-02-18T06:04:40.753 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:40.750+0000 7fe361462900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:40.753 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:40.750+0000 7fe361462900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:40.754 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:40.751+0000 7fe361462900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:40.754 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:40.751+0000 7fe361462900 -1 auth: error reading file: /var/lib/ceph/osd/cluster2-0/keyring: can't open /var/lib/ceph/osd/cluster2-0/keyring: (2) No such file or directory 2026-02-18T06:04:40.755 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:40.751+0000 7fe361462900 -1 created new key in keyring /var/lib/ceph/osd/cluster2-0/keyring 2026-02-18T06:04:40.755 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:40.751+0000 7fe361462900 -1 bdev(0x56463085b800 /var/lib/ceph/osd/cluster2-0/block) open stat got: (1) Operation not permitted 2026-02-18T06:04:40.755 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:40.752+0000 7fe361462900 -1 bluestore(/var/lib/ceph/osd/cluster2-0) _read_fsid unparsable uuid 2026-02-18T06:04:41.215 DEBUG:teuthology.orchestra.run.trial171:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-0 2026-02-18T06:04:41.280 DEBUG:teuthology.orchestra.run.trial171:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster cluster2 --mkfs --mkkey -i 1 --monmap /home/ubuntu/cephtest/cluster2.monmap 2026-02-18T06:04:41.356 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.353+0000 7f1be3812900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:41.356 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.353+0000 7f1be3812900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:41.357 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.354+0000 7f1be3812900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:41.358 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.354+0000 7f1be3812900 -1 auth: error reading file: /var/lib/ceph/osd/cluster2-1/keyring: can't open /var/lib/ceph/osd/cluster2-1/keyring: (2) No such file or directory 2026-02-18T06:04:41.358 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.355+0000 7f1be3812900 -1 created new key in keyring /var/lib/ceph/osd/cluster2-1/keyring 2026-02-18T06:04:41.358 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.355+0000 7f1be3812900 -1 bdev(0x55c99bd4b800 /var/lib/ceph/osd/cluster2-1/block) open stat got: (1) Operation not permitted 2026-02-18T06:04:41.358 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.355+0000 7f1be3812900 -1 bluestore(/var/lib/ceph/osd/cluster2-1) _read_fsid unparsable uuid 2026-02-18T06:04:41.806 DEBUG:teuthology.orchestra.run.trial171:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-1 2026-02-18T06:04:41.870 DEBUG:teuthology.orchestra.run.trial171:> sudo MALLOC_CHECK_=3 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-osd --no-mon-config --cluster cluster2 --mkfs --mkkey -i 2 --monmap /home/ubuntu/cephtest/cluster2.monmap 2026-02-18T06:04:41.947 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.945+0000 7fae4607c900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:41.948 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.945+0000 7fae4607c900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:41.948 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.945+0000 7fae4607c900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:41.949 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.946+0000 7fae4607c900 -1 auth: error reading file: /var/lib/ceph/osd/cluster2-2/keyring: can't open /var/lib/ceph/osd/cluster2-2/keyring: (2) No such file or directory 2026-02-18T06:04:41.949 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.946+0000 7fae4607c900 -1 created new key in keyring /var/lib/ceph/osd/cluster2-2/keyring 2026-02-18T06:04:41.950 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.946+0000 7fae4607c900 -1 bdev(0x557c44a5f800 /var/lib/ceph/osd/cluster2-2/block) open stat got: (1) Operation not permitted 2026-02-18T06:04:41.950 INFO:teuthology.orchestra.run.trial171.stderr:2026-02-18T06:04:41.946+0000 7fae4607c900 -1 bluestore(/var/lib/ceph/osd/cluster2-2) _read_fsid unparsable uuid 2026-02-18T06:04:42.392 DEBUG:teuthology.orchestra.run.trial171:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-2 2026-02-18T06:04:42.456 INFO:tasks.ceph:Reading keys from all nodes... 2026-02-18T06:04:42.457 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:42.457 DEBUG:teuthology.orchestra.run.trial171:> sudo dd if=/var/lib/ceph/mgr/cluster2-x/keyring of=/dev/stdout 2026-02-18T06:04:42.521 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:42.521 DEBUG:teuthology.orchestra.run.trial171:> sudo dd if=/var/lib/ceph/osd/cluster2-0/keyring of=/dev/stdout 2026-02-18T06:04:42.587 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:42.587 DEBUG:teuthology.orchestra.run.trial171:> sudo dd if=/var/lib/ceph/osd/cluster2-1/keyring of=/dev/stdout 2026-02-18T06:04:42.650 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:42.650 DEBUG:teuthology.orchestra.run.trial171:> sudo dd if=/var/lib/ceph/osd/cluster2-2/keyring of=/dev/stdout 2026-02-18T06:04:42.713 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:42.713 DEBUG:teuthology.orchestra.run.trial171:> dd if=/etc/ceph/cluster2.client.0.keyring of=/dev/stdout 2026-02-18T06:04:42.769 INFO:tasks.ceph:Adding keys to all mons... 2026-02-18T06:04:42.769 DEBUG:teuthology.orchestra.run.trial171:> sudo tee -a /etc/ceph/cluster2.keyring 2026-02-18T06:04:42.830 INFO:teuthology.orchestra.run.trial171.stdout:[mgr.x] 2026-02-18T06:04:42.831 INFO:teuthology.orchestra.run.trial171.stdout: key = AQB2VpVpVjUICBAAfxnfUf1GK9eKtUq6juBbAg== 2026-02-18T06:04:42.831 INFO:teuthology.orchestra.run.trial171.stdout:[osd.0] 2026-02-18T06:04:42.831 INFO:teuthology.orchestra.run.trial171.stdout: key = AQB4VpVp+njnLBAAzUVaB5wMe615LyBYgkfzfA== 2026-02-18T06:04:42.831 INFO:teuthology.orchestra.run.trial171.stdout:[osd.1] 2026-02-18T06:04:42.831 INFO:teuthology.orchestra.run.trial171.stdout: key = AQB5VpVphslBFRAAwRVLzUByBptuICbW+vBZow== 2026-02-18T06:04:42.831 INFO:teuthology.orchestra.run.trial171.stdout:[osd.2] 2026-02-18T06:04:42.831 INFO:teuthology.orchestra.run.trial171.stdout: key = AQB5VpVpEx+DOBAA8aaFRpKsfcICmp2B+Ow1Rw== 2026-02-18T06:04:42.831 INFO:teuthology.orchestra.run.trial171.stdout:[client.0] 2026-02-18T06:04:42.831 INFO:teuthology.orchestra.run.trial171.stdout: key = AQB2VpVp7OJDChAACLvLeH2IzWN4MWZHfNjy3A== 2026-02-18T06:04:42.832 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster2.keyring --name=mgr.x --cap mon 'allow profile mgr' --cap osd 'allow *' --cap mds 'allow *' 2026-02-18T06:04:42.913 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster2.keyring --name=osd.0 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2026-02-18T06:04:42.993 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster2.keyring --name=osd.1 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2026-02-18T06:04:43.073 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster2.keyring --name=osd.2 --cap mon 'allow profile osd' --cap mgr 'allow profile osd' --cap osd 'allow *' 2026-02-18T06:04:43.152 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool /etc/ceph/cluster2.keyring --name=client.0 --cap mon 'allow rw' --cap mgr 'allow r' --cap osd 'allow rwx' --cap mds allow 2026-02-18T06:04:43.233 INFO:tasks.ceph:Running mkfs on mon nodes... 2026-02-18T06:04:43.234 DEBUG:teuthology.orchestra.run.trial171:> sudo mkdir -p /var/lib/ceph/mon/cluster2-a 2026-02-18T06:04:43.297 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-mon --cluster cluster2 --mkfs -i a --monmap /home/ubuntu/cephtest/cluster2.monmap --keyring /etc/ceph/cluster2.keyring 2026-02-18T06:04:43.380 DEBUG:teuthology.orchestra.run.trial171:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster2-a 2026-02-18T06:04:43.444 DEBUG:teuthology.orchestra.run.trial171:> rm -- /home/ubuntu/cephtest/cluster2.monmap 2026-02-18T06:04:43.500 INFO:tasks.ceph:Starting mon daemons in cluster cluster2... 2026-02-18T06:04:43.500 INFO:tasks.ceph.cluster2.mon.a:Restarting daemon 2026-02-18T06:04:43.500 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster2 -i a 2026-02-18T06:04:43.542 INFO:tasks.ceph.cluster2.mon.a:Started 2026-02-18T06:04:43.542 INFO:tasks.ceph:Starting mgr daemons in cluster cluster2... 2026-02-18T06:04:43.542 INFO:tasks.ceph.cluster2.mgr.x:Restarting daemon 2026-02-18T06:04:43.543 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster2 -i x 2026-02-18T06:04:43.545 INFO:tasks.ceph.cluster2.mgr.x:Started 2026-02-18T06:04:43.545 DEBUG:tasks.ceph:set 0 configs 2026-02-18T06:04:43.545 DEBUG:teuthology.orchestra.run.trial171:> sudo ceph --cluster cluster2 config dump 2026-02-18T06:04:43.641 INFO:teuthology.orchestra.run.trial171.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-18T06:04:43.649 INFO:tasks.ceph:Setting crush tunables to default 2026-02-18T06:04:43.650 DEBUG:teuthology.orchestra.run.trial171:> sudo ceph --cluster cluster2 osd crush tunables default 2026-02-18T06:04:43.750 INFO:teuthology.orchestra.run.trial171.stderr:adjusted tunables profile to default 2026-02-18T06:04:43.758 INFO:tasks.ceph:check_enable_crimson: False 2026-02-18T06:04:43.758 INFO:tasks.ceph:Starting osd daemons in cluster cluster2... 2026-02-18T06:04:43.758 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:43.758 DEBUG:teuthology.orchestra.run.trial171:> sudo dd if=/var/lib/ceph/osd/cluster2-0/fsid of=/dev/stdout 2026-02-18T06:04:43.783 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:43.783 DEBUG:teuthology.orchestra.run.trial171:> sudo dd if=/var/lib/ceph/osd/cluster2-1/fsid of=/dev/stdout 2026-02-18T06:04:43.848 DEBUG:teuthology.orchestra.run.trial171:> set -ex 2026-02-18T06:04:43.848 DEBUG:teuthology.orchestra.run.trial171:> sudo dd if=/var/lib/ceph/osd/cluster2-2/fsid of=/dev/stdout 2026-02-18T06:04:43.912 DEBUG:teuthology.orchestra.run.trial171:> sudo ceph --cluster cluster2 osd new 932d575a-8a90-47e6-b5ef-7f1d809b1cd3 0 2026-02-18T06:04:44.057 INFO:teuthology.orchestra.run.trial171.stdout:0 2026-02-18T06:04:44.066 DEBUG:teuthology.orchestra.run.trial171:> sudo ceph --cluster cluster2 osd new 57a445fa-4696-4684-b19c-7a905b48b89c 1 2026-02-18T06:04:44.168 INFO:teuthology.orchestra.run.trial171.stdout:1 2026-02-18T06:04:44.177 DEBUG:teuthology.orchestra.run.trial171:> sudo ceph --cluster cluster2 osd new 23706b07-57db-4834-b23c-afadf31e5d4a 2 2026-02-18T06:04:44.281 INFO:teuthology.orchestra.run.trial171.stdout:2 2026-02-18T06:04:44.290 INFO:tasks.ceph.cluster2.osd.0:Restarting daemon 2026-02-18T06:04:44.290 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 0 2026-02-18T06:04:44.292 INFO:tasks.ceph.cluster2.osd.0:Started 2026-02-18T06:04:44.292 INFO:tasks.ceph.cluster2.osd.1:Restarting daemon 2026-02-18T06:04:44.292 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 1 2026-02-18T06:04:44.295 INFO:tasks.ceph.cluster2.osd.1:Started 2026-02-18T06:04:44.295 INFO:tasks.ceph.cluster2.osd.2:Restarting daemon 2026-02-18T06:04:44.295 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 2 2026-02-18T06:04:44.298 INFO:tasks.ceph.cluster2.osd.2:Started 2026-02-18T06:04:44.298 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-02-18T06:04:44.343 INFO:tasks.ceph.cluster2.osd.0.trial171.stderr:2026-02-18T06:04:44.341+0000 7f1a29410900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:44.344 INFO:tasks.ceph.cluster2.osd.1.trial171.stderr:2026-02-18T06:04:44.343+0000 7f993540d900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:44.346 INFO:tasks.ceph.cluster2.osd.0.trial171.stderr:2026-02-18T06:04:44.344+0000 7f1a29410900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:44.346 INFO:tasks.ceph.cluster2.osd.0.trial171.stderr:2026-02-18T06:04:44.344+0000 7f1a29410900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:44.347 INFO:tasks.ceph.cluster2.osd.1.trial171.stderr:2026-02-18T06:04:44.345+0000 7f993540d900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:44.347 INFO:tasks.ceph.cluster2.osd.1.trial171.stderr:2026-02-18T06:04:44.345+0000 7f993540d900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:44.349 INFO:tasks.ceph.cluster2.osd.2.trial171.stderr:2026-02-18T06:04:44.347+0000 7f6d4c9c8900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:44.351 INFO:tasks.ceph.cluster2.osd.2.trial171.stderr:2026-02-18T06:04:44.349+0000 7f6d4c9c8900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:44.351 INFO:tasks.ceph.cluster2.osd.2.trial171.stderr:2026-02-18T06:04:44.349+0000 7f6d4c9c8900 -1 WARNING: all dangerous and experimental features are enabled. 2026-02-18T06:04:44.399 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:44.399 INFO:teuthology.orchestra.run.trial171.stdout:{"epoch":5,"fsid":"0ecd102e-e717-431e-b082-880a3c4d2c9b","created":"2026-02-18T06:04:43.603899+0000","modified":"2026-02-18T06:04:44.279726+0000","last_up_change":"0.000000","last_in_change":"2026-02-18T06:04:44.279726+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":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"932d575a-8a90-47e6-b5ef-7f1d809b1cd3","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":"57a445fa-4696-4684-b19c-7a905b48b89c","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":"23706b07-57db-4834-b23c-afadf31e5d4a","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}],"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":"isa","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}} 2026-02-18T06:04:44.406 INFO:tasks.ceph.ceph_manager.cluster2:[] 2026-02-18T06:04:44.406 INFO:tasks.ceph:Waiting for OSDs to come up 2026-02-18T06:04:44.558 INFO:tasks.ceph.cluster2.osd.2.trial171.stderr:2026-02-18T06:04:44.556+0000 7f6d4c9c8900 -1 Falling back to public interface 2026-02-18T06:04:44.581 INFO:tasks.ceph.cluster2.osd.0.trial171.stderr:2026-02-18T06:04:44.579+0000 7f1a29410900 -1 Falling back to public interface 2026-02-18T06:04:44.601 INFO:tasks.ceph.cluster2.osd.1.trial171.stderr:2026-02-18T06:04:44.599+0000 7f993540d900 -1 Falling back to public interface 2026-02-18T06:04:44.653 INFO:tasks.ceph.cluster2.mgr.x.trial171.stderr:/usr/lib64/python3.9/site-packages/scipy/__init__.py:73: UserWarning: NumPy was imported from a Python sub-interpreter but NumPy does not properly support sub-interpreters. This will likely work for most users but might cause hard to track down issues or subtle bugs. A common user of the rare sub-interpreter feature is wsgi which also allows single-interpreter mode. 2026-02-18T06:04:44.653 INFO:tasks.ceph.cluster2.mgr.x.trial171.stderr:Improvements in the case of bugs are welcome, but is not on the NumPy roadmap, and full support may require significant effort to achieve. 2026-02-18T06:04:44.653 INFO:tasks.ceph.cluster2.mgr.x.trial171.stderr: from numpy import show_config as show_numpy_config 2026-02-18T06:04:44.709 DEBUG:teuthology.orchestra.run.trial171:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2026-02-18T06:04:44.801 INFO:teuthology.misc.health.trial171.stdout: 2026-02-18T06:04:44.801 INFO:teuthology.misc.health.trial171.stdout:{"epoch":5,"fsid":"0ecd102e-e717-431e-b082-880a3c4d2c9b","created":"2026-02-18T06:04:43.603899+0000","modified":"2026-02-18T06:04:44.279726+0000","last_up_change":"0.000000","last_in_change":"2026-02-18T06:04:44.279726+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":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"932d575a-8a90-47e6-b5ef-7f1d809b1cd3","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":"57a445fa-4696-4684-b19c-7a905b48b89c","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":"23706b07-57db-4834-b23c-afadf31e5d4a","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}],"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":"isa","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}} 2026-02-18T06:04:44.807 DEBUG:teuthology.misc:0 of 3 OSDs are up 2026-02-18T06:04:45.179 INFO:tasks.ceph.cluster2.osd.2.trial171.stderr:2026-02-18T06:04:45.177+0000 7f6d4c9c8900 -1 osd.2 0 log_to_monitors true 2026-02-18T06:04:45.195 INFO:tasks.ceph.cluster2.osd.0.trial171.stderr:2026-02-18T06:04:45.193+0000 7f1a29410900 -1 osd.0 0 log_to_monitors true 2026-02-18T06:04:45.254 INFO:tasks.ceph.cluster2.osd.1.trial171.stderr:2026-02-18T06:04:45.252+0000 7f993540d900 -1 osd.1 0 log_to_monitors true 2026-02-18T06:04:46.614 INFO:tasks.ceph.cluster2.osd.0.trial171.stderr:2026-02-18T06:04:46.612+0000 7f1a24c50640 -1 osd.0 0 waiting for initial osdmap 2026-02-18T06:04:46.615 INFO:tasks.ceph.cluster2.osd.1.trial171.stderr:2026-02-18T06:04:46.612+0000 7f9930b55640 -1 osd.1 0 waiting for initial osdmap 2026-02-18T06:04:46.615 INFO:tasks.ceph.cluster2.osd.2.trial171.stderr:2026-02-18T06:04:46.612+0000 7f6d479d9640 -1 osd.2 0 waiting for initial osdmap 2026-02-18T06:04:46.629 INFO:tasks.ceph.cluster2.osd.0.trial171.stderr:2026-02-18T06:04:46.627+0000 7f1a1c24e640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T06:04:46.629 INFO:tasks.ceph.cluster2.osd.1.trial171.stderr:2026-02-18T06:04:46.627+0000 7f9928153640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T06:04:46.629 INFO:tasks.ceph.cluster2.osd.2.trial171.stderr:2026-02-18T06:04:46.627+0000 7f6d3efd7640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T06:04:47.052 INFO:tasks.ceph.cluster2.mgr.x.trial171.stderr:2026-02-18T06:04:47.050+0000 7faa21a2c640 -1 mgr.server handle_report got status from non-daemon mon.a 2026-02-18T06:04:51.110 DEBUG:teuthology.orchestra.run.trial171:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2026-02-18T06:04:51.285 INFO:teuthology.misc.health.trial171.stdout: 2026-02-18T06:04:51.285 INFO:teuthology.misc.health.trial171.stdout:{"epoch":11,"fsid":"0ecd102e-e717-431e-b082-880a3c4d2c9b","created":"2026-02-18T06:04:43.603899+0000","modified":"2026-02-18T06:04:51.052432+0000","last_up_change":"2026-02-18T06:04:47.611554+0000","last_in_change":"2026-02-18T06:04:44.279726+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-18T06:04:48.058509+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":"11","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,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"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":"932d575a-8a90-47e6-b5ef-7f1d809b1cd3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6808","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6809","nonce":2206153779}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6810","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6811","nonce":2206153779}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6814","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6815","nonce":2206153779}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6812","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6813","nonce":2206153779}]},"public_addr":"10.20.193.171:6809/2206153779","cluster_addr":"10.20.193.171:6811/2206153779","heartbeat_back_addr":"10.20.193.171:6815/2206153779","heartbeat_front_addr":"10.20.193.171:6813/2206153779","state":["exists","up"]},{"osd":1,"uuid":"57a445fa-4696-4684-b19c-7a905b48b89c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":9,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6816","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6817","nonce":3238570621}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6818","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6819","nonce":3238570621}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6822","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6823","nonce":3238570621}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6820","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6821","nonce":3238570621}]},"public_addr":"10.20.193.171:6817/3238570621","cluster_addr":"10.20.193.171:6819/3238570621","heartbeat_back_addr":"10.20.193.171:6823/3238570621","heartbeat_front_addr":"10.20.193.171:6821/3238570621","state":["exists","up"]},{"osd":2,"uuid":"23706b07-57db-4834-b23c-afadf31e5d4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6800","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6801","nonce":4033184009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6802","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6803","nonce":4033184009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6806","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6807","nonce":4033184009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6804","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6805","nonce":4033184009}]},"public_addr":"10.20.193.171:6801/4033184009","cluster_addr":"10.20.193.171:6803/4033184009","heartbeat_back_addr":"10.20.193.171:6807/4033184009","heartbeat_front_addr":"10.20.193.171:6805/4033184009","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"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":4544132024016699391,"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":4544132024016699391,"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":"isa","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}} 2026-02-18T06:04:51.292 DEBUG:teuthology.misc:3 of 3 OSDs are up 2026-02-18T06:04:51.293 INFO:tasks.ceph:Creating RBD pool 2026-02-18T06:04:51.293 DEBUG:teuthology.orchestra.run.trial171:> sudo ceph --cluster cluster2 osd pool create rbd 8 2026-02-18T06:04:52.059 INFO:teuthology.orchestra.run.trial171.stderr:pool 'rbd' created 2026-02-18T06:04:52.070 DEBUG:teuthology.orchestra.run.trial171:> rbd --cluster cluster2 pool init rbd 2026-02-18T06:04:55.072 INFO:tasks.ceph:Starting mds daemons in cluster cluster2... 2026-02-18T06:04:55.073 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 config log 1 --format=json 2026-02-18T06:04:55.073 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2026-02-18T06:04:55.252 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:55.261 INFO:teuthology.orchestra.run.trial171.stdout:[{"version":1,"timestamp":"0.000000","name":"","changes":[]}] 2026-02-18T06:04:55.262 INFO:tasks.ceph_manager:config epoch is 1 2026-02-18T06:04:55.262 INFO:tasks.ceph:Waiting until cluster2 daemons up and pgs clean... 2026-02-18T06:04:55.262 INFO:tasks.ceph.ceph_manager.cluster2:waiting for mgr available 2026-02-18T06:04:55.262 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 mgr dump --format=json 2026-02-18T06:04:55.476 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:55.484 INFO:teuthology.orchestra.run.trial171.stdout:{"epoch":5,"flags":0,"active_gid":4105,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6824","nonce":4231184119},{"type":"v1","addr":"10.20.193.171:6825","nonce":4231184119}]},"active_addr":"10.20.193.171:6825/4231184119","active_change":"2026-02-18T06:04:46.045035+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[],"modules":["iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","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":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self certificates generated and signed by cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","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.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager 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:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter 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.5","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.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:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:ceph20-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics 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":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"how frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","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":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":true,"error_string":"","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"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"],"tentacle":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"force_disabled_modules":{},"last_failure_osd_epoch":0,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"10.20.193.171:0","nonce":4162012286}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"10.20.193.171:0","nonce":523342297}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.171:0","nonce":2328463760}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.171:0","nonce":3955595486}]}]} 2026-02-18T06:04:55.488 INFO:tasks.ceph.ceph_manager.cluster2:mgr available! 2026-02-18T06:04:55.488 INFO:tasks.ceph.ceph_manager.cluster2:waiting for all up 2026-02-18T06:04:55.488 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-02-18T06:04:55.666 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:55.667 INFO:teuthology.orchestra.run.trial171.stdout:{"epoch":15,"fsid":"0ecd102e-e717-431e-b082-880a3c4d2c9b","created":"2026-02-18T06:04:43.603899+0000","modified":"2026-02-18T06:04:55.062206+0000","last_up_change":"2026-02-18T06:04:47.611554+0000","last_in_change":"2026-02-18T06:04:44.279726+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-18T06:04:48.058509+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":"11","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,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"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":"2026-02-18T06:04:51.473060+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":"15","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":15,"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,"nonprimary_shards":"{}","options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.8799999952316284,"score_stable":1.8799999952316284,"optimal_score":1,"raw_score_acting":1.8799999952316284,"raw_score_stable":1.8799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"932d575a-8a90-47e6-b5ef-7f1d809b1cd3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6808","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6809","nonce":2206153779}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6810","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6811","nonce":2206153779}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6814","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6815","nonce":2206153779}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6812","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6813","nonce":2206153779}]},"public_addr":"10.20.193.171:6809/2206153779","cluster_addr":"10.20.193.171:6811/2206153779","heartbeat_back_addr":"10.20.193.171:6815/2206153779","heartbeat_front_addr":"10.20.193.171:6813/2206153779","state":["exists","up"]},{"osd":1,"uuid":"57a445fa-4696-4684-b19c-7a905b48b89c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6816","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6817","nonce":3238570621}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6818","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6819","nonce":3238570621}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6822","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6823","nonce":3238570621}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6820","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6821","nonce":3238570621}]},"public_addr":"10.20.193.171:6817/3238570621","cluster_addr":"10.20.193.171:6819/3238570621","heartbeat_back_addr":"10.20.193.171:6823/3238570621","heartbeat_front_addr":"10.20.193.171:6821/3238570621","state":["exists","up"]},{"osd":2,"uuid":"23706b07-57db-4834-b23c-afadf31e5d4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6800","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6801","nonce":4033184009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6802","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6803","nonce":4033184009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6806","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6807","nonce":4033184009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6804","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6805","nonce":4033184009}]},"public_addr":"10.20.193.171:6801/4033184009","cluster_addr":"10.20.193.171:6803/4033184009","heartbeat_back_addr":"10.20.193.171:6807/4033184009","heartbeat_front_addr":"10.20.193.171:6805/4033184009","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"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":4544132024016699391,"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":4544132024016699391,"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":"isa","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}} 2026-02-18T06:04:55.675 INFO:tasks.ceph.ceph_manager.cluster2:all up! 2026-02-18T06:04:55.676 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-02-18T06:04:55.855 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:55.856 INFO:teuthology.orchestra.run.trial171.stdout:{"epoch":15,"fsid":"0ecd102e-e717-431e-b082-880a3c4d2c9b","created":"2026-02-18T06:04:43.603899+0000","modified":"2026-02-18T06:04:55.062206+0000","last_up_change":"2026-02-18T06:04:47.611554+0000","last_in_change":"2026-02-18T06:04:44.279726+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":4,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":2,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-18T06:04:48.058509+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":"11","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,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"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":"2026-02-18T06:04:51.473060+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":"15","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":15,"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,"nonprimary_shards":"{}","options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.8799999952316284,"score_stable":1.8799999952316284,"optimal_score":1,"raw_score_acting":1.8799999952316284,"raw_score_stable":1.8799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"932d575a-8a90-47e6-b5ef-7f1d809b1cd3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6808","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6809","nonce":2206153779}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6810","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6811","nonce":2206153779}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6814","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6815","nonce":2206153779}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6812","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6813","nonce":2206153779}]},"public_addr":"10.20.193.171:6809/2206153779","cluster_addr":"10.20.193.171:6811/2206153779","heartbeat_back_addr":"10.20.193.171:6815/2206153779","heartbeat_front_addr":"10.20.193.171:6813/2206153779","state":["exists","up"]},{"osd":1,"uuid":"57a445fa-4696-4684-b19c-7a905b48b89c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6816","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6817","nonce":3238570621}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6818","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6819","nonce":3238570621}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6822","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6823","nonce":3238570621}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6820","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6821","nonce":3238570621}]},"public_addr":"10.20.193.171:6817/3238570621","cluster_addr":"10.20.193.171:6819/3238570621","heartbeat_back_addr":"10.20.193.171:6823/3238570621","heartbeat_front_addr":"10.20.193.171:6821/3238570621","state":["exists","up"]},{"osd":2,"uuid":"23706b07-57db-4834-b23c-afadf31e5d4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6800","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6801","nonce":4033184009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6802","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6803","nonce":4033184009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6806","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6807","nonce":4033184009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6804","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6805","nonce":4033184009}]},"public_addr":"10.20.193.171:6801/4033184009","cluster_addr":"10.20.193.171:6803/4033184009","heartbeat_back_addr":"10.20.193.171:6807/4033184009","heartbeat_front_addr":"10.20.193.171:6805/4033184009","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"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":4544132024016699391,"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":4544132024016699391,"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":"isa","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}} 2026-02-18T06:04:55.866 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.0 flush_pg_stats 2026-02-18T06:04:55.867 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.1 flush_pg_stats 2026-02-18T06:04:55.867 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.2 flush_pg_stats 2026-02-18T06:04:55.955 INFO:teuthology.orchestra.run.trial171.stdout:34359738371 2026-02-18T06:04:55.956 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-02-18T06:04:55.957 INFO:teuthology.orchestra.run.trial171.stdout:34359738371 2026-02-18T06:04:55.957 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2026-02-18T06:04:55.958 INFO:teuthology.orchestra.run.trial171.stdout:34359738371 2026-02-18T06:04:55.959 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2026-02-18T06:04:56.180 INFO:teuthology.orchestra.run.trial171.stdout:34359738371 2026-02-18T06:04:56.181 INFO:teuthology.orchestra.run.trial171.stdout:34359738371 2026-02-18T06:04:56.183 INFO:teuthology.orchestra.run.trial171.stdout:34359738371 2026-02-18T06:04:56.192 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.2 2026-02-18T06:04:56.193 DEBUG:teuthology.parallel:result is None 2026-02-18T06:04:56.194 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.0 2026-02-18T06:04:56.194 DEBUG:teuthology.parallel:result is None 2026-02-18T06:04:56.195 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.1 2026-02-18T06:04:56.195 DEBUG:teuthology.parallel:result is None 2026-02-18T06:04:56.195 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2026-02-18T06:04:56.195 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-02-18T06:04:56.411 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:56.411 INFO:teuthology.orchestra.run.trial171.stderr:dumped all 2026-02-18T06:04:56.419 INFO:teuthology.orchestra.run.trial171.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2026-02-18T06:04:56.048971+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"num_objects":4,"num_object_clones":0,"num_object_copies":8,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":103,"num_write_kb":1630,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":75,"ondisk_log_size":75,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":18,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81376,"kb_used_data":496,"kb_used_omap":23,"kb_used_meta":80808,"kb_avail":283034144,"statfs":{"total":289910292480,"available":289826963456,"internally_reserved":0,"allocated":507904,"data_stored":1291807,"data_compressed":19578,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":23725,"internal_metadata":82748243},"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":"2.987817"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.066147+0000","last_change":"2026-02-18T06:04:55.066317+0000","last_active":"2026-02-18T06:04:55.066147+0000","last_peered":"2026-02-18T06:04:55.066147+0000","last_clean":"2026-02-18T06:04:55.066147+0000","last_became_active":"2026-02-18T06:04:53.064863+0000","last_became_peered":"2026-02-18T06:04:53.064863+0000","last_unstale":"2026-02-18T06:04:55.066147+0000","last_undegraded":"2026-02-18T06:04:55.066147+0000","last_fullsized":"2026-02-18T06:04:55.066147+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T15:23:34.375421+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00085326300000000005,"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.6","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.065911+0000","last_change":"2026-02-18T06:04:55.066073+0000","last_active":"2026-02-18T06:04:55.065911+0000","last_peered":"2026-02-18T06:04:55.065911+0000","last_clean":"2026-02-18T06:04:55.065911+0000","last_became_active":"2026-02-18T06:04:53.064762+0000","last_became_peered":"2026-02-18T06:04:53.064762+0000","last_unstale":"2026-02-18T06:04:55.065911+0000","last_undegraded":"2026-02-18T06:04:55.065911+0000","last_fullsized":"2026-02-18T06:04:55.065911+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T14:32:38.427944+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000654395,"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.5","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.065711+0000","last_change":"2026-02-18T06:04:55.065878+0000","last_active":"2026-02-18T06:04:55.065711+0000","last_peered":"2026-02-18T06:04:55.065711+0000","last_clean":"2026-02-18T06:04:55.065711+0000","last_became_active":"2026-02-18T06:04:53.064798+0000","last_became_peered":"2026-02-18T06:04:53.064798+0000","last_unstale":"2026-02-18T06:04:55.065711+0000","last_undegraded":"2026-02-18T06:04:55.065711+0000","last_fullsized":"2026-02-18T06:04:55.065711+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T09:33:57.235199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047279700000000001,"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.4","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.065680+0000","last_change":"2026-02-18T06:04:55.065880+0000","last_active":"2026-02-18T06:04:55.065680+0000","last_peered":"2026-02-18T06:04:55.065680+0000","last_clean":"2026-02-18T06:04:55.065680+0000","last_became_active":"2026-02-18T06:04:53.064760+0000","last_became_peered":"2026-02-18T06:04:53.064760+0000","last_unstale":"2026-02-18T06:04:55.065680+0000","last_undegraded":"2026-02-18T06:04:55.065680+0000","last_fullsized":"2026-02-18T06:04:55.065680+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T09:25:45.034187+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047099400000000002,"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":"15'2","reported_seq":22,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.064219+0000","last_change":"2026-02-18T06:04:55.064219+0000","last_active":"2026-02-18T06:04:55.064219+0000","last_peered":"2026-02-18T06:04:55.064219+0000","last_clean":"2026-02-18T06:04:55.064219+0000","last_became_active":"2026-02-18T06:04:53.064717+0000","last_became_peered":"2026-02-18T06:04:53.064717+0000","last_unstale":"2026-02-18T06:04:55.064219+0000","last_undegraded":"2026-02-18T06:04:55.064219+0000","last_fullsized":"2026-02-18T06:04:55.064219+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T14:46:41.621620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039451200000000002,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.152677+0000","last_change":"2026-02-18T06:04:55.152783+0000","last_active":"2026-02-18T06:04:55.152677+0000","last_peered":"2026-02-18T06:04:55.152677+0000","last_clean":"2026-02-18T06:04:55.152677+0000","last_became_active":"2026-02-18T06:04:53.064335+0000","last_became_peered":"2026-02-18T06:04:53.064335+0000","last_unstale":"2026-02-18T06:04:55.152677+0000","last_undegraded":"2026-02-18T06:04:55.152677+0000","last_fullsized":"2026-02-18T06:04:55.152677+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T12:35:56.761914+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030250200000000001,"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,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.152652+0000","last_change":"2026-02-18T06:04:55.152795+0000","last_active":"2026-02-18T06:04:55.152652+0000","last_peered":"2026-02-18T06:04:55.152652+0000","last_clean":"2026-02-18T06:04:55.152652+0000","last_became_active":"2026-02-18T06:04:53.064336+0000","last_became_peered":"2026-02-18T06:04:53.064336+0000","last_unstale":"2026-02-18T06:04:55.152652+0000","last_undegraded":"2026-02-18T06:04:55.152652+0000","last_fullsized":"2026-02-18T06:04:55.152652+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T15:48:51.084938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031314100000000002,"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,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.3","version":"13'1","reported_seq":21,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.065959+0000","last_change":"2026-02-18T06:04:55.066168+0000","last_active":"2026-02-18T06:04:55.065959+0000","last_peered":"2026-02-18T06:04:55.065959+0000","last_clean":"2026-02-18T06:04:55.065959+0000","last_became_active":"2026-02-18T06:04:53.063663+0000","last_became_peered":"2026-02-18T06:04:53.063663+0000","last_unstale":"2026-02-18T06:04:55.065959+0000","last_undegraded":"2026-02-18T06:04:55.065959+0000","last_fullsized":"2026-02-18T06:04:55.065959+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T12:32:28.708024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00071433599999999999,"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":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"10'72","reported_seq":111,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.065194+0000","last_change":"2026-02-18T06:04:50.055655+0000","last_active":"2026-02-18T06:04:55.065194+0000","last_peered":"2026-02-18T06:04:55.065194+0000","last_clean":"2026-02-18T06:04:55.065194+0000","last_became_active":"2026-02-18T06:04:50.054911+0000","last_became_peered":"2026-02-18T06:04:50.054911+0000","last_unstale":"2026-02-18T06:04:55.065194+0000","last_undegraded":"2026-02-18T06:04:55.065194+0000","last_fullsized":"2026-02-18T06:04:55.065194+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_clean_scrub_stamp":"2026-02-18T06:04:49.051630+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:37:29.572696+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19578,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738371,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27080,"kb_used_data":120,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":94344760,"statfs":{"total":96636764160,"available":96609034240,"internally_reserved":0,"allocated":122880,"data_stored":34635,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8125,"internal_metadata":27582531},"hb_peers":[0,1],"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":8,"seq":34359738371,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27148,"kb_used_data":188,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":94344692,"statfs":{"total":96636764160,"available":96608964608,"internally_reserved":0,"allocated":192512,"data_stored":628586,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":7475,"internal_metadata":27583181},"hb_peers":[0,2],"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":8,"seq":34359738371,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27148,"kb_used_data":188,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":94344692,"statfs":{"total":96636764160,"available":96608964608,"internally_reserved":0,"allocated":192512,"data_stored":628586,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":8125,"internal_metadata":27582531},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"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}]}} 2026-02-18T06:04:56.421 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-02-18T06:04:56.597 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:56.597 INFO:teuthology.orchestra.run.trial171.stderr:dumped all 2026-02-18T06:04:56.605 INFO:teuthology.orchestra.run.trial171.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2026-02-18T06:04:56.048971+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590387,"num_objects":4,"num_object_clones":0,"num_object_copies":8,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":4,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":103,"num_write_kb":1630,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":75,"ondisk_log_size":75,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":18,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81376,"kb_used_data":496,"kb_used_omap":23,"kb_used_meta":80808,"kb_avail":283034144,"statfs":{"total":289910292480,"available":289826963456,"internally_reserved":0,"allocated":507904,"data_stored":1291807,"data_compressed":19578,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":23725,"internal_metadata":82748243},"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":"2.987817"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.066147+0000","last_change":"2026-02-18T06:04:55.066317+0000","last_active":"2026-02-18T06:04:55.066147+0000","last_peered":"2026-02-18T06:04:55.066147+0000","last_clean":"2026-02-18T06:04:55.066147+0000","last_became_active":"2026-02-18T06:04:53.064863+0000","last_became_peered":"2026-02-18T06:04:53.064863+0000","last_unstale":"2026-02-18T06:04:55.066147+0000","last_undegraded":"2026-02-18T06:04:55.066147+0000","last_fullsized":"2026-02-18T06:04:55.066147+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T15:23:34.375421+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00085326300000000005,"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.6","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.065911+0000","last_change":"2026-02-18T06:04:55.066073+0000","last_active":"2026-02-18T06:04:55.065911+0000","last_peered":"2026-02-18T06:04:55.065911+0000","last_clean":"2026-02-18T06:04:55.065911+0000","last_became_active":"2026-02-18T06:04:53.064762+0000","last_became_peered":"2026-02-18T06:04:53.064762+0000","last_unstale":"2026-02-18T06:04:55.065911+0000","last_undegraded":"2026-02-18T06:04:55.065911+0000","last_fullsized":"2026-02-18T06:04:55.065911+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T14:32:38.427944+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000654395,"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.5","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.065711+0000","last_change":"2026-02-18T06:04:55.065878+0000","last_active":"2026-02-18T06:04:55.065711+0000","last_peered":"2026-02-18T06:04:55.065711+0000","last_clean":"2026-02-18T06:04:55.065711+0000","last_became_active":"2026-02-18T06:04:53.064798+0000","last_became_peered":"2026-02-18T06:04:53.064798+0000","last_unstale":"2026-02-18T06:04:55.065711+0000","last_undegraded":"2026-02-18T06:04:55.065711+0000","last_fullsized":"2026-02-18T06:04:55.065711+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T09:33:57.235199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047279700000000001,"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.4","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.065680+0000","last_change":"2026-02-18T06:04:55.065880+0000","last_active":"2026-02-18T06:04:55.065680+0000","last_peered":"2026-02-18T06:04:55.065680+0000","last_clean":"2026-02-18T06:04:55.065680+0000","last_became_active":"2026-02-18T06:04:53.064760+0000","last_became_peered":"2026-02-18T06:04:53.064760+0000","last_unstale":"2026-02-18T06:04:55.065680+0000","last_undegraded":"2026-02-18T06:04:55.065680+0000","last_fullsized":"2026-02-18T06:04:55.065680+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T09:25:45.034187+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047099400000000002,"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":"15'2","reported_seq":22,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.064219+0000","last_change":"2026-02-18T06:04:55.064219+0000","last_active":"2026-02-18T06:04:55.064219+0000","last_peered":"2026-02-18T06:04:55.064219+0000","last_clean":"2026-02-18T06:04:55.064219+0000","last_became_active":"2026-02-18T06:04:53.064717+0000","last_became_peered":"2026-02-18T06:04:53.064717+0000","last_unstale":"2026-02-18T06:04:55.064219+0000","last_undegraded":"2026-02-18T06:04:55.064219+0000","last_fullsized":"2026-02-18T06:04:55.064219+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T14:46:41.621620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039451200000000002,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.152677+0000","last_change":"2026-02-18T06:04:55.152783+0000","last_active":"2026-02-18T06:04:55.152677+0000","last_peered":"2026-02-18T06:04:55.152677+0000","last_clean":"2026-02-18T06:04:55.152677+0000","last_became_active":"2026-02-18T06:04:53.064335+0000","last_became_peered":"2026-02-18T06:04:53.064335+0000","last_unstale":"2026-02-18T06:04:55.152677+0000","last_undegraded":"2026-02-18T06:04:55.152677+0000","last_fullsized":"2026-02-18T06:04:55.152677+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T12:35:56.761914+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030250200000000001,"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,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.152652+0000","last_change":"2026-02-18T06:04:55.152795+0000","last_active":"2026-02-18T06:04:55.152652+0000","last_peered":"2026-02-18T06:04:55.152652+0000","last_clean":"2026-02-18T06:04:55.152652+0000","last_became_active":"2026-02-18T06:04:53.064336+0000","last_became_peered":"2026-02-18T06:04:53.064336+0000","last_unstale":"2026-02-18T06:04:55.152652+0000","last_undegraded":"2026-02-18T06:04:55.152652+0000","last_fullsized":"2026-02-18T06:04:55.152652+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T15:48:51.084938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031314100000000002,"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,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.3","version":"13'1","reported_seq":21,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.065959+0000","last_change":"2026-02-18T06:04:55.066168+0000","last_active":"2026-02-18T06:04:55.065959+0000","last_peered":"2026-02-18T06:04:55.065959+0000","last_clean":"2026-02-18T06:04:55.065959+0000","last_became_active":"2026-02-18T06:04:53.063663+0000","last_became_peered":"2026-02-18T06:04:53.063663+0000","last_unstale":"2026-02-18T06:04:55.065959+0000","last_undegraded":"2026-02-18T06:04:55.065959+0000","last_fullsized":"2026-02-18T06:04:55.065959+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T12:32:28.708024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00071433599999999999,"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":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"1.0","version":"10'72","reported_seq":111,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-02-18T06:04:55.065194+0000","last_change":"2026-02-18T06:04:50.055655+0000","last_active":"2026-02-18T06:04:55.065194+0000","last_peered":"2026-02-18T06:04:55.065194+0000","last_clean":"2026-02-18T06:04:55.065194+0000","last_became_active":"2026-02-18T06:04:50.054911+0000","last_became_peered":"2026-02-18T06:04:50.054911+0000","last_unstale":"2026-02-18T06:04:55.065194+0000","last_undegraded":"2026-02-18T06:04:55.065194+0000","last_fullsized":"2026-02-18T06:04:55.065194+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_clean_scrub_stamp":"2026-02-18T06:04:49.051630+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:37:29.572696+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"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":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19578,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738371,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27080,"kb_used_data":120,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":94344760,"statfs":{"total":96636764160,"available":96609034240,"internally_reserved":0,"allocated":122880,"data_stored":34635,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8125,"internal_metadata":27582531},"hb_peers":[0,1],"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":8,"seq":34359738371,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27148,"kb_used_data":188,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":94344692,"statfs":{"total":96636764160,"available":96608964608,"internally_reserved":0,"allocated":192512,"data_stored":628586,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":7475,"internal_metadata":27583181},"hb_peers":[0,2],"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":8,"seq":34359738371,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27148,"kb_used_data":188,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":94344692,"statfs":{"total":96636764160,"available":96608964608,"internally_reserved":0,"allocated":192512,"data_stored":628586,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":8125,"internal_metadata":27582531},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":4096,"data_stored":19,"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}]}} 2026-02-18T06:04:56.607 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2026-02-18T06:04:56.607 INFO:tasks.ceph:Waiting until ceph cluster cluster2 is healthy... 2026-02-18T06:04:56.607 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy 2026-02-18T06:04:56.607 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 health --format=json 2026-02-18T06:04:56.818 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:04:56.819 INFO:teuthology.orchestra.run.trial171.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-18T06:04:56.827 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy done 2026-02-18T06:04:56.827 INFO:teuthology.run_tasks:Running task exec... 2026-02-18T06:04:56.843 INFO:teuthology.task.exec:Executing custom commands... 2026-02-18T06:04:56.843 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:04:56.844 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2' 2026-02-18T06:04:57.121 INFO:teuthology.orchestra.run.trial122.stderr:load: isa 2026-02-18T06:04:57.133 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile' 2026-02-18T06:04:59.124 INFO:teuthology.orchestra.run.trial122.stderr:pool 'datapool' created 2026-02-18T06:04:59.140 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true' 2026-02-18T06:05:00.128 INFO:teuthology.orchestra.run.trial122.stderr:set pool 3 allow_ec_overwrites to true 2026-02-18T06:05:00.142 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 pool init datapool' 2026-02-18T06:05:03.142 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@trial171.front.sepia.ceph.com 2026-02-18T06:05:03.142 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd erasure-code-profile set teuthologyprofile crush-failure-domain=osd m=1 k=2' 2026-02-18T06:05:03.607 INFO:teuthology.orchestra.run.trial171.stderr:load: isa 2026-02-18T06:05:03.619 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile' 2026-02-18T06:05:05.610 INFO:teuthology.orchestra.run.trial171.stderr:pool 'datapool' created 2026-02-18T06:05:05.624 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true' 2026-02-18T06:05:06.615 INFO:teuthology.orchestra.run.trial171.stderr:set pool 3 allow_ec_overwrites to true 2026-02-18T06:05:06.629 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 pool init datapool' 2026-02-18T06:05:09.629 INFO:teuthology.run_tasks:Running task exec... 2026-02-18T06:05:09.645 INFO:teuthology.task.exec:Executing custom commands... 2026-02-18T06:05:09.645 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@trial171.front.sepia.ceph.com 2026-02-18T06:05:09.645 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}'"'"' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0' 2026-02-18T06:05:09.897 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration execute client.0.0' 2026-02-18T06:06:03.937 INFO:teuthology.orchestra.run.trial171.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: 22% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 27% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 31% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 39% complete... Image migration: 40% complete... Image migration: 41% complete... Image migration: 42% complete... Image migration: 43% complete... Image migration: 44% complete... Image migration: 45% complete... Image migration: 46% complete... Image migration: 47% complete... Image migration: 48% complete... Image migration: 49% complete... Image migration: 50% complete... Image migration: 51% complete... Image migration: 52% complete... Image migration: 53% complete... Image migration: 54% complete... Image migration: 55% complete... Image migration: 56% complete... Image migration: 57% complete... Image migration: 58% complete... Image migration: 59% complete... Image migration: 60% complete... Image migration: 61% complete... Image migration: 62% complete... Image migration: 63% complete... Image migration: 64% complete... Image migration: 65% complete... Image migration: 66% complete... Image migration: 67% complete... Image migration: 68% complete... Image migration: 69% complete... Image migration: 70% complete... Image migration: 71% complete... Image migration: 72% complete... Image migration: 73% complete... Image migration: 74% complete... Image migration: 75% complete... Image migration: 76% complete... Image migration: 77% complete... Image migration: 78% complete... Image migration: 79% complete... Image migration: 80% complete... Image migration: 81% complete... Image migration: 82% complete... Image migration: 83% complete... Image migration: 84% complete... Image migration: 85% complete... Image migration: 86% complete... Image migration: 87% complete... Image migration: 88% complete... Image migration: 89% complete... Image migration: 90% complete... Image migration: 91% complete... Image migration: 92% complete... Image migration: 93% complete... Image migration: 94% complete... Image migration: 95% complete... Image migration: 96% complete... Image migration: 97% complete... Image migration: 98% complete... Image migration: 99% complete... Image migration: 100% complete...done. 2026-02-18T06:06:03.943 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration commit client.0.0' 2026-02-18T06:06:04.008 INFO:teuthology.orchestra.run.trial171.stderr: Commit image migration: 100% complete...done. 2026-02-18T06:06:04.012 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0@snap' 2026-02-18T06:06:04.630 INFO:teuthology.orchestra.run.trial171.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-02-18T06:06:04.636 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.1' 2026-02-18T06:06:04.688 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1' 2026-02-18T06:06:04.742 INFO:teuthology.orchestra.run.trial171.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2026-02-18T06:06:04.836 INFO:teuthology.orchestra.run.trial171.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-02-18T06:06:04.836 INFO:teuthology.orchestra.run.trial171.stdout:elapsed: 0 ops: 128 ops/sec: 1347.4 bytes/sec: 21 MiB/s 2026-02-18T06:06:04.842 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1@snap' 2026-02-18T06:06:05.633 INFO:teuthology.orchestra.run.trial171.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-02-18T06:06:05.640 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.2' 2026-02-18T06:06:05.692 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2' 2026-02-18T06:06:05.745 INFO:teuthology.orchestra.run.trial171.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2026-02-18T06:06:05.857 INFO:teuthology.orchestra.run.trial171.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-02-18T06:06:05.857 INFO:teuthology.orchestra.run.trial171.stdout:elapsed: 0 ops: 128 ops/sec: 1153.18 bytes/sec: 18 MiB/s 2026-02-18T06:06:05.864 DEBUG:teuthology.orchestra.run.trial171:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2@snap' 2026-02-18T06:06:06.635 INFO:teuthology.orchestra.run.trial171.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-02-18T06:06:06.640 INFO:teuthology.run_tasks:Running task exec... 2026-02-18T06:06:06.657 INFO:teuthology.task.exec:Executing custom commands... 2026-02-18T06:06:06.658 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:06:06.658 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}'"'"' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0' 2026-02-18T06:06:07.170 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}'"'"' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1' 2026-02-18T06:06:08.174 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}'"'"' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2' 2026-02-18T06:06:09.176 INFO:teuthology.run_tasks:Running task parallel... 2026-02-18T06:06:09.192 INFO:teuthology.task.parallel:starting parallel... 2026-02-18T06:06:09.193 INFO:teuthology.task.parallel:In parallel, running task sequential... 2026-02-18T06:06:09.194 INFO:teuthology.task.sequential:In sequential, running task qemu... 2026-02-18T06:06:09.226 DEBUG:teuthology.orchestra.run.trial122:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2026-02-18T06:06:09.226 INFO:teuthology.task.parallel:In parallel, running task sequential... 2026-02-18T06:06:09.226 INFO:teuthology.task.sequential:In sequential, running task exec... 2026-02-18T06:06:09.226 INFO:teuthology.task.exec:Executing custom commands... 2026-02-18T06:06:09.226 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:06:09.227 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-02-18T06:06:09.244 INFO:teuthology.packaging:Installing package genisoimage on ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:06:09.244 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install genisoimage 2026-02-18T06:06:09.591 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:02:41 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:06:09.657 INFO:teuthology.orchestra.run.trial122.stdout:Package genisoimage-1.1.11-48.el9.x86_64 is already installed. 2026-02-18T06:06:09.675 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:06:09.676 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:06:09.676 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:06:09.696 INFO:teuthology.packaging:Installing package qemu-kvm-block-rbd on ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:06:09.697 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install qemu-kvm-block-rbd 2026-02-18T06:06:10.006 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:02:42 ago on Wed 18 Feb 2026 06:03:28 AM UTC. 2026-02-18T06:06:10.070 INFO:teuthology.orchestra.run.trial122.stdout:Package qemu-kvm-block-rbd-17:10.1.0-13.el9.x86_64 is already installed. 2026-02-18T06:06:10.088 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:06:10.088 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-18T06:06:10.088 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:06:10.109 INFO:tasks.qemu:generating iso... 2026-02-18T06:06:10.109 INFO:tasks.qemu:Pulling tests from https://github.com/ceph/ceph-ci.git ref adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T06:06:10.109 DEBUG:teuthology.orchestra.run.trial122:> rm -rf /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && git clone https://github.com/ceph/ceph-ci.git /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && cd /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && git checkout adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T06:06:10.132 INFO:teuthology.orchestra.run.trial122.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.cluster1.client.0'... 2026-02-18T06:06:29.383 INFO:teuthology.orchestra.run.trial122.stderr:Note: switching to 'adc1923395f2bcd6ae89b5d331d278364d1848ed'. 2026-02-18T06:06:29.383 INFO:teuthology.orchestra.run.trial122.stderr: 2026-02-18T06:06:29.383 INFO:teuthology.orchestra.run.trial122.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2026-02-18T06:06:29.383 INFO:teuthology.orchestra.run.trial122.stderr:changes and commit them, and you can discard any commits you make in this 2026-02-18T06:06:29.383 INFO:teuthology.orchestra.run.trial122.stderr:state without impacting any branches by switching back to a branch. 2026-02-18T06:06:29.383 INFO:teuthology.orchestra.run.trial122.stderr: 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr:If you want to create a new branch to retain commits you create, you may 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr:do so (now or later) by using -c with the switch command. Example: 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr: 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr: git switch -c 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr: 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr:Or undo this operation with: 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr: 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr: git switch - 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr: 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr: 2026-02-18T06:06:29.384 INFO:teuthology.orchestra.run.trial122.stderr:HEAD is now at adc1923395f Merge PR #67279 into tentacle 2026-02-18T06:06:29.390 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:06:29.390 DEBUG:teuthology.orchestra.run.trial122:> dd of=/home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 2026-02-18T06:06:29.446 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-18T06:06:29.446 DEBUG:teuthology.orchestra.run.trial122:> dd of=/home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 2026-02-18T06:06:29.502 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for cluster1.client.0 2026-02-18T06:06:29.502 DEBUG:teuthology.orchestra.run.trial122:> cp -- /home/ubuntu/cephtest/qemu_clone.cluster1.client.0/qa/run_xfstests_qemu.sh /home/ubuntu/cephtest/qemu/cluster1.client.0.test.sh && chmod 755 /home/ubuntu/cephtest/qemu/cluster1.client.0.test.sh 2026-02-18T06:06:29.558 DEBUG:teuthology.orchestra.run.trial122:> genisoimage -quiet -input-charset utf-8 -volid cidata -joliet -rock -o /home/ubuntu/cephtest/qemu/cluster1.client.0.iso -graft-points user-data=/home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 meta-data=/home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 ceph.conf=/etc/ceph/cluster1.conf ceph.keyring=/etc/ceph/cluster1.keyring test.sh=/home/ubuntu/cephtest/qemu/cluster1.client.0.test.sh 2026-02-18T06:06:29.618 INFO:tasks.qemu:downloading base image 2026-02-18T06:06:29.618 DEBUG:teuthology.orchestra.run.trial122:> rbd --cluster cluster1 resize --size=10240M client.0.0 || true 2026-02-18T06:06:29.711 INFO:teuthology.orchestra.run.trial122.stderr: Resizing image: 100% complete...done. 2026-02-18T06:06:29.716 DEBUG:teuthology.orchestra.run.trial122:> rbd --cluster cluster1 resize --size=10240M client.0.1 || true 2026-02-18T06:06:29.772 INFO:teuthology.orchestra.run.trial122.stderr: Resizing image: 100% complete...done. 2026-02-18T06:06:29.778 DEBUG:teuthology.orchestra.run.trial122:> rbd --cluster cluster1 resize --size=10240M client.0.2 || true 2026-02-18T06:06:29.834 INFO:teuthology.orchestra.run.trial122.stderr: Resizing image: 100% complete...done. 2026-02-18T06:06:29.840 DEBUG:teuthology.orchestra.run.trial122:> mkdir /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 && sudo modprobe kvm 2026-02-18T06:06:29.865 INFO:tasks.qemu:Creating the nfs export directory... 2026-02-18T06:06:29.865 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /export/cluster1.client.0 2026-02-18T06:06:29.930 INFO:tasks.qemu:Mounting the test directory... 2026-02-18T06:06:29.930 DEBUG:teuthology.orchestra.run.trial122:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 /export/cluster1.client.0 2026-02-18T06:06:29.993 INFO:tasks.qemu:Adding mount to /etc/exports... 2026-02-18T06:06:29.994 INFO:tasks.qemu:Deleting export from /etc/exports... 2026-02-18T06:06:29.994 DEBUG:teuthology.orchestra.run.trial122:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2026-02-18T06:06:30.058 DEBUG:teuthology.orchestra.run.trial122:> echo '/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2026-02-18T06:06:30.121 INFO:teuthology.orchestra.run.trial122.stdout:/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2026-02-18T06:06:30.123 INFO:tasks.qemu:Restarting NFS... 2026-02-18T06:06:30.123 DEBUG:teuthology.orchestra.run.trial122:> sudo systemctl restart nfs-server 2026-02-18T06:06:30.474 DEBUG:teuthology.orchestra.run.trial122:> sudo udevadm control --reload 2026-02-18T06:06:30.505 DEBUG:teuthology.orchestra.run.trial122:> sudo udevadm trigger /dev/kvm 2026-02-18T06:06:30.574 DEBUG:teuthology.orchestra.run.trial122:> ls -l /dev/kvm 2026-02-18T06:06:30.630 INFO:teuthology.orchestra.run.trial122.stdout:crw-rw-rw-. 1 root kvm 10, 232 Feb 18 06:06 /dev/kvm 2026-02-18T06:06:30.630 INFO:tasks.qemu:starting qemu... 2026-02-18T06:06:30.631 DEBUG:teuthology.orchestra.run.trial122:> 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/cluster1.client.0.iso -drive file=rbd:rbd/client.0.0:conf=/etc/ceph/cluster1.conf:id=0,format=raw,if=virtio,cache=writeback -drive file=rbd:rbd/client.0.1:conf=/etc/ceph/cluster1.conf:id=0,format=raw,if=virtio,cache=writeback -drive file=rbd:rbd/client.0.2:conf=/etc/ceph/cluster1.conf:id=0,format=raw,if=virtio,cache=writeback 2026-02-18T06:06:30.672 INFO:tasks.qemu:waiting for qemu tests to finish... 2026-02-18T06:06:30.868 INFO:tasks.qemu.cluster1.client.0.trial122.stderr:qemu-kvm: warning: Machine type 'pc-i440fx-rhel7.6.0' is deprecated: machines from the previous RHEL major release are subject to deletion in the next RHEL major release 2026-02-18T06:06:30.939 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:c[?7lSeaBIOS (version 1.16.3-5.el9) 2026-02-18T06:06:30.939 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:30.939 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:30.939 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BEFCCC40+BEF0CC40 CA00 2026-02-18T06:06:30.939 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2026-02-18T06:06:30.940 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:30.940 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:31.110 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Booting from Hard Disk... 2026-02-18T06:06:31.372 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2026-02-18T06:06:31.372 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:31.372 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2026-02-18T06:06:31.372 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2026-02-18T06:06:31.372 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: before booting or 'c' for a command-line. 2026-02-18T06:06:31.373 INFO:tasks.qemu.cluster1.client.0.trial122.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)           2026-02-18T06:06:31.373 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:31.373 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:31.373 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:31.373 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:31.373 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: The highlighted entry will be executed automatically in 5s.  2026-02-18T06:06:32.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.306 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.306 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:32.306 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: The highlighted entry will be executed automatically in 4s.  2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.296 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.297 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.297 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.297 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:33.297 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.302 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: The highlighted entry will be executed automatically in 3s.  2026-02-18T06:06:34.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:34.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.302 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: The highlighted entry will be executed automatically in 2s.  2026-02-18T06:06:35.302 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.302 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.302 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:35.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.303 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: The highlighted entry will be executed automatically in 1s.  2026-02-18T06:06:36.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.304 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:36.305 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Initializing cgroup subsys cpu 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.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) 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] KERNEL supported cpus: 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Intel GenuineIntel 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] AMD AuthenticAMD 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Centaur CentaurHauls 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] BIOS-provided physical RAM map: 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2026-02-18T06:06:37.127 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffd7000 (usable) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] BIOS-e820: 00000000bffd7000 - 00000000c0000000 (reserved) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] NX (Execute Disable) protection: active 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] DMI 2.8 present. 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] No AGP bridge found 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] last_pfn = 0xbffd7 max_arch_pfn = 0x400000000 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f5480] f5480 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Using GB pages for direct mapping 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffd7000 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: RSDP 00000000000f5250 00014 (v00 BOCHS ) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: RSDT 00000000bffe2290 00030 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: FACP 00000000bffe217c 00074 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 0213C (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: APIC 00000000bffe21f0 00078 (v03 BOCHS BXPC 00000001 BXPC 00000001) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: WAET 00000000bffe2268 00028 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] No NUMA configuration found 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Zone PFN ranges: 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Movable zone start PFN for each node 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffd7 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2026-02-18T06:06:37.128 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffd7000 - 00000000c0000000 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] KVM setup async PF for cpu 0 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027937 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Policy zone: Normal 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Checking aperture... 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] No AGP bridge found 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Memory: 4041884k/5242880k available (6532k kernel code, 1049192k absent, 151804k reserved, 6657k data, 924k init) 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Hierarchical RCU implementation. 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Console: colour VGA+ 80x25 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] console [ttyS0] enabled 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.000000] Detected 3693.016 MHz processor. 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 7386.03 BogoMIPS (lpj=14772064) 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.008000] pid_max: default: 32768 minimum: 301 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.008000] Security Framework initialized 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.008000] AppArmor: AppArmor initialized 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.008003] Yama: becoming mindful. 2026-02-18T06:06:37.129 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.008815] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.010509] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.011753] Mount-cache hash table entries: 256 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.012056] Initializing cgroup subsys cpuacct 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.012771] Initializing cgroup subsys memory 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.013480] Initializing cgroup subsys devices 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.014201] Initializing cgroup subsys freezer 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.014915] Initializing cgroup subsys blkio 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.016005] Initializing cgroup subsys perf_event 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.016956] mce: CPU supports 10 MCE banks 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.017906] SMP alternatives: switching to UP code 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.031286] Freeing SMP alternatives: 24k freed 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.032006] ACPI: Core revision 20110623 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.032890] ftrace: allocating 27008 entries in 106 pages 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.040170] Enabling x2apic 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.040624] Enabled x2apic 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.044005] Switched APIC routing to physical x2apic. 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.045676] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2026-02-18T06:06:37.130 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.046635] CPU0: AMD EPYC 4464P 12-Core Processor stepping 02 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.052002] Performance Events: no PMU driver, software events only. 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.052002] NMI watchdog disabled (cpu0): hardware events not enabled 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.052002] Brought up 1 CPUs 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.052002] Total of 1 processors activated (7386.03 BogoMIPS). 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.052002] devtmpfs: initialized 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.052374] EVM: security.selinux 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.052910] EVM: security.SMACK64 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.053447] EVM: security.capability 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.054304] print_constraints: dummy: 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.054972] RTC time: 6:06:36, date: 02/18/26 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.055699] NET: Registered protocol family 16 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.056738] Extended Config Space enabled on 0 nodes 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.057550] ACPI: bus type pci registered 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.058297] PCI: Using configuration type 1 for base access 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.059187] PCI: Using configuration type 1 for extended access 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.060235] bio: create slab at 0 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.060913] ACPI: Added _OSI(Module Device) 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.061584] ACPI: Added _OSI(Processor Device) 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.062300] ACPI: Added _OSI(3.0 _SCP Extensions) 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.063057] ACPI: Added _OSI(Processor Aggregator Device) 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.064640] ACPI: Interpreter enabled 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.065238] ACPI: (supports S0 S5) 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.065828] ACPI: Using IOAPIC for interrupt routing 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.068079] ACPI: No dock devices found. 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.068715] HEST: Table not found. 2026-02-18T06:06:37.218 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.069265] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2026-02-18T06:06:37.219 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.070721] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2026-02-18T06:06:37.219 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.071724] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2026-02-18T06:06:37.219 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.072005] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2026-02-18T06:06:37.219 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.073062] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2026-02-18T06:06:37.219 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.074228] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2026-02-18T06:06:37.219 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.076005] pci_root PNP0A03:00: host bridge window [mem 0x380000000000-0x38007fffffff] 2026-02-18T06:06:37.219 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.080912] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2026-02-18T06:06:37.219 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.082063] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.109784] pci0000:00: Requesting ACPI _OSC control (0x1d) 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.110683] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.112007] ACPI _OSC control for PCIe not granted, disabling ASPM 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.113535] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.114592] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.115636] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.116326] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.117352] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.118289] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.120008] vgaarb: loaded 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.120453] vgaarb: bridge control possible 0000:00:02.0 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.121330] i2c-core: driver [aat2870] using legacy suspend method 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.122319] i2c-core: driver [aat2870] using legacy resume method 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.123315] SCSI subsystem initialized 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.124040] usbcore: registered new interface driver usbfs 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.124923] usbcore: registered new interface driver hub 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.125782] usbcore: registered new device driver usb 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.126619] PCI: Using ACPI for IRQ routing 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.127512] NetLabel: Initializing 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.128008] NetLabel: domain hash size = 128 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.128710] NetLabel: protocols = UNLABELED CIPSOv4 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.129510] NetLabel: unlabeled traffic allowed by default 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.130418] Switching to clocksource kvm-clock 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.131131] AppArmor: AppArmor Filesystem Enabled 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.131131] pnp: PnP ACPI init 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.131163] ACPI: bus type pnp registered 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.132020] pnp: PnP ACPI: found 9 devices 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.132678] ACPI: ACPI bus type pnp unregistered 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.138327] NET: Registered protocol family 2 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.139047] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.140484] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2026-02-18T06:06:37.299 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.142535] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.143641] TCP: Hash tables configured (established 524288 bind 65536) 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.144702] TCP reno registered 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.145209] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.146169] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.147216] NET: Registered protocol family 1 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.147923] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.148885] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.149822] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.150885] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.151914] Placing 64MB software IO TLB between ffff8800bbfd7000 - ffff8800bffd7000 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.153151] software IO TLB at phys 0xbbfd7000 - 0xbffd7000 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.154217] audit: initializing netlink socket (disabled) 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.155089] type=2000 audit(1771394796.152:1): initialized 2026-02-18T06:06:37.300 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.165145] Trying to unpack rootfs image as initramfs... 2026-02-18T06:06:37.313 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.180135] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2026-02-18T06:06:37.324 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.188482] VFS: Disk quotas dquot_6.5.2 2026-02-18T06:06:37.324 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.189122] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2026-02-18T06:06:37.324 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.190272] fuse init (API version 7.17) 2026-02-18T06:06:37.325 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.190929] msgmni has been set to 7894 2026-02-18T06:06:37.360 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.203842] Freeing initrd memory: 4308k freed 2026-02-18T06:06:37.360 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.204729] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.206050] io scheduler noop registered 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.206682] io scheduler deadline registered (default) 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.207517] io scheduler cfq registered 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.208167] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.209068] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.210166] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.211348] ACPI: Power Button [PWRF] 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.212176] ERST: Table is not found! 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.212770] GHES: HEST is not enabled! 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.213647] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.214586] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.216400] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.217329] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.219061] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.219979] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2026-02-18T06:06:37.361 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.221480] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2026-02-18T06:06:37.378 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.245323] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2026-02-18T06:06:37.405 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.269382] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2026-02-18T06:06:37.405 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.270307] Linux agpgart interface v0.103 2026-02-18T06:06:37.405 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.271246] brd: module loaded 2026-02-18T06:06:37.405 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.271891] loop: module loaded 2026-02-18T06:06:37.406 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.273540] vda: vda1 2026-02-18T06:06:37.408 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.275262] vdb: unknown partition table 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.277088] vdc: unknown partition table 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.278287] scsi0 : ata_piix 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.278774] scsi1 : ata_piix 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.279258] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.280348] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.281504] Fixed MDIO Bus: probed 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.282059] tun: Universal TUN/TAP device driver, 1.6 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.282871] tun: (C) 1999-2004 Max Krasnyansky 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.284145] PPP generic driver version 2.4.2 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.284862] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.285910] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.286902] uhci_hcd: USB Universal Host Controller Interface driver 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.287928] usbcore: registered new interface driver libusual 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.288869] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.290820] serio: i8042 KBD port at 0x60,0x64 irq 1 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.291620] serio: i8042 AUX port at 0x60,0x64 irq 12 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.292728] mousedev: PS/2 mouse device common for all mice 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.293862] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.295452] rtc_cmos 00:08: RTC can wake from S4 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.296349] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.297383] rtc0: alarms up to one day, y3k, 242 bytes nvram 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.298311] device-mapper: uevent: version 1.0.3 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.299071] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.300426] cpuidle: using governor ladder 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.301084] cpuidle: using governor menu 2026-02-18T06:06:37.456 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.301718] EFI Variables Facility v0.08 2004-May-17 2026-02-18T06:06:37.457 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.302567] TCP cubic registered 2026-02-18T06:06:37.457 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.303114] NET: Registered protocol family 10 2026-02-18T06:06:37.457 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.303944] NET: Registered protocol family 17 2026-02-18T06:06:37.457 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.304670] Registering the dns_resolver key type 2026-02-18T06:06:37.457 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.305462] registered taskstats version 1 2026-02-18T06:06:37.457 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.308133] Magic number: 14:27:115 2026-02-18T06:06:37.457 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.308786] rtc_cmos 00:08: setting system clock to 2026-02-18 06:06:36 UTC (1771394796) 2026-02-18T06:06:37.457 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.310070] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2026-02-18T06:06:37.457 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.311025] EDD information not available. 2026-02-18T06:06:37.596 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.448854] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2026-02-18T06:06:37.597 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.450270] ata2.00: configured for MWDMA2 2026-02-18T06:06:37.597 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.451467] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2026-02-18T06:06:37.597 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.453162] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2026-02-18T06:06:37.597 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.454048] cdrom: Uniform CD-ROM driver Revision: 3.20 2026-02-18T06:06:37.597 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.455023] sr 1:0:0:0: Attached scsi generic sg0 type 5 2026-02-18T06:06:37.597 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.456372] Freeing unused kernel memory: 924k freed 2026-02-18T06:06:37.597 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.457223] Write protecting the kernel read-only data: 12288k 2026-02-18T06:06:37.597 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.459831] Freeing unused kernel memory: 1640k freed 2026-02-18T06:06:37.597 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.461909] Freeing unused kernel memory: 1200k freed 2026-02-18T06:06:37.597 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Loading, please wait... 2026-02-18T06:06:37.603 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Begin: Loading essential drivers ... done. 2026-02-18T06:06:37.603 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Begin: Running /scripts/init-premount ... done. 2026-02-18T06:06:37.603 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.469406] udevd[84]: starting version 175 2026-02-18T06:06:37.616 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2026-02-18T06:06:37.645 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.507413] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2026-02-18T06:06:37.645 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.508548] e1000: Copyright (c) 1999-2006 Intel Corporation. 2026-02-18T06:06:37.685 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.546543] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2026-02-18T06:06:37.685 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.547485] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2026-02-18T06:06:37.688 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.554306] Floppy drive(s): fd0 is 2.88M AMI BIOS 2026-02-18T06:06:37.702 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.568458] FDC 0 is a S82078B 2026-02-18T06:06:38.021 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Begin: Running /scripts/local-premount ... [ 0.876676] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2026-02-18T06:06:38.021 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.877766] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2026-02-18T06:06:38.061 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:done. 2026-02-18T06:06:38.073 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.931340] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2026-02-18T06:06:38.097 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Begin: Running /scripts/local-bottom ... [ 0.955351] vda: vda1 2026-02-18T06:06:38.098 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2026-02-18T06:06:38.138 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 0.995610] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2026-02-18T06:06:38.139 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:done. 2026-02-18T06:06:38.139 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:done. 2026-02-18T06:06:38.141 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Begin: Running /scripts/init-bottom ... done. 2026-02-18T06:06:38.319 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 1.182472] EXT4-fs (vda1): re-mounted. Opts: (null) 2026-02-18T06:06:39.008 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:cloud-init start-local running: Wed, 18 Feb 2026 06:06:38 +0000. up 1.84 seconds 2026-02-18T06:06:39.181 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:no instance data found in start-local 2026-02-18T06:06:40.056 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2026-02-18T06:06:40.057 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2026-02-18T06:06:40.057 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2026-02-18T06:06:40.057 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2026-02-18T06:06:40.057 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:cloud-init start running: Wed, 18 Feb 2026 06:06:39 +0000. up 2.89 seconds 2026-02-18T06:06:40.121 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2026-02-18T06:06:41.246 INFO:tasks.qemu.cluster1.client.0.trial122.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. 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:The key fingerprint is: 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:e7:47:cc:fc:3e:e2:02:00:b2:b4:c8:b3:cc:39:cd:91 root@test 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:The key's randomart image is: 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:+--[ RSA 2048]----+ 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| o . | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:|.o +.. | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:|.ooE . + | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:|o * . .S . = | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| * o .o . . | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| . .. . . | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| ..... | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| o.... | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:+-----------------+ 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Generating public/private dsa key pair. 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:The key fingerprint is: 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:fe:ad:15:f6:7c:19:20:98:e0:15:fa:73:68:a0:9f:ec root@test 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:The key's randomart image is: 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:+--[ DSA 1024]----+ 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| . o. | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| . + o | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| + o . . | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| . o . . . | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| . S= .o . | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| o.o o. + o| 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| +. . o..| 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| . . o . | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| E o.. | 2026-02-18T06:06:41.247 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:+-----------------+ 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Generating public/private ecdsa key pair. 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:The key fingerprint is: 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:aa:90:cc:b5:09:12:3c:d9:41:96:bb:9b:fe:79:83:3e root@test 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:The key's randomart image is: 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:+--[ECDSA 256]---+ 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| .+. | 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:|. +.. | 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:|.+ .. | 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| ... | 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:|. . o S | 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| + = o . | 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| = = o | 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| + E.o | 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:| ..++o . | 2026-02-18T06:06:41.248 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:+-----------------+ 2026-02-18T06:06:41.284 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2026-02-18T06:06:41.344 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Starting AppArmor profiles  [ OK ] 2026-02-18T06:06:41.359 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:landscape-client is not configured, please run landscape-config. 2026-02-18T06:06:41.393 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:acpid: starting up with proc fs 2026-02-18T06:06:41.393 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:acpid: 1 rule loaded 2026-02-18T06:06:41.393 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:acpid: waiting for events: event logging is off 2026-02-18T06:06:41.393 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Stopping System V initialisation compatibility[ OK ] 2026-02-18T06:06:41.393 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Starting System V runlevel compatibility[ OK ] 2026-02-18T06:06:41.393 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Starting automatic crash report generation[ OK ] 2026-02-18T06:06:41.394 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Starting ACPI daemon[ OK ] 2026-02-18T06:06:41.394 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Starting save kernel messages[ OK ] 2026-02-18T06:06:41.394 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Starting regular background program processing daemon[ OK ] 2026-02-18T06:06:41.394 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Starting deferred execution scheduler[ OK ] 2026-02-18T06:06:41.394 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Stopping save kernel messages[ OK ] 2026-02-18T06:06:41.394 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2026-02-18T06:06:41.423 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Stopping System V runlevel compatibility[ OK ] 2026-02-18T06:06:41.787 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Generating locales... 2026-02-18T06:06:42.032 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: en_US.UTF-8... done 2026-02-18T06:06:42.037 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Generation complete. 2026-02-18T06:06:42.318 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:passwd: password expiry information changed. 2026-02-18T06:06:42.517 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Ign http://old-releases.ubuntu.com precise InRelease 2026-02-18T06:06:42.533 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:1 http://old-releases.ubuntu.com precise-updates InRelease [55.7 kB] 2026-02-18T06:06:42.584 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:2 http://old-releases.ubuntu.com precise-security InRelease [55.7 kB] 2026-02-18T06:06:42.617 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:3 http://old-releases.ubuntu.com precise Release.gpg [198 B] 2026-02-18T06:06:42.632 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:4 http://old-releases.ubuntu.com precise-updates/main Sources [815 kB] 2026-02-18T06:06:42.728 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:5 http://old-releases.ubuntu.com precise-updates/universe Sources [208 kB] 2026-02-18T06:06:42.753 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:6 http://old-releases.ubuntu.com precise-updates/main amd64 Packages [1104 kB] 2026-02-18T06:06:42.810 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:7 http://old-releases.ubuntu.com precise-updates/universe amd64 Packages [406 kB] 2026-02-18T06:06:42.833 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:8 http://old-releases.ubuntu.com precise-updates/main i386 Packages [1111 kB] 2026-02-18T06:06:42.879 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:9 http://old-releases.ubuntu.com precise-updates/universe i386 Packages [422 kB] 2026-02-18T06:06:42.906 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:10 http://old-releases.ubuntu.com precise-updates/main TranslationIndex [208 B] 2026-02-18T06:06:42.920 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:11 http://old-releases.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2026-02-18T06:06:42.935 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:12 http://old-releases.ubuntu.com precise-security/main Sources [242 kB] 2026-02-18T06:06:42.958 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:13 http://old-releases.ubuntu.com precise-security/universe Sources [88.1 kB] 2026-02-18T06:06:42.975 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:14 http://old-releases.ubuntu.com precise-security/main amd64 Packages [584 kB] 2026-02-18T06:06:43.008 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:15 http://old-releases.ubuntu.com precise-security/universe amd64 Packages [213 kB] 2026-02-18T06:06:43.032 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:16 http://old-releases.ubuntu.com precise-security/main i386 Packages [589 kB] 2026-02-18T06:06:43.076 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:17 http://old-releases.ubuntu.com precise-security/universe i386 Packages [228 kB] 2026-02-18T06:06:43.104 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:18 http://old-releases.ubuntu.com precise-security/main TranslationIndex [208 B] 2026-02-18T06:06:43.125 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:19 http://old-releases.ubuntu.com precise-security/universe TranslationIndex [205 B] 2026-02-18T06:06:43.144 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:20 http://old-releases.ubuntu.com precise Release [49.6 kB] 2026-02-18T06:06:43.162 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:21 http://old-releases.ubuntu.com precise-updates/main Translation-en [353 kB] 2026-02-18T06:06:43.186 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:22 http://old-releases.ubuntu.com precise-updates/universe Translation-en [176 kB] 2026-02-18T06:06:43.208 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:23 http://old-releases.ubuntu.com precise-security/main Translation-en [202 kB] 2026-02-18T06:06:43.229 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:24 http://old-releases.ubuntu.com precise-security/universe Translation-en [96.4 kB] 2026-02-18T06:06:43.245 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:25 http://old-releases.ubuntu.com precise/main Sources [934 kB] 2026-02-18T06:06:43.294 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:26 http://old-releases.ubuntu.com precise/universe Sources [5019 kB] 2026-02-18T06:06:43.578 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:27 http://old-releases.ubuntu.com precise/main amd64 Packages [1273 kB] 2026-02-18T06:06:43.648 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:28 http://old-releases.ubuntu.com precise/universe amd64 Packages [4786 kB] 2026-02-18T06:06:43.912 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:29 http://old-releases.ubuntu.com precise/main i386 Packages [1274 kB] 2026-02-18T06:06:43.996 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:30 http://old-releases.ubuntu.com precise/universe i386 Packages [4796 kB] 2026-02-18T06:06:44.224 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:31 http://old-releases.ubuntu.com precise/main TranslationIndex [3706 B] 2026-02-18T06:06:44.239 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:32 http://old-releases.ubuntu.com precise/universe TranslationIndex [2922 B] 2026-02-18T06:06:44.254 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:33 http://old-releases.ubuntu.com precise/main Translation-en [726 kB] 2026-02-18T06:06:44.295 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:34 http://old-releases.ubuntu.com precise/universe Translation-en [3341 kB] 2026-02-18T06:06:46.749 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Fetched 29.2 MB in 4s (6604 kB/s) 2026-02-18T06:06:47.648 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Reading package lists... 2026-02-18T06:06:47.652 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Reading package lists... 2026-02-18T06:06:47.755 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Building dependency tree... 2026-02-18T06:06:47.755 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Reading state information... 2026-02-18T06:06:47.806 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:The following packages will be upgraded: 2026-02-18T06:06:47.806 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: ca-certificates libssl1.0.0 2026-02-18T06:06:47.861 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:2 upgraded, 0 newly installed, 0 to remove and 226 not upgraded. 2026-02-18T06:06:47.861 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Need to get 1233 kB of archives. 2026-02-18T06:06:47.861 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:After this operation, 108 kB of additional disk space will be used. 2026-02-18T06:06:47.862 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libssl1.0.0 amd64 1.0.1-4ubuntu5.45 [1055 kB] 2026-02-18T06:06:48.009 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20190110~12.04.1 [179 kB] 2026-02-18T06:06:48.058 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2026-02-18T06:06:48.064 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Fetched 1233 kB in 0s (6014 kB/s) 2026-02-18T06:06:48.626 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:(Reading database ... 36182 files and directories currently installed.) 2026-02-18T06:06:48.626 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Preparing to replace libssl1.0.0 1.0.1-4ubuntu5.5 (using .../libssl1.0.0_1.0.1-4ubuntu5.45_amd64.deb) ... 2026-02-18T06:06:48.642 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Unpacking replacement libssl1.0.0 ... 2026-02-18T06:06:48.726 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Setting up libssl1.0.0 (1.0.1-4ubuntu5.45) ... 2026-02-18T06:06:48.826 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Processing triggers for libc-bin ... 2026-02-18T06:06:48.835 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ldconfig deferred processing now taking place 2026-02-18T06:06:49.039 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:(Reading database ... 36182 files and directories currently installed.) 2026-02-18T06:06:49.040 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Preparing to replace ca-certificates 20111211 (using .../ca-certificates_20190110~12.04.1_all.deb) ... 2026-02-18T06:06:49.052 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Unpacking replacement ca-certificates ... 2026-02-18T06:06:49.121 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Processing triggers for man-db ... 2026-02-18T06:06:49.438 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Setting up ca-certificates (20190110~12.04.1) ... 2026-02-18T06:06:50.508 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Updating certificates in /etc/ssl/certs... 73 added, 78 removed; done. 2026-02-18T06:06:50.508 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2026-02-18T06:06:51.227 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Updating certificates in /etc/ssl/certs... 0 added, 1 removed; done. 2026-02-18T06:06:51.227 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2026-02-18T06:06:51.228 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Reading package lists... 2026-02-18T06:06:51.330 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Building dependency tree... 2026-02-18T06:06:51.330 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Reading state information... 2026-02-18T06:06:51.388 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:The following extra packages will be installed: 2026-02-18T06:06:51.388 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2026-02-18T06:06:51.388 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:The following NEW packages will be installed: 2026-02-18T06:06:51.388 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2026-02-18T06:06:51.563 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:0 upgraded, 5 newly installed, 0 to remove and 226 not upgraded. 2026-02-18T06:06:51.563 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Need to get 424 kB of archives. 2026-02-18T06:06:51.563 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:After this operation, 1326 kB of additional disk space will be used. 2026-02-18T06:06:51.564 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2026-02-18T06:06:51.716 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libtirpc1 amd64 0.2.2-5ubuntu0.1 [85.0 kB] 2026-02-18T06:06:51.936 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:3 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2026-02-18T06:06:52.046 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:4 http://old-releases.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2026-02-18T06:06:52.166 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Get:5 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main nfs-common amd64 1:1.2.5-3ubuntu3.2 [241 kB] 2026-02-18T06:06:52.367 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2026-02-18T06:06:52.370 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Fetched 424 kB in 0s (448 kB/s) 2026-02-18T06:06:52.427 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Selecting previously unselected package libgssglue1. 2026-02-18T06:06:52.427 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:(Reading database ... 36174 files and directories currently installed.) 2026-02-18T06:06:52.427 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2026-02-18T06:06:52.478 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Selecting previously unselected package libtirpc1. 2026-02-18T06:06:52.478 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5ubuntu0.1_amd64.deb) ... 2026-02-18T06:06:52.557 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Selecting previously unselected package rpcbind. 2026-02-18T06:06:52.557 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2026-02-18T06:06:52.642 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Selecting previously unselected package libnfsidmap2. 2026-02-18T06:06:52.642 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2026-02-18T06:06:52.712 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Selecting previously unselected package nfs-common. 2026-02-18T06:06:52.712 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2026-02-18T06:06:52.788 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Processing triggers for man-db ... 2026-02-18T06:06:52.962 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Processing triggers for ureadahead ... 2026-02-18T06:06:52.998 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2026-02-18T06:06:53.047 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Setting up libtirpc1 (0.2.2-5ubuntu0.1) ... 2026-02-18T06:06:53.084 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2026-02-18T06:06:53.133 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2026-02-18T06:06:53.143 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:portmap start/running, process 8273 2026-02-18T06:06:53.151 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2026-02-18T06:06:53.182 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2026-02-18T06:06:53.292 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:53.293 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Creating config file /etc/idmapd.conf with new version 2026-02-18T06:06:53.448 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: 2026-02-18T06:06:53.448 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Creating config file /etc/default/nfs-common with new version 2026-02-18T06:06:53.489 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Adding system user `statd' (UID 106) ... 2026-02-18T06:06:53.489 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2026-02-18T06:06:53.532 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Not creating home directory `/var/lib/nfs'. 2026-02-18T06:06:53.548 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:statd start/running, process 8507 2026-02-18T06:06:53.557 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:gssd stop/post-stop, process 8538 2026-02-18T06:06:54.143 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:idmapd start/running, process 8578 2026-02-18T06:06:54.154 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Processing triggers for libc-bin ... 2026-02-18T06:06:54.162 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ldconfig deferred processing now taking place 2026-02-18T06:06:54.393 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:mount.nfs: timeout set for Wed Feb 18 06:08:54 2026 2026-02-18T06:06:54.394 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2026-02-18T06:06:54.394 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:10.0.2.2:/export/cluster1.client.0 on /mnt/log type nfs (rw,proto=tcp) 2026-02-18T06:06:54.394 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2026-02-18T06:09:44.257 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.0' 2026-02-18T06:09:45.652 INFO:teuthology.orchestra.run.trial122.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: 22% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 27% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 31% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 39% complete... Image migration: 40% complete... Image migration: 41% complete... Image migration: 42% complete... Image migration: 43% complete... Image migration: 44% complete... Image migration: 45% complete... Image migration: 46% complete... Image migration: 47% complete... Image migration: 48% complete... Image migration: 49% complete... Image migration: 50% complete... Image migration: 51% complete... Image migration: 52% complete... Image migration: 53% complete... Image migration: 54% complete... Image migration: 55% complete... Image migration: 56% complete... Image migration: 57% complete... Image migration: 58% complete... Image migration: 59% complete... Image migration: 60% complete... Image migration: 61% complete... Image migration: 62% complete... Image migration: 63% complete... Image migration: 64% complete... Image migration: 65% complete... Image migration: 66% complete... Image migration: 67% complete... Image migration: 68% complete... Image migration: 69% complete... Image migration: 70% complete... Image migration: 71% complete... Image migration: 72% complete... Image migration: 73% complete... Image migration: 74% complete... Image migration: 75% complete... Image migration: 76% complete... Image migration: 77% complete... Image migration: 78% complete... Image migration: 79% complete... Image migration: 80% complete... Image migration: 81% complete... Image migration: 82% complete... Image migration: 83% complete... Image migration: 84% complete... Image migration: 85% complete... Image migration: 86% complete... Image migration: 87% complete... Image migration: 88% complete... Image migration: 89% complete... Image migration: 90% complete... Image migration: 91% complete... Image migration: 92% complete... Image migration: 93% complete... Image migration: 94% complete... Image migration: 95% complete... Image migration: 96% complete... Image migration: 97% complete... Image migration: 98% complete... Image migration: 99% complete... Image migration: 100% complete...done. 2026-02-18T06:09:45.657 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-02-18T06:14:27.686 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration commit client.0.0' 2026-02-18T06:14:27.790 INFO:teuthology.orchestra.run.trial122.stderr: Commit image migration: 100% complete...done. 2026-02-18T06:14:27.795 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-02-18T06:17:22.823 DEBUG:teuthology.orchestra.run.trial122:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.1' 2026-02-18T06:17:23.224 INFO:teuthology.orchestra.run.trial122.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: 22% complete... Image migration: 23% complete... Image migration: 24% complete... Image migration: 25% complete... Image migration: 26% complete... Image migration: 27% complete... Image migration: 28% complete... Image migration: 29% complete... Image migration: 30% complete... Image migration: 31% complete... Image migration: 32% complete... Image migration: 33% complete... Image migration: 34% complete... Image migration: 35% complete... Image migration: 36% complete... Image migration: 37% complete... Image migration: 38% complete... Image migration: 39% complete... Image migration: 40% complete... Image migration: 41% complete... Image migration: 42% complete... Image migration: 43% complete... Image migration: 44% complete... Image migration: 45% complete... Image migration: 46% complete... Image migration: 47% complete... Image migration: 48% complete... Image migration: 49% complete... Image migration: 50% complete... Image migration: 51% complete... Image migration: 52% complete... Image migration: 53% complete... Image migration: 54% complete... Image migration: 55% complete... Image migration: 56% complete... Image migration: 57% complete... Image migration: 58% complete... Image migration: 59% complete... Image migration: 60% complete... Image migration: 61% complete... Image migration: 62% complete... Image migration: 63% complete... Image migration: 64% complete... Image migration: 65% complete... Image migration: 66% complete... Image migration: 67% complete... Image migration: 68% complete... Image migration: 69% complete... Image migration: 70% complete... Image migration: 71% complete... Image migration: 72% complete... Image migration: 73% complete... Image migration: 74% complete... Image migration: 75% complete... Image migration: 76% complete... Image migration: 77% complete... Image migration: 78% complete... Image migration: 79% complete... Image migration: 80% complete... Image migration: 81% complete... Image migration: 82% complete... Image migration: 83% complete... Image migration: 84% complete... Image migration: 85% complete... Image migration: 86% complete... Image migration: 87% complete... Image migration: 88% complete... Image migration: 89% complete... Image migration: 90% complete... Image migration: 91% complete... Image migration: 92% complete... Image migration: 93% complete... Image migration: 94% complete... Image migration: 95% complete... Image migration: 96% complete... Image migration: 97% complete... Image migration: 98% complete... Image migration: 99% complete... Image migration: 100% complete...done. 2026-02-18T06:17:23.230 DEBUG:teuthology.parallel:result is None 2026-02-18T06:40:05.002 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:acpid: exiting 2026-02-18T06:40:05.052 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Traceback (most recent call last): 2026-02-18T06:40:05.052 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2026-02-18T06:40:05.052 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Checking for running unattended-upgrades: 2026-02-18T06:40:05.052 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: self._connect_unixsocket(self.address) 2026-02-18T06:40:05.052 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2026-02-18T06:40:05.052 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: self.socket.connect(address) 2026-02-18T06:40:05.052 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2026-02-18T06:40:05.052 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: return getattr(self._sock,name)(*args) 2026-02-18T06:40:05.053 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:error: [Errno 111] Connection refused 2026-02-18T06:40:05.053 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Logged from file __init__.py, line 116 2026-02-18T06:40:05.061 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ec2: 2026-02-18T06:40:05.061 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ec2: ############################################################# 2026-02-18T06:40:05.061 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- 2026-02-18T06:40:05.141 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ec2: 1024 fe:ad:15:f6:7c:19:20:98:e0:15:fa:73:68:a0:9f:ec root@test (DSA) 2026-02-18T06:40:05.141 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ec2: 256 aa:90:cc:b5:09:12:3c:d9:41:96:bb:9b:fe:79:83:3e root@test (ECDSA) 2026-02-18T06:40:05.141 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ec2: 2048 e7:47:cc:fc:3e:e2:02:00:b2:b4:c8:b3:cc:39:cd:91 root@test (RSA) 2026-02-18T06:40:05.141 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:-----BEGIN SSH HOST KEY KEYS----- 2026-02-18T06:40:05.141 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ec2: -----END SSH HOST KEY FINGERPRINTS----- 2026-02-18T06:40:05.141 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ec2: ############################################################# 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD3sDwdL0cHZsNM08hA+6Wq4Vnhqbhaonz+yFg+mmFwdSP4Y/JyGIfQxHFPTU2hkWs69fukSq7q6EeQ9q7H+IUU= root@test 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtVbXi/qcWlJjOCOx5q5VxBrW+8/ghSyKzu0HHFvmcIhjoLKvxBeo7/A4hT3QixmiVlkn7OaHsG96Z8khtFq64EuLhWRSoi2T8Xl+IZQkI3DgdyivINN0KIqgPRLZH/T4NPwpKmRcEvXnwjsECm5pzLwVqoEWPElm8WgsyQyd+HCybSk+dbHsvNTVpRo20Ro07X1otNR7bMT+yAFGx498laMOBpsUJNh9LvQZkzRwpFvoAgycdcD8qPtvsAZiX64Xfl+wc2JNLy2XgK/jNKlWkqOphd82jhiP/gGoSTuswPjhTMp5DbBscfPBfQiwaCkbdJI3k0VhiaP8t8ohETaYT root@test 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:-----END SSH HOST KEY KEYS----- 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Traceback (most recent call last): 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: self._connect_unixsocket(self.address) 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: self.socket.connect(address) 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: return getattr(self._sock,name)(*args) 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:error: [Errno 111] Connection refused 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Logged from file __init__.py, line 116 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Traceback (most recent call last): 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 807, in emit 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: self._connect_unixsocket(self.address) 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: File "/usr/lib/python2.7/logging/handlers.py", line 745, in _connect_unixsocket 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: self.socket.connect(address) 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: File "/usr/lib/python2.7/socket.py", line 224, in meth 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: return getattr(self._sock,name)(*args) 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:error: [Errno 111] Connection refused 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:Logged from file __init__.py, line 116 2026-02-18T06:40:05.142 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:cloud-init boot finished at Wed, 18 Feb 2026 06:40:05 +0000. Up 2008.04 seconds 2026-02-18T06:40:05.182 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Stopping landscape-client daemon  [fail] 2026-02-18T06:40:05.253 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Asking all remaining processes to terminate...  [ OK ] 2026-02-18T06:40:05.278 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * All processes ended within 1 seconds....  [ OK ] 2026-02-18T06:40:05.291 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" 2026-02-18T06:40:05.404 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Deconfiguring network interfaces...  [ OK ] 2026-02-18T06:40:05.422 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Deactivating swap...  [ OK ] 2026-02-18T06:40:05.434 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Unmounting local filesystems...  [ OK ] 2026-02-18T06:40:05.506 INFO:tasks.qemu.cluster1.client.0.trial122.stdout: * Will now halt 2026-02-18T06:40:05.522 INFO:tasks.qemu.cluster1.client.0.trial122.stdout:[ 2008.451558] Power down. 2026-02-18T06:40:05.602 DEBUG:tasks.qemu:checking that qemu tests succeeded... 2026-02-18T06:40:05.603 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod a+rw -R /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 2026-02-18T06:40:05.629 INFO:tasks.qemu:Tearing down the nfs mount for ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:40:05.630 INFO:tasks.qemu:Stopping NFS... 2026-02-18T06:40:05.630 DEBUG:teuthology.orchestra.run.trial122:> sudo systemctl stop nfs-server 2026-02-18T06:40:05.752 INFO:tasks.qemu:Unmounting exported directory... 2026-02-18T06:40:05.752 DEBUG:teuthology.orchestra.run.trial122:> sudo umount /export/cluster1.client.0 2026-02-18T06:40:05.777 INFO:tasks.qemu:Deleting export from /etc/exports... 2026-02-18T06:40:05.777 DEBUG:teuthology.orchestra.run.trial122:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2026-02-18T06:40:05.841 INFO:tasks.qemu:Starting NFS... 2026-02-18T06:40:05.841 DEBUG:teuthology.orchestra.run.trial122:> sudo systemctl start nfs-server 2026-02-18T06:40:06.080 DEBUG:teuthology.orchestra.run.trial122:> test -f /home/ubuntu/cephtest/archive/qemu/cluster1.client.0/success 2026-02-18T06:40:06.095 INFO:tasks.qemu:Deleting exported directory... 2026-02-18T06:40:06.095 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -r /export 2026-02-18T06:40:06.159 DEBUG:tasks.qemu:cleaning up base image files 2026-02-18T06:40:06.159 DEBUG:teuthology.orchestra.run.trial122:> rm -rf /home/ubuntu/cephtest/qemu/cluster1.client.0.iso /home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 /home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 /home/ubuntu/cephtest/qemu/cluster1.client.0.test.sh /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 2026-02-18T06:40:06.504 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y erase genisoimage 2026-02-18T06:40:06.671 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:40:06.672 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:40:06.672 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-18T06:40:06.672 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:40:06.672 INFO:teuthology.orchestra.run.trial122.stdout:Removing: 2026-02-18T06:40:06.672 INFO:teuthology.orchestra.run.trial122.stdout: genisoimage x86_64 1.1.11-48.el9 @epel 1.1 M 2026-02-18T06:40:06.673 INFO:teuthology.orchestra.run.trial122.stdout:Removing unused dependencies: 2026-02-18T06:40:06.673 INFO:teuthology.orchestra.run.trial122.stdout: libusal x86_64 1.1.11-48.el9 @epel 469 k 2026-02-18T06:40:06.673 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:06.673 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:40:06.673 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:40:06.673 INFO:teuthology.orchestra.run.trial122.stdout:Remove 2 Packages 2026-02-18T06:40:06.673 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:06.673 INFO:teuthology.orchestra.run.trial122.stdout:Freed space: 1.6 M 2026-02-18T06:40:06.673 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:40:06.674 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:40:06.674 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:40:06.687 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:40:06.687 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:40:06.716 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:40:06.725 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: genisoimage-1.1.11-48.el9.x86_64 1/2 2026-02-18T06:40:06.732 INFO:teuthology.orchestra.run.trial122.stdout: Erasing : genisoimage-1.1.11-48.el9.x86_64 1/2 2026-02-18T06:40:06.746 INFO:teuthology.orchestra.run.trial122.stdout: Erasing : libusal-1.1.11-48.el9.x86_64 2/2 2026-02-18T06:40:06.884 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libusal-1.1.11-48.el9.x86_64 2/2 2026-02-18T06:40:06.885 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : genisoimage-1.1.11-48.el9.x86_64 1/2 2026-02-18T06:40:06.929 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libusal-1.1.11-48.el9.x86_64 2/2 2026-02-18T06:40:06.929 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:06.930 INFO:teuthology.orchestra.run.trial122.stdout:Removed: 2026-02-18T06:40:06.930 INFO:teuthology.orchestra.run.trial122.stdout: genisoimage-1.1.11-48.el9.x86_64 libusal-1.1.11-48.el9.x86_64 2026-02-18T06:40:06.930 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:06.930 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:40:06.952 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y erase qemu-kvm-block-rbd 2026-02-18T06:40:07.122 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-18T06:40:07.122 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:40:07.123 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-18T06:40:07.123 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:40:07.123 INFO:teuthology.orchestra.run.trial122.stdout:Removing: 2026-02-18T06:40:07.123 INFO:teuthology.orchestra.run.trial122.stdout: qemu-kvm-block-rbd x86_64 17:10.1.0-13.el9 @appstream 37 k 2026-02-18T06:40:07.123 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:07.123 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-18T06:40:07.123 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-18T06:40:07.123 INFO:teuthology.orchestra.run.trial122.stdout:Remove 1 Package 2026-02-18T06:40:07.123 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:07.123 INFO:teuthology.orchestra.run.trial122.stdout:Freed space: 37 k 2026-02-18T06:40:07.123 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-18T06:40:07.124 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-18T06:40:07.124 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-18T06:40:07.137 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-18T06:40:07.137 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-18T06:40:07.166 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-18T06:40:07.220 INFO:teuthology.orchestra.run.trial122.stdout: Erasing : qemu-kvm-block-rbd-17:10.1.0-13.el9.x86_64 1/1 2026-02-18T06:40:07.264 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : qemu-kvm-block-rbd-17:10.1.0-13.el9.x86_64 1/1 2026-02-18T06:40:07.264 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:07.264 INFO:teuthology.orchestra.run.trial122.stdout:Removed: 2026-02-18T06:40:07.264 INFO:teuthology.orchestra.run.trial122.stdout: qemu-kvm-block-rbd-17:10.1.0-13.el9.x86_64 2026-02-18T06:40:07.264 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:07.264 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-18T06:40:07.283 DEBUG:teuthology.orchestra.run.trial122:> rmdir /home/ubuntu/cephtest/qemu || true 2026-02-18T06:40:07.301 DEBUG:teuthology.parallel:result is None 2026-02-18T06:40:07.301 DEBUG:teuthology.run_tasks:Unwinding manager ceph 2026-02-18T06:40:07.317 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2026-02-18T06:40:07.318 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-02-18T06:40:07.515 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:40:07.516 INFO:teuthology.orchestra.run.trial171.stderr:dumped all 2026-02-18T06:40:07.524 INFO:teuthology.orchestra.run.trial171.stdout:{"pg_ready":true,"pg_map":{"version":1085,"stamp":"2026-02-18T06:40:06.214327+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1708868930,"num_objects":524,"num_object_clones":0,"num_object_copies":1555,"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":524,"num_whiteouts":0,"num_read":10768,"num_read_kb":1827828,"num_write":1928,"num_write_kb":1184261,"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":1303,"ondisk_log_size":1303,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":1197360,"kb_used_data":1116480,"kb_used_omap":68,"kb_used_meta":80763,"kb_avail":281918160,"statfs":{"total":289910292480,"available":288684195840,"internally_reserved":0,"allocated":1143275520,"data_stored":2563895474,"data_compressed":703134656,"data_compressed_allocated":793751552,"data_compressed_original":2214912000,"omap_allocated":70286,"internal_metadata":82701682},"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.000915"},"pg_stats":[{"pgid":"2.7","version":"26'107","reported_seq":191,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:23.061835+0000","last_change":"2026-02-18T06:04:55.066317+0000","last_active":"2026-02-18T06:37:23.061835+0000","last_peered":"2026-02-18T06:37:23.061835+0000","last_clean":"2026-02-18T06:37:23.061835+0000","last_became_active":"2026-02-18T06:04:53.064863+0000","last_became_peered":"2026-02-18T06:04:53.064863+0000","last_unstale":"2026-02-18T06:37:23.061835+0000","last_undegraded":"2026-02-18T06:37:23.061835+0000","last_fullsized":"2026-02-18T06:37:23.061835+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":107,"log_dups_size":0,"ondisk_log_size":107,"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 @ 2026-02-19T15:23:34.375421+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00085326300000000005,"stat_sum":{"num_bytes":114,"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":642,"num_read_kb":517,"num_write":207,"num_write_kb":203,"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":[]},{"pgid":"2.6","version":"25'1","reported_seq":74,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:23.061822+0000","last_change":"2026-02-18T06:04:55.066073+0000","last_active":"2026-02-18T06:37:23.061822+0000","last_peered":"2026-02-18T06:37:23.061822+0000","last_clean":"2026-02-18T06:37:23.061822+0000","last_became_active":"2026-02-18T06:04:53.064762+0000","last_became_peered":"2026-02-18T06:04:53.064762+0000","last_unstale":"2026-02-18T06:37:23.061822+0000","last_undegraded":"2026-02-18T06:37:23.061822+0000","last_fullsized":"2026-02-18T06:37:23.061822+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T14:32:38.427944+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000654395,"stat_sum":{"num_bytes":162,"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":20,"num_read_kb":10,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"27'110","reported_seq":176,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:13.057734+0000","last_change":"2026-02-18T06:04:55.065878+0000","last_active":"2026-02-18T06:36:13.057734+0000","last_peered":"2026-02-18T06:36:13.057734+0000","last_clean":"2026-02-18T06:36:13.057734+0000","last_became_active":"2026-02-18T06:04:53.064798+0000","last_became_peered":"2026-02-18T06:04:53.064798+0000","last_unstale":"2026-02-18T06:36:13.057734+0000","last_undegraded":"2026-02-18T06:36:13.057734+0000","last_fullsized":"2026-02-18T06:36:13.057734+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":110,"log_dups_size":0,"ondisk_log_size":110,"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 @ 2026-02-19T09:33:57.235199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047279700000000001,"stat_sum":{"num_bytes":98,"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":637,"num_read_kb":528,"num_write":214,"num_write_kb":210,"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":[]},{"pgid":"2.4","version":"27'4","reported_seq":81,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057406+0000","last_change":"2026-02-18T06:04:55.065880+0000","last_active":"2026-02-18T06:36:08.057406+0000","last_peered":"2026-02-18T06:36:08.057406+0000","last_clean":"2026-02-18T06:36:08.057406+0000","last_became_active":"2026-02-18T06:04:53.064760+0000","last_became_peered":"2026-02-18T06:04:53.064760+0000","last_unstale":"2026-02-18T06:36:08.057406+0000","last_undegraded":"2026-02-18T06:36:08.057406+0000","last_fullsized":"2026-02-18T06:36:08.057406+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:25:45.034187+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047099400000000002,"stat_sum":{"num_bytes":98,"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":23,"num_read_kb":17,"num_write":4,"num_write_kb":4,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"26'128","reported_seq":1536,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.059178+0000","last_change":"2026-02-18T06:05:09.623913+0000","last_active":"2026-02-18T06:36:23.059178+0000","last_peered":"2026-02-18T06:36:23.059178+0000","last_clean":"2026-02-18T06:36:23.059178+0000","last_became_active":"2026-02-18T06:05:06.618143+0000","last_became_peered":"2026-02-18T06:05:06.618143+0000","last_unstale":"2026-02-18T06:36:23.059178+0000","last_undegraded":"2026-02-18T06:36:23.059178+0000","last_fullsized":"2026-02-18T06:36:23.059178+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":128,"log_dups_size":0,"ondisk_log_size":128,"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 @ 2026-02-19T10:17:36.073215+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048664299999999998,"stat_sum":{"num_bytes":361709568,"num_objects":115,"num_object_clones":0,"num_object_copies":345,"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":115,"num_whiteouts":0,"num_read":1354,"num_read_kb":392369,"num_write":150,"num_write_kb":237856,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"29'324","reported_seq":509,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.058281+0000","last_change":"2026-02-18T06:04:55.064219+0000","last_active":"2026-02-18T06:36:08.058281+0000","last_peered":"2026-02-18T06:36:08.058281+0000","last_clean":"2026-02-18T06:36:08.058281+0000","last_became_active":"2026-02-18T06:04:53.064717+0000","last_became_peered":"2026-02-18T06:04:53.064717+0000","last_unstale":"2026-02-18T06:36:08.058281+0000","last_undegraded":"2026-02-18T06:36:08.058281+0000","last_fullsized":"2026-02-18T06:36:08.058281+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":324,"log_dups_size":0,"ondisk_log_size":324,"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 @ 2026-02-19T14:46:41.621620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039451200000000002,"stat_sum":{"num_bytes":181,"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":2106,"num_read_kb":1765,"num_write":622,"num_write_kb":612,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"26'126","reported_seq":1723,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:13.061189+0000","last_change":"2026-02-18T06:05:09.620811+0000","last_active":"2026-02-18T06:37:13.061189+0000","last_peered":"2026-02-18T06:37:13.061189+0000","last_clean":"2026-02-18T06:37:13.061189+0000","last_became_active":"2026-02-18T06:05:06.618012+0000","last_became_peered":"2026-02-18T06:05:06.618012+0000","last_unstale":"2026-02-18T06:37:13.061189+0000","last_undegraded":"2026-02-18T06:37:13.061189+0000","last_fullsized":"2026-02-18T06:37:13.061189+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":126,"log_dups_size":0,"ondisk_log_size":126,"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 @ 2026-02-19T15:15:44.723871+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00045433300000000002,"stat_sum":{"num_bytes":419708928,"num_objects":114,"num_object_clones":0,"num_object_copies":342,"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":114,"num_whiteouts":0,"num_read":1542,"num_read_kb":454176,"num_write":175,"num_write_kb":297872,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"29'12","reported_seq":146,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057654+0000","last_change":"2026-02-18T06:04:55.152783+0000","last_active":"2026-02-18T06:36:08.057654+0000","last_peered":"2026-02-18T06:36:08.057654+0000","last_clean":"2026-02-18T06:36:08.057654+0000","last_became_active":"2026-02-18T06:04:53.064335+0000","last_became_peered":"2026-02-18T06:04:53.064335+0000","last_unstale":"2026-02-18T06:36:08.057654+0000","last_undegraded":"2026-02-18T06:36:08.057654+0000","last_fullsized":"2026-02-18T06:36:08.057654+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":12,"log_dups_size":0,"ondisk_log_size":12,"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 @ 2026-02-19T12:35:56.761914+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030250200000000001,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":173,"num_read_kb":141,"num_write":9,"num_write_kb":5,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"26'165","reported_seq":2068,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.059168+0000","last_change":"2026-02-18T06:05:09.624068+0000","last_active":"2026-02-18T06:36:23.059168+0000","last_peered":"2026-02-18T06:36:23.059168+0000","last_clean":"2026-02-18T06:36:23.059168+0000","last_became_active":"2026-02-18T06:05:06.618034+0000","last_became_peered":"2026-02-18T06:05:06.618034+0000","last_unstale":"2026-02-18T06:36:23.059168+0000","last_undegraded":"2026-02-18T06:36:23.059168+0000","last_fullsized":"2026-02-18T06:36:23.059168+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":165,"log_dups_size":0,"ondisk_log_size":165,"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 @ 2026-02-19T11:14:09.207638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00078872399999999998,"stat_sum":{"num_bytes":511033344,"num_objects":150,"num_object_clones":0,"num_object_copies":450,"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":150,"num_whiteouts":0,"num_read":1849,"num_read_kb":539446,"num_write":186,"num_write_kb":346080,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"25'1","reported_seq":82,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:58.060511+0000","last_change":"2026-02-18T06:04:55.152795+0000","last_active":"2026-02-18T06:36:58.060511+0000","last_peered":"2026-02-18T06:36:58.060511+0000","last_clean":"2026-02-18T06:36:58.060511+0000","last_became_active":"2026-02-18T06:04:53.064336+0000","last_became_peered":"2026-02-18T06:04:53.064336+0000","last_unstale":"2026-02-18T06:36:58.060511+0000","last_undegraded":"2026-02-18T06:36:58.060511+0000","last_fullsized":"2026-02-18T06:36:58.060511+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T15:48:51.084938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031314100000000002,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":26,"num_read_kb":8,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"26'141","reported_seq":1895,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.058314+0000","last_change":"2026-02-18T06:05:09.621947+0000","last_active":"2026-02-18T06:36:23.058314+0000","last_peered":"2026-02-18T06:36:23.058314+0000","last_clean":"2026-02-18T06:36:23.058314+0000","last_became_active":"2026-02-18T06:05:06.618031+0000","last_became_peered":"2026-02-18T06:05:06.618031+0000","last_unstale":"2026-02-18T06:36:23.058314+0000","last_undegraded":"2026-02-18T06:36:23.058314+0000","last_fullsized":"2026-02-18T06:36:23.058314+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":141,"log_dups_size":0,"ondisk_log_size":141,"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 @ 2026-02-19T06:25:19.309655+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001525291,"stat_sum":{"num_bytes":415825939,"num_objects":128,"num_object_clones":0,"num_object_copies":384,"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":128,"num_whiteouts":0,"num_read":1700,"num_read_kb":438226,"num_write":160,"num_write_kb":299698,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"29'112","reported_seq":359,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057390+0000","last_change":"2026-02-18T06:04:55.066168+0000","last_active":"2026-02-18T06:36:08.057390+0000","last_peered":"2026-02-18T06:36:08.057390+0000","last_clean":"2026-02-18T06:36:08.057390+0000","last_became_active":"2026-02-18T06:04:53.063663+0000","last_became_peered":"2026-02-18T06:04:53.063663+0000","last_unstale":"2026-02-18T06:36:08.057390+0000","last_undegraded":"2026-02-18T06:36:08.057390+0000","last_fullsized":"2026-02-18T06:36:08.057390+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":112,"log_dups_size":0,"ondisk_log_size":112,"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 @ 2026-02-19T12:32:28.708024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00071433599999999999,"stat_sum":{"num_bytes":98,"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":630,"num_read_kb":570,"num_write":98,"num_write_kb":91,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'72","reported_seq":155,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:58.060315+0000","last_change":"2026-02-18T06:04:50.055655+0000","last_active":"2026-02-18T06:36:58.060315+0000","last_peered":"2026-02-18T06:36:58.060315+0000","last_clean":"2026-02-18T06:36:58.060315+0000","last_became_active":"2026-02-18T06:04:50.054911+0000","last_became_peered":"2026-02-18T06:04:50.054911+0000","last_unstale":"2026-02-18T06:36:58.060315+0000","last_undegraded":"2026-02-18T06:36:58.060315+0000","last_fullsized":"2026-02-18T06:36:58.060315+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_clean_scrub_stamp":"2026-02-18T06:04:49.051630+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:37:29.572696+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":1708277779,"num_objects":507,"num_object_clones":0,"num_object_copies":1521,"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":507,"num_whiteouts":0,"num_read":6445,"num_read_kb":1824217,"num_write":671,"num_write_kb":1181506,"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":1142341632,"data_stored":2562428928,"data_compressed":703115078,"data_compressed_allocated":793677824,"data_compressed_original":2213765120,"omap_allocated":0,"internal_metadata":0},"log_size":560,"ondisk_log_size":560,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":783,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"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":15,"num_whiteouts":0,"num_read":4257,"num_read_kb":3556,"num_write":1156,"num_write_kb":1127,"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":81920,"data_stored":1566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23282,"internal_metadata":0},"log_size":671,"ondisk_log_size":671,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19578,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738793,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":340772,"kb_used_data":313812,"kb_used_omap":23,"kb_used_meta":26920,"kb_avail":94031068,"statfs":{"total":96636764160,"available":96287813632,"internally_reserved":0,"allocated":321343488,"data_stored":854237854,"data_compressed":239484681,"data_compressed_allocated":271994880,"data_compressed_original":805052416,"omap_allocated":24400,"internal_metadata":27566256},"hb_peers":[0,1],"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":8,"seq":34359738793,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":430628,"kb_used_data":403668,"kb_used_omap":28,"kb_used_meta":26915,"kb_avail":93941212,"statfs":{"total":96636764160,"available":96195801088,"internally_reserved":0,"allocated":413356032,"data_stored":854828875,"data_compressed":229158262,"data_compressed_allocated":257986560,"data_compressed_original":699654144,"omap_allocated":28684,"internal_metadata":27561972},"hb_peers":[0,2],"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":8,"seq":34359738793,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":425960,"kb_used_data":399000,"kb_used_omap":16,"kb_used_meta":26927,"kb_avail":93945880,"statfs":{"total":96636764160,"available":96200581120,"internally_reserved":0,"allocated":408576000,"data_stored":854828745,"data_compressed":234491713,"data_compressed_allocated":263770112,"data_compressed_original":710205440,"omap_allocated":17202,"internal_metadata":27573454},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":653,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1100,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":40960,"data_stored":783,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11280,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10902,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":408244224,"data_stored":854142976,"data_compressed":234481924,"data_compressed_allocated":263733248,"data_compressed_original":709632000,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":413011968,"data_stored":854142976,"data_compressed":229148473,"data_compressed_allocated":257949696,"data_compressed_original":699080704,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":321085440,"data_stored":854142976,"data_compressed":239484681,"data_compressed_allocated":271994880,"data_compressed_original":805052416,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-18T06:40:07.525 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-02-18T06:40:07.707 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:40:07.707 INFO:teuthology.orchestra.run.trial171.stderr:dumped all 2026-02-18T06:40:07.715 INFO:teuthology.orchestra.run.trial171.stdout:{"pg_ready":true,"pg_map":{"version":1085,"stamp":"2026-02-18T06:40:06.214327+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1708868930,"num_objects":524,"num_object_clones":0,"num_object_copies":1555,"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":524,"num_whiteouts":0,"num_read":10768,"num_read_kb":1827828,"num_write":1928,"num_write_kb":1184261,"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":1303,"ondisk_log_size":1303,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":1197360,"kb_used_data":1116480,"kb_used_omap":68,"kb_used_meta":80763,"kb_avail":281918160,"statfs":{"total":289910292480,"available":288684195840,"internally_reserved":0,"allocated":1143275520,"data_stored":2563895474,"data_compressed":703134656,"data_compressed_allocated":793751552,"data_compressed_original":2214912000,"omap_allocated":70286,"internal_metadata":82701682},"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.000915"},"pg_stats":[{"pgid":"2.7","version":"26'107","reported_seq":191,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:23.061835+0000","last_change":"2026-02-18T06:04:55.066317+0000","last_active":"2026-02-18T06:37:23.061835+0000","last_peered":"2026-02-18T06:37:23.061835+0000","last_clean":"2026-02-18T06:37:23.061835+0000","last_became_active":"2026-02-18T06:04:53.064863+0000","last_became_peered":"2026-02-18T06:04:53.064863+0000","last_unstale":"2026-02-18T06:37:23.061835+0000","last_undegraded":"2026-02-18T06:37:23.061835+0000","last_fullsized":"2026-02-18T06:37:23.061835+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":107,"log_dups_size":0,"ondisk_log_size":107,"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 @ 2026-02-19T15:23:34.375421+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00085326300000000005,"stat_sum":{"num_bytes":114,"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":642,"num_read_kb":517,"num_write":207,"num_write_kb":203,"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":[]},{"pgid":"2.6","version":"25'1","reported_seq":74,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:23.061822+0000","last_change":"2026-02-18T06:04:55.066073+0000","last_active":"2026-02-18T06:37:23.061822+0000","last_peered":"2026-02-18T06:37:23.061822+0000","last_clean":"2026-02-18T06:37:23.061822+0000","last_became_active":"2026-02-18T06:04:53.064762+0000","last_became_peered":"2026-02-18T06:04:53.064762+0000","last_unstale":"2026-02-18T06:37:23.061822+0000","last_undegraded":"2026-02-18T06:37:23.061822+0000","last_fullsized":"2026-02-18T06:37:23.061822+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T14:32:38.427944+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000654395,"stat_sum":{"num_bytes":162,"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":20,"num_read_kb":10,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"27'110","reported_seq":176,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:13.057734+0000","last_change":"2026-02-18T06:04:55.065878+0000","last_active":"2026-02-18T06:36:13.057734+0000","last_peered":"2026-02-18T06:36:13.057734+0000","last_clean":"2026-02-18T06:36:13.057734+0000","last_became_active":"2026-02-18T06:04:53.064798+0000","last_became_peered":"2026-02-18T06:04:53.064798+0000","last_unstale":"2026-02-18T06:36:13.057734+0000","last_undegraded":"2026-02-18T06:36:13.057734+0000","last_fullsized":"2026-02-18T06:36:13.057734+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":110,"log_dups_size":0,"ondisk_log_size":110,"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 @ 2026-02-19T09:33:57.235199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047279700000000001,"stat_sum":{"num_bytes":98,"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":637,"num_read_kb":528,"num_write":214,"num_write_kb":210,"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":[]},{"pgid":"2.4","version":"27'4","reported_seq":81,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057406+0000","last_change":"2026-02-18T06:04:55.065880+0000","last_active":"2026-02-18T06:36:08.057406+0000","last_peered":"2026-02-18T06:36:08.057406+0000","last_clean":"2026-02-18T06:36:08.057406+0000","last_became_active":"2026-02-18T06:04:53.064760+0000","last_became_peered":"2026-02-18T06:04:53.064760+0000","last_unstale":"2026-02-18T06:36:08.057406+0000","last_undegraded":"2026-02-18T06:36:08.057406+0000","last_fullsized":"2026-02-18T06:36:08.057406+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:25:45.034187+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047099400000000002,"stat_sum":{"num_bytes":98,"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":23,"num_read_kb":17,"num_write":4,"num_write_kb":4,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"26'128","reported_seq":1536,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.059178+0000","last_change":"2026-02-18T06:05:09.623913+0000","last_active":"2026-02-18T06:36:23.059178+0000","last_peered":"2026-02-18T06:36:23.059178+0000","last_clean":"2026-02-18T06:36:23.059178+0000","last_became_active":"2026-02-18T06:05:06.618143+0000","last_became_peered":"2026-02-18T06:05:06.618143+0000","last_unstale":"2026-02-18T06:36:23.059178+0000","last_undegraded":"2026-02-18T06:36:23.059178+0000","last_fullsized":"2026-02-18T06:36:23.059178+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":128,"log_dups_size":0,"ondisk_log_size":128,"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 @ 2026-02-19T10:17:36.073215+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048664299999999998,"stat_sum":{"num_bytes":361709568,"num_objects":115,"num_object_clones":0,"num_object_copies":345,"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":115,"num_whiteouts":0,"num_read":1354,"num_read_kb":392369,"num_write":150,"num_write_kb":237856,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"29'324","reported_seq":509,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.058281+0000","last_change":"2026-02-18T06:04:55.064219+0000","last_active":"2026-02-18T06:36:08.058281+0000","last_peered":"2026-02-18T06:36:08.058281+0000","last_clean":"2026-02-18T06:36:08.058281+0000","last_became_active":"2026-02-18T06:04:53.064717+0000","last_became_peered":"2026-02-18T06:04:53.064717+0000","last_unstale":"2026-02-18T06:36:08.058281+0000","last_undegraded":"2026-02-18T06:36:08.058281+0000","last_fullsized":"2026-02-18T06:36:08.058281+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":324,"log_dups_size":0,"ondisk_log_size":324,"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 @ 2026-02-19T14:46:41.621620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039451200000000002,"stat_sum":{"num_bytes":181,"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":2106,"num_read_kb":1765,"num_write":622,"num_write_kb":612,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"26'126","reported_seq":1723,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:13.061189+0000","last_change":"2026-02-18T06:05:09.620811+0000","last_active":"2026-02-18T06:37:13.061189+0000","last_peered":"2026-02-18T06:37:13.061189+0000","last_clean":"2026-02-18T06:37:13.061189+0000","last_became_active":"2026-02-18T06:05:06.618012+0000","last_became_peered":"2026-02-18T06:05:06.618012+0000","last_unstale":"2026-02-18T06:37:13.061189+0000","last_undegraded":"2026-02-18T06:37:13.061189+0000","last_fullsized":"2026-02-18T06:37:13.061189+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":126,"log_dups_size":0,"ondisk_log_size":126,"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 @ 2026-02-19T15:15:44.723871+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00045433300000000002,"stat_sum":{"num_bytes":419708928,"num_objects":114,"num_object_clones":0,"num_object_copies":342,"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":114,"num_whiteouts":0,"num_read":1542,"num_read_kb":454176,"num_write":175,"num_write_kb":297872,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"29'12","reported_seq":146,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057654+0000","last_change":"2026-02-18T06:04:55.152783+0000","last_active":"2026-02-18T06:36:08.057654+0000","last_peered":"2026-02-18T06:36:08.057654+0000","last_clean":"2026-02-18T06:36:08.057654+0000","last_became_active":"2026-02-18T06:04:53.064335+0000","last_became_peered":"2026-02-18T06:04:53.064335+0000","last_unstale":"2026-02-18T06:36:08.057654+0000","last_undegraded":"2026-02-18T06:36:08.057654+0000","last_fullsized":"2026-02-18T06:36:08.057654+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":12,"log_dups_size":0,"ondisk_log_size":12,"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 @ 2026-02-19T12:35:56.761914+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030250200000000001,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":173,"num_read_kb":141,"num_write":9,"num_write_kb":5,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"26'165","reported_seq":2068,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.059168+0000","last_change":"2026-02-18T06:05:09.624068+0000","last_active":"2026-02-18T06:36:23.059168+0000","last_peered":"2026-02-18T06:36:23.059168+0000","last_clean":"2026-02-18T06:36:23.059168+0000","last_became_active":"2026-02-18T06:05:06.618034+0000","last_became_peered":"2026-02-18T06:05:06.618034+0000","last_unstale":"2026-02-18T06:36:23.059168+0000","last_undegraded":"2026-02-18T06:36:23.059168+0000","last_fullsized":"2026-02-18T06:36:23.059168+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":165,"log_dups_size":0,"ondisk_log_size":165,"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 @ 2026-02-19T11:14:09.207638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00078872399999999998,"stat_sum":{"num_bytes":511033344,"num_objects":150,"num_object_clones":0,"num_object_copies":450,"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":150,"num_whiteouts":0,"num_read":1849,"num_read_kb":539446,"num_write":186,"num_write_kb":346080,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"25'1","reported_seq":82,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:58.060511+0000","last_change":"2026-02-18T06:04:55.152795+0000","last_active":"2026-02-18T06:36:58.060511+0000","last_peered":"2026-02-18T06:36:58.060511+0000","last_clean":"2026-02-18T06:36:58.060511+0000","last_became_active":"2026-02-18T06:04:53.064336+0000","last_became_peered":"2026-02-18T06:04:53.064336+0000","last_unstale":"2026-02-18T06:36:58.060511+0000","last_undegraded":"2026-02-18T06:36:58.060511+0000","last_fullsized":"2026-02-18T06:36:58.060511+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T15:48:51.084938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031314100000000002,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":26,"num_read_kb":8,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"26'141","reported_seq":1895,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.058314+0000","last_change":"2026-02-18T06:05:09.621947+0000","last_active":"2026-02-18T06:36:23.058314+0000","last_peered":"2026-02-18T06:36:23.058314+0000","last_clean":"2026-02-18T06:36:23.058314+0000","last_became_active":"2026-02-18T06:05:06.618031+0000","last_became_peered":"2026-02-18T06:05:06.618031+0000","last_unstale":"2026-02-18T06:36:23.058314+0000","last_undegraded":"2026-02-18T06:36:23.058314+0000","last_fullsized":"2026-02-18T06:36:23.058314+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":141,"log_dups_size":0,"ondisk_log_size":141,"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 @ 2026-02-19T06:25:19.309655+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001525291,"stat_sum":{"num_bytes":415825939,"num_objects":128,"num_object_clones":0,"num_object_copies":384,"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":128,"num_whiteouts":0,"num_read":1700,"num_read_kb":438226,"num_write":160,"num_write_kb":299698,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"29'112","reported_seq":359,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057390+0000","last_change":"2026-02-18T06:04:55.066168+0000","last_active":"2026-02-18T06:36:08.057390+0000","last_peered":"2026-02-18T06:36:08.057390+0000","last_clean":"2026-02-18T06:36:08.057390+0000","last_became_active":"2026-02-18T06:04:53.063663+0000","last_became_peered":"2026-02-18T06:04:53.063663+0000","last_unstale":"2026-02-18T06:36:08.057390+0000","last_undegraded":"2026-02-18T06:36:08.057390+0000","last_fullsized":"2026-02-18T06:36:08.057390+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":112,"log_dups_size":0,"ondisk_log_size":112,"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 @ 2026-02-19T12:32:28.708024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00071433599999999999,"stat_sum":{"num_bytes":98,"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":630,"num_read_kb":570,"num_write":98,"num_write_kb":91,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'72","reported_seq":155,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:58.060315+0000","last_change":"2026-02-18T06:04:50.055655+0000","last_active":"2026-02-18T06:36:58.060315+0000","last_peered":"2026-02-18T06:36:58.060315+0000","last_clean":"2026-02-18T06:36:58.060315+0000","last_became_active":"2026-02-18T06:04:50.054911+0000","last_became_peered":"2026-02-18T06:04:50.054911+0000","last_unstale":"2026-02-18T06:36:58.060315+0000","last_undegraded":"2026-02-18T06:36:58.060315+0000","last_fullsized":"2026-02-18T06:36:58.060315+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_clean_scrub_stamp":"2026-02-18T06:04:49.051630+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:37:29.572696+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":1708277779,"num_objects":507,"num_object_clones":0,"num_object_copies":1521,"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":507,"num_whiteouts":0,"num_read":6445,"num_read_kb":1824217,"num_write":671,"num_write_kb":1181506,"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":1142341632,"data_stored":2562428928,"data_compressed":703115078,"data_compressed_allocated":793677824,"data_compressed_original":2213765120,"omap_allocated":0,"internal_metadata":0},"log_size":560,"ondisk_log_size":560,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":783,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"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":15,"num_whiteouts":0,"num_read":4257,"num_read_kb":3556,"num_write":1156,"num_write_kb":1127,"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":81920,"data_stored":1566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23282,"internal_metadata":0},"log_size":671,"ondisk_log_size":671,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19578,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738793,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":340772,"kb_used_data":313812,"kb_used_omap":23,"kb_used_meta":26920,"kb_avail":94031068,"statfs":{"total":96636764160,"available":96287813632,"internally_reserved":0,"allocated":321343488,"data_stored":854237854,"data_compressed":239484681,"data_compressed_allocated":271994880,"data_compressed_original":805052416,"omap_allocated":24400,"internal_metadata":27566256},"hb_peers":[0,1],"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":8,"seq":34359738793,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":430628,"kb_used_data":403668,"kb_used_omap":28,"kb_used_meta":26915,"kb_avail":93941212,"statfs":{"total":96636764160,"available":96195801088,"internally_reserved":0,"allocated":413356032,"data_stored":854828875,"data_compressed":229158262,"data_compressed_allocated":257986560,"data_compressed_original":699654144,"omap_allocated":28684,"internal_metadata":27561972},"hb_peers":[0,2],"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":8,"seq":34359738793,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":425960,"kb_used_data":399000,"kb_used_omap":16,"kb_used_meta":26927,"kb_avail":93945880,"statfs":{"total":96636764160,"available":96200581120,"internally_reserved":0,"allocated":408576000,"data_stored":854828745,"data_compressed":234491713,"data_compressed_allocated":263770112,"data_compressed_original":710205440,"omap_allocated":17202,"internal_metadata":27573454},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":653,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1100,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":40960,"data_stored":783,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11280,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10902,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":408244224,"data_stored":854142976,"data_compressed":234481924,"data_compressed_allocated":263733248,"data_compressed_original":709632000,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":413011968,"data_stored":854142976,"data_compressed":229148473,"data_compressed_allocated":257949696,"data_compressed_original":699080704,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":321085440,"data_stored":854142976,"data_compressed":239484681,"data_compressed_allocated":271994880,"data_compressed_original":805052416,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-18T06:40:07.717 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2026-02-18T06:40:07.717 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-02-18T06:40:07.905 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:40:07.905 INFO:teuthology.orchestra.run.trial171.stderr:dumped all 2026-02-18T06:40:07.913 INFO:teuthology.orchestra.run.trial171.stdout:{"pg_ready":true,"pg_map":{"version":1085,"stamp":"2026-02-18T06:40:06.214327+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1708868930,"num_objects":524,"num_object_clones":0,"num_object_copies":1555,"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":524,"num_whiteouts":0,"num_read":10768,"num_read_kb":1827828,"num_write":1928,"num_write_kb":1184261,"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":1303,"ondisk_log_size":1303,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":1197360,"kb_used_data":1116480,"kb_used_omap":68,"kb_used_meta":80763,"kb_avail":281918160,"statfs":{"total":289910292480,"available":288684195840,"internally_reserved":0,"allocated":1143275520,"data_stored":2563895474,"data_compressed":703134656,"data_compressed_allocated":793751552,"data_compressed_original":2214912000,"omap_allocated":70286,"internal_metadata":82701682},"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.000915"},"pg_stats":[{"pgid":"2.7","version":"26'107","reported_seq":191,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:23.061835+0000","last_change":"2026-02-18T06:04:55.066317+0000","last_active":"2026-02-18T06:37:23.061835+0000","last_peered":"2026-02-18T06:37:23.061835+0000","last_clean":"2026-02-18T06:37:23.061835+0000","last_became_active":"2026-02-18T06:04:53.064863+0000","last_became_peered":"2026-02-18T06:04:53.064863+0000","last_unstale":"2026-02-18T06:37:23.061835+0000","last_undegraded":"2026-02-18T06:37:23.061835+0000","last_fullsized":"2026-02-18T06:37:23.061835+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":107,"log_dups_size":0,"ondisk_log_size":107,"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 @ 2026-02-19T15:23:34.375421+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00085326300000000005,"stat_sum":{"num_bytes":114,"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":642,"num_read_kb":517,"num_write":207,"num_write_kb":203,"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":[]},{"pgid":"2.6","version":"25'1","reported_seq":74,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:23.061822+0000","last_change":"2026-02-18T06:04:55.066073+0000","last_active":"2026-02-18T06:37:23.061822+0000","last_peered":"2026-02-18T06:37:23.061822+0000","last_clean":"2026-02-18T06:37:23.061822+0000","last_became_active":"2026-02-18T06:04:53.064762+0000","last_became_peered":"2026-02-18T06:04:53.064762+0000","last_unstale":"2026-02-18T06:37:23.061822+0000","last_undegraded":"2026-02-18T06:37:23.061822+0000","last_fullsized":"2026-02-18T06:37:23.061822+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T14:32:38.427944+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000654395,"stat_sum":{"num_bytes":162,"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":20,"num_read_kb":10,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"27'110","reported_seq":176,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:13.057734+0000","last_change":"2026-02-18T06:04:55.065878+0000","last_active":"2026-02-18T06:36:13.057734+0000","last_peered":"2026-02-18T06:36:13.057734+0000","last_clean":"2026-02-18T06:36:13.057734+0000","last_became_active":"2026-02-18T06:04:53.064798+0000","last_became_peered":"2026-02-18T06:04:53.064798+0000","last_unstale":"2026-02-18T06:36:13.057734+0000","last_undegraded":"2026-02-18T06:36:13.057734+0000","last_fullsized":"2026-02-18T06:36:13.057734+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":110,"log_dups_size":0,"ondisk_log_size":110,"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 @ 2026-02-19T09:33:57.235199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047279700000000001,"stat_sum":{"num_bytes":98,"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":637,"num_read_kb":528,"num_write":214,"num_write_kb":210,"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":[]},{"pgid":"2.4","version":"27'4","reported_seq":81,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057406+0000","last_change":"2026-02-18T06:04:55.065880+0000","last_active":"2026-02-18T06:36:08.057406+0000","last_peered":"2026-02-18T06:36:08.057406+0000","last_clean":"2026-02-18T06:36:08.057406+0000","last_became_active":"2026-02-18T06:04:53.064760+0000","last_became_peered":"2026-02-18T06:04:53.064760+0000","last_unstale":"2026-02-18T06:36:08.057406+0000","last_undegraded":"2026-02-18T06:36:08.057406+0000","last_fullsized":"2026-02-18T06:36:08.057406+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:25:45.034187+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047099400000000002,"stat_sum":{"num_bytes":98,"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":23,"num_read_kb":17,"num_write":4,"num_write_kb":4,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"26'128","reported_seq":1536,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.059178+0000","last_change":"2026-02-18T06:05:09.623913+0000","last_active":"2026-02-18T06:36:23.059178+0000","last_peered":"2026-02-18T06:36:23.059178+0000","last_clean":"2026-02-18T06:36:23.059178+0000","last_became_active":"2026-02-18T06:05:06.618143+0000","last_became_peered":"2026-02-18T06:05:06.618143+0000","last_unstale":"2026-02-18T06:36:23.059178+0000","last_undegraded":"2026-02-18T06:36:23.059178+0000","last_fullsized":"2026-02-18T06:36:23.059178+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":128,"log_dups_size":0,"ondisk_log_size":128,"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 @ 2026-02-19T10:17:36.073215+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048664299999999998,"stat_sum":{"num_bytes":361709568,"num_objects":115,"num_object_clones":0,"num_object_copies":345,"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":115,"num_whiteouts":0,"num_read":1354,"num_read_kb":392369,"num_write":150,"num_write_kb":237856,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"29'324","reported_seq":509,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.058281+0000","last_change":"2026-02-18T06:04:55.064219+0000","last_active":"2026-02-18T06:36:08.058281+0000","last_peered":"2026-02-18T06:36:08.058281+0000","last_clean":"2026-02-18T06:36:08.058281+0000","last_became_active":"2026-02-18T06:04:53.064717+0000","last_became_peered":"2026-02-18T06:04:53.064717+0000","last_unstale":"2026-02-18T06:36:08.058281+0000","last_undegraded":"2026-02-18T06:36:08.058281+0000","last_fullsized":"2026-02-18T06:36:08.058281+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":324,"log_dups_size":0,"ondisk_log_size":324,"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 @ 2026-02-19T14:46:41.621620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039451200000000002,"stat_sum":{"num_bytes":181,"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":2106,"num_read_kb":1765,"num_write":622,"num_write_kb":612,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"26'126","reported_seq":1723,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:13.061189+0000","last_change":"2026-02-18T06:05:09.620811+0000","last_active":"2026-02-18T06:37:13.061189+0000","last_peered":"2026-02-18T06:37:13.061189+0000","last_clean":"2026-02-18T06:37:13.061189+0000","last_became_active":"2026-02-18T06:05:06.618012+0000","last_became_peered":"2026-02-18T06:05:06.618012+0000","last_unstale":"2026-02-18T06:37:13.061189+0000","last_undegraded":"2026-02-18T06:37:13.061189+0000","last_fullsized":"2026-02-18T06:37:13.061189+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":126,"log_dups_size":0,"ondisk_log_size":126,"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 @ 2026-02-19T15:15:44.723871+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00045433300000000002,"stat_sum":{"num_bytes":419708928,"num_objects":114,"num_object_clones":0,"num_object_copies":342,"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":114,"num_whiteouts":0,"num_read":1542,"num_read_kb":454176,"num_write":175,"num_write_kb":297872,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"29'12","reported_seq":146,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057654+0000","last_change":"2026-02-18T06:04:55.152783+0000","last_active":"2026-02-18T06:36:08.057654+0000","last_peered":"2026-02-18T06:36:08.057654+0000","last_clean":"2026-02-18T06:36:08.057654+0000","last_became_active":"2026-02-18T06:04:53.064335+0000","last_became_peered":"2026-02-18T06:04:53.064335+0000","last_unstale":"2026-02-18T06:36:08.057654+0000","last_undegraded":"2026-02-18T06:36:08.057654+0000","last_fullsized":"2026-02-18T06:36:08.057654+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":12,"log_dups_size":0,"ondisk_log_size":12,"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 @ 2026-02-19T12:35:56.761914+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030250200000000001,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":173,"num_read_kb":141,"num_write":9,"num_write_kb":5,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"26'165","reported_seq":2068,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.059168+0000","last_change":"2026-02-18T06:05:09.624068+0000","last_active":"2026-02-18T06:36:23.059168+0000","last_peered":"2026-02-18T06:36:23.059168+0000","last_clean":"2026-02-18T06:36:23.059168+0000","last_became_active":"2026-02-18T06:05:06.618034+0000","last_became_peered":"2026-02-18T06:05:06.618034+0000","last_unstale":"2026-02-18T06:36:23.059168+0000","last_undegraded":"2026-02-18T06:36:23.059168+0000","last_fullsized":"2026-02-18T06:36:23.059168+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":165,"log_dups_size":0,"ondisk_log_size":165,"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 @ 2026-02-19T11:14:09.207638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00078872399999999998,"stat_sum":{"num_bytes":511033344,"num_objects":150,"num_object_clones":0,"num_object_copies":450,"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":150,"num_whiteouts":0,"num_read":1849,"num_read_kb":539446,"num_write":186,"num_write_kb":346080,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"25'1","reported_seq":82,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:58.060511+0000","last_change":"2026-02-18T06:04:55.152795+0000","last_active":"2026-02-18T06:36:58.060511+0000","last_peered":"2026-02-18T06:36:58.060511+0000","last_clean":"2026-02-18T06:36:58.060511+0000","last_became_active":"2026-02-18T06:04:53.064336+0000","last_became_peered":"2026-02-18T06:04:53.064336+0000","last_unstale":"2026-02-18T06:36:58.060511+0000","last_undegraded":"2026-02-18T06:36:58.060511+0000","last_fullsized":"2026-02-18T06:36:58.060511+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T15:48:51.084938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031314100000000002,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":26,"num_read_kb":8,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"26'141","reported_seq":1895,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.058314+0000","last_change":"2026-02-18T06:05:09.621947+0000","last_active":"2026-02-18T06:36:23.058314+0000","last_peered":"2026-02-18T06:36:23.058314+0000","last_clean":"2026-02-18T06:36:23.058314+0000","last_became_active":"2026-02-18T06:05:06.618031+0000","last_became_peered":"2026-02-18T06:05:06.618031+0000","last_unstale":"2026-02-18T06:36:23.058314+0000","last_undegraded":"2026-02-18T06:36:23.058314+0000","last_fullsized":"2026-02-18T06:36:23.058314+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":141,"log_dups_size":0,"ondisk_log_size":141,"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 @ 2026-02-19T06:25:19.309655+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001525291,"stat_sum":{"num_bytes":415825939,"num_objects":128,"num_object_clones":0,"num_object_copies":384,"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":128,"num_whiteouts":0,"num_read":1700,"num_read_kb":438226,"num_write":160,"num_write_kb":299698,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"29'112","reported_seq":359,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057390+0000","last_change":"2026-02-18T06:04:55.066168+0000","last_active":"2026-02-18T06:36:08.057390+0000","last_peered":"2026-02-18T06:36:08.057390+0000","last_clean":"2026-02-18T06:36:08.057390+0000","last_became_active":"2026-02-18T06:04:53.063663+0000","last_became_peered":"2026-02-18T06:04:53.063663+0000","last_unstale":"2026-02-18T06:36:08.057390+0000","last_undegraded":"2026-02-18T06:36:08.057390+0000","last_fullsized":"2026-02-18T06:36:08.057390+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":112,"log_dups_size":0,"ondisk_log_size":112,"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 @ 2026-02-19T12:32:28.708024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00071433599999999999,"stat_sum":{"num_bytes":98,"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":630,"num_read_kb":570,"num_write":98,"num_write_kb":91,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'72","reported_seq":155,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:58.060315+0000","last_change":"2026-02-18T06:04:50.055655+0000","last_active":"2026-02-18T06:36:58.060315+0000","last_peered":"2026-02-18T06:36:58.060315+0000","last_clean":"2026-02-18T06:36:58.060315+0000","last_became_active":"2026-02-18T06:04:50.054911+0000","last_became_peered":"2026-02-18T06:04:50.054911+0000","last_unstale":"2026-02-18T06:36:58.060315+0000","last_undegraded":"2026-02-18T06:36:58.060315+0000","last_fullsized":"2026-02-18T06:36:58.060315+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_clean_scrub_stamp":"2026-02-18T06:04:49.051630+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:37:29.572696+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":1708277779,"num_objects":507,"num_object_clones":0,"num_object_copies":1521,"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":507,"num_whiteouts":0,"num_read":6445,"num_read_kb":1824217,"num_write":671,"num_write_kb":1181506,"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":1142341632,"data_stored":2562428928,"data_compressed":703115078,"data_compressed_allocated":793677824,"data_compressed_original":2213765120,"omap_allocated":0,"internal_metadata":0},"log_size":560,"ondisk_log_size":560,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":783,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"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":15,"num_whiteouts":0,"num_read":4257,"num_read_kb":3556,"num_write":1156,"num_write_kb":1127,"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":81920,"data_stored":1566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23282,"internal_metadata":0},"log_size":671,"ondisk_log_size":671,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19578,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738793,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":340772,"kb_used_data":313812,"kb_used_omap":23,"kb_used_meta":26920,"kb_avail":94031068,"statfs":{"total":96636764160,"available":96287813632,"internally_reserved":0,"allocated":321343488,"data_stored":854237854,"data_compressed":239484681,"data_compressed_allocated":271994880,"data_compressed_original":805052416,"omap_allocated":24400,"internal_metadata":27566256},"hb_peers":[0,1],"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":8,"seq":34359738793,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":430628,"kb_used_data":403668,"kb_used_omap":28,"kb_used_meta":26915,"kb_avail":93941212,"statfs":{"total":96636764160,"available":96195801088,"internally_reserved":0,"allocated":413356032,"data_stored":854828875,"data_compressed":229158262,"data_compressed_allocated":257986560,"data_compressed_original":699654144,"omap_allocated":28684,"internal_metadata":27561972},"hb_peers":[0,2],"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":8,"seq":34359738793,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":425960,"kb_used_data":399000,"kb_used_omap":16,"kb_used_meta":26927,"kb_avail":93945880,"statfs":{"total":96636764160,"available":96200581120,"internally_reserved":0,"allocated":408576000,"data_stored":854828745,"data_compressed":234491713,"data_compressed_allocated":263770112,"data_compressed_original":710205440,"omap_allocated":17202,"internal_metadata":27573454},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":653,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1100,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":40960,"data_stored":783,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11280,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10902,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":408244224,"data_stored":854142976,"data_compressed":234481924,"data_compressed_allocated":263733248,"data_compressed_original":709632000,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":413011968,"data_stored":854142976,"data_compressed":229148473,"data_compressed_allocated":257949696,"data_compressed_original":699080704,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":321085440,"data_stored":854142976,"data_compressed":239484681,"data_compressed_allocated":271994880,"data_compressed_original":805052416,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-18T06:40:07.915 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-02-18T06:40:08.095 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:40:08.095 INFO:teuthology.orchestra.run.trial171.stdout:{"epoch":29,"fsid":"0ecd102e-e717-431e-b082-880a3c4d2c9b","created":"2026-02-18T06:04:43.603899+0000","modified":"2026-02-18T06:06:10.631748+0000","last_up_change":"2026-02-18T06:04:47.611554+0000","last_in_change":"2026-02-18T06:04:44.279726+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":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-18T06:04:48.058509+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":"11","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,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"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":"2026-02-18T06:04:51.473060+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":"15","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":15,"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,"nonprimary_shards":"{}","options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.8799999952316284,"score_stable":1.8799999952316284,"optimal_score":1,"raw_score_acting":1.8799999952316284,"raw_score_stable":1.8799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"datapool","create_time":"2026-02-18T06:05:04.615163+0000","flags":8197,"flags_names":"hashpspool,ec_overwrites,selfmanaged_snaps","type":3,"size":3,"min_size":2,"crush_rule":1,"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":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":5,"snap_epoch":27,"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":"teuthologyprofile","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":8192,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"932d575a-8a90-47e6-b5ef-7f1d809b1cd3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6808","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6809","nonce":2206153779}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6810","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6811","nonce":2206153779}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6814","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6815","nonce":2206153779}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6812","nonce":2206153779},{"type":"v1","addr":"10.20.193.171:6813","nonce":2206153779}]},"public_addr":"10.20.193.171:6809/2206153779","cluster_addr":"10.20.193.171:6811/2206153779","heartbeat_back_addr":"10.20.193.171:6815/2206153779","heartbeat_front_addr":"10.20.193.171:6813/2206153779","state":["exists","up"]},{"osd":1,"uuid":"57a445fa-4696-4684-b19c-7a905b48b89c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6816","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6817","nonce":3238570621}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6818","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6819","nonce":3238570621}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6822","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6823","nonce":3238570621}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6820","nonce":3238570621},{"type":"v1","addr":"10.20.193.171:6821","nonce":3238570621}]},"public_addr":"10.20.193.171:6817/3238570621","cluster_addr":"10.20.193.171:6819/3238570621","heartbeat_back_addr":"10.20.193.171:6823/3238570621","heartbeat_front_addr":"10.20.193.171:6821/3238570621","state":["exists","up"]},{"osd":2,"uuid":"23706b07-57db-4834-b23c-afadf31e5d4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6800","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6801","nonce":4033184009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6802","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6803","nonce":4033184009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6806","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6807","nonce":4033184009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.171:6804","nonce":4033184009},{"type":"v1","addr":"10.20.193.171:6805","nonce":4033184009}]},"public_addr":"10.20.193.171:6801/4033184009","cluster_addr":"10.20.193.171:6803/4033184009","heartbeat_back_addr":"10.20.193.171:6807/4033184009","heartbeat_front_addr":"10.20.193.171:6805/4033184009","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-18T06:04:46.196926+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-18T06:04:46.300959+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-18T06:04:46.160780+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":"isa","technique":"reed_sol_van"},"teuthologyprofile":{"crush-device-class":"","crush-failure-domain":"osd","crush-num-failure-domains":"0","crush-osds-per-failure-domain":"0","crush-root":"default","k":"2","m":"1","plugin":"isa","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}} 2026-02-18T06:40:09.106 INFO:tasks.ceph:Scrubbing cluster2.osd.0 2026-02-18T06:40:09.106 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.0 config set osd_debug_deep_scrub_sleep 0 2026-02-18T06:40:09.188 INFO:teuthology.orchestra.run.trial171.stdout:{ 2026-02-18T06:40:09.188 INFO:teuthology.orchestra.run.trial171.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) osd_delete_sleep = '' osd_delete_sleep_hdd = '' osd_delete_sleep_hybrid = '' osd_delete_sleep_ssd = '' osd_max_backfills = '' osd_recovery_max_active = '' osd_recovery_max_active_hdd = '' osd_recovery_max_active_ssd = '' osd_recovery_sleep = '' osd_recovery_sleep_degraded = '' osd_recovery_sleep_degraded_hdd = '' osd_recovery_sleep_degraded_hybrid = '' osd_recovery_sleep_degraded_ssd = '' osd_recovery_sleep_hdd = '' osd_recovery_sleep_hybrid = '' osd_recovery_sleep_ssd = '' osd_scrub_sleep = '' osd_snap_trim_sleep = '' osd_snap_trim_sleep_hdd = '' osd_snap_trim_sleep_hybrid = '' osd_snap_trim_sleep_ssd = '' " 2026-02-18T06:40:09.188 INFO:teuthology.orchestra.run.trial171.stdout:} 2026-02-18T06:40:09.194 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 0 2026-02-18T06:40:09.369 INFO:teuthology.orchestra.run.trial171.stderr:instructed osd(s) 0 to deep-scrub 2026-02-18T06:40:09.378 INFO:tasks.ceph:Scrubbing cluster2.osd.1 2026-02-18T06:40:09.378 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.1 config set osd_debug_deep_scrub_sleep 0 2026-02-18T06:40:09.459 INFO:teuthology.orchestra.run.trial171.stdout:{ 2026-02-18T06:40:09.459 INFO:teuthology.orchestra.run.trial171.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) osd_delete_sleep = '' osd_delete_sleep_hdd = '' osd_delete_sleep_hybrid = '' osd_delete_sleep_ssd = '' osd_max_backfills = '' osd_recovery_max_active = '' osd_recovery_max_active_hdd = '' osd_recovery_max_active_ssd = '' osd_recovery_sleep = '' osd_recovery_sleep_degraded = '' osd_recovery_sleep_degraded_hdd = '' osd_recovery_sleep_degraded_hybrid = '' osd_recovery_sleep_degraded_ssd = '' osd_recovery_sleep_hdd = '' osd_recovery_sleep_hybrid = '' osd_recovery_sleep_ssd = '' osd_scrub_sleep = '' osd_snap_trim_sleep = '' osd_snap_trim_sleep_hdd = '' osd_snap_trim_sleep_hybrid = '' osd_snap_trim_sleep_ssd = '' " 2026-02-18T06:40:09.459 INFO:teuthology.orchestra.run.trial171.stdout:} 2026-02-18T06:40:09.464 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 1 2026-02-18T06:40:09.644 INFO:teuthology.orchestra.run.trial171.stderr:instructed osd(s) 1 to deep-scrub 2026-02-18T06:40:09.653 INFO:tasks.ceph:Scrubbing cluster2.osd.2 2026-02-18T06:40:09.653 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.2 config set osd_debug_deep_scrub_sleep 0 2026-02-18T06:40:09.735 INFO:teuthology.orchestra.run.trial171.stdout:{ 2026-02-18T06:40:09.735 INFO:teuthology.orchestra.run.trial171.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) osd_delete_sleep = '' osd_delete_sleep_hdd = '' osd_delete_sleep_hybrid = '' osd_delete_sleep_ssd = '' osd_max_backfills = '' osd_recovery_max_active = '' osd_recovery_max_active_hdd = '' osd_recovery_max_active_ssd = '' osd_recovery_sleep = '' osd_recovery_sleep_degraded = '' osd_recovery_sleep_degraded_hdd = '' osd_recovery_sleep_degraded_hybrid = '' osd_recovery_sleep_degraded_ssd = '' osd_recovery_sleep_hdd = '' osd_recovery_sleep_hybrid = '' osd_recovery_sleep_ssd = '' osd_scrub_sleep = '' osd_snap_trim_sleep = '' osd_snap_trim_sleep_hdd = '' osd_snap_trim_sleep_hybrid = '' osd_snap_trim_sleep_ssd = '' " 2026-02-18T06:40:09.735 INFO:teuthology.orchestra.run.trial171.stdout:} 2026-02-18T06:40:09.741 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd deep-scrub 2 2026-02-18T06:40:09.921 INFO:teuthology.orchestra.run.trial171.stderr:instructed osd(s) 2 to deep-scrub 2026-02-18T06:40:09.930 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-02-18T06:40:10.107 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:40:10.108 INFO:teuthology.orchestra.run.trial171.stderr:dumped all 2026-02-18T06:40:10.116 INFO:teuthology.orchestra.run.trial171.stdout:{"pg_ready":true,"pg_map":{"version":1086,"stamp":"2026-02-18T06:40:08.214511+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1708868930,"num_objects":524,"num_object_clones":0,"num_object_copies":1555,"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":524,"num_whiteouts":0,"num_read":10768,"num_read_kb":1827828,"num_write":1928,"num_write_kb":1184261,"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":1303,"ondisk_log_size":1303,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":1197360,"kb_used_data":1116480,"kb_used_omap":68,"kb_used_meta":80763,"kb_avail":281918160,"statfs":{"total":289910292480,"available":288684195840,"internally_reserved":0,"allocated":1143275520,"data_stored":2563895474,"data_compressed":703134656,"data_compressed_allocated":793751552,"data_compressed_original":2214912000,"omap_allocated":70286,"internal_metadata":82701682},"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.000932"},"pg_stats":[{"pgid":"2.7","version":"26'107","reported_seq":191,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:23.061835+0000","last_change":"2026-02-18T06:04:55.066317+0000","last_active":"2026-02-18T06:37:23.061835+0000","last_peered":"2026-02-18T06:37:23.061835+0000","last_clean":"2026-02-18T06:37:23.061835+0000","last_became_active":"2026-02-18T06:04:53.064863+0000","last_became_peered":"2026-02-18T06:04:53.064863+0000","last_unstale":"2026-02-18T06:37:23.061835+0000","last_undegraded":"2026-02-18T06:37:23.061835+0000","last_fullsized":"2026-02-18T06:37:23.061835+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":107,"log_dups_size":0,"ondisk_log_size":107,"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 @ 2026-02-19T15:23:34.375421+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00085326300000000005,"stat_sum":{"num_bytes":114,"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":642,"num_read_kb":517,"num_write":207,"num_write_kb":203,"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":[]},{"pgid":"2.6","version":"25'1","reported_seq":74,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:23.061822+0000","last_change":"2026-02-18T06:04:55.066073+0000","last_active":"2026-02-18T06:37:23.061822+0000","last_peered":"2026-02-18T06:37:23.061822+0000","last_clean":"2026-02-18T06:37:23.061822+0000","last_became_active":"2026-02-18T06:04:53.064762+0000","last_became_peered":"2026-02-18T06:04:53.064762+0000","last_unstale":"2026-02-18T06:37:23.061822+0000","last_undegraded":"2026-02-18T06:37:23.061822+0000","last_fullsized":"2026-02-18T06:37:23.061822+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T14:32:38.427944+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000654395,"stat_sum":{"num_bytes":162,"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":20,"num_read_kb":10,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"27'110","reported_seq":176,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:13.057734+0000","last_change":"2026-02-18T06:04:55.065878+0000","last_active":"2026-02-18T06:36:13.057734+0000","last_peered":"2026-02-18T06:36:13.057734+0000","last_clean":"2026-02-18T06:36:13.057734+0000","last_became_active":"2026-02-18T06:04:53.064798+0000","last_became_peered":"2026-02-18T06:04:53.064798+0000","last_unstale":"2026-02-18T06:36:13.057734+0000","last_undegraded":"2026-02-18T06:36:13.057734+0000","last_fullsized":"2026-02-18T06:36:13.057734+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":110,"log_dups_size":0,"ondisk_log_size":110,"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 @ 2026-02-19T09:33:57.235199+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047279700000000001,"stat_sum":{"num_bytes":98,"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":637,"num_read_kb":528,"num_write":214,"num_write_kb":210,"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":[]},{"pgid":"2.4","version":"27'4","reported_seq":81,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057406+0000","last_change":"2026-02-18T06:04:55.065880+0000","last_active":"2026-02-18T06:36:08.057406+0000","last_peered":"2026-02-18T06:36:08.057406+0000","last_clean":"2026-02-18T06:36:08.057406+0000","last_became_active":"2026-02-18T06:04:53.064760+0000","last_became_peered":"2026-02-18T06:04:53.064760+0000","last_unstale":"2026-02-18T06:36:08.057406+0000","last_undegraded":"2026-02-18T06:36:08.057406+0000","last_fullsized":"2026-02-18T06:36:08.057406+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":4,"log_dups_size":0,"ondisk_log_size":4,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T09:25:45.034187+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00047099400000000002,"stat_sum":{"num_bytes":98,"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":23,"num_read_kb":17,"num_write":4,"num_write_kb":4,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"26'128","reported_seq":1536,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.059178+0000","last_change":"2026-02-18T06:05:09.623913+0000","last_active":"2026-02-18T06:36:23.059178+0000","last_peered":"2026-02-18T06:36:23.059178+0000","last_clean":"2026-02-18T06:36:23.059178+0000","last_became_active":"2026-02-18T06:05:06.618143+0000","last_became_peered":"2026-02-18T06:05:06.618143+0000","last_unstale":"2026-02-18T06:36:23.059178+0000","last_undegraded":"2026-02-18T06:36:23.059178+0000","last_fullsized":"2026-02-18T06:36:23.059178+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":128,"log_dups_size":0,"ondisk_log_size":128,"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 @ 2026-02-19T10:17:36.073215+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00048664299999999998,"stat_sum":{"num_bytes":361709568,"num_objects":115,"num_object_clones":0,"num_object_copies":345,"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":115,"num_whiteouts":0,"num_read":1354,"num_read_kb":392369,"num_write":150,"num_write_kb":237856,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"29'324","reported_seq":509,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.058281+0000","last_change":"2026-02-18T06:04:55.064219+0000","last_active":"2026-02-18T06:36:08.058281+0000","last_peered":"2026-02-18T06:36:08.058281+0000","last_clean":"2026-02-18T06:36:08.058281+0000","last_became_active":"2026-02-18T06:04:53.064717+0000","last_became_peered":"2026-02-18T06:04:53.064717+0000","last_unstale":"2026-02-18T06:36:08.058281+0000","last_undegraded":"2026-02-18T06:36:08.058281+0000","last_fullsized":"2026-02-18T06:36:08.058281+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":324,"log_dups_size":0,"ondisk_log_size":324,"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 @ 2026-02-19T14:46:41.621620+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039451200000000002,"stat_sum":{"num_bytes":181,"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":2106,"num_read_kb":1765,"num_write":622,"num_write_kb":612,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"26'126","reported_seq":1723,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:37:13.061189+0000","last_change":"2026-02-18T06:05:09.620811+0000","last_active":"2026-02-18T06:37:13.061189+0000","last_peered":"2026-02-18T06:37:13.061189+0000","last_clean":"2026-02-18T06:37:13.061189+0000","last_became_active":"2026-02-18T06:05:06.618012+0000","last_became_peered":"2026-02-18T06:05:06.618012+0000","last_unstale":"2026-02-18T06:37:13.061189+0000","last_undegraded":"2026-02-18T06:37:13.061189+0000","last_fullsized":"2026-02-18T06:37:13.061189+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":126,"log_dups_size":0,"ondisk_log_size":126,"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 @ 2026-02-19T15:15:44.723871+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00045433300000000002,"stat_sum":{"num_bytes":419708928,"num_objects":114,"num_object_clones":0,"num_object_copies":342,"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":114,"num_whiteouts":0,"num_read":1542,"num_read_kb":454176,"num_write":175,"num_write_kb":297872,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"29'12","reported_seq":146,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057654+0000","last_change":"2026-02-18T06:04:55.152783+0000","last_active":"2026-02-18T06:36:08.057654+0000","last_peered":"2026-02-18T06:36:08.057654+0000","last_clean":"2026-02-18T06:36:08.057654+0000","last_became_active":"2026-02-18T06:04:53.064335+0000","last_became_peered":"2026-02-18T06:04:53.064335+0000","last_unstale":"2026-02-18T06:36:08.057654+0000","last_undegraded":"2026-02-18T06:36:08.057654+0000","last_fullsized":"2026-02-18T06:36:08.057654+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":12,"log_dups_size":0,"ondisk_log_size":12,"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 @ 2026-02-19T12:35:56.761914+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030250200000000001,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":173,"num_read_kb":141,"num_write":9,"num_write_kb":5,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"26'165","reported_seq":2068,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.059168+0000","last_change":"2026-02-18T06:05:09.624068+0000","last_active":"2026-02-18T06:36:23.059168+0000","last_peered":"2026-02-18T06:36:23.059168+0000","last_clean":"2026-02-18T06:36:23.059168+0000","last_became_active":"2026-02-18T06:05:06.618034+0000","last_became_peered":"2026-02-18T06:05:06.618034+0000","last_unstale":"2026-02-18T06:36:23.059168+0000","last_undegraded":"2026-02-18T06:36:23.059168+0000","last_fullsized":"2026-02-18T06:36:23.059168+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":165,"log_dups_size":0,"ondisk_log_size":165,"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 @ 2026-02-19T11:14:09.207638+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00078872399999999998,"stat_sum":{"num_bytes":511033344,"num_objects":150,"num_object_clones":0,"num_object_copies":450,"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":150,"num_whiteouts":0,"num_read":1849,"num_read_kb":539446,"num_write":186,"num_write_kb":346080,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"25'1","reported_seq":82,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:58.060511+0000","last_change":"2026-02-18T06:04:55.152795+0000","last_active":"2026-02-18T06:36:58.060511+0000","last_peered":"2026-02-18T06:36:58.060511+0000","last_clean":"2026-02-18T06:36:58.060511+0000","last_became_active":"2026-02-18T06:04:53.064336+0000","last_became_peered":"2026-02-18T06:04:53.064336+0000","last_unstale":"2026-02-18T06:36:58.060511+0000","last_undegraded":"2026-02-18T06:36:58.060511+0000","last_fullsized":"2026-02-18T06:36:58.060511+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+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 @ 2026-02-19T15:48:51.084938+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031314100000000002,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":26,"num_read_kb":8,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"26'141","reported_seq":1895,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:23.058314+0000","last_change":"2026-02-18T06:05:09.621947+0000","last_active":"2026-02-18T06:36:23.058314+0000","last_peered":"2026-02-18T06:36:23.058314+0000","last_clean":"2026-02-18T06:36:23.058314+0000","last_became_active":"2026-02-18T06:05:06.618031+0000","last_became_peered":"2026-02-18T06:05:06.618031+0000","last_unstale":"2026-02-18T06:36:23.058314+0000","last_undegraded":"2026-02-18T06:36:23.058314+0000","last_fullsized":"2026-02-18T06:36:23.058314+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:05:05.608573+0000","last_clean_scrub_stamp":"2026-02-18T06:05:05.608573+0000","objects_scrubbed":0,"log_size":141,"log_dups_size":0,"ondisk_log_size":141,"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 @ 2026-02-19T06:25:19.309655+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.001525291,"stat_sum":{"num_bytes":415825939,"num_objects":128,"num_object_clones":0,"num_object_copies":384,"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":128,"num_whiteouts":0,"num_read":1700,"num_read_kb":438226,"num_write":160,"num_write_kb":299698,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"29'112","reported_seq":359,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:08.057390+0000","last_change":"2026-02-18T06:04:55.066168+0000","last_active":"2026-02-18T06:36:08.057390+0000","last_peered":"2026-02-18T06:36:08.057390+0000","last_clean":"2026-02-18T06:36:08.057390+0000","last_became_active":"2026-02-18T06:04:53.063663+0000","last_became_peered":"2026-02-18T06:04:53.063663+0000","last_unstale":"2026-02-18T06:36:08.057390+0000","last_undegraded":"2026-02-18T06:36:08.057390+0000","last_fullsized":"2026-02-18T06:36:08.057390+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:52.055220+0000","last_clean_scrub_stamp":"2026-02-18T06:04:52.055220+0000","objects_scrubbed":0,"log_size":112,"log_dups_size":0,"ondisk_log_size":112,"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 @ 2026-02-19T12:32:28.708024+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00071433599999999999,"stat_sum":{"num_bytes":98,"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":630,"num_read_kb":570,"num_write":98,"num_write_kb":91,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'72","reported_seq":155,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:36:58.060315+0000","last_change":"2026-02-18T06:04:50.055655+0000","last_active":"2026-02-18T06:36:58.060315+0000","last_peered":"2026-02-18T06:36:58.060315+0000","last_clean":"2026-02-18T06:36:58.060315+0000","last_became_active":"2026-02-18T06:04:50.054911+0000","last_became_peered":"2026-02-18T06:04:50.054911+0000","last_unstale":"2026-02-18T06:36:58.060315+0000","last_undegraded":"2026-02-18T06:36:58.060315+0000","last_fullsized":"2026-02-18T06:36:58.060315+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:49.051630+0000","last_clean_scrub_stamp":"2026-02-18T06:04:49.051630+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:37:29.572696+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":1708277779,"num_objects":507,"num_object_clones":0,"num_object_copies":1521,"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":507,"num_whiteouts":0,"num_read":6445,"num_read_kb":1824217,"num_write":671,"num_write_kb":1181506,"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":1142341632,"data_stored":2562428928,"data_compressed":703115078,"data_compressed_allocated":793677824,"data_compressed_original":2213765120,"omap_allocated":0,"internal_metadata":0},"log_size":560,"ondisk_log_size":560,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":783,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"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":15,"num_whiteouts":0,"num_read":4257,"num_read_kb":3556,"num_write":1156,"num_write_kb":1127,"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":81920,"data_stored":1566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23282,"internal_metadata":0},"log_size":671,"ondisk_log_size":671,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19578,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738794,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":340772,"kb_used_data":313812,"kb_used_omap":23,"kb_used_meta":26920,"kb_avail":94031068,"statfs":{"total":96636764160,"available":96287813632,"internally_reserved":0,"allocated":321343488,"data_stored":854237854,"data_compressed":239484681,"data_compressed_allocated":271994880,"data_compressed_original":805052416,"omap_allocated":24400,"internal_metadata":27566256},"hb_peers":[0,1],"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":8,"seq":34359738794,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":430628,"kb_used_data":403668,"kb_used_omap":28,"kb_used_meta":26915,"kb_avail":93941212,"statfs":{"total":96636764160,"available":96195801088,"internally_reserved":0,"allocated":413356032,"data_stored":854828875,"data_compressed":229158262,"data_compressed_allocated":257986560,"data_compressed_original":699654144,"omap_allocated":28684,"internal_metadata":27561972},"hb_peers":[0,2],"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":8,"seq":34359738794,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":425960,"kb_used_data":399000,"kb_used_omap":16,"kb_used_meta":26927,"kb_avail":93945880,"statfs":{"total":96636764160,"available":96200581120,"internally_reserved":0,"allocated":408576000,"data_stored":854828745,"data_compressed":234491713,"data_compressed_allocated":263770112,"data_compressed_original":710205440,"omap_allocated":17202,"internal_metadata":27573454},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":653,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1100,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":40960,"data_stored":783,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11280,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10902,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":408244224,"data_stored":854142976,"data_compressed":234481924,"data_compressed_allocated":263733248,"data_compressed_original":709632000,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":413011968,"data_stored":854142976,"data_compressed":229148473,"data_compressed_allocated":257949696,"data_compressed_original":699080704,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":321085440,"data_stored":854142976,"data_compressed":239484681,"data_compressed_allocated":271994880,"data_compressed_original":805052416,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-18T06:40:10.121 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2026-02-18T06:04:52.055220+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=52, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.122 INFO:tasks.ceph:pgid 2.6 last_scrub_stamp 2026-02-18T06:04:52.055220+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=52, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.122 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2026-02-18T06:04:52.055220+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=52, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.122 INFO:tasks.ceph:pgid 2.4 last_scrub_stamp 2026-02-18T06:04:52.055220+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=52, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.122 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2026-02-18T06:05:05.608573+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=5, tm_sec=5, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.122 INFO:tasks.ceph:pgid 2.2 last_scrub_stamp 2026-02-18T06:04:52.055220+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=52, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.122 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2026-02-18T06:05:05.608573+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=5, tm_sec=5, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.123 INFO:tasks.ceph:pgid 2.1 last_scrub_stamp 2026-02-18T06:04:52.055220+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=52, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.123 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2026-02-18T06:05:05.608573+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=5, tm_sec=5, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.123 INFO:tasks.ceph:pgid 2.0 last_scrub_stamp 2026-02-18T06:04:52.055220+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=52, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.123 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2026-02-18T06:05:05.608573+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=5, tm_sec=5, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.123 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2026-02-18T06:04:52.055220+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=52, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.123 INFO:tasks.ceph:pgid 1.0 last_scrub_stamp 2026-02-18T06:04:49.051630+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=49, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=8, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:10.123 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2026-02-18T06:40:30.124 DEBUG:teuthology.orchestra.run.trial171:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-02-18T06:40:30.309 INFO:teuthology.orchestra.run.trial171.stdout: 2026-02-18T06:40:30.309 INFO:teuthology.orchestra.run.trial171.stderr:dumped all 2026-02-18T06:40:30.318 INFO:teuthology.orchestra.run.trial171.stdout:{"pg_ready":true,"pg_map":{"version":1097,"stamp":"2026-02-18T06:40:30.217130+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":1708868930,"num_objects":524,"num_object_clones":0,"num_object_copies":1555,"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":524,"num_whiteouts":0,"num_read":10768,"num_read_kb":1827828,"num_write":1928,"num_write_kb":1184261,"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":528,"num_omap_keys":36,"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":1320,"ondisk_log_size":1320,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":1197360,"kb_used_data":1116480,"kb_used_omap":68,"kb_used_meta":80763,"kb_avail":281918160,"statfs":{"total":289910292480,"available":288684195840,"internally_reserved":0,"allocated":1143275520,"data_stored":2563895474,"data_compressed":703134656,"data_compressed_allocated":793751552,"data_compressed_original":2214912000,"omap_allocated":70286,"internal_metadata":82701682},"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.001229"},"pg_stats":[{"pgid":"2.7","version":"29'109","reported_seq":201,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:13.737105+0000","last_change":"2026-02-18T06:40:13.737105+0000","last_active":"2026-02-18T06:40:13.737105+0000","last_peered":"2026-02-18T06:40:13.737105+0000","last_clean":"2026-02-18T06:40:13.737105+0000","last_became_active":"2026-02-18T06:04:53.064863+0000","last_became_peered":"2026-02-18T06:04:53.064863+0000","last_unstale":"2026-02-18T06:40:13.737105+0000","last_undegraded":"2026-02-18T06:40:13.737105+0000","last_fullsized":"2026-02-18T06:40:13.737105+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"29'109","last_scrub_stamp":"2026-02-18T06:40:13.737046+0000","last_deep_scrub":"29'109","last_deep_scrub_stamp":"2026-02-18T06:40:13.737046+0000","last_clean_scrub_stamp":"2026-02-18T06:40:13.737046+0000","objects_scrubbed":2,"log_size":109,"log_dups_size":0,"ondisk_log_size":109,"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 @ 2026-02-19T12:19:03.892444+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00085326300000000005,"stat_sum":{"num_bytes":114,"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":642,"num_read_kb":517,"num_write":207,"num_write_kb":203,"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":[]},{"pgid":"2.6","version":"29'2","reported_seq":83,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:14.747516+0000","last_change":"2026-02-18T06:40:14.747516+0000","last_active":"2026-02-18T06:40:14.747516+0000","last_peered":"2026-02-18T06:40:14.747516+0000","last_clean":"2026-02-18T06:40:14.747516+0000","last_became_active":"2026-02-18T06:04:53.064762+0000","last_became_peered":"2026-02-18T06:04:53.064762+0000","last_unstale":"2026-02-18T06:40:14.747516+0000","last_undegraded":"2026-02-18T06:40:14.747516+0000","last_fullsized":"2026-02-18T06:40:14.747516+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"29'2","last_scrub_stamp":"2026-02-18T06:40:14.747473+0000","last_deep_scrub":"29'2","last_deep_scrub_stamp":"2026-02-18T06:40:14.747473+0000","last_clean_scrub_stamp":"2026-02-18T06:40:14.747473+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 @ 2026-02-19T11:29:37.039809+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0.000654395,"stat_sum":{"num_bytes":162,"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":20,"num_read_kb":10,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"29'111","reported_seq":186,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:12.775846+0000","last_change":"2026-02-18T06:40:12.775811+0000","last_active":"2026-02-18T06:40:12.775846+0000","last_peered":"2026-02-18T06:40:12.775846+0000","last_clean":"2026-02-18T06:40:12.775846+0000","last_became_active":"2026-02-18T06:04:53.064798+0000","last_became_peered":"2026-02-18T06:04:53.064798+0000","last_unstale":"2026-02-18T06:40:12.775846+0000","last_undegraded":"2026-02-18T06:40:12.775846+0000","last_fullsized":"2026-02-18T06:40:12.775846+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"29'111","last_scrub_stamp":"2026-02-18T06:40:12.775755+0000","last_deep_scrub":"29'111","last_deep_scrub_stamp":"2026-02-18T06:40:12.775755+0000","last_clean_scrub_stamp":"2026-02-18T06:40:12.775755+0000","objects_scrubbed":1,"log_size":111,"log_dups_size":0,"ondisk_log_size":111,"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 @ 2026-02-19T07:55:49.856056+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00047279700000000001,"stat_sum":{"num_bytes":98,"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":637,"num_read_kb":528,"num_write":214,"num_write_kb":210,"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":[]},{"pgid":"2.4","version":"29'6","reported_seq":92,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:11.735436+0000","last_change":"2026-02-18T06:40:11.735407+0000","last_active":"2026-02-18T06:40:11.735436+0000","last_peered":"2026-02-18T06:40:11.735436+0000","last_clean":"2026-02-18T06:40:11.735436+0000","last_became_active":"2026-02-18T06:04:53.064760+0000","last_became_peered":"2026-02-18T06:04:53.064760+0000","last_unstale":"2026-02-18T06:40:11.735436+0000","last_undegraded":"2026-02-18T06:40:11.735436+0000","last_fullsized":"2026-02-18T06:40:11.735436+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"29'6","last_scrub_stamp":"2026-02-18T06:40:11.735365+0000","last_deep_scrub":"29'6","last_deep_scrub_stamp":"2026-02-18T06:40:11.735365+0000","last_clean_scrub_stamp":"2026-02-18T06:40:11.735365+0000","objects_scrubbed":2,"log_size":6,"log_dups_size":0,"ondisk_log_size":6,"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 @ 2026-02-19T08:45:32.938306+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0.00047099400000000002,"stat_sum":{"num_bytes":98,"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":23,"num_read_kb":17,"num_write":4,"num_write_kb":4,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":90,"num_omap_keys":6,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"26'128","reported_seq":1551,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:10.438589+0000","last_change":"2026-02-18T06:40:10.438589+0000","last_active":"2026-02-18T06:40:10.438589+0000","last_peered":"2026-02-18T06:40:10.438589+0000","last_clean":"2026-02-18T06:40:10.438589+0000","last_became_active":"2026-02-18T06:05:06.618143+0000","last_became_peered":"2026-02-18T06:05:06.618143+0000","last_unstale":"2026-02-18T06:40:10.438589+0000","last_undegraded":"2026-02-18T06:40:10.438589+0000","last_fullsized":"2026-02-18T06:40:10.438589+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"26'128","last_scrub_stamp":"2026-02-18T06:40:10.438527+0000","last_deep_scrub":"26'128","last_deep_scrub_stamp":"2026-02-18T06:40:10.438527+0000","last_clean_scrub_stamp":"2026-02-18T06:40:10.438527+0000","objects_scrubbed":115,"log_size":128,"log_dups_size":0,"ondisk_log_size":128,"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 @ 2026-02-19T14:25:09.719781+0000","scrub_duration":217,"objects_trimmed":0,"snaptrim_duration":0.00048664299999999998,"stat_sum":{"num_bytes":361709568,"num_objects":115,"num_object_clones":0,"num_object_copies":345,"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":115,"num_whiteouts":0,"num_read":1354,"num_read_kb":392369,"num_write":150,"num_write_kb":237856,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"29'327","reported_seq":521,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:11.252545+0000","last_change":"2026-02-18T06:40:11.252513+0000","last_active":"2026-02-18T06:40:11.252545+0000","last_peered":"2026-02-18T06:40:11.252545+0000","last_clean":"2026-02-18T06:40:11.252545+0000","last_became_active":"2026-02-18T06:04:53.064717+0000","last_became_peered":"2026-02-18T06:04:53.064717+0000","last_unstale":"2026-02-18T06:40:11.252545+0000","last_undegraded":"2026-02-18T06:40:11.252545+0000","last_fullsized":"2026-02-18T06:40:11.252545+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"29'327","last_scrub_stamp":"2026-02-18T06:40:11.252475+0000","last_deep_scrub":"29'327","last_deep_scrub_stamp":"2026-02-18T06:40:11.252475+0000","last_clean_scrub_stamp":"2026-02-18T06:40:11.252475+0000","objects_scrubbed":3,"log_size":327,"log_dups_size":0,"ondisk_log_size":327,"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 @ 2026-02-19T07:18:50.555688+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00039451200000000002,"stat_sum":{"num_bytes":181,"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":2106,"num_read_kb":1765,"num_write":622,"num_write_kb":612,"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":146,"num_omap_keys":10,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"26'126","reported_seq":1738,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:16.994075+0000","last_change":"2026-02-18T06:40:16.994075+0000","last_active":"2026-02-18T06:40:16.994075+0000","last_peered":"2026-02-18T06:40:16.994075+0000","last_clean":"2026-02-18T06:40:16.994075+0000","last_became_active":"2026-02-18T06:05:06.618012+0000","last_became_peered":"2026-02-18T06:05:06.618012+0000","last_unstale":"2026-02-18T06:40:16.994075+0000","last_undegraded":"2026-02-18T06:40:16.994075+0000","last_fullsized":"2026-02-18T06:40:16.994075+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"26'126","last_scrub_stamp":"2026-02-18T06:40:16.994016+0000","last_deep_scrub":"26'126","last_deep_scrub_stamp":"2026-02-18T06:40:16.994016+0000","last_clean_scrub_stamp":"2026-02-18T06:40:16.994016+0000","objects_scrubbed":114,"log_size":126,"log_dups_size":0,"ondisk_log_size":126,"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 @ 2026-02-19T12:06:28.406959+0000","scrub_duration":260,"objects_trimmed":0,"snaptrim_duration":0.00045433300000000002,"stat_sum":{"num_bytes":419708928,"num_objects":114,"num_object_clones":0,"num_object_copies":342,"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":114,"num_whiteouts":0,"num_read":1542,"num_read_kb":454176,"num_write":175,"num_write_kb":297872,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"29'14","reported_seq":157,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:11.325353+0000","last_change":"2026-02-18T06:40:11.325326+0000","last_active":"2026-02-18T06:40:11.325353+0000","last_peered":"2026-02-18T06:40:11.325353+0000","last_clean":"2026-02-18T06:40:11.325353+0000","last_became_active":"2026-02-18T06:04:53.064335+0000","last_became_peered":"2026-02-18T06:04:53.064335+0000","last_unstale":"2026-02-18T06:40:11.325353+0000","last_undegraded":"2026-02-18T06:40:11.325353+0000","last_fullsized":"2026-02-18T06:40:11.325353+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"29'14","last_scrub_stamp":"2026-02-18T06:40:11.325294+0000","last_deep_scrub":"29'14","last_deep_scrub_stamp":"2026-02-18T06:40:11.325294+0000","last_clean_scrub_stamp":"2026-02-18T06:40:11.325294+0000","objects_scrubbed":2,"log_size":14,"log_dups_size":0,"ondisk_log_size":14,"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 @ 2026-02-19T10:51:06.750097+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0.00030250200000000001,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":173,"num_read_kb":141,"num_write":9,"num_write_kb":5,"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":146,"num_omap_keys":10,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"26'165","reported_seq":2086,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:12.538601+0000","last_change":"2026-02-18T06:40:12.538601+0000","last_active":"2026-02-18T06:40:12.538601+0000","last_peered":"2026-02-18T06:40:12.538601+0000","last_clean":"2026-02-18T06:40:12.538601+0000","last_became_active":"2026-02-18T06:05:06.618034+0000","last_became_peered":"2026-02-18T06:05:06.618034+0000","last_unstale":"2026-02-18T06:40:12.538601+0000","last_undegraded":"2026-02-18T06:40:12.538601+0000","last_fullsized":"2026-02-18T06:40:12.538601+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"26'165","last_scrub_stamp":"2026-02-18T06:40:12.538553+0000","last_deep_scrub":"26'165","last_deep_scrub_stamp":"2026-02-18T06:40:12.538553+0000","last_clean_scrub_stamp":"2026-02-18T06:40:12.538553+0000","objects_scrubbed":150,"log_size":165,"log_dups_size":0,"ondisk_log_size":165,"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 @ 2026-02-19T07:08:38.194098+0000","scrub_duration":304,"objects_trimmed":0,"snaptrim_duration":0.00078872399999999998,"stat_sum":{"num_bytes":511033344,"num_objects":150,"num_object_clones":0,"num_object_copies":450,"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":150,"num_whiteouts":0,"num_read":1849,"num_read_kb":539446,"num_write":186,"num_write_kb":346080,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"29'2","reported_seq":91,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:10.283533+0000","last_change":"2026-02-18T06:40:10.283533+0000","last_active":"2026-02-18T06:40:10.283533+0000","last_peered":"2026-02-18T06:40:10.283533+0000","last_clean":"2026-02-18T06:40:10.283533+0000","last_became_active":"2026-02-18T06:04:53.064336+0000","last_became_peered":"2026-02-18T06:04:53.064336+0000","last_unstale":"2026-02-18T06:40:10.283533+0000","last_undegraded":"2026-02-18T06:40:10.283533+0000","last_fullsized":"2026-02-18T06:40:10.283533+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"29'2","last_scrub_stamp":"2026-02-18T06:40:10.283505+0000","last_deep_scrub":"29'2","last_deep_scrub_stamp":"2026-02-18T06:40:10.283505+0000","last_clean_scrub_stamp":"2026-02-18T06:40:10.283505+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 @ 2026-02-19T16:56:50.250807+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0.00031314100000000002,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":26,"num_read_kb":8,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"26'141","reported_seq":1911,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:16.013024+0000","last_change":"2026-02-18T06:40:16.013024+0000","last_active":"2026-02-18T06:40:16.013024+0000","last_peered":"2026-02-18T06:40:16.013024+0000","last_clean":"2026-02-18T06:40:16.013024+0000","last_became_active":"2026-02-18T06:05:06.618031+0000","last_became_peered":"2026-02-18T06:05:06.618031+0000","last_unstale":"2026-02-18T06:40:16.013024+0000","last_undegraded":"2026-02-18T06:40:16.013024+0000","last_fullsized":"2026-02-18T06:40:16.013024+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"26'141","last_scrub_stamp":"2026-02-18T06:40:16.012971+0000","last_deep_scrub":"26'141","last_deep_scrub_stamp":"2026-02-18T06:40:16.012971+0000","last_clean_scrub_stamp":"2026-02-18T06:40:16.012971+0000","objects_scrubbed":128,"log_size":141,"log_dups_size":0,"ondisk_log_size":141,"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 @ 2026-02-19T09:20:18.150291+0000","scrub_duration":262,"objects_trimmed":0,"snaptrim_duration":0.001525291,"stat_sum":{"num_bytes":415825939,"num_objects":128,"num_object_clones":0,"num_object_copies":384,"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":128,"num_whiteouts":0,"num_read":1700,"num_read_kb":438226,"num_write":160,"num_write_kb":299698,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"29'115","reported_seq":371,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:10.780250+0000","last_change":"2026-02-18T06:40:10.780212+0000","last_active":"2026-02-18T06:40:10.780250+0000","last_peered":"2026-02-18T06:40:10.780250+0000","last_clean":"2026-02-18T06:40:10.780250+0000","last_became_active":"2026-02-18T06:04:53.063663+0000","last_became_peered":"2026-02-18T06:04:53.063663+0000","last_unstale":"2026-02-18T06:40:10.780250+0000","last_undegraded":"2026-02-18T06:40:10.780250+0000","last_fullsized":"2026-02-18T06:40:10.780250+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"29'115","last_scrub_stamp":"2026-02-18T06:40:10.780169+0000","last_deep_scrub":"29'115","last_deep_scrub_stamp":"2026-02-18T06:40:10.780169+0000","last_clean_scrub_stamp":"2026-02-18T06:40:10.780169+0000","objects_scrubbed":3,"log_size":115,"log_dups_size":0,"ondisk_log_size":115,"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 @ 2026-02-19T11:45:08.438142+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00071433599999999999,"stat_sum":{"num_bytes":98,"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":630,"num_read_kb":570,"num_write":98,"num_write_kb":91,"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":146,"num_omap_keys":10,"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":"1.0","version":"29'74","reported_seq":165,"reported_epoch":29,"state":"active+clean","last_fresh":"2026-02-18T06:40:09.805358+0000","last_change":"2026-02-18T06:40:09.805358+0000","last_active":"2026-02-18T06:40:09.805358+0000","last_peered":"2026-02-18T06:40:09.805358+0000","last_clean":"2026-02-18T06:40:09.805358+0000","last_became_active":"2026-02-18T06:04:50.054911+0000","last_became_peered":"2026-02-18T06:04:50.054911+0000","last_unstale":"2026-02-18T06:40:09.805358+0000","last_undegraded":"2026-02-18T06:40:09.805358+0000","last_fullsized":"2026-02-18T06:40:09.805358+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"29'74","last_scrub_stamp":"2026-02-18T06:40:09.805313+0000","last_deep_scrub":"29'74","last_deep_scrub_stamp":"2026-02-18T06:40:09.805313+0000","last_clean_scrub_stamp":"2026-02-18T06:40:09.805313+0000","objects_scrubbed":2,"log_size":74,"log_dups_size":0,"ondisk_log_size":74,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T13:54:54.185729+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":1708277779,"num_objects":507,"num_object_clones":0,"num_object_copies":1521,"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":507,"num_whiteouts":0,"num_read":6445,"num_read_kb":1824217,"num_write":671,"num_write_kb":1181506,"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":1142341632,"data_stored":2562428928,"data_compressed":703115078,"data_compressed_allocated":793677824,"data_compressed_original":2213765120,"omap_allocated":0,"internal_metadata":0},"log_size":560,"ondisk_log_size":560,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":783,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"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":15,"num_whiteouts":0,"num_read":4257,"num_read_kb":3556,"num_write":1156,"num_write_kb":1127,"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":528,"num_omap_keys":36,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":81920,"data_stored":1566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":23282,"internal_metadata":0},"log_size":686,"ondisk_log_size":686,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19578,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":74,"ondisk_log_size":74,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738798,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":340772,"kb_used_data":313812,"kb_used_omap":23,"kb_used_meta":26920,"kb_avail":94031068,"statfs":{"total":96636764160,"available":96287813632,"internally_reserved":0,"allocated":321343488,"data_stored":854237854,"data_compressed":239484681,"data_compressed_allocated":271994880,"data_compressed_original":805052416,"omap_allocated":24400,"internal_metadata":27566256},"hb_peers":[0,1],"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":8,"seq":34359738798,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":430628,"kb_used_data":403668,"kb_used_omap":28,"kb_used_meta":26915,"kb_avail":93941212,"statfs":{"total":96636764160,"available":96195801088,"internally_reserved":0,"allocated":413356032,"data_stored":854828875,"data_compressed":229158262,"data_compressed_allocated":257986560,"data_compressed_original":699654144,"omap_allocated":28684,"internal_metadata":27561972},"hb_peers":[0,2],"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":8,"seq":34359738798,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":425960,"kb_used_data":399000,"kb_used_omap":16,"kb_used_meta":26927,"kb_avail":93945880,"statfs":{"total":96636764160,"available":96200581120,"internally_reserved":0,"allocated":408576000,"data_stored":854828745,"data_compressed":234491713,"data_compressed_allocated":263770112,"data_compressed_original":710205440,"omap_allocated":17202,"internal_metadata":27573454},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9789,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":653,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1100,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":40960,"data_stored":783,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11280,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10902,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":408244224,"data_stored":854142976,"data_compressed":234481924,"data_compressed_allocated":263733248,"data_compressed_original":709632000,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":413011968,"data_stored":854142976,"data_compressed":229148473,"data_compressed_allocated":257949696,"data_compressed_original":699080704,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":321085440,"data_stored":854142976,"data_compressed":239484681,"data_compressed_allocated":271994880,"data_compressed_original":805052416,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-18T06:40:30.321 DEBUG:teuthology.orchestra.run.trial171:> sudo ceph --cluster cluster2 config set global mon_health_to_clog false 2026-02-18T06:40:30.514 INFO:teuthology.misc:Shutting down mds daemons... 2026-02-18T06:40:30.514 INFO:teuthology.misc:Shutting down osd daemons... 2026-02-18T06:40:30.514 DEBUG:tasks.ceph.cluster2.osd.0:waiting for process to exit 2026-02-18T06:40:30.515 INFO:teuthology.orchestra.run:waiting for 300 2026-02-18T06:40:30.558 INFO:tasks.ceph.cluster2.osd.0:Stopped 2026-02-18T06:40:30.558 DEBUG:tasks.ceph.cluster2.osd.1:waiting for process to exit 2026-02-18T06:40:30.559 INFO:teuthology.orchestra.run:waiting for 300 2026-02-18T06:40:30.595 INFO:tasks.ceph.cluster2.osd.1:Stopped 2026-02-18T06:40:30.595 DEBUG:tasks.ceph.cluster2.osd.2:waiting for process to exit 2026-02-18T06:40:30.595 INFO:teuthology.orchestra.run:waiting for 300 2026-02-18T06:40:30.677 INFO:tasks.ceph.cluster2.osd.2:Stopped 2026-02-18T06:40:30.677 INFO:teuthology.misc:Shutting down mgr daemons... 2026-02-18T06:40:30.677 DEBUG:tasks.ceph.cluster2.mgr.x:waiting for process to exit 2026-02-18T06:40:30.677 INFO:teuthology.orchestra.run:waiting for 300 2026-02-18T06:40:30.710 INFO:tasks.ceph.cluster2.mgr.x:Stopped 2026-02-18T06:40:30.710 INFO:teuthology.misc:Shutting down mon daemons... 2026-02-18T06:40:30.710 DEBUG:tasks.ceph.cluster2.mon.a:waiting for process to exit 2026-02-18T06:40:30.711 INFO:teuthology.orchestra.run:waiting for 300 2026-02-18T06:40:30.761 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster2.mon.a is failed for ~0s 2026-02-18T06:40:30.761 INFO:tasks.ceph.cluster2.mon.a:Stopped 2026-02-18T06:40:30.761 INFO:tasks.ceph:Checking cluster log for badness... 2026-02-18T06:40:30.762 DEBUG:teuthology.orchestra.run.trial171:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/cluster2.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2026-02-18T06:40:30.831 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-0 on ubuntu@trial171.front.sepia.ceph.com 2026-02-18T06:40:30.831 DEBUG:teuthology.orchestra.run.trial171:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-0 2026-02-18T06:40:30.898 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-1 on ubuntu@trial171.front.sepia.ceph.com 2026-02-18T06:40:30.899 DEBUG:teuthology.orchestra.run.trial171:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-1 2026-02-18T06:40:30.975 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster2-2 on ubuntu@trial171.front.sepia.ceph.com 2026-02-18T06:40:30.975 DEBUG:teuthology.orchestra.run.trial171:> sync && sudo umount -f /var/lib/ceph/osd/cluster2-2 2026-02-18T06:40:31.042 INFO:tasks.ceph:Archiving mon data... 2026-02-18T06:40:31.044 DEBUG:teuthology.misc:Transferring archived files from trial171:/var/lib/ceph/mon/cluster2-a to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867/data/cluster2.mon.a.tgz 2026-02-18T06:40:31.044 DEBUG:teuthology.orchestra.run.trial171:> mktemp 2026-02-18T06:40:31.097 INFO:teuthology.orchestra.run.trial171.stdout:/tmp/tmp.KvZhOM6zfy 2026-02-18T06:40:31.097 DEBUG:teuthology.orchestra.run.trial171:> sudo tar cz -f - -C /var/lib/ceph/mon/cluster2-a -- . > /tmp/tmp.KvZhOM6zfy 2026-02-18T06:40:31.190 DEBUG:teuthology.orchestra.run.trial171:> sudo chmod 0666 /tmp/tmp.KvZhOM6zfy 2026-02-18T06:40:31.270 DEBUG:teuthology.orchestra.remote:trial171:/tmp/tmp.KvZhOM6zfy is 211KB 2026-02-18T06:40:31.362 DEBUG:teuthology.orchestra.run.trial171:> rm -fr /tmp/tmp.KvZhOM6zfy 2026-02-18T06:40:31.379 INFO:tasks.ceph:Cleaning ceph cluster... 2026-02-18T06:40:31.380 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -rf -- /etc/ceph/cluster2.conf /etc/ceph/cluster2.keyring /home/ubuntu/cephtest/cluster2.data /home/ubuntu/cephtest/cluster2.monmap /home/ubuntu/cephtest/../*.pid 2026-02-18T06:40:31.383 DEBUG:teuthology.orchestra.run.trial171:> sudo rm -rf -- /etc/ceph/cluster2.conf /etc/ceph/cluster2.keyring /home/ubuntu/cephtest/cluster2.data /home/ubuntu/cephtest/cluster2.monmap /home/ubuntu/cephtest/../*.pid 2026-02-18T06:40:31.443 DEBUG:teuthology.run_tasks:Unwinding manager ceph 2026-02-18T06:40:31.459 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2026-02-18T06:40:31.460 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-02-18T06:40:31.647 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:31.647 INFO:teuthology.orchestra.run.trial122.stderr:dumped all 2026-02-18T06:40:31.655 INFO:teuthology.orchestra.run.trial122.stdout:{"pg_ready":true,"pg_map":{"version":1106,"stamp":"2026-02-18T06:40:29.807693+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20551775170,"num_objects":5098,"num_object_clones":297,"num_object_copies":15277,"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":5098,"num_whiteouts":0,"num_read":480645,"num_read_kb":13868280,"num_write":693057,"num_write_kb":87207254,"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":46300,"ondisk_log_size":46300,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":7519060,"kb_used_data":3420452,"kb_used_omap":167,"kb_used_meta":4098392,"kb_avail":275596460,"statfs":{"total":289910292480,"available":282210775040,"internally_reserved":0,"allocated":3502542848,"data_stored":31078092948,"data_compressed":1175225755,"data_compressed_allocated":2832306176,"data_compressed_original":30361219072,"omap_allocated":171418,"internal_metadata":4196754022},"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.000980"},"pg_stats":[{"pgid":"2.7","version":"28'1837","reported_seq":1911,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:39:12.773624+0000","last_change":"2026-02-18T06:04:34.559214+0000","last_active":"2026-02-18T06:39:12.773624+0000","last_peered":"2026-02-18T06:39:12.773624+0000","last_clean":"2026-02-18T06:39:12.773624+0000","last_became_active":"2026-02-18T06:04:32.557212+0000","last_became_peered":"2026-02-18T06:04:32.557212+0000","last_unstale":"2026-02-18T06:39:12.773624+0000","last_undegraded":"2026-02-18T06:39:12.773624+0000","last_fullsized":"2026-02-18T06:39:12.773624+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":1837,"log_dups_size":0,"ondisk_log_size":1837,"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 @ 2026-02-19T12:35:45.409562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054208999999999995,"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":11001,"num_read_kb":9155,"num_write":3665,"num_write_kb":3659,"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":[]},{"pgid":"2.6","version":"28'245","reported_seq":2362,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.522016+0000","last_change":"2026-02-18T06:04:34.559306+0000","last_active":"2026-02-18T06:40:05.522016+0000","last_peered":"2026-02-18T06:40:05.522016+0000","last_clean":"2026-02-18T06:40:05.522016+0000","last_became_active":"2026-02-18T06:04:32.557058+0000","last_became_peered":"2026-02-18T06:04:32.557058+0000","last_unstale":"2026-02-18T06:40:05.522016+0000","last_undegraded":"2026-02-18T06:40:05.522016+0000","last_fullsized":"2026-02-18T06:40:05.522016+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":245,"log_dups_size":0,"ondisk_log_size":245,"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 @ 2026-02-19T12:33:23.766033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059416700000000005,"stat_sum":{"num_bytes":98,"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":1133,"num_read_kb":937,"num_write":329,"num_write_kb":322,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"28'897","reported_seq":962,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.520849+0000","last_change":"2026-02-18T06:04:34.559083+0000","last_active":"2026-02-18T06:40:05.520849+0000","last_peered":"2026-02-18T06:40:05.520849+0000","last_clean":"2026-02-18T06:40:05.520849+0000","last_became_active":"2026-02-18T06:04:32.556972+0000","last_became_peered":"2026-02-18T06:04:32.556972+0000","last_unstale":"2026-02-18T06:40:05.520849+0000","last_undegraded":"2026-02-18T06:40:05.520849+0000","last_fullsized":"2026-02-18T06:40:05.520849+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":897,"log_dups_size":0,"ondisk_log_size":897,"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 @ 2026-02-19T07:26:21.381821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043932800000000001,"stat_sum":{"num_bytes":836,"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":5044,"num_read_kb":4149,"num_write":1785,"num_write_kb":1779,"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":[]},{"pgid":"2.4","version":"28'2675","reported_seq":2751,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:39:57.783122+0000","last_change":"2026-02-18T06:04:34.559077+0000","last_active":"2026-02-18T06:39:57.783122+0000","last_peered":"2026-02-18T06:39:57.783122+0000","last_clean":"2026-02-18T06:39:57.783122+0000","last_became_active":"2026-02-18T06:04:32.556777+0000","last_became_peered":"2026-02-18T06:04:32.556777+0000","last_unstale":"2026-02-18T06:39:57.783122+0000","last_undegraded":"2026-02-18T06:39:57.783122+0000","last_fullsized":"2026-02-18T06:39:57.783122+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":2675,"log_dups_size":0,"ondisk_log_size":2675,"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 @ 2026-02-19T08:40:53.499569+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040756000000000001,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":16014,"num_read_kb":13344,"num_write":5339,"num_write_kb":5333,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"28'93752","reported_seq":144454,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.500822+0000","last_change":"2026-02-18T06:05:03.135763+0000","last_active":"2026-02-18T06:40:05.500822+0000","last_peered":"2026-02-18T06:40:05.500822+0000","last_clean":"2026-02-18T06:40:05.500822+0000","last_became_active":"2026-02-18T06:05:00.132076+0000","last_became_peered":"2026-02-18T06:05:00.132076+0000","last_unstale":"2026-02-18T06:40:05.500822+0000","last_undegraded":"2026-02-18T06:40:05.500822+0000","last_fullsized":"2026-02-18T06:40:05.500822+0000","mapping_epoch":19,"log_start":"28'83681","ondisk_log_start":"28'83681","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10071,"log_dups_size":0,"ondisk_log_size":10071,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:51:18.096788+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00049542300000000004,"stat_sum":{"num_bytes":5105517056,"num_objects":1271,"num_object_clones":75,"num_object_copies":3813,"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":1271,"num_whiteouts":0,"num_read":50846,"num_read_kb":2986627,"num_write":93678,"num_write_kb":18493334,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"15'2","reported_seq":92,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:37:52.918151+0000","last_change":"2026-02-18T06:04:34.557899+0000","last_active":"2026-02-18T06:37:52.918151+0000","last_peered":"2026-02-18T06:37:52.918151+0000","last_clean":"2026-02-18T06:37:52.918151+0000","last_became_active":"2026-02-18T06:04:32.556225+0000","last_became_peered":"2026-02-18T06:04:32.556225+0000","last_unstale":"2026-02-18T06:37:52.918151+0000","last_undegraded":"2026-02-18T06:37:52.918151+0000","last_fullsized":"2026-02-18T06:37:52.918151+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:05:20.172325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00079319799999999995,"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":28,"num_read_kb":28,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"28'115682","reported_seq":228334,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.446659+0000","last_change":"2026-02-18T06:05:03.132737+0000","last_active":"2026-02-18T06:40:05.446659+0000","last_peered":"2026-02-18T06:40:05.446659+0000","last_clean":"2026-02-18T06:40:05.446659+0000","last_became_active":"2026-02-18T06:05:00.132012+0000","last_became_peered":"2026-02-18T06:05:00.132012+0000","last_unstale":"2026-02-18T06:40:05.446659+0000","last_undegraded":"2026-02-18T06:40:05.446659+0000","last_fullsized":"2026-02-18T06:40:05.446659+0000","mapping_epoch":19,"log_start":"28'105597","ondisk_log_start":"28'105597","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10085,"log_dups_size":0,"ondisk_log_size":10085,"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 @ 2026-02-19T16:32:48.875898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056267899999999996,"stat_sum":{"num_bytes":5155937280,"num_objects":1265,"num_object_clones":63,"num_object_copies":3795,"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":1265,"num_whiteouts":0,"num_read":112780,"num_read_kb":3024668,"num_write":115623,"num_write_kb":21723838,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"28'53","reported_seq":569,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.529909+0000","last_change":"2026-02-18T06:04:34.794874+0000","last_active":"2026-02-18T06:40:05.529909+0000","last_peered":"2026-02-18T06:40:05.529909+0000","last_clean":"2026-02-18T06:40:05.529909+0000","last_became_active":"2026-02-18T06:04:32.556525+0000","last_became_peered":"2026-02-18T06:04:32.556525+0000","last_unstale":"2026-02-18T06:40:05.529909+0000","last_undegraded":"2026-02-18T06:40:05.529909+0000","last_fullsized":"2026-02-18T06:40:05.529909+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":53,"log_dups_size":0,"ondisk_log_size":53,"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 @ 2026-02-19T09:01:46.698104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000312131,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":154,"num_read_kb":100,"num_write":49,"num_write_kb":43,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"28'167123","reported_seq":262759,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.505117+0000","last_change":"2026-02-18T06:05:03.135759+0000","last_active":"2026-02-18T06:40:05.505117+0000","last_peered":"2026-02-18T06:40:05.505117+0000","last_clean":"2026-02-18T06:40:05.505117+0000","last_became_active":"2026-02-18T06:05:00.131962+0000","last_became_peered":"2026-02-18T06:05:00.131962+0000","last_unstale":"2026-02-18T06:40:05.505117+0000","last_undegraded":"2026-02-18T06:40:05.505117+0000","last_fullsized":"2026-02-18T06:40:05.505117+0000","mapping_epoch":19,"log_start":"28'157060","ondisk_log_start":"28'157060","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10063,"log_dups_size":0,"ondisk_log_size":10063,"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 @ 2026-02-19T14:33:08.700558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000527853,"stat_sum":{"num_bytes":5090814976,"num_objects":1257,"num_object_clones":78,"num_object_copies":3771,"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":1257,"num_whiteouts":0,"num_read":95807,"num_read_kb":3605152,"num_write":167044,"num_write_kb":21424283,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"26'1","reported_seq":70,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:36:42.571265+0000","last_change":"2026-02-18T06:04:34.794868+0000","last_active":"2026-02-18T06:36:42.571265+0000","last_peered":"2026-02-18T06:36:42.571265+0000","last_clean":"2026-02-18T06:36:42.571265+0000","last_became_active":"2026-02-18T06:04:32.556485+0000","last_became_peered":"2026-02-18T06:04:32.556485+0000","last_unstale":"2026-02-18T06:36:42.571265+0000","last_undegraded":"2026-02-18T06:36:42.571265+0000","last_fullsized":"2026-02-18T06:36:42.571265+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:41:12.153592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029535999999999999,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"28'305157","reported_seq":491743,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.504767+0000","last_change":"2026-02-18T06:05:03.132641+0000","last_active":"2026-02-18T06:40:05.504767+0000","last_peered":"2026-02-18T06:40:05.504767+0000","last_clean":"2026-02-18T06:40:05.504767+0000","last_became_active":"2026-02-18T06:05:00.132043+0000","last_became_peered":"2026-02-18T06:05:00.132043+0000","last_unstale":"2026-02-18T06:40:05.504767+0000","last_undegraded":"2026-02-18T06:40:05.504767+0000","last_fullsized":"2026-02-18T06:40:05.504767+0000","mapping_epoch":19,"log_start":"28'295130","ondisk_log_start":"28'295130","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10027,"log_dups_size":0,"ondisk_log_size":10027,"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 @ 2026-02-19T11:26:35.178265+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054593700000000003,"stat_sum":{"num_bytes":5198913043,"num_objects":1288,"num_object_clones":81,"num_object_copies":3864,"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":1288,"num_whiteouts":0,"num_read":186756,"num_read_kb":4223254,"num_write":305075,"num_write_kb":25552672,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"28'272","reported_seq":1588,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.526004+0000","last_change":"2026-02-18T06:04:34.558992+0000","last_active":"2026-02-18T06:40:05.526004+0000","last_peered":"2026-02-18T06:40:05.526004+0000","last_clean":"2026-02-18T06:40:05.526004+0000","last_became_active":"2026-02-18T06:04:32.556102+0000","last_became_peered":"2026-02-18T06:04:32.556102+0000","last_unstale":"2026-02-18T06:40:05.526004+0000","last_undegraded":"2026-02-18T06:40:05.526004+0000","last_fullsized":"2026-02-18T06:40:05.526004+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":272,"log_dups_size":0,"ondisk_log_size":272,"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 @ 2026-02-19T10:32:03.483953+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00033134700000000001,"stat_sum":{"num_bytes":98,"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":1005,"num_read_kb":808,"num_write":366,"num_write_kb":360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'72","reported_seq":153,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:36:42.605944+0000","last_change":"2026-02-18T06:04:29.549686+0000","last_active":"2026-02-18T06:36:42.605944+0000","last_peered":"2026-02-18T06:36:42.605944+0000","last_clean":"2026-02-18T06:36:42.605944+0000","last_became_active":"2026-02-18T06:04:29.549223+0000","last_became_peered":"2026-02-18T06:04:29.549223+0000","last_unstale":"2026-02-18T06:36:42.605944+0000","last_undegraded":"2026-02-18T06:36:42.605944+0000","last_fullsized":"2026-02-18T06:36:42.605944+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_clean_scrub_stamp":"2026-02-18T06:04:28.546155+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:56:11.797655+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":20551182355,"num_objects":5081,"num_object_clones":297,"num_object_copies":15243,"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":5081,"num_whiteouts":0,"num_read":446189,"num_read_kb":13839701,"num_write":681420,"num_write_kb":87194127,"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":3501633536,"data_stored":31076634624,"data_compressed":1175206093,"data_compressed_allocated":2832232448,"data_compressed_original":30360072192,"omap_allocated":0,"internal_metadata":0},"log_size":40246,"ondisk_log_size":40246,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2447,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"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":15,"num_whiteouts":0,"num_read":34390,"num_read_kb":28524,"num_write":11536,"num_write_kb":11499,"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":81920,"data_stored":4894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":25065,"internal_metadata":0},"log_size":5982,"ondisk_log_size":5982,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19662,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738802,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2182836,"kb_used_data":1057316,"kb_used_omap":55,"kb_used_meta":1125448,"kb_avail":92189004,"statfs":{"total":96636764160,"available":94401540096,"internally_reserved":0,"allocated":1082691584,"data_stored":10358969236,"data_compressed":415723175,"data_compressed_allocated":967274496,"data_compressed_original":10235674624,"omap_allocated":56666,"internal_metadata":1152459430},"hb_peers":[0,1],"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":8,"seq":34359738802,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2990852,"kb_used_data":1179508,"kb_used_omap":57,"kb_used_meta":1811270,"kb_avail":91380988,"statfs":{"total":96636764160,"available":93574131712,"internally_reserved":0,"allocated":1207816192,"data_stored":10359561921,"data_compressed":386249332,"data_compressed_allocated":937127936,"data_compressed_original":10073243648,"omap_allocated":59345,"internal_metadata":1854740527},"hb_peers":[0,2],"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":8,"seq":34359738803,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2345372,"kb_used_data":1183628,"kb_used_omap":54,"kb_used_meta":1161673,"kb_avail":92026468,"statfs":{"total":96636764160,"available":94235103232,"internally_reserved":0,"allocated":1212035072,"data_stored":10359561791,"data_compressed":373253248,"data_compressed_allocated":927903744,"data_compressed_original":10052300800,"omap_allocated":55407,"internal_metadata":1189554065},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":2317,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5866,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":40960,"data_stored":2447,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10450,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8749,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1211711488,"data_stored":10358878208,"data_compressed":373243417,"data_compressed_allocated":927866880,"data_compressed_original":10051727360,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":1207480320,"data_stored":10358878208,"data_compressed":386239501,"data_compressed_allocated":937091072,"data_compressed_original":10072670208,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1082441728,"data_stored":10358878208,"data_compressed":415723175,"data_compressed_allocated":967274496,"data_compressed_original":10235674624,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-18T06:40:31.657 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-02-18T06:40:31.837 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:31.838 INFO:teuthology.orchestra.run.trial122.stderr:dumped all 2026-02-18T06:40:31.846 INFO:teuthology.orchestra.run.trial122.stdout:{"pg_ready":true,"pg_map":{"version":1107,"stamp":"2026-02-18T06:40:31.807880+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20551775170,"num_objects":5098,"num_object_clones":297,"num_object_copies":15277,"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":5098,"num_whiteouts":0,"num_read":480645,"num_read_kb":13868280,"num_write":693057,"num_write_kb":87207254,"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":46300,"ondisk_log_size":46300,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":7519060,"kb_used_data":3420452,"kb_used_omap":167,"kb_used_meta":4098392,"kb_avail":275596460,"statfs":{"total":289910292480,"available":282210775040,"internally_reserved":0,"allocated":3502542848,"data_stored":31078092948,"data_compressed":1175225755,"data_compressed_allocated":2832306176,"data_compressed_original":30361219072,"omap_allocated":171418,"internal_metadata":4196754022},"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.001003"},"pg_stats":[{"pgid":"2.7","version":"28'1837","reported_seq":1911,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:39:12.773624+0000","last_change":"2026-02-18T06:04:34.559214+0000","last_active":"2026-02-18T06:39:12.773624+0000","last_peered":"2026-02-18T06:39:12.773624+0000","last_clean":"2026-02-18T06:39:12.773624+0000","last_became_active":"2026-02-18T06:04:32.557212+0000","last_became_peered":"2026-02-18T06:04:32.557212+0000","last_unstale":"2026-02-18T06:39:12.773624+0000","last_undegraded":"2026-02-18T06:39:12.773624+0000","last_fullsized":"2026-02-18T06:39:12.773624+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":1837,"log_dups_size":0,"ondisk_log_size":1837,"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 @ 2026-02-19T12:35:45.409562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054208999999999995,"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":11001,"num_read_kb":9155,"num_write":3665,"num_write_kb":3659,"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":[]},{"pgid":"2.6","version":"28'245","reported_seq":2362,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.522016+0000","last_change":"2026-02-18T06:04:34.559306+0000","last_active":"2026-02-18T06:40:05.522016+0000","last_peered":"2026-02-18T06:40:05.522016+0000","last_clean":"2026-02-18T06:40:05.522016+0000","last_became_active":"2026-02-18T06:04:32.557058+0000","last_became_peered":"2026-02-18T06:04:32.557058+0000","last_unstale":"2026-02-18T06:40:05.522016+0000","last_undegraded":"2026-02-18T06:40:05.522016+0000","last_fullsized":"2026-02-18T06:40:05.522016+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":245,"log_dups_size":0,"ondisk_log_size":245,"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 @ 2026-02-19T12:33:23.766033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059416700000000005,"stat_sum":{"num_bytes":98,"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":1133,"num_read_kb":937,"num_write":329,"num_write_kb":322,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"28'897","reported_seq":962,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.520849+0000","last_change":"2026-02-18T06:04:34.559083+0000","last_active":"2026-02-18T06:40:05.520849+0000","last_peered":"2026-02-18T06:40:05.520849+0000","last_clean":"2026-02-18T06:40:05.520849+0000","last_became_active":"2026-02-18T06:04:32.556972+0000","last_became_peered":"2026-02-18T06:04:32.556972+0000","last_unstale":"2026-02-18T06:40:05.520849+0000","last_undegraded":"2026-02-18T06:40:05.520849+0000","last_fullsized":"2026-02-18T06:40:05.520849+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":897,"log_dups_size":0,"ondisk_log_size":897,"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 @ 2026-02-19T07:26:21.381821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043932800000000001,"stat_sum":{"num_bytes":836,"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":5044,"num_read_kb":4149,"num_write":1785,"num_write_kb":1779,"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":[]},{"pgid":"2.4","version":"28'2675","reported_seq":2751,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:39:57.783122+0000","last_change":"2026-02-18T06:04:34.559077+0000","last_active":"2026-02-18T06:39:57.783122+0000","last_peered":"2026-02-18T06:39:57.783122+0000","last_clean":"2026-02-18T06:39:57.783122+0000","last_became_active":"2026-02-18T06:04:32.556777+0000","last_became_peered":"2026-02-18T06:04:32.556777+0000","last_unstale":"2026-02-18T06:39:57.783122+0000","last_undegraded":"2026-02-18T06:39:57.783122+0000","last_fullsized":"2026-02-18T06:39:57.783122+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":2675,"log_dups_size":0,"ondisk_log_size":2675,"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 @ 2026-02-19T08:40:53.499569+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040756000000000001,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":16014,"num_read_kb":13344,"num_write":5339,"num_write_kb":5333,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"28'93752","reported_seq":144454,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.500822+0000","last_change":"2026-02-18T06:05:03.135763+0000","last_active":"2026-02-18T06:40:05.500822+0000","last_peered":"2026-02-18T06:40:05.500822+0000","last_clean":"2026-02-18T06:40:05.500822+0000","last_became_active":"2026-02-18T06:05:00.132076+0000","last_became_peered":"2026-02-18T06:05:00.132076+0000","last_unstale":"2026-02-18T06:40:05.500822+0000","last_undegraded":"2026-02-18T06:40:05.500822+0000","last_fullsized":"2026-02-18T06:40:05.500822+0000","mapping_epoch":19,"log_start":"28'83681","ondisk_log_start":"28'83681","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10071,"log_dups_size":0,"ondisk_log_size":10071,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:51:18.096788+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00049542300000000004,"stat_sum":{"num_bytes":5105517056,"num_objects":1271,"num_object_clones":75,"num_object_copies":3813,"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":1271,"num_whiteouts":0,"num_read":50846,"num_read_kb":2986627,"num_write":93678,"num_write_kb":18493334,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"15'2","reported_seq":92,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:37:52.918151+0000","last_change":"2026-02-18T06:04:34.557899+0000","last_active":"2026-02-18T06:37:52.918151+0000","last_peered":"2026-02-18T06:37:52.918151+0000","last_clean":"2026-02-18T06:37:52.918151+0000","last_became_active":"2026-02-18T06:04:32.556225+0000","last_became_peered":"2026-02-18T06:04:32.556225+0000","last_unstale":"2026-02-18T06:37:52.918151+0000","last_undegraded":"2026-02-18T06:37:52.918151+0000","last_fullsized":"2026-02-18T06:37:52.918151+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:05:20.172325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00079319799999999995,"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":28,"num_read_kb":28,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"28'115682","reported_seq":228334,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.446659+0000","last_change":"2026-02-18T06:05:03.132737+0000","last_active":"2026-02-18T06:40:05.446659+0000","last_peered":"2026-02-18T06:40:05.446659+0000","last_clean":"2026-02-18T06:40:05.446659+0000","last_became_active":"2026-02-18T06:05:00.132012+0000","last_became_peered":"2026-02-18T06:05:00.132012+0000","last_unstale":"2026-02-18T06:40:05.446659+0000","last_undegraded":"2026-02-18T06:40:05.446659+0000","last_fullsized":"2026-02-18T06:40:05.446659+0000","mapping_epoch":19,"log_start":"28'105597","ondisk_log_start":"28'105597","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10085,"log_dups_size":0,"ondisk_log_size":10085,"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 @ 2026-02-19T16:32:48.875898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056267899999999996,"stat_sum":{"num_bytes":5155937280,"num_objects":1265,"num_object_clones":63,"num_object_copies":3795,"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":1265,"num_whiteouts":0,"num_read":112780,"num_read_kb":3024668,"num_write":115623,"num_write_kb":21723838,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"28'53","reported_seq":569,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.529909+0000","last_change":"2026-02-18T06:04:34.794874+0000","last_active":"2026-02-18T06:40:05.529909+0000","last_peered":"2026-02-18T06:40:05.529909+0000","last_clean":"2026-02-18T06:40:05.529909+0000","last_became_active":"2026-02-18T06:04:32.556525+0000","last_became_peered":"2026-02-18T06:04:32.556525+0000","last_unstale":"2026-02-18T06:40:05.529909+0000","last_undegraded":"2026-02-18T06:40:05.529909+0000","last_fullsized":"2026-02-18T06:40:05.529909+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":53,"log_dups_size":0,"ondisk_log_size":53,"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 @ 2026-02-19T09:01:46.698104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000312131,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":154,"num_read_kb":100,"num_write":49,"num_write_kb":43,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"28'167123","reported_seq":262759,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.505117+0000","last_change":"2026-02-18T06:05:03.135759+0000","last_active":"2026-02-18T06:40:05.505117+0000","last_peered":"2026-02-18T06:40:05.505117+0000","last_clean":"2026-02-18T06:40:05.505117+0000","last_became_active":"2026-02-18T06:05:00.131962+0000","last_became_peered":"2026-02-18T06:05:00.131962+0000","last_unstale":"2026-02-18T06:40:05.505117+0000","last_undegraded":"2026-02-18T06:40:05.505117+0000","last_fullsized":"2026-02-18T06:40:05.505117+0000","mapping_epoch":19,"log_start":"28'157060","ondisk_log_start":"28'157060","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10063,"log_dups_size":0,"ondisk_log_size":10063,"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 @ 2026-02-19T14:33:08.700558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000527853,"stat_sum":{"num_bytes":5090814976,"num_objects":1257,"num_object_clones":78,"num_object_copies":3771,"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":1257,"num_whiteouts":0,"num_read":95807,"num_read_kb":3605152,"num_write":167044,"num_write_kb":21424283,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"26'1","reported_seq":70,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:36:42.571265+0000","last_change":"2026-02-18T06:04:34.794868+0000","last_active":"2026-02-18T06:36:42.571265+0000","last_peered":"2026-02-18T06:36:42.571265+0000","last_clean":"2026-02-18T06:36:42.571265+0000","last_became_active":"2026-02-18T06:04:32.556485+0000","last_became_peered":"2026-02-18T06:04:32.556485+0000","last_unstale":"2026-02-18T06:36:42.571265+0000","last_undegraded":"2026-02-18T06:36:42.571265+0000","last_fullsized":"2026-02-18T06:36:42.571265+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:41:12.153592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029535999999999999,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"28'305157","reported_seq":491743,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.504767+0000","last_change":"2026-02-18T06:05:03.132641+0000","last_active":"2026-02-18T06:40:05.504767+0000","last_peered":"2026-02-18T06:40:05.504767+0000","last_clean":"2026-02-18T06:40:05.504767+0000","last_became_active":"2026-02-18T06:05:00.132043+0000","last_became_peered":"2026-02-18T06:05:00.132043+0000","last_unstale":"2026-02-18T06:40:05.504767+0000","last_undegraded":"2026-02-18T06:40:05.504767+0000","last_fullsized":"2026-02-18T06:40:05.504767+0000","mapping_epoch":19,"log_start":"28'295130","ondisk_log_start":"28'295130","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10027,"log_dups_size":0,"ondisk_log_size":10027,"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 @ 2026-02-19T11:26:35.178265+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054593700000000003,"stat_sum":{"num_bytes":5198913043,"num_objects":1288,"num_object_clones":81,"num_object_copies":3864,"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":1288,"num_whiteouts":0,"num_read":186756,"num_read_kb":4223254,"num_write":305075,"num_write_kb":25552672,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"28'272","reported_seq":1588,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.526004+0000","last_change":"2026-02-18T06:04:34.558992+0000","last_active":"2026-02-18T06:40:05.526004+0000","last_peered":"2026-02-18T06:40:05.526004+0000","last_clean":"2026-02-18T06:40:05.526004+0000","last_became_active":"2026-02-18T06:04:32.556102+0000","last_became_peered":"2026-02-18T06:04:32.556102+0000","last_unstale":"2026-02-18T06:40:05.526004+0000","last_undegraded":"2026-02-18T06:40:05.526004+0000","last_fullsized":"2026-02-18T06:40:05.526004+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":272,"log_dups_size":0,"ondisk_log_size":272,"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 @ 2026-02-19T10:32:03.483953+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00033134700000000001,"stat_sum":{"num_bytes":98,"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":1005,"num_read_kb":808,"num_write":366,"num_write_kb":360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'72","reported_seq":153,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:36:42.605944+0000","last_change":"2026-02-18T06:04:29.549686+0000","last_active":"2026-02-18T06:36:42.605944+0000","last_peered":"2026-02-18T06:36:42.605944+0000","last_clean":"2026-02-18T06:36:42.605944+0000","last_became_active":"2026-02-18T06:04:29.549223+0000","last_became_peered":"2026-02-18T06:04:29.549223+0000","last_unstale":"2026-02-18T06:36:42.605944+0000","last_undegraded":"2026-02-18T06:36:42.605944+0000","last_fullsized":"2026-02-18T06:36:42.605944+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_clean_scrub_stamp":"2026-02-18T06:04:28.546155+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:56:11.797655+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":20551182355,"num_objects":5081,"num_object_clones":297,"num_object_copies":15243,"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":5081,"num_whiteouts":0,"num_read":446189,"num_read_kb":13839701,"num_write":681420,"num_write_kb":87194127,"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":3501633536,"data_stored":31076634624,"data_compressed":1175206093,"data_compressed_allocated":2832232448,"data_compressed_original":30360072192,"omap_allocated":0,"internal_metadata":0},"log_size":40246,"ondisk_log_size":40246,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2447,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"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":15,"num_whiteouts":0,"num_read":34390,"num_read_kb":28524,"num_write":11536,"num_write_kb":11499,"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":81920,"data_stored":4894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":25065,"internal_metadata":0},"log_size":5982,"ondisk_log_size":5982,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19662,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738802,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2182836,"kb_used_data":1057316,"kb_used_omap":55,"kb_used_meta":1125448,"kb_avail":92189004,"statfs":{"total":96636764160,"available":94401540096,"internally_reserved":0,"allocated":1082691584,"data_stored":10358969236,"data_compressed":415723175,"data_compressed_allocated":967274496,"data_compressed_original":10235674624,"omap_allocated":56666,"internal_metadata":1152459430},"hb_peers":[0,1],"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":8,"seq":34359738802,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2990852,"kb_used_data":1179508,"kb_used_omap":57,"kb_used_meta":1811270,"kb_avail":91380988,"statfs":{"total":96636764160,"available":93574131712,"internally_reserved":0,"allocated":1207816192,"data_stored":10359561921,"data_compressed":386249332,"data_compressed_allocated":937127936,"data_compressed_original":10073243648,"omap_allocated":59345,"internal_metadata":1854740527},"hb_peers":[0,2],"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":8,"seq":34359738803,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2345372,"kb_used_data":1183628,"kb_used_omap":54,"kb_used_meta":1161673,"kb_avail":92026468,"statfs":{"total":96636764160,"available":94235103232,"internally_reserved":0,"allocated":1212035072,"data_stored":10359561791,"data_compressed":373253248,"data_compressed_allocated":927903744,"data_compressed_original":10052300800,"omap_allocated":55407,"internal_metadata":1189554065},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":2317,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5866,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":40960,"data_stored":2447,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10450,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8749,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1211711488,"data_stored":10358878208,"data_compressed":373243417,"data_compressed_allocated":927866880,"data_compressed_original":10051727360,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":1207480320,"data_stored":10358878208,"data_compressed":386239501,"data_compressed_allocated":937091072,"data_compressed_original":10072670208,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1082441728,"data_stored":10358878208,"data_compressed":415723175,"data_compressed_allocated":967274496,"data_compressed_original":10235674624,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-18T06:40:31.848 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2026-02-18T06:40:31.848 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-02-18T06:40:32.032 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:32.033 INFO:teuthology.orchestra.run.trial122.stderr:dumped all 2026-02-18T06:40:32.041 INFO:teuthology.orchestra.run.trial122.stdout:{"pg_ready":true,"pg_map":{"version":1107,"stamp":"2026-02-18T06:40:31.807880+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20551775170,"num_objects":5098,"num_object_clones":297,"num_object_copies":15277,"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":5098,"num_whiteouts":0,"num_read":480645,"num_read_kb":13868280,"num_write":693057,"num_write_kb":87207254,"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":46300,"ondisk_log_size":46300,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":7519060,"kb_used_data":3420452,"kb_used_omap":167,"kb_used_meta":4098392,"kb_avail":275596460,"statfs":{"total":289910292480,"available":282210775040,"internally_reserved":0,"allocated":3502542848,"data_stored":31078092948,"data_compressed":1175225755,"data_compressed_allocated":2832306176,"data_compressed_original":30361219072,"omap_allocated":171418,"internal_metadata":4196754022},"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.001003"},"pg_stats":[{"pgid":"2.7","version":"28'1837","reported_seq":1911,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:39:12.773624+0000","last_change":"2026-02-18T06:04:34.559214+0000","last_active":"2026-02-18T06:39:12.773624+0000","last_peered":"2026-02-18T06:39:12.773624+0000","last_clean":"2026-02-18T06:39:12.773624+0000","last_became_active":"2026-02-18T06:04:32.557212+0000","last_became_peered":"2026-02-18T06:04:32.557212+0000","last_unstale":"2026-02-18T06:39:12.773624+0000","last_undegraded":"2026-02-18T06:39:12.773624+0000","last_fullsized":"2026-02-18T06:39:12.773624+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":1837,"log_dups_size":0,"ondisk_log_size":1837,"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 @ 2026-02-19T12:35:45.409562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054208999999999995,"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":11001,"num_read_kb":9155,"num_write":3665,"num_write_kb":3659,"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":[]},{"pgid":"2.6","version":"28'245","reported_seq":2362,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.522016+0000","last_change":"2026-02-18T06:04:34.559306+0000","last_active":"2026-02-18T06:40:05.522016+0000","last_peered":"2026-02-18T06:40:05.522016+0000","last_clean":"2026-02-18T06:40:05.522016+0000","last_became_active":"2026-02-18T06:04:32.557058+0000","last_became_peered":"2026-02-18T06:04:32.557058+0000","last_unstale":"2026-02-18T06:40:05.522016+0000","last_undegraded":"2026-02-18T06:40:05.522016+0000","last_fullsized":"2026-02-18T06:40:05.522016+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":245,"log_dups_size":0,"ondisk_log_size":245,"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 @ 2026-02-19T12:33:23.766033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059416700000000005,"stat_sum":{"num_bytes":98,"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":1133,"num_read_kb":937,"num_write":329,"num_write_kb":322,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"28'897","reported_seq":962,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.520849+0000","last_change":"2026-02-18T06:04:34.559083+0000","last_active":"2026-02-18T06:40:05.520849+0000","last_peered":"2026-02-18T06:40:05.520849+0000","last_clean":"2026-02-18T06:40:05.520849+0000","last_became_active":"2026-02-18T06:04:32.556972+0000","last_became_peered":"2026-02-18T06:04:32.556972+0000","last_unstale":"2026-02-18T06:40:05.520849+0000","last_undegraded":"2026-02-18T06:40:05.520849+0000","last_fullsized":"2026-02-18T06:40:05.520849+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":897,"log_dups_size":0,"ondisk_log_size":897,"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 @ 2026-02-19T07:26:21.381821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043932800000000001,"stat_sum":{"num_bytes":836,"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":5044,"num_read_kb":4149,"num_write":1785,"num_write_kb":1779,"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":[]},{"pgid":"2.4","version":"28'2675","reported_seq":2751,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:39:57.783122+0000","last_change":"2026-02-18T06:04:34.559077+0000","last_active":"2026-02-18T06:39:57.783122+0000","last_peered":"2026-02-18T06:39:57.783122+0000","last_clean":"2026-02-18T06:39:57.783122+0000","last_became_active":"2026-02-18T06:04:32.556777+0000","last_became_peered":"2026-02-18T06:04:32.556777+0000","last_unstale":"2026-02-18T06:39:57.783122+0000","last_undegraded":"2026-02-18T06:39:57.783122+0000","last_fullsized":"2026-02-18T06:39:57.783122+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":2675,"log_dups_size":0,"ondisk_log_size":2675,"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 @ 2026-02-19T08:40:53.499569+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040756000000000001,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":16014,"num_read_kb":13344,"num_write":5339,"num_write_kb":5333,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"28'93752","reported_seq":144454,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.500822+0000","last_change":"2026-02-18T06:05:03.135763+0000","last_active":"2026-02-18T06:40:05.500822+0000","last_peered":"2026-02-18T06:40:05.500822+0000","last_clean":"2026-02-18T06:40:05.500822+0000","last_became_active":"2026-02-18T06:05:00.132076+0000","last_became_peered":"2026-02-18T06:05:00.132076+0000","last_unstale":"2026-02-18T06:40:05.500822+0000","last_undegraded":"2026-02-18T06:40:05.500822+0000","last_fullsized":"2026-02-18T06:40:05.500822+0000","mapping_epoch":19,"log_start":"28'83681","ondisk_log_start":"28'83681","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10071,"log_dups_size":0,"ondisk_log_size":10071,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:51:18.096788+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00049542300000000004,"stat_sum":{"num_bytes":5105517056,"num_objects":1271,"num_object_clones":75,"num_object_copies":3813,"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":1271,"num_whiteouts":0,"num_read":50846,"num_read_kb":2986627,"num_write":93678,"num_write_kb":18493334,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"15'2","reported_seq":92,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:37:52.918151+0000","last_change":"2026-02-18T06:04:34.557899+0000","last_active":"2026-02-18T06:37:52.918151+0000","last_peered":"2026-02-18T06:37:52.918151+0000","last_clean":"2026-02-18T06:37:52.918151+0000","last_became_active":"2026-02-18T06:04:32.556225+0000","last_became_peered":"2026-02-18T06:04:32.556225+0000","last_unstale":"2026-02-18T06:37:52.918151+0000","last_undegraded":"2026-02-18T06:37:52.918151+0000","last_fullsized":"2026-02-18T06:37:52.918151+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:05:20.172325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00079319799999999995,"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":28,"num_read_kb":28,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"28'115682","reported_seq":228334,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.446659+0000","last_change":"2026-02-18T06:05:03.132737+0000","last_active":"2026-02-18T06:40:05.446659+0000","last_peered":"2026-02-18T06:40:05.446659+0000","last_clean":"2026-02-18T06:40:05.446659+0000","last_became_active":"2026-02-18T06:05:00.132012+0000","last_became_peered":"2026-02-18T06:05:00.132012+0000","last_unstale":"2026-02-18T06:40:05.446659+0000","last_undegraded":"2026-02-18T06:40:05.446659+0000","last_fullsized":"2026-02-18T06:40:05.446659+0000","mapping_epoch":19,"log_start":"28'105597","ondisk_log_start":"28'105597","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10085,"log_dups_size":0,"ondisk_log_size":10085,"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 @ 2026-02-19T16:32:48.875898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056267899999999996,"stat_sum":{"num_bytes":5155937280,"num_objects":1265,"num_object_clones":63,"num_object_copies":3795,"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":1265,"num_whiteouts":0,"num_read":112780,"num_read_kb":3024668,"num_write":115623,"num_write_kb":21723838,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"28'53","reported_seq":569,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.529909+0000","last_change":"2026-02-18T06:04:34.794874+0000","last_active":"2026-02-18T06:40:05.529909+0000","last_peered":"2026-02-18T06:40:05.529909+0000","last_clean":"2026-02-18T06:40:05.529909+0000","last_became_active":"2026-02-18T06:04:32.556525+0000","last_became_peered":"2026-02-18T06:04:32.556525+0000","last_unstale":"2026-02-18T06:40:05.529909+0000","last_undegraded":"2026-02-18T06:40:05.529909+0000","last_fullsized":"2026-02-18T06:40:05.529909+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":53,"log_dups_size":0,"ondisk_log_size":53,"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 @ 2026-02-19T09:01:46.698104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000312131,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":154,"num_read_kb":100,"num_write":49,"num_write_kb":43,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"28'167123","reported_seq":262759,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.505117+0000","last_change":"2026-02-18T06:05:03.135759+0000","last_active":"2026-02-18T06:40:05.505117+0000","last_peered":"2026-02-18T06:40:05.505117+0000","last_clean":"2026-02-18T06:40:05.505117+0000","last_became_active":"2026-02-18T06:05:00.131962+0000","last_became_peered":"2026-02-18T06:05:00.131962+0000","last_unstale":"2026-02-18T06:40:05.505117+0000","last_undegraded":"2026-02-18T06:40:05.505117+0000","last_fullsized":"2026-02-18T06:40:05.505117+0000","mapping_epoch":19,"log_start":"28'157060","ondisk_log_start":"28'157060","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10063,"log_dups_size":0,"ondisk_log_size":10063,"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 @ 2026-02-19T14:33:08.700558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000527853,"stat_sum":{"num_bytes":5090814976,"num_objects":1257,"num_object_clones":78,"num_object_copies":3771,"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":1257,"num_whiteouts":0,"num_read":95807,"num_read_kb":3605152,"num_write":167044,"num_write_kb":21424283,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"26'1","reported_seq":70,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:36:42.571265+0000","last_change":"2026-02-18T06:04:34.794868+0000","last_active":"2026-02-18T06:36:42.571265+0000","last_peered":"2026-02-18T06:36:42.571265+0000","last_clean":"2026-02-18T06:36:42.571265+0000","last_became_active":"2026-02-18T06:04:32.556485+0000","last_became_peered":"2026-02-18T06:04:32.556485+0000","last_unstale":"2026-02-18T06:36:42.571265+0000","last_undegraded":"2026-02-18T06:36:42.571265+0000","last_fullsized":"2026-02-18T06:36:42.571265+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:41:12.153592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029535999999999999,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"28'305157","reported_seq":491743,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.504767+0000","last_change":"2026-02-18T06:05:03.132641+0000","last_active":"2026-02-18T06:40:05.504767+0000","last_peered":"2026-02-18T06:40:05.504767+0000","last_clean":"2026-02-18T06:40:05.504767+0000","last_became_active":"2026-02-18T06:05:00.132043+0000","last_became_peered":"2026-02-18T06:05:00.132043+0000","last_unstale":"2026-02-18T06:40:05.504767+0000","last_undegraded":"2026-02-18T06:40:05.504767+0000","last_fullsized":"2026-02-18T06:40:05.504767+0000","mapping_epoch":19,"log_start":"28'295130","ondisk_log_start":"28'295130","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10027,"log_dups_size":0,"ondisk_log_size":10027,"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 @ 2026-02-19T11:26:35.178265+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054593700000000003,"stat_sum":{"num_bytes":5198913043,"num_objects":1288,"num_object_clones":81,"num_object_copies":3864,"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":1288,"num_whiteouts":0,"num_read":186756,"num_read_kb":4223254,"num_write":305075,"num_write_kb":25552672,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"28'272","reported_seq":1588,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.526004+0000","last_change":"2026-02-18T06:04:34.558992+0000","last_active":"2026-02-18T06:40:05.526004+0000","last_peered":"2026-02-18T06:40:05.526004+0000","last_clean":"2026-02-18T06:40:05.526004+0000","last_became_active":"2026-02-18T06:04:32.556102+0000","last_became_peered":"2026-02-18T06:04:32.556102+0000","last_unstale":"2026-02-18T06:40:05.526004+0000","last_undegraded":"2026-02-18T06:40:05.526004+0000","last_fullsized":"2026-02-18T06:40:05.526004+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":272,"log_dups_size":0,"ondisk_log_size":272,"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 @ 2026-02-19T10:32:03.483953+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00033134700000000001,"stat_sum":{"num_bytes":98,"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":1005,"num_read_kb":808,"num_write":366,"num_write_kb":360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'72","reported_seq":153,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:36:42.605944+0000","last_change":"2026-02-18T06:04:29.549686+0000","last_active":"2026-02-18T06:36:42.605944+0000","last_peered":"2026-02-18T06:36:42.605944+0000","last_clean":"2026-02-18T06:36:42.605944+0000","last_became_active":"2026-02-18T06:04:29.549223+0000","last_became_peered":"2026-02-18T06:04:29.549223+0000","last_unstale":"2026-02-18T06:36:42.605944+0000","last_undegraded":"2026-02-18T06:36:42.605944+0000","last_fullsized":"2026-02-18T06:36:42.605944+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_clean_scrub_stamp":"2026-02-18T06:04:28.546155+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:56:11.797655+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":20551182355,"num_objects":5081,"num_object_clones":297,"num_object_copies":15243,"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":5081,"num_whiteouts":0,"num_read":446189,"num_read_kb":13839701,"num_write":681420,"num_write_kb":87194127,"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":3501633536,"data_stored":31076634624,"data_compressed":1175206093,"data_compressed_allocated":2832232448,"data_compressed_original":30360072192,"omap_allocated":0,"internal_metadata":0},"log_size":40246,"ondisk_log_size":40246,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2447,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"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":15,"num_whiteouts":0,"num_read":34390,"num_read_kb":28524,"num_write":11536,"num_write_kb":11499,"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":81920,"data_stored":4894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":25065,"internal_metadata":0},"log_size":5982,"ondisk_log_size":5982,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19662,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738802,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2182836,"kb_used_data":1057316,"kb_used_omap":55,"kb_used_meta":1125448,"kb_avail":92189004,"statfs":{"total":96636764160,"available":94401540096,"internally_reserved":0,"allocated":1082691584,"data_stored":10358969236,"data_compressed":415723175,"data_compressed_allocated":967274496,"data_compressed_original":10235674624,"omap_allocated":56666,"internal_metadata":1152459430},"hb_peers":[0,1],"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":8,"seq":34359738802,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2990852,"kb_used_data":1179508,"kb_used_omap":57,"kb_used_meta":1811270,"kb_avail":91380988,"statfs":{"total":96636764160,"available":93574131712,"internally_reserved":0,"allocated":1207816192,"data_stored":10359561921,"data_compressed":386249332,"data_compressed_allocated":937127936,"data_compressed_original":10073243648,"omap_allocated":59345,"internal_metadata":1854740527},"hb_peers":[0,2],"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":8,"seq":34359738803,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2345372,"kb_used_data":1183628,"kb_used_omap":54,"kb_used_meta":1161673,"kb_avail":92026468,"statfs":{"total":96636764160,"available":94235103232,"internally_reserved":0,"allocated":1212035072,"data_stored":10359561791,"data_compressed":373253248,"data_compressed_allocated":927903744,"data_compressed_original":10052300800,"omap_allocated":55407,"internal_metadata":1189554065},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":2317,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5866,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":40960,"data_stored":2447,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10450,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8749,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1211711488,"data_stored":10358878208,"data_compressed":373243417,"data_compressed_allocated":927866880,"data_compressed_original":10051727360,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":1207480320,"data_stored":10358878208,"data_compressed":386239501,"data_compressed_allocated":937091072,"data_compressed_original":10072670208,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1082441728,"data_stored":10358878208,"data_compressed":415723175,"data_compressed_allocated":967274496,"data_compressed_original":10235674624,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-18T06:40:32.043 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-02-18T06:40:32.225 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:32.226 INFO:teuthology.orchestra.run.trial122.stdout:{"epoch":28,"fsid":"3e2cc3f9-aa0c-4ff6-b37f-4baff0e9c2fd","created":"2026-02-18T06:04:23.112874+0000","modified":"2026-02-18T06:06:09.160208+0000","last_up_change":"2026-02-18T06:04:27.119391+0000","last_in_change":"2026-02-18T06:04:23.783702+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":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-18T06:04:27.553162+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":"11","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,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"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":"2026-02-18T06:04:30.978607+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":"15","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":15,"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,"nonprimary_shards":"{}","options":{},"application_metadata":{"rbd":{}},"read_balance":{"score_type":"Fair distribution","score_acting":1.8799999952316284,"score_stable":1.8799999952316284,"optimal_score":1,"raw_score_acting":1.8799999952316284,"raw_score_stable":1.8799999952316284,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}},{"pool":3,"pool_name":"datapool","create_time":"2026-02-18T06:04:58.127391+0000","flags":8197,"flags_names":"hashpspool,ec_overwrites,selfmanaged_snaps","type":3,"size":3,"min_size":2,"crush_rule":1,"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":"28","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":5,"snap_epoch":28,"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":"teuthologyprofile","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":8192,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{},"application_metadata":{"rbd":{}}}],"osds":[{"osd":0,"uuid":"83644986-f5d1-4579-a0fe-f8dd8696eeea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6801","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6804","nonce":2682166070}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6807","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6810","nonce":2682166070}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6819","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6822","nonce":2682166070}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6813","nonce":2682166070},{"type":"v1","addr":"10.20.193.122:6816","nonce":2682166070}]},"public_addr":"10.20.193.122:6804/2682166070","cluster_addr":"10.20.193.122:6810/2682166070","heartbeat_back_addr":"10.20.193.122:6822/2682166070","heartbeat_front_addr":"10.20.193.122:6816/2682166070","state":["exists","up"]},{"osd":1,"uuid":"a934dbf9-e246-4f89-9144-7946fb7474da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6800","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6803","nonce":2270371433}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6806","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6809","nonce":2270371433}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6818","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6821","nonce":2270371433}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6812","nonce":2270371433},{"type":"v1","addr":"10.20.193.122:6815","nonce":2270371433}]},"public_addr":"10.20.193.122:6803/2270371433","cluster_addr":"10.20.193.122:6809/2270371433","heartbeat_back_addr":"10.20.193.122:6821/2270371433","heartbeat_front_addr":"10.20.193.122:6815/2270371433","state":["exists","up"]},{"osd":2,"uuid":"48fa98f9-e111-417f-b5a3-aa4c48f583ad","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":12,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6802","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6805","nonce":3775997544}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6808","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6811","nonce":3775997544}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6820","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6823","nonce":3775997544}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6814","nonce":3775997544},{"type":"v1","addr":"10.20.193.122:6817","nonce":3775997544}]},"public_addr":"10.20.193.122:6805/3775997544","cluster_addr":"10.20.193.122:6811/3775997544","heartbeat_back_addr":"10.20.193.122:6823/3775997544","heartbeat_front_addr":"10.20.193.122:6817/3775997544","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-18T06:04:25.718077+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-18T06:04:25.784001+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-18T06:04:25.737376+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":"isa","technique":"reed_sol_van"},"teuthologyprofile":{"crush-device-class":"","crush-failure-domain":"osd","crush-num-failure-domains":"0","crush-osds-per-failure-domain":"0","crush-root":"default","k":"2","m":"1","plugin":"isa","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}} 2026-02-18T06:40:33.236 INFO:tasks.ceph:Scrubbing cluster1.osd.0 2026-02-18T06:40:33.236 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.0 config set osd_debug_deep_scrub_sleep 0 2026-02-18T06:40:33.320 INFO:teuthology.orchestra.run.trial122.stdout:{ 2026-02-18T06:40:33.321 INFO:teuthology.orchestra.run.trial122.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) osd_delete_sleep = '' osd_delete_sleep_hdd = '' osd_delete_sleep_hybrid = '' osd_delete_sleep_ssd = '' osd_max_backfills = '' osd_recovery_max_active = '' osd_recovery_max_active_hdd = '' osd_recovery_max_active_ssd = '' osd_recovery_sleep = '' osd_recovery_sleep_degraded = '' osd_recovery_sleep_degraded_hdd = '' osd_recovery_sleep_degraded_hybrid = '' osd_recovery_sleep_degraded_ssd = '' osd_recovery_sleep_hdd = '' osd_recovery_sleep_hybrid = '' osd_recovery_sleep_ssd = '' osd_scrub_sleep = '' osd_snap_trim_sleep = '' osd_snap_trim_sleep_hdd = '' osd_snap_trim_sleep_hybrid = '' osd_snap_trim_sleep_ssd = '' " 2026-02-18T06:40:33.321 INFO:teuthology.orchestra.run.trial122.stdout:} 2026-02-18T06:40:33.328 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 0 2026-02-18T06:40:33.511 INFO:teuthology.orchestra.run.trial122.stderr:instructed osd(s) 0 to deep-scrub 2026-02-18T06:40:33.520 INFO:tasks.ceph:Scrubbing cluster1.osd.1 2026-02-18T06:40:33.520 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.1 config set osd_debug_deep_scrub_sleep 0 2026-02-18T06:40:33.601 INFO:teuthology.orchestra.run.trial122.stdout:{ 2026-02-18T06:40:33.601 INFO:teuthology.orchestra.run.trial122.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) osd_delete_sleep = '' osd_delete_sleep_hdd = '' osd_delete_sleep_hybrid = '' osd_delete_sleep_ssd = '' osd_max_backfills = '' osd_recovery_max_active = '' osd_recovery_max_active_hdd = '' osd_recovery_max_active_ssd = '' osd_recovery_sleep = '' osd_recovery_sleep_degraded = '' osd_recovery_sleep_degraded_hdd = '' osd_recovery_sleep_degraded_hybrid = '' osd_recovery_sleep_degraded_ssd = '' osd_recovery_sleep_hdd = '' osd_recovery_sleep_hybrid = '' osd_recovery_sleep_ssd = '' osd_scrub_sleep = '' osd_snap_trim_sleep = '' osd_snap_trim_sleep_hdd = '' osd_snap_trim_sleep_hybrid = '' osd_snap_trim_sleep_ssd = '' " 2026-02-18T06:40:33.601 INFO:teuthology.orchestra.run.trial122.stdout:} 2026-02-18T06:40:33.607 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 1 2026-02-18T06:40:33.791 INFO:teuthology.orchestra.run.trial122.stderr:instructed osd(s) 1 to deep-scrub 2026-02-18T06:40:33.801 INFO:tasks.ceph:Scrubbing cluster1.osd.2 2026-02-18T06:40:33.801 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.2 config set osd_debug_deep_scrub_sleep 0 2026-02-18T06:40:33.885 INFO:teuthology.orchestra.run.trial122.stdout:{ 2026-02-18T06:40:33.885 INFO:teuthology.orchestra.run.trial122.stdout: "success": "osd_debug_deep_scrub_sleep = '' (not observed, change may require restart) osd_delete_sleep = '' osd_delete_sleep_hdd = '' osd_delete_sleep_hybrid = '' osd_delete_sleep_ssd = '' osd_max_backfills = '' osd_recovery_max_active = '' osd_recovery_max_active_hdd = '' osd_recovery_max_active_ssd = '' osd_recovery_sleep = '' osd_recovery_sleep_degraded = '' osd_recovery_sleep_degraded_hdd = '' osd_recovery_sleep_degraded_hybrid = '' osd_recovery_sleep_degraded_ssd = '' osd_recovery_sleep_hdd = '' osd_recovery_sleep_hybrid = '' osd_recovery_sleep_ssd = '' osd_scrub_sleep = '' osd_snap_trim_sleep = '' osd_snap_trim_sleep_hdd = '' osd_snap_trim_sleep_hybrid = '' osd_snap_trim_sleep_ssd = '' " 2026-02-18T06:40:33.885 INFO:teuthology.orchestra.run.trial122.stdout:} 2026-02-18T06:40:33.892 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd deep-scrub 2 2026-02-18T06:40:34.073 INFO:teuthology.orchestra.run.trial122.stderr:instructed osd(s) 2 to deep-scrub 2026-02-18T06:40:34.084 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-02-18T06:40:34.272 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:34.272 INFO:teuthology.orchestra.run.trial122.stderr:dumped all 2026-02-18T06:40:34.281 INFO:teuthology.orchestra.run.trial122.stdout:{"pg_ready":true,"pg_map":{"version":1108,"stamp":"2026-02-18T06:40:33.808109+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20551775170,"num_objects":5098,"num_object_clones":297,"num_object_copies":15277,"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":5098,"num_whiteouts":0,"num_read":480645,"num_read_kb":13868280,"num_write":693057,"num_write_kb":87207254,"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":46300,"ondisk_log_size":46300,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":7519060,"kb_used_data":3420452,"kb_used_omap":167,"kb_used_meta":4098392,"kb_avail":275596460,"statfs":{"total":289910292480,"available":282210775040,"internally_reserved":0,"allocated":3502542848,"data_stored":31078092948,"data_compressed":1175225755,"data_compressed_allocated":2832306176,"data_compressed_original":30361219072,"omap_allocated":171418,"internal_metadata":4196754022},"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.001080"},"pg_stats":[{"pgid":"2.7","version":"28'1837","reported_seq":1911,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:39:12.773624+0000","last_change":"2026-02-18T06:04:34.559214+0000","last_active":"2026-02-18T06:39:12.773624+0000","last_peered":"2026-02-18T06:39:12.773624+0000","last_clean":"2026-02-18T06:39:12.773624+0000","last_became_active":"2026-02-18T06:04:32.557212+0000","last_became_peered":"2026-02-18T06:04:32.557212+0000","last_unstale":"2026-02-18T06:39:12.773624+0000","last_undegraded":"2026-02-18T06:39:12.773624+0000","last_fullsized":"2026-02-18T06:39:12.773624+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":1837,"log_dups_size":0,"ondisk_log_size":1837,"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 @ 2026-02-19T12:35:45.409562+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054208999999999995,"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":11001,"num_read_kb":9155,"num_write":3665,"num_write_kb":3659,"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":[]},{"pgid":"2.6","version":"28'245","reported_seq":2362,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.522016+0000","last_change":"2026-02-18T06:04:34.559306+0000","last_active":"2026-02-18T06:40:05.522016+0000","last_peered":"2026-02-18T06:40:05.522016+0000","last_clean":"2026-02-18T06:40:05.522016+0000","last_became_active":"2026-02-18T06:04:32.557058+0000","last_became_peered":"2026-02-18T06:04:32.557058+0000","last_unstale":"2026-02-18T06:40:05.522016+0000","last_undegraded":"2026-02-18T06:40:05.522016+0000","last_fullsized":"2026-02-18T06:40:05.522016+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":245,"log_dups_size":0,"ondisk_log_size":245,"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 @ 2026-02-19T12:33:23.766033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00059416700000000005,"stat_sum":{"num_bytes":98,"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":1133,"num_read_kb":937,"num_write":329,"num_write_kb":322,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.5","version":"28'897","reported_seq":962,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.520849+0000","last_change":"2026-02-18T06:04:34.559083+0000","last_active":"2026-02-18T06:40:05.520849+0000","last_peered":"2026-02-18T06:40:05.520849+0000","last_clean":"2026-02-18T06:40:05.520849+0000","last_became_active":"2026-02-18T06:04:32.556972+0000","last_became_peered":"2026-02-18T06:04:32.556972+0000","last_unstale":"2026-02-18T06:40:05.520849+0000","last_undegraded":"2026-02-18T06:40:05.520849+0000","last_fullsized":"2026-02-18T06:40:05.520849+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":897,"log_dups_size":0,"ondisk_log_size":897,"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 @ 2026-02-19T07:26:21.381821+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043932800000000001,"stat_sum":{"num_bytes":836,"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":5044,"num_read_kb":4149,"num_write":1785,"num_write_kb":1779,"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":[]},{"pgid":"2.4","version":"28'2675","reported_seq":2751,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:39:57.783122+0000","last_change":"2026-02-18T06:04:34.559077+0000","last_active":"2026-02-18T06:39:57.783122+0000","last_peered":"2026-02-18T06:39:57.783122+0000","last_clean":"2026-02-18T06:39:57.783122+0000","last_became_active":"2026-02-18T06:04:32.556777+0000","last_became_peered":"2026-02-18T06:04:32.556777+0000","last_unstale":"2026-02-18T06:39:57.783122+0000","last_undegraded":"2026-02-18T06:39:57.783122+0000","last_fullsized":"2026-02-18T06:39:57.783122+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":2675,"log_dups_size":0,"ondisk_log_size":2675,"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 @ 2026-02-19T08:40:53.499569+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040756000000000001,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":16014,"num_read_kb":13344,"num_write":5339,"num_write_kb":5333,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"28'93752","reported_seq":144454,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.500822+0000","last_change":"2026-02-18T06:05:03.135763+0000","last_active":"2026-02-18T06:40:05.500822+0000","last_peered":"2026-02-18T06:40:05.500822+0000","last_clean":"2026-02-18T06:40:05.500822+0000","last_became_active":"2026-02-18T06:05:00.132076+0000","last_became_peered":"2026-02-18T06:05:00.132076+0000","last_unstale":"2026-02-18T06:40:05.500822+0000","last_undegraded":"2026-02-18T06:40:05.500822+0000","last_fullsized":"2026-02-18T06:40:05.500822+0000","mapping_epoch":19,"log_start":"28'83681","ondisk_log_start":"28'83681","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10071,"log_dups_size":0,"ondisk_log_size":10071,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T10:51:18.096788+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00049542300000000004,"stat_sum":{"num_bytes":5105517056,"num_objects":1271,"num_object_clones":75,"num_object_copies":3813,"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":1271,"num_whiteouts":0,"num_read":50846,"num_read_kb":2986627,"num_write":93678,"num_write_kb":18493334,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"15'2","reported_seq":92,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:37:52.918151+0000","last_change":"2026-02-18T06:04:34.557899+0000","last_active":"2026-02-18T06:37:52.918151+0000","last_peered":"2026-02-18T06:37:52.918151+0000","last_clean":"2026-02-18T06:37:52.918151+0000","last_became_active":"2026-02-18T06:04:32.556225+0000","last_became_peered":"2026-02-18T06:04:32.556225+0000","last_unstale":"2026-02-18T06:37:52.918151+0000","last_undegraded":"2026-02-18T06:37:52.918151+0000","last_fullsized":"2026-02-18T06:37:52.918151+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:05:20.172325+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00079319799999999995,"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":28,"num_read_kb":28,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"28'115682","reported_seq":228334,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.446659+0000","last_change":"2026-02-18T06:05:03.132737+0000","last_active":"2026-02-18T06:40:05.446659+0000","last_peered":"2026-02-18T06:40:05.446659+0000","last_clean":"2026-02-18T06:40:05.446659+0000","last_became_active":"2026-02-18T06:05:00.132012+0000","last_became_peered":"2026-02-18T06:05:00.132012+0000","last_unstale":"2026-02-18T06:40:05.446659+0000","last_undegraded":"2026-02-18T06:40:05.446659+0000","last_fullsized":"2026-02-18T06:40:05.446659+0000","mapping_epoch":19,"log_start":"28'105597","ondisk_log_start":"28'105597","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10085,"log_dups_size":0,"ondisk_log_size":10085,"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 @ 2026-02-19T16:32:48.875898+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00056267899999999996,"stat_sum":{"num_bytes":5155937280,"num_objects":1265,"num_object_clones":63,"num_object_copies":3795,"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":1265,"num_whiteouts":0,"num_read":112780,"num_read_kb":3024668,"num_write":115623,"num_write_kb":21723838,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"28'53","reported_seq":569,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.529909+0000","last_change":"2026-02-18T06:04:34.794874+0000","last_active":"2026-02-18T06:40:05.529909+0000","last_peered":"2026-02-18T06:40:05.529909+0000","last_clean":"2026-02-18T06:40:05.529909+0000","last_became_active":"2026-02-18T06:04:32.556525+0000","last_became_peered":"2026-02-18T06:04:32.556525+0000","last_unstale":"2026-02-18T06:40:05.529909+0000","last_undegraded":"2026-02-18T06:40:05.529909+0000","last_fullsized":"2026-02-18T06:40:05.529909+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":53,"log_dups_size":0,"ondisk_log_size":53,"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 @ 2026-02-19T09:01:46.698104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000312131,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":154,"num_read_kb":100,"num_write":49,"num_write_kb":43,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"28'167123","reported_seq":262759,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.505117+0000","last_change":"2026-02-18T06:05:03.135759+0000","last_active":"2026-02-18T06:40:05.505117+0000","last_peered":"2026-02-18T06:40:05.505117+0000","last_clean":"2026-02-18T06:40:05.505117+0000","last_became_active":"2026-02-18T06:05:00.131962+0000","last_became_peered":"2026-02-18T06:05:00.131962+0000","last_unstale":"2026-02-18T06:40:05.505117+0000","last_undegraded":"2026-02-18T06:40:05.505117+0000","last_fullsized":"2026-02-18T06:40:05.505117+0000","mapping_epoch":19,"log_start":"28'157060","ondisk_log_start":"28'157060","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10063,"log_dups_size":0,"ondisk_log_size":10063,"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 @ 2026-02-19T14:33:08.700558+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000527853,"stat_sum":{"num_bytes":5090814976,"num_objects":1257,"num_object_clones":78,"num_object_copies":3771,"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":1257,"num_whiteouts":0,"num_read":95807,"num_read_kb":3605152,"num_write":167044,"num_write_kb":21424283,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"26'1","reported_seq":70,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:36:42.571265+0000","last_change":"2026-02-18T06:04:34.794868+0000","last_active":"2026-02-18T06:36:42.571265+0000","last_peered":"2026-02-18T06:36:42.571265+0000","last_clean":"2026-02-18T06:36:42.571265+0000","last_became_active":"2026-02-18T06:04:32.556485+0000","last_became_peered":"2026-02-18T06:04:32.556485+0000","last_unstale":"2026-02-18T06:36:42.571265+0000","last_undegraded":"2026-02-18T06:36:42.571265+0000","last_fullsized":"2026-02-18T06:36:42.571265+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+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 @ 2026-02-19T14:41:12.153592+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029535999999999999,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"28'305157","reported_seq":491743,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.504767+0000","last_change":"2026-02-18T06:05:03.132641+0000","last_active":"2026-02-18T06:40:05.504767+0000","last_peered":"2026-02-18T06:40:05.504767+0000","last_clean":"2026-02-18T06:40:05.504767+0000","last_became_active":"2026-02-18T06:05:00.132043+0000","last_became_peered":"2026-02-18T06:05:00.132043+0000","last_unstale":"2026-02-18T06:40:05.504767+0000","last_undegraded":"2026-02-18T06:40:05.504767+0000","last_fullsized":"2026-02-18T06:40:05.504767+0000","mapping_epoch":19,"log_start":"28'295130","ondisk_log_start":"28'295130","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:59.122650+0000","last_clean_scrub_stamp":"2026-02-18T06:04:59.122650+0000","objects_scrubbed":0,"log_size":10027,"log_dups_size":0,"ondisk_log_size":10027,"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 @ 2026-02-19T11:26:35.178265+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00054593700000000003,"stat_sum":{"num_bytes":5198913043,"num_objects":1288,"num_object_clones":81,"num_object_copies":3864,"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":1288,"num_whiteouts":0,"num_read":186756,"num_read_kb":4223254,"num_write":305075,"num_write_kb":25552672,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"28'272","reported_seq":1588,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:05.526004+0000","last_change":"2026-02-18T06:04:34.558992+0000","last_active":"2026-02-18T06:40:05.526004+0000","last_peered":"2026-02-18T06:40:05.526004+0000","last_clean":"2026-02-18T06:40:05.526004+0000","last_became_active":"2026-02-18T06:04:32.556102+0000","last_became_peered":"2026-02-18T06:04:32.556102+0000","last_unstale":"2026-02-18T06:40:05.526004+0000","last_undegraded":"2026-02-18T06:40:05.526004+0000","last_fullsized":"2026-02-18T06:40:05.526004+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:31.549548+0000","last_clean_scrub_stamp":"2026-02-18T06:04:31.549548+0000","objects_scrubbed":0,"log_size":272,"log_dups_size":0,"ondisk_log_size":272,"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 @ 2026-02-19T10:32:03.483953+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00033134700000000001,"stat_sum":{"num_bytes":98,"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":1005,"num_read_kb":808,"num_write":366,"num_write_kb":360,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2],"acting":[1,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"1.0","version":"10'72","reported_seq":153,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:36:42.605944+0000","last_change":"2026-02-18T06:04:29.549686+0000","last_active":"2026-02-18T06:36:42.605944+0000","last_peered":"2026-02-18T06:36:42.605944+0000","last_clean":"2026-02-18T06:36:42.605944+0000","last_became_active":"2026-02-18T06:04:29.549223+0000","last_became_peered":"2026-02-18T06:04:29.549223+0000","last_unstale":"2026-02-18T06:36:42.605944+0000","last_undegraded":"2026-02-18T06:36:42.605944+0000","last_fullsized":"2026-02-18T06:36:42.605944+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T06:04:28.546155+0000","last_clean_scrub_stamp":"2026-02-18T06:04:28.546155+0000","objects_scrubbed":0,"log_size":72,"log_dups_size":0,"ondisk_log_size":72,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T15:56:11.797655+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":20551182355,"num_objects":5081,"num_object_clones":297,"num_object_copies":15243,"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":5081,"num_whiteouts":0,"num_read":446189,"num_read_kb":13839701,"num_write":681420,"num_write_kb":87194127,"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":3501633536,"data_stored":31076634624,"data_compressed":1175206093,"data_compressed_allocated":2832232448,"data_compressed_original":30360072192,"omap_allocated":0,"internal_metadata":0},"log_size":40246,"ondisk_log_size":40246,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2447,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"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":15,"num_whiteouts":0,"num_read":34390,"num_read_kb":28524,"num_write":11536,"num_write_kb":11499,"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":81920,"data_stored":4894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":25065,"internal_metadata":0},"log_size":5982,"ondisk_log_size":5982,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19662,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":72,"ondisk_log_size":72,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738803,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2182836,"kb_used_data":1057316,"kb_used_omap":55,"kb_used_meta":1125448,"kb_avail":92189004,"statfs":{"total":96636764160,"available":94401540096,"internally_reserved":0,"allocated":1082691584,"data_stored":10358969236,"data_compressed":415723175,"data_compressed_allocated":967274496,"data_compressed_original":10235674624,"omap_allocated":56666,"internal_metadata":1152459430},"hb_peers":[0,1],"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":8,"seq":34359738803,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2990852,"kb_used_data":1179508,"kb_used_omap":57,"kb_used_meta":1811270,"kb_avail":91380988,"statfs":{"total":96636764160,"available":93574131712,"internally_reserved":0,"allocated":1207816192,"data_stored":10359561921,"data_compressed":386249332,"data_compressed_allocated":937127936,"data_compressed_original":10073243648,"omap_allocated":59345,"internal_metadata":1854740527},"hb_peers":[0,2],"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":8,"seq":34359738804,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2345372,"kb_used_data":1183628,"kb_used_omap":54,"kb_used_meta":1161673,"kb_avail":92026468,"statfs":{"total":96636764160,"available":94235103232,"internally_reserved":0,"allocated":1212035072,"data_stored":10359561791,"data_compressed":373253248,"data_compressed_allocated":927903744,"data_compressed_original":10052300800,"omap_allocated":55407,"internal_metadata":1189554065},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":2317,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5866,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":40960,"data_stored":2447,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10450,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8749,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1211711488,"data_stored":10358878208,"data_compressed":373243417,"data_compressed_allocated":927866880,"data_compressed_original":10051727360,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":1207480320,"data_stored":10358878208,"data_compressed":386239501,"data_compressed_allocated":937091072,"data_compressed_original":10072670208,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1082441728,"data_stored":10358878208,"data_compressed":415723175,"data_compressed_allocated":967274496,"data_compressed_original":10235674624,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-18T06:40:34.283 INFO:tasks.ceph:pgid 2.7 last_scrub_stamp 2026-02-18T06:04:31.549548+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=31, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.283 INFO:tasks.ceph:pgid 2.6 last_scrub_stamp 2026-02-18T06:04:31.549548+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=31, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.283 INFO:tasks.ceph:pgid 2.5 last_scrub_stamp 2026-02-18T06:04:31.549548+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=31, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.284 INFO:tasks.ceph:pgid 2.4 last_scrub_stamp 2026-02-18T06:04:31.549548+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=31, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.284 INFO:tasks.ceph:pgid 3.3 last_scrub_stamp 2026-02-18T06:04:59.122650+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=59, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.284 INFO:tasks.ceph:pgid 2.2 last_scrub_stamp 2026-02-18T06:04:31.549548+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=31, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.284 INFO:tasks.ceph:pgid 3.0 last_scrub_stamp 2026-02-18T06:04:59.122650+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=59, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.284 INFO:tasks.ceph:pgid 2.1 last_scrub_stamp 2026-02-18T06:04:31.549548+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=31, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.284 INFO:tasks.ceph:pgid 3.1 last_scrub_stamp 2026-02-18T06:04:59.122650+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=59, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.284 INFO:tasks.ceph:pgid 2.0 last_scrub_stamp 2026-02-18T06:04:31.549548+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=31, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.285 INFO:tasks.ceph:pgid 3.2 last_scrub_stamp 2026-02-18T06:04:59.122650+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=59, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.285 INFO:tasks.ceph:pgid 2.3 last_scrub_stamp 2026-02-18T06:04:31.549548+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=31, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.285 INFO:tasks.ceph:pgid 1.0 last_scrub_stamp 2026-02-18T06:04:28.546155+0000 time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=4, tm_sec=28, tm_wday=2, tm_yday=49, tm_isdst=-1) <= time.struct_time(tm_year=2026, tm_mon=2, tm_mday=18, tm_hour=6, tm_min=40, tm_sec=32, tm_wday=2, tm_yday=49, tm_isdst=0) 2026-02-18T06:40:34.285 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed. 2026-02-18T06:40:35.761 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster2.mon.a has been restored 2026-02-18T06:40:54.285 DEBUG:teuthology.orchestra.run.trial122:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-02-18T06:40:54.465 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-18T06:40:54.466 INFO:teuthology.orchestra.run.trial122.stderr:dumped all 2026-02-18T06:40:54.474 INFO:teuthology.orchestra.run.trial122.stdout:{"pg_ready":true,"pg_map":{"version":1118,"stamp":"2026-02-18T06:40:53.810440+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":20551775170,"num_objects":5098,"num_object_clones":297,"num_object_copies":15277,"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":5098,"num_whiteouts":0,"num_read":480645,"num_read_kb":13868280,"num_write":693057,"num_write_kb":87207254,"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":932,"num_omap_keys":38,"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":46315,"ondisk_log_size":46315,"up":30,"acting":30,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":30,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":7519060,"kb_used_data":3420452,"kb_used_omap":167,"kb_used_meta":4098392,"kb_avail":275596460,"statfs":{"total":289910292480,"available":282210775040,"internally_reserved":0,"allocated":3502542848,"data_stored":31078092948,"data_compressed":1175225755,"data_compressed_allocated":2832306176,"data_compressed_original":30361219072,"omap_allocated":171418,"internal_metadata":4196754022},"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":146,"num_omap_keys":10,"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.001405"},"pg_stats":[{"pgid":"2.7","version":"28'1839","reported_seq":1921,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:38.709223+0000","last_change":"2026-02-18T06:40:38.709223+0000","last_active":"2026-02-18T06:40:38.709223+0000","last_peered":"2026-02-18T06:40:38.709223+0000","last_clean":"2026-02-18T06:40:38.709223+0000","last_became_active":"2026-02-18T06:04:32.557212+0000","last_became_peered":"2026-02-18T06:04:32.557212+0000","last_unstale":"2026-02-18T06:40:38.709223+0000","last_undegraded":"2026-02-18T06:40:38.709223+0000","last_fullsized":"2026-02-18T06:40:38.709223+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'1839","last_scrub_stamp":"2026-02-18T06:40:38.709185+0000","last_deep_scrub":"28'1839","last_deep_scrub_stamp":"2026-02-18T06:40:38.709185+0000","last_clean_scrub_stamp":"2026-02-18T06:40:38.709185+0000","objects_scrubbed":2,"log_size":1839,"log_dups_size":0,"ondisk_log_size":1839,"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 @ 2026-02-19T13:57:20.777738+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.00054208999999999995,"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":11001,"num_read_kb":9155,"num_write":3665,"num_write_kb":3659,"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":[]},{"pgid":"2.6","version":"28'247","reported_seq":2372,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:40.746571+0000","last_change":"2026-02-18T06:40:40.746571+0000","last_active":"2026-02-18T06:40:40.746571+0000","last_peered":"2026-02-18T06:40:40.746571+0000","last_clean":"2026-02-18T06:40:40.746571+0000","last_became_active":"2026-02-18T06:04:32.557058+0000","last_became_peered":"2026-02-18T06:04:32.557058+0000","last_unstale":"2026-02-18T06:40:40.746571+0000","last_undegraded":"2026-02-18T06:40:40.746571+0000","last_fullsized":"2026-02-18T06:40:40.746571+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'247","last_scrub_stamp":"2026-02-18T06:40:40.746535+0000","last_deep_scrub":"28'247","last_deep_scrub_stamp":"2026-02-18T06:40:40.746535+0000","last_clean_scrub_stamp":"2026-02-18T06:40:40.746535+0000","objects_scrubbed":2,"log_size":247,"log_dups_size":0,"ondisk_log_size":247,"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 @ 2026-02-19T08:23:52.367048+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00059416700000000005,"stat_sum":{"num_bytes":98,"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":1133,"num_read_kb":937,"num_write":329,"num_write_kb":322,"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":146,"num_omap_keys":10,"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":"2.5","version":"28'899","reported_seq":972,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:37.717860+0000","last_change":"2026-02-18T06:40:37.717860+0000","last_active":"2026-02-18T06:40:37.717860+0000","last_peered":"2026-02-18T06:40:37.717860+0000","last_clean":"2026-02-18T06:40:37.717860+0000","last_became_active":"2026-02-18T06:04:32.556972+0000","last_became_peered":"2026-02-18T06:04:32.556972+0000","last_unstale":"2026-02-18T06:40:37.717860+0000","last_undegraded":"2026-02-18T06:40:37.717860+0000","last_fullsized":"2026-02-18T06:40:37.717860+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'899","last_scrub_stamp":"2026-02-18T06:40:37.717815+0000","last_deep_scrub":"28'899","last_deep_scrub_stamp":"2026-02-18T06:40:37.717815+0000","last_clean_scrub_stamp":"2026-02-18T06:40:37.717815+0000","objects_scrubbed":2,"log_size":899,"log_dups_size":0,"ondisk_log_size":899,"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 @ 2026-02-19T16:26:36.129645+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.00043932800000000001,"stat_sum":{"num_bytes":836,"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":5044,"num_read_kb":4149,"num_write":1785,"num_write_kb":1779,"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":[]},{"pgid":"2.4","version":"28'2677","reported_seq":2761,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:36.722313+0000","last_change":"2026-02-18T06:40:36.722313+0000","last_active":"2026-02-18T06:40:36.722313+0000","last_peered":"2026-02-18T06:40:36.722313+0000","last_clean":"2026-02-18T06:40:36.722313+0000","last_became_active":"2026-02-18T06:04:32.556777+0000","last_became_peered":"2026-02-18T06:04:32.556777+0000","last_unstale":"2026-02-18T06:40:36.722313+0000","last_undegraded":"2026-02-18T06:40:36.722313+0000","last_fullsized":"2026-02-18T06:40:36.722313+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'2677","last_scrub_stamp":"2026-02-18T06:40:36.722250+0000","last_deep_scrub":"28'2677","last_deep_scrub_stamp":"2026-02-18T06:40:36.722250+0000","last_clean_scrub_stamp":"2026-02-18T06:40:36.722250+0000","objects_scrubbed":2,"log_size":2677,"log_dups_size":0,"ondisk_log_size":2677,"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 @ 2026-02-19T09:37:06.506135+0000","scrub_duration":3,"objects_trimmed":0,"snaptrim_duration":0.00040756000000000001,"stat_sum":{"num_bytes":674,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":16014,"num_read_kb":13344,"num_write":5339,"num_write_kb":5333,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":1,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":90,"num_omap_keys":6,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"3.3","version":"28'93752","reported_seq":144547,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:37.605258+0000","last_change":"2026-02-18T06:40:37.605258+0000","last_active":"2026-02-18T06:40:37.605258+0000","last_peered":"2026-02-18T06:40:37.605258+0000","last_clean":"2026-02-18T06:40:37.605258+0000","last_became_active":"2026-02-18T06:05:00.132076+0000","last_became_peered":"2026-02-18T06:05:00.132076+0000","last_unstale":"2026-02-18T06:40:37.605258+0000","last_undegraded":"2026-02-18T06:40:37.605258+0000","last_fullsized":"2026-02-18T06:40:37.605258+0000","mapping_epoch":19,"log_start":"28'83681","ondisk_log_start":"28'83681","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'93752","last_scrub_stamp":"2026-02-18T06:40:37.605195+0000","last_deep_scrub":"28'93752","last_deep_scrub_stamp":"2026-02-18T06:40:37.605195+0000","last_clean_scrub_stamp":"2026-02-18T06:40:37.605195+0000","objects_scrubbed":1271,"log_size":10071,"log_dups_size":0,"ondisk_log_size":10071,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":3,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T18:25:48.823192+0000","scrub_duration":2420,"objects_trimmed":0,"snaptrim_duration":0.00049542300000000004,"stat_sum":{"num_bytes":5105517056,"num_objects":1271,"num_object_clones":75,"num_object_copies":3813,"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":1271,"num_whiteouts":0,"num_read":50846,"num_read_kb":2986627,"num_write":93678,"num_write_kb":18493334,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.2","version":"28'3","reported_seq":101,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:34.228949+0000","last_change":"2026-02-18T06:40:34.228949+0000","last_active":"2026-02-18T06:40:34.228949+0000","last_peered":"2026-02-18T06:40:34.228949+0000","last_clean":"2026-02-18T06:40:34.228949+0000","last_became_active":"2026-02-18T06:04:32.556225+0000","last_became_peered":"2026-02-18T06:04:32.556225+0000","last_unstale":"2026-02-18T06:40:34.228949+0000","last_undegraded":"2026-02-18T06:40:34.228949+0000","last_fullsized":"2026-02-18T06:40:34.228949+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'3","last_scrub_stamp":"2026-02-18T06:40:34.228899+0000","last_deep_scrub":"28'3","last_deep_scrub_stamp":"2026-02-18T06:40:34.228899+0000","last_clean_scrub_stamp":"2026-02-18T06:40:34.228899+0000","objects_scrubbed":1,"log_size":3,"log_dups_size":0,"ondisk_log_size":3,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T11:54:55.893690+0000","scrub_duration":1,"objects_trimmed":0,"snaptrim_duration":0.00079319799999999995,"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":28,"num_read_kb":28,"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":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"3.0","version":"28'115682","reported_seq":228426,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:41.986057+0000","last_change":"2026-02-18T06:40:41.986057+0000","last_active":"2026-02-18T06:40:41.986057+0000","last_peered":"2026-02-18T06:40:41.986057+0000","last_clean":"2026-02-18T06:40:41.986057+0000","last_became_active":"2026-02-18T06:05:00.132012+0000","last_became_peered":"2026-02-18T06:05:00.132012+0000","last_unstale":"2026-02-18T06:40:41.986057+0000","last_undegraded":"2026-02-18T06:40:41.986057+0000","last_fullsized":"2026-02-18T06:40:41.986057+0000","mapping_epoch":19,"log_start":"28'105597","ondisk_log_start":"28'105597","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'115682","last_scrub_stamp":"2026-02-18T06:40:41.985995+0000","last_deep_scrub":"28'115682","last_deep_scrub_stamp":"2026-02-18T06:40:41.985995+0000","last_clean_scrub_stamp":"2026-02-18T06:40:41.985995+0000","objects_scrubbed":1265,"log_size":10085,"log_dups_size":0,"ondisk_log_size":10085,"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":3,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T08:18:25.782275+0000","scrub_duration":2244,"objects_trimmed":0,"snaptrim_duration":0.00056267899999999996,"stat_sum":{"num_bytes":5155937280,"num_objects":1265,"num_object_clones":63,"num_object_copies":3795,"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":1265,"num_whiteouts":0,"num_read":112780,"num_read_kb":3024668,"num_write":115623,"num_write_kb":21723838,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.1","version":"28'54","reported_seq":578,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:34.966876+0000","last_change":"2026-02-18T06:40:34.966876+0000","last_active":"2026-02-18T06:40:34.966876+0000","last_peered":"2026-02-18T06:40:34.966876+0000","last_clean":"2026-02-18T06:40:34.966876+0000","last_became_active":"2026-02-18T06:04:32.556525+0000","last_became_peered":"2026-02-18T06:04:32.556525+0000","last_unstale":"2026-02-18T06:40:34.966876+0000","last_undegraded":"2026-02-18T06:40:34.966876+0000","last_fullsized":"2026-02-18T06:40:34.966876+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'54","last_scrub_stamp":"2026-02-18T06:40:34.966844+0000","last_deep_scrub":"28'54","last_deep_scrub_stamp":"2026-02-18T06:40:34.966844+0000","last_clean_scrub_stamp":"2026-02-18T06:40:34.966844+0000","objects_scrubbed":2,"log_size":54,"log_dups_size":0,"ondisk_log_size":54,"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 @ 2026-02-19T14:54:52.468638+0000","scrub_duration":2,"objects_trimmed":0,"snaptrim_duration":0.000312131,"stat_sum":{"num_bytes":16,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":154,"num_read_kb":100,"num_write":49,"num_write_kb":43,"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":348,"num_omap_keys":11,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.1","version":"28'167123","reported_seq":262851,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:38.666842+0000","last_change":"2026-02-18T06:40:38.666842+0000","last_active":"2026-02-18T06:40:38.666842+0000","last_peered":"2026-02-18T06:40:38.666842+0000","last_clean":"2026-02-18T06:40:38.666842+0000","last_became_active":"2026-02-18T06:05:00.131962+0000","last_became_peered":"2026-02-18T06:05:00.131962+0000","last_unstale":"2026-02-18T06:40:38.666842+0000","last_undegraded":"2026-02-18T06:40:38.666842+0000","last_fullsized":"2026-02-18T06:40:38.666842+0000","mapping_epoch":19,"log_start":"28'157060","ondisk_log_start":"28'157060","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'167123","last_scrub_stamp":"2026-02-18T06:40:38.666771+0000","last_deep_scrub":"28'167123","last_deep_scrub_stamp":"2026-02-18T06:40:38.666771+0000","last_clean_scrub_stamp":"2026-02-18T06:40:38.666771+0000","objects_scrubbed":1257,"log_size":10063,"log_dups_size":0,"ondisk_log_size":10063,"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":3,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T18:33:59.142143+0000","scrub_duration":2451,"objects_trimmed":0,"snaptrim_duration":0.000527853,"stat_sum":{"num_bytes":5090814976,"num_objects":1257,"num_object_clones":78,"num_object_copies":3771,"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":1257,"num_whiteouts":0,"num_read":95807,"num_read_kb":3605152,"num_write":167044,"num_write_kb":21424283,"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,2,1],"acting":[0,2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[]},{"pgid":"2.0","version":"28'2","reported_seq":80,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:35.963947+0000","last_change":"2026-02-18T06:40:35.963912+0000","last_active":"2026-02-18T06:40:35.963947+0000","last_peered":"2026-02-18T06:40:35.963947+0000","last_clean":"2026-02-18T06:40:35.963947+0000","last_became_active":"2026-02-18T06:04:32.556485+0000","last_became_peered":"2026-02-18T06:04:32.556485+0000","last_unstale":"2026-02-18T06:40:35.963947+0000","last_undegraded":"2026-02-18T06:40:35.963947+0000","last_fullsized":"2026-02-18T06:40:35.963947+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'2","last_scrub_stamp":"2026-02-18T06:40:35.963874+0000","last_deep_scrub":"28'2","last_deep_scrub_stamp":"2026-02-18T06:40:35.963874+0000","last_clean_scrub_stamp":"2026-02-18T06:40:35.963874+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 @ 2026-02-19T10:43:40.834460+0000","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0.00029535999999999999,"stat_sum":{"num_bytes":16,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":11,"num_read_kb":3,"num_write":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[]},{"pgid":"3.2","version":"28'305157","reported_seq":491838,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:43.842013+0000","last_change":"2026-02-18T06:40:43.842013+0000","last_active":"2026-02-18T06:40:43.842013+0000","last_peered":"2026-02-18T06:40:43.842013+0000","last_clean":"2026-02-18T06:40:43.842013+0000","last_became_active":"2026-02-18T06:05:00.132043+0000","last_became_peered":"2026-02-18T06:05:00.132043+0000","last_unstale":"2026-02-18T06:40:43.842013+0000","last_undegraded":"2026-02-18T06:40:43.842013+0000","last_fullsized":"2026-02-18T06:40:43.842013+0000","mapping_epoch":19,"log_start":"28'295130","ondisk_log_start":"28'295130","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'305157","last_scrub_stamp":"2026-02-18T06:40:43.841957+0000","last_deep_scrub":"28'305157","last_deep_scrub_stamp":"2026-02-18T06:40:43.841957+0000","last_clean_scrub_stamp":"2026-02-18T06:40:43.841957+0000","objects_scrubbed":1288,"log_size":10027,"log_dups_size":0,"ondisk_log_size":10027,"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":3,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T13:26:56.049422+0000","scrub_duration":2138,"objects_trimmed":0,"snaptrim_duration":0.00054593700000000003,"stat_sum":{"num_bytes":5198913043,"num_objects":1288,"num_object_clones":81,"num_object_copies":3864,"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":1288,"num_whiteouts":0,"num_read":186756,"num_read_kb":4223254,"num_write":305075,"num_write_kb":25552672,"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,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]},{"pgid":"2.3","version":"28'274","reported_seq":1598,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:34.651869+0000","last_change":"2026-02-18T06:40:34.651869+0000","last_active":"2026-02-18T06:40:34.651869+0000","last_peered":"2026-02-18T06:40:34.651869+0000","last_clean":"2026-02-18T06:40:34.651869+0000","last_became_active":"2026-02-18T06:04:32.556102+0000","last_became_peered":"2026-02-18T06:04:32.556102+0000","last_unstale":"2026-02-18T06:40:34.651869+0000","last_undegraded":"2026-02-18T06:40:34.651869+0000","last_fullsized":"2026-02-18T06:40:34.651869+0000","mapping_epoch":12,"log_start":"0'0","ondisk_log_start":"0'0","created":12,"last_epoch_clean":13,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'274","last_scrub_stamp":"2026-02-18T06:40:34.651821+0000","last_deep_scrub":"28'274","last_deep_scrub_stamp":"2026-02-18T06:40:34.651821+0000","last_clean_scrub_stamp":"2026-02-18T06:40:34.651821+0000","objects_scrubbed":3,"log_size":274,"log_dups_size":0,"ondisk_log_size":274,"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 @ 2026-02-19T11:29:53.271737+0000","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0.00033134700000000001,"stat_sum":{"num_bytes":98,"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":1005,"num_read_kb":808,"num_write":366,"num_write_kb":360,"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":348,"num_omap_keys":11,"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":"1.0","version":"28'74","reported_seq":164,"reported_epoch":28,"state":"active+clean","last_fresh":"2026-02-18T06:40:35.700315+0000","last_change":"2026-02-18T06:40:35.700278+0000","last_active":"2026-02-18T06:40:35.700315+0000","last_peered":"2026-02-18T06:40:35.700315+0000","last_clean":"2026-02-18T06:40:35.700315+0000","last_became_active":"2026-02-18T06:04:29.549223+0000","last_became_peered":"2026-02-18T06:04:29.549223+0000","last_unstale":"2026-02-18T06:40:35.700315+0000","last_undegraded":"2026-02-18T06:40:35.700315+0000","last_fullsized":"2026-02-18T06:40:35.700315+0000","mapping_epoch":9,"log_start":"0'0","ondisk_log_start":"0'0","created":9,"last_epoch_clean":10,"parent":"0.0","parent_split_bits":0,"last_scrub":"28'74","last_scrub_stamp":"2026-02-18T06:40:35.700211+0000","last_deep_scrub":"28'74","last_deep_scrub_stamp":"2026-02-18T06:40:35.700211+0000","last_clean_scrub_stamp":"2026-02-18T06:40:35.700211+0000","objects_scrubbed":2,"log_size":74,"log_dups_size":0,"ondisk_log_size":74,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":1,"scrub_schedule":"periodic scrub scheduled @ 2026-02-19T11:54:11.463460+0000","scrub_duration":4,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0],"acting":[1,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":3,"num_pg":4,"stat_sum":{"num_bytes":20551182355,"num_objects":5081,"num_object_clones":297,"num_object_copies":15243,"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":5081,"num_whiteouts":0,"num_read":446189,"num_read_kb":13839701,"num_write":681420,"num_write_kb":87194127,"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":3501633536,"data_stored":31076634624,"data_compressed":1175206093,"data_compressed_allocated":2832232448,"data_compressed_original":30360072192,"omap_allocated":0,"internal_metadata":0},"log_size":40246,"ondisk_log_size":40246,"up":12,"acting":12,"num_store_stats":3},{"poolid":2,"num_pg":8,"stat_sum":{"num_bytes":2447,"num_objects":15,"num_object_clones":0,"num_object_copies":30,"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":15,"num_whiteouts":0,"num_read":34390,"num_read_kb":28524,"num_write":11536,"num_write_kb":11499,"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":932,"num_omap_keys":38,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":81920,"data_stored":4894,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":25065,"internal_metadata":0},"log_size":5995,"ondisk_log_size":5995,"up":16,"acting":16,"num_store_stats":3},{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":66,"num_read_kb":55,"num_write":101,"num_write_kb":1628,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":114688,"data_stored":1180736,"data_compressed":19662,"data_compressed_allocated":73728,"data_compressed_original":1146880,"omap_allocated":0,"internal_metadata":0},"log_size":74,"ondisk_log_size":74,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738807,"num_pgs":7,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2182836,"kb_used_data":1057316,"kb_used_omap":55,"kb_used_meta":1125448,"kb_avail":92189004,"statfs":{"total":96636764160,"available":94401540096,"internally_reserved":0,"allocated":1082691584,"data_stored":10358969236,"data_compressed":415723175,"data_compressed_allocated":967274496,"data_compressed_original":10235674624,"omap_allocated":56666,"internal_metadata":1152459430},"hb_peers":[0,1],"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":8,"seq":34359738807,"num_pgs":13,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2990852,"kb_used_data":1179508,"kb_used_omap":57,"kb_used_meta":1811270,"kb_avail":91380988,"statfs":{"total":96636764160,"available":93574131712,"internally_reserved":0,"allocated":1207816192,"data_stored":10359561921,"data_compressed":386249332,"data_compressed_allocated":937127936,"data_compressed_original":10073243648,"omap_allocated":59345,"internal_metadata":1854740527},"hb_peers":[0,2],"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":8,"seq":34359738808,"num_pgs":10,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":2345372,"kb_used_data":1183628,"kb_used_omap":54,"kb_used_meta":1161673,"kb_avail":92026468,"statfs":{"total":96636764160,"available":94235103232,"internally_reserved":0,"allocated":1212035072,"data_stored":10359561791,"data_compressed":373253248,"data_compressed_allocated":927903744,"data_compressed_original":10052300800,"omap_allocated":55407,"internal_metadata":1189554065},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":57344,"data_stored":590368,"data_compressed":9831,"data_compressed_allocated":36864,"data_compressed_original":573440,"omap_allocated":0,"internal_metadata":0},{"poolid":2,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":28672,"data_stored":2317,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5866,"internal_metadata":0},{"poolid":2,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":40960,"data_stored":2447,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10450,"internal_metadata":0},{"poolid":2,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":12288,"data_stored":130,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8749,"internal_metadata":0},{"poolid":3,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":1211711488,"data_stored":10358878208,"data_compressed":373243417,"data_compressed_allocated":927866880,"data_compressed_original":10051727360,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":1207480320,"data_stored":10358878208,"data_compressed":386239501,"data_compressed_allocated":937091072,"data_compressed_original":10072670208,"omap_allocated":0,"internal_metadata":0},{"poolid":3,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":1082441728,"data_stored":10358878208,"data_compressed":415723175,"data_compressed_allocated":967274496,"data_compressed_original":10235674624,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-18T06:40:54.477 DEBUG:teuthology.orchestra.run.trial122:> sudo ceph --cluster cluster1 config set global mon_health_to_clog false 2026-02-18T06:40:54.668 INFO:teuthology.misc:Shutting down mds daemons... 2026-02-18T06:40:54.668 INFO:teuthology.misc:Shutting down osd daemons... 2026-02-18T06:40:54.668 DEBUG:tasks.ceph.cluster1.osd.0:waiting for process to exit 2026-02-18T06:40:54.669 INFO:teuthology.orchestra.run:waiting for 300 2026-02-18T06:40:54.754 INFO:tasks.ceph.cluster1.osd.0:Stopped 2026-02-18T06:40:54.754 DEBUG:tasks.ceph.cluster1.osd.1:waiting for process to exit 2026-02-18T06:40:54.754 INFO:teuthology.orchestra.run:waiting for 300 2026-02-18T06:40:54.847 INFO:tasks.ceph.cluster1.osd.1:Stopped 2026-02-18T06:40:54.848 DEBUG:tasks.ceph.cluster1.osd.2:waiting for process to exit 2026-02-18T06:40:54.848 INFO:teuthology.orchestra.run:waiting for 300 2026-02-18T06:40:54.934 INFO:tasks.ceph.cluster1.osd.2:Stopped 2026-02-18T06:40:54.934 INFO:teuthology.misc:Shutting down mgr daemons... 2026-02-18T06:40:54.934 DEBUG:tasks.ceph.cluster1.mgr.x:waiting for process to exit 2026-02-18T06:40:54.935 INFO:teuthology.orchestra.run:waiting for 300 2026-02-18T06:40:54.965 INFO:tasks.ceph.cluster1.mgr.x:Stopped 2026-02-18T06:40:54.965 INFO:teuthology.misc:Shutting down mon daemons... 2026-02-18T06:40:54.966 DEBUG:tasks.ceph.cluster1.mon.a:waiting for process to exit 2026-02-18T06:40:54.966 INFO:teuthology.orchestra.run:waiting for 300 2026-02-18T06:40:55.016 INFO:tasks.ceph.cluster1.mon.a:Stopped 2026-02-18T06:40:55.016 INFO:tasks.ceph:Checking cluster log for badness... 2026-02-18T06:40:55.016 DEBUG:teuthology.orchestra.run.trial122:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/cluster1.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2026-02-18T06:40:55.082 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-0 on ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:40:55.083 DEBUG:teuthology.orchestra.run.trial122:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-0 2026-02-18T06:40:55.672 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-1 on ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:40:55.672 DEBUG:teuthology.orchestra.run.trial122:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-1 2026-02-18T06:40:55.956 INFO:tasks.ceph:Unmounting /var/lib/ceph/osd/cluster1-2 on ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:40:55.957 DEBUG:teuthology.orchestra.run.trial122:> sync && sudo umount -f /var/lib/ceph/osd/cluster1-2 2026-02-18T06:40:56.232 INFO:tasks.ceph:Archiving mon data... 2026-02-18T06:40:56.232 DEBUG:teuthology.misc:Transferring archived files from trial122:/var/lib/ceph/mon/cluster1-a to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867/data/cluster1.mon.a.tgz 2026-02-18T06:40:56.232 DEBUG:teuthology.orchestra.run.trial122:> mktemp 2026-02-18T06:40:56.249 INFO:teuthology.orchestra.run.trial122.stdout:/tmp/tmp.BfDwewW7by 2026-02-18T06:40:56.249 DEBUG:teuthology.orchestra.run.trial122:> sudo tar cz -f - -C /var/lib/ceph/mon/cluster1-a -- . > /tmp/tmp.BfDwewW7by 2026-02-18T06:40:56.339 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod 0666 /tmp/tmp.BfDwewW7by 2026-02-18T06:40:56.423 DEBUG:teuthology.orchestra.remote:trial122:/tmp/tmp.BfDwewW7by is 227KB 2026-02-18T06:40:56.515 DEBUG:teuthology.orchestra.run.trial122:> rm -fr /tmp/tmp.BfDwewW7by 2026-02-18T06:40:56.532 INFO:tasks.ceph:Cleaning ceph cluster... 2026-02-18T06:40:56.533 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -rf -- /etc/ceph/cluster1.conf /etc/ceph/cluster1.keyring /home/ubuntu/cephtest/cluster1.data /home/ubuntu/cephtest/cluster1.monmap /home/ubuntu/cephtest/../*.pid 2026-02-18T06:40:56.574 DEBUG:teuthology.orchestra.run.trial171:> sudo rm -rf -- /etc/ceph/cluster1.conf /etc/ceph/cluster1.keyring /home/ubuntu/cephtest/cluster1.data /home/ubuntu/cephtest/cluster1.monmap /home/ubuntu/cephtest/../*.pid 2026-02-18T06:40:56.652 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2026-02-18T06:40:56.668 INFO:teuthology.util.scanner:summary_data or yaml_file is empty! 2026-02-18T06:40:56.668 INFO:tasks.ceph:Archiving crash dumps... 2026-02-18T06:40:56.671 DEBUG:teuthology.misc:Transferring archived files from trial122:/var/lib/ceph/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867/remote/trial122/crash 2026-02-18T06:40:56.672 DEBUG:teuthology.orchestra.run.trial122:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2026-02-18T06:40:56.716 DEBUG:teuthology.misc:Transferring archived files from trial171:/var/lib/ceph/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867/remote/trial171/crash 2026-02-18T06:40:56.718 DEBUG:teuthology.orchestra.run.trial171:> sudo tar c -f - -C /var/lib/ceph/crash -- . 2026-02-18T06:40:56.742 INFO:tasks.ceph:Compressing logs... 2026-02-18T06:40:56.743 DEBUG:teuthology.orchestra.run.trial122:> 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 -- 2026-02-18T06:40:56.761 DEBUG:teuthology.orchestra.run.trial171:> 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 -- 2026-02-18T06:40:56.782 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31156.log 2026-02-18T06:40:56.804 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29876.log 2026-02-18T06:40:56.804 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.31156.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27682.log 2026-02-18T06:40:56.804 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31156.log.gz 2026-02-18T06:40:56.804 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.29876.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29876.log.gz 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.28394.log 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27682.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.24371.log 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27682.log.gz 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.28394.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30764.log 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.28394.log.gz 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.24371.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.28304.log 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.24371.log.gz 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.30764.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30764.log.gz 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-mon.a.log 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.28304.log: gzip -5 --verbose -- /var/log/ceph/cluster1-osd.2.log 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.28304.log.gz 2026-02-18T06:40:56.805 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cluster1-osd.0.log 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-osd.2.log: gzip -5 --verbose -- /var/log/ceph/ceph.tmp-client.admin.19509.log 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-osd.0.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27482.log 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/ceph.tmp-client.admin.19509.log: 0.0% -- replaced with /var/log/ceph/ceph.tmp-client.admin.19509.log.gz 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27368.log 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27482.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27829.log 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27482.log.gz 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27368.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27368.log.gz 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-osd.1.log 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31206.log 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27829.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27829.log.gz 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-osd.1.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.28524.log 2026-02-18T06:40:56.806 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.31206.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30666.log 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31206.log.gz 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.28524.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.28021.log 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.28524.log.gz 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.30666.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.28351.log 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30666.log.gz 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.28021.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.28021.log.gz 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.28204.log 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.28351.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.28459.log 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.28351.log.gz 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.28253.log 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.28204.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.28204.log.gz 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.28459.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.28459.log.gz 2026-02-18T06:40:56.807 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31058.log 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.28253.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.28253.log.gz 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27580.log 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.31058.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27972.log 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31058.log.gz 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27580.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28882.log 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27580.log.gz 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27972.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27972.log.gz 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31009.log 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster2-client.admin.28882.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.24237.log 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28882.log.gz 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.31009.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31009.log.gz 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-mgr.x.log 2026-02-18T06:40:56.808 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.24237.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28944.log 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.24237.log.gz 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31107.log 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster2-client.admin.28944.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28944.log.gz 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29718.log 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29266.log 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.31107.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31107.log.gz 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster2-client.admin.29718.log: 21.2% -- replaced with /var/log/ceph/cluster2-client.admin.29718.log.gz 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27273.log 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster2-client.admin.29266.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27683.log 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr: 55.6% -- replaced with /var/log/ceph/cluster2-client.admin.29266.log.gz 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27273.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27273.log.gz 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.24699.log 2026-02-18T06:40:56.809 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27683.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27683.log.gz 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27923.log 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.24699.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.24699.log.gz 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30862.log 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27923.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27923.log.gz 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.24142.log 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.30862.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30862.log.gz 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.24465.log 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.24142.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.24142.log.gz 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.24418.log 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.24465.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.24465.log.gz 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.28882.log 2026-02-18T06:40:56.810 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.24418.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.24418.log.gz 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.28820.log 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.28882.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.28882.log.gz 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30813.log 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.28820.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.28820.log.gz 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1.audit.log 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.30813.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30813.log.gz 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29718.log 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1.audit.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28459.log 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr: 86.5% -- replaced with /var/log/ceph/cluster1.audit.log.gz 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.29718.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29718.log.gz 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.0.29266.log 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster2-client.admin.28459.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.28944.log 2026-02-18T06:40:56.811 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28459.log.gz 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.0.29266.log: 55.9% -- replaced with /var/log/ceph/cluster1-client.0.29266.log.gz 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28524.log 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.28944.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.28944.log.gz 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27828.log 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster2-client.admin.28524.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28524.log.gz 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27343.log 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27828.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27828.log.gz 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.31253.log 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27343.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27343.log.gz 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28394.log 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.31253.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.31253.log.gz 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27433.log 2026-02-18T06:40:56.812 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster2-client.admin.28394.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28394.log.gz 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.29963.log 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27433.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27433.log.gz 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30911.log 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.29963.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.29963.log.gz 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27830.log 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.30911.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30911.log.gz 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28820.log 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27830.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27830.log.gz 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29963.log 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster2-client.admin.28820.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28820.log.gz 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.24592.log 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster2-client.admin.29963.log: 21.2% -- replaced with /var/log/ceph/cluster2-client.admin.29963.log.gz 2026-02-18T06:40:56.813 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30715.log 2026-02-18T06:40:56.814 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.24592.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.24592.log.gz 2026-02-18T06:40:56.814 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27531.log 2026-02-18T06:40:56.814 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.30715.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30715.log.gz 2026-02-18T06:40:56.814 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1.log 2026-02-18T06:40:56.814 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27531.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27531.log.gz 2026-02-18T06:40:56.814 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.27681.log 2026-02-18T06:40:56.814 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1.log: gzip -5 --verbose -- /var/log/ceph/cluster1-client.admin.30960.log 2026-02-18T06:40:56.814 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.27681.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.27681.log.gz 2026-02-18T06:40:56.814 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cluster1-client.admin.30960.log: 0.0% -- replaced with /var/log/ceph/cluster1-client.admin.30960.log.gz 2026-02-18T06:40:56.814 INFO:teuthology.orchestra.run.trial122.stderr: 88.7% -- replaced with /var/log/ceph/cluster1.log.gz 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2.log 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28805.log 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.27843.log 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29798.log 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28805.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28805.log.gz 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.27843.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28995.log 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.27843.log.gz 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29798.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29798.log.gz 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28521.log 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28995.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28472.log 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28995.log.gz 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr: 90.7% -- replaced with /var/log/ceph/cluster2.log.gz 2026-02-18T06:40:56.828 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28521.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28521.log.gz 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-mgr.x.log 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28472.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29154.log 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28472.log.gz 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cluster2.audit.log 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29154.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28330.log 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29154.log.gz 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2.audit.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29356.log 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr: 86.4% -- replaced with /var/log/ceph/cluster2.audit.log.gz 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28330.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.24871.log 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28330.log.gz 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29356.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28329.log 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29356.log.gz 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29222.log 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.24871.log: /var/log/ceph/cluster2-client.admin.28329.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.24871.log.gz 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28329.log.gz 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.24965.log 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29222.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29943.log 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29222.log.gz 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.24965.log: gzip -5 --verbose -- /var/log/ceph/ceph.tmp-client.admin.20009.log 2026-02-18T06:40:56.829 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.24965.log.gz 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29943.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.24918.log 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29943.log.gz 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/ceph.tmp-client.admin.20009.log: gzip -5 --verbose -- /var/log/ceph/cluster2-osd.0.log 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/ceph.tmp-client.admin.20009.log.gz 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29455.log 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.24918.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.24918.log.gz 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-osd.0.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28910.log 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29455.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29455.log.gz 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28183.log 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.27868.log 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28910.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28910.log.gz 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28183.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28183.log.gz 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.27773.log 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.27868.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29406.log 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.27868.log.gz 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.27773.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.27982.log 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.27773.log.gz 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29406.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28760.log 2026-02-18T06:40:56.830 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29406.log.gz 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.27982.log: gzip -5 --verbose -- /var/log/ceph/cluster2-osd.1.log 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.27982.log.gz 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28760.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29113.log 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28760.log.gz 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-mon.a.log 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-osd.1.log: /var/log/ceph/cluster2-client.admin.29113.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.24642.log 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29113.log.gz 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28031.log 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29651.log 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.24642.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.24642.log.gz 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28031.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28031.log.gz 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.24737.log 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29651.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29651.log.gz 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28328.log 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.24737.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28182.log 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.24737.log.gz 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28328.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28328.log.gz 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28670.log 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28182.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25092.log 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28182.log.gz 2026-02-18T06:40:56.831 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28670.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29749.log 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28670.log.gz 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.25092.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25092.log.gz 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29602.log 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29749.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29847.log 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29749.log.gz 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29602.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28619.log 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29602.log.gz 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29847.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28954.log 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29847.log.gz 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28619.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29700.log 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28619.log.gz 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28570.log 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28954.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28954.log.gz 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29700.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29700.log.gz 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29553.log 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28570.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.25211.log 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28570.log.gz 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28717.log 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29553.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29553.log.gz 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.25211.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29896.log 2026-02-18T06:40:56.832 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.25211.log.gz 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28717.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28423.log 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28717.log.gz 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29896.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28080.log 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29896.log.gz 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28423.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28423.log.gz 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28866.log 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28080.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28080.log.gz 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.27933.log 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28866.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29504.log 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28866.log.gz 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.27933.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.28181.log 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.27933.log.gz 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.29504.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29504.log.gz 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /var/log/ceph/cluster2-osd.2.log 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-client.admin.28181.log: gzip -5 --verbose -- /var/log/ceph/cluster2-client.admin.29069.log 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.28181.log.gz 2026-02-18T06:40:56.833 INFO:teuthology.orchestra.run.trial171.stderr:/var/log/ceph/cluster2-osd.2.log: /var/log/ceph/cluster2-client.admin.29069.log: 0.0% -- replaced with /var/log/ceph/cluster2-client.admin.29069.log.gz 2026-02-18T06:40:56.878 INFO:teuthology.orchestra.run.trial122.stderr: 92.6% -- replaced with /var/log/ceph/cluster1-mgr.x.log.gz 2026-02-18T06:40:56.895 INFO:teuthology.orchestra.run.trial171.stderr: 92.7% -- replaced with /var/log/ceph/cluster2-mgr.x.log.gz 2026-02-18T06:40:57.058 INFO:teuthology.orchestra.run.trial122.stderr: 89.8% -- replaced with /var/log/ceph/cluster1-mon.a.log.gz 2026-02-18T06:40:57.079 INFO:teuthology.orchestra.run.trial171.stderr: 90.0% -- replaced with /var/log/ceph/cluster2-mon.a.log.gz 2026-02-18T06:40:57.134 INFO:teuthology.orchestra.run.trial171.stderr: 95.3% -- replaced with /var/log/ceph/cluster2-osd.2.log.gz 2026-02-18T06:40:57.752 INFO:teuthology.orchestra.run.trial171.stderr: 94.3% -- replaced with /var/log/ceph/cluster2-osd.0.log.gz 2026-02-18T06:40:57.797 INFO:teuthology.orchestra.run.trial171.stderr: 94.3% -- replaced with /var/log/ceph/cluster2-osd.1.log.gz 2026-02-18T06:40:57.798 INFO:teuthology.orchestra.run.trial171.stderr: 2026-02-18T06:40:57.798 INFO:teuthology.orchestra.run.trial171.stderr:real 0m0.994s 2026-02-18T06:40:57.799 INFO:teuthology.orchestra.run.trial171.stderr:user 0m2.434s 2026-02-18T06:40:57.799 INFO:teuthology.orchestra.run.trial171.stderr:sys 0m0.172s 2026-02-18T06:41:50.736 INFO:teuthology.orchestra.run.trial122.stderr: 95.5% -- replaced with /var/log/ceph/cluster1-osd.2.log.gz 2026-02-18T06:43:09.648 INFO:teuthology.orchestra.run.trial122.stderr: 94.3% -- replaced with /var/log/ceph/cluster1-osd.0.log.gz 2026-02-18T06:44:27.120 INFO:teuthology.orchestra.run.trial122.stderr: 94.3% -- replaced with /var/log/ceph/cluster1-osd.1.log.gz 2026-02-18T06:44:27.123 INFO:teuthology.orchestra.run.trial122.stderr: 2026-02-18T06:44:27.123 INFO:teuthology.orchestra.run.trial122.stderr:real 3m30.349s 2026-02-18T06:44:27.123 INFO:teuthology.orchestra.run.trial122.stderr:user 6m19.136s 2026-02-18T06:44:27.123 INFO:teuthology.orchestra.run.trial122.stderr:sys 0m17.566s 2026-02-18T06:44:27.124 INFO:tasks.ceph:Archiving logs... 2026-02-18T06:44:27.128 DEBUG:teuthology.misc:Transferring archived files from trial122:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867/remote/trial122/log 2026-02-18T06:44:27.130 DEBUG:teuthology.orchestra.run.trial122:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T06:44:52.773 DEBUG:teuthology.misc:Transferring archived files from trial171:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867/remote/trial171/log 2026-02-18T06:44:52.774 DEBUG:teuthology.orchestra.run.trial171:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T06:44:53.044 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-18T06:44:53.054 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... 2026-02-18T06:44:53.054 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T06:44:53.057 DEBUG:teuthology.orchestra.run.trial171:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T06:44:53.205 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-18T06:44:53.216 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-18T06:44:53.216 DEBUG:teuthology.orchestra.run.trial122:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T06:44:53.218 DEBUG:teuthology.orchestra.run.trial171:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T06:44:53.232 INFO:teuthology.orchestra.run.trial122.stderr:bash: line 1: ntpq: command not found 2026-02-18T06:44:53.233 INFO:teuthology.orchestra.run.trial171.stderr:bash: line 1: ntpq: command not found 2026-02-18T06:44:53.268 INFO:teuthology.orchestra.run.trial171.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T06:44:53.268 INFO:teuthology.orchestra.run.trial171.stdout:=============================================================================== 2026-02-18T06:44:53.268 INFO:teuthology.orchestra.run.trial171.stdout:^- 172-233-155-39.ip.linode> 4 8 377 104 -788us[-1003us] +/- 65ms 2026-02-18T06:44:53.268 INFO:teuthology.orchestra.run.trial171.stdout:^* pool-96-231-54-150.washd> 1 8 215 37 -495us[ -716us] +/- 5852us 2026-02-18T06:44:53.268 INFO:teuthology.orchestra.run.trial171.stdout:^- dns-e.ns4v.icu 2 8 377 236 -1496us[-1697us] +/- 61ms 2026-02-18T06:44:53.268 INFO:teuthology.orchestra.run.trial171.stdout:^- 69.176.84.38 2 8 377 46 -583us[ -803us] +/- 36ms 2026-02-18T06:44:53.268 INFO:teuthology.orchestra.run.trial122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T06:44:53.268 INFO:teuthology.orchestra.run.trial122.stdout:=============================================================================== 2026-02-18T06:44:53.268 INFO:teuthology.orchestra.run.trial122.stdout:^- 172-233-155-39.ip.linode> 4 6 377 43 -1861us[-1840us] +/- 64ms 2026-02-18T06:44:53.269 INFO:teuthology.orchestra.run.trial122.stdout:^* pool-96-231-54-150.washd> 1 8 63 38 +106us[ +127us] +/- 6566us 2026-02-18T06:44:53.269 INFO:teuthology.orchestra.run.trial122.stdout:^- dns-e.ns4v.icu 2 6 377 42 -999us[ -978us] +/- 64ms 2026-02-18T06:44:53.269 INFO:teuthology.orchestra.run.trial122.stdout:^- 69.176.84.38 2 7 377 367 -191us[ -424us] +/- 35ms 2026-02-18T06:44:53.269 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-18T06:44:53.281 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-18T06:44:53.281 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-18T06:44:53.295 DEBUG:teuthology.orchestra.run.trial122:> 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 2026-02-18T06:44:53.351 DEBUG:teuthology.orchestra.run.trial171:> 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 2026-02-18T06:44:53.394 DEBUG:teuthology.orchestra.run.trial122:> 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 2026-02-18T06:44:53.419 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T06:44:53.420 DEBUG:teuthology.orchestra.run.trial171:> 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 2026-02-18T06:44:53.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T06:44:53.461 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-18T06:44:53.477 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-18T06:44:53.493 INFO:teuthology.task.internal:Duration was 2598.636580 seconds 2026-02-18T06:44:53.493 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-18T06:44:53.509 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-18T06:44:53.509 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T06:44:53.512 DEBUG:teuthology.orchestra.run.trial171:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T06:44:53.546 INFO:teuthology.orchestra.run.trial122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T06:44:53.548 INFO:teuthology.orchestra.run.trial171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T06:44:53.842 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-18T06:44:53.843 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial122.front.sepia.ceph.com 2026-02-18T06:44:53.843 DEBUG:teuthology.orchestra.run.trial122:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-18T06:44:53.864 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial171.front.sepia.ceph.com 2026-02-18T06:44:53.864 DEBUG:teuthology.orchestra.run.trial171:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-02-18T06:44:53.900 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-18T06:44:53.900 DEBUG:teuthology.orchestra.run.trial122:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T06:44:53.906 DEBUG:teuthology.orchestra.run.trial171:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T06:44:53.983 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-18T06:44:53.984 DEBUG:teuthology.orchestra.run.trial122:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T06:44:53.990 DEBUG:teuthology.orchestra.run.trial171:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-02-18T06:44:54.011 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T06:44:54.012 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T06:44:54.012 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T06:44:54.012 INFO:teuthology.orchestra.run.trial122.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T06:44:54.012 INFO:teuthology.orchestra.run.trial122.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T06:44:54.016 INFO:teuthology.orchestra.run.trial122.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 88.8% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T06:44:54.045 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T06:44:54.046 INFO:teuthology.orchestra.run.trial171.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T06:44:54.046 INFO:teuthology.orchestra.run.trial171.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T06:44:54.047 INFO:teuthology.orchestra.run.trial171.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T06:44:54.047 INFO:teuthology.orchestra.run.trial171.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T06:44:54.050 INFO:teuthology.orchestra.run.trial171.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 88.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T06:44:54.052 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-18T06:44:54.068 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-18T06:44:54.069 DEBUG:teuthology.orchestra.run.trial122:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T06:44:54.093 DEBUG:teuthology.orchestra.run.trial171:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T06:44:54.117 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-18T06:44:54.134 DEBUG:teuthology.orchestra.run.trial122:> 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 2026-02-18T06:44:54.136 DEBUG:teuthology.orchestra.run.trial171:> 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 2026-02-18T06:44:54.158 INFO:teuthology.orchestra.run.trial122.stdout:kernel.core_pattern = core 2026-02-18T06:44:54.183 INFO:teuthology.orchestra.run.trial171.stdout:kernel.core_pattern = core 2026-02-18T06:44:54.213 DEBUG:teuthology.orchestra.run.trial122:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T06:44:54.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T06:44:54.229 DEBUG:teuthology.orchestra.run.trial171:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T06:44:54.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T06:44:54.271 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-18T06:44:54.288 INFO:teuthology.task.internal:Transferring archived files... 2026-02-18T06:44:54.289 DEBUG:teuthology.misc:Transferring archived files from trial122:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867/remote/trial122 2026-02-18T06:44:54.290 DEBUG:teuthology.orchestra.run.trial122:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T06:44:54.324 DEBUG:teuthology.misc:Transferring archived files from trial171:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:26:40-rbd-20.2.1_2.17.26-baseline_2-distro-default-trial/54867/remote/trial171 2026-02-18T06:44:54.324 DEBUG:teuthology.orchestra.run.trial171:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T06:44:54.356 INFO:teuthology.task.internal:Removing archive directory... 2026-02-18T06:44:54.357 DEBUG:teuthology.orchestra.run.trial122:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T06:44:54.360 DEBUG:teuthology.orchestra.run.trial171:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T06:44:54.406 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-18T06:44:54.425 INFO:teuthology.task.internal:Not uploading archives. 2026-02-18T06:44:54.426 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-18T06:44:54.442 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-18T06:44:54.443 DEBUG:teuthology.orchestra.run.trial122:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T06:44:54.445 DEBUG:teuthology.orchestra.run.trial171:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T06:44:54.460 INFO:teuthology.orchestra.run.trial122.stdout: 791912 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 06:44 /home/ubuntu/cephtest 2026-02-18T06:44:54.462 INFO:teuthology.orchestra.run.trial171.stdout: 791912 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 06:44 /home/ubuntu/cephtest 2026-02-18T06:44:54.463 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-18T06:44:54.481 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-18T06:44:54.520 INFO:teuthology.run:Summary data: description: rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{centos_latest} 5-data-pool/ec 6-prepare/native-standalone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}} duration: 2598.6365797519684 flavor: default owner: scheduled_yuriw@soko04.front.sepia.ceph.com success: true 2026-02-18T06:44:54.520 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T06:44:54.642 INFO:teuthology.run:pass