2026-03-23T19:29:22.619 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-23T19:29:22.632 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-23T19:29:22.660 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3511 branch: tentacle description: rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-zstd 4-supported-random-distro$/{centos_latest} 5-data-pool/ec 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}} email: null 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: '3511' last_in_suite: false machine_type: vps 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: kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: tentacle ansible.cephlab: branch: main repo: https://github.com/kshtsk/ceph-cm-ansible.git skip_tags: nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs vars: logical_volumes: lv_1: scratch_dev: true size: 25%VG vg: vg_nvme lv_2: scratch_dev: true size: 25%VG vg: vg_nvme lv_3: scratch_dev: true size: 25%VG vg: vg_nvme lv_4: scratch_dev: true size: 25%VG vg: vg_nvme timezone: UTC volume_groups: vg_nvme: pvs: /dev/vdb,/dev/vdc,/dev/vdd,/dev/vde 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: zstd 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 mclock iops capacity threshold hdd: 49000 osd objectstore: bluestore flavor: default fs: xfs log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 70f8415b300f041766fa27faf7d5472699e32388 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: cephadm_binary_url: https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm install: ceph: flavor: default sha1: 70f8415b300f041766fa27faf7d5472699e32388 extra_system_packages: deb: - python3-jmespath - python3-xmltodict - s3cmd rpm: - bzip2 - perl-Test-Harness - python3-jmespath - python3-xmltodict - s3cmd thrashosds: bdev_inject_crash: 2 bdev_inject_crash_probability: 0.5 workunit: branch: tt-tentacle sha1: 0392f78529848ec72469e8e431875cb98d3a5fb4 owner: kyr priority: 1000 repo: https://github.com/ceph/ceph.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: 3051 sha1: 70f8415b300f041766fa27faf7d5472699e32388 sleep_before_teardown: 0 subset: 1/128 suite: rbd suite_branch: tt-tentacle suite_path: /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa suite_relpath: qa suite_repo: https://github.com/kshtsk/ceph.git suite_sha1: 0392f78529848ec72469e8e431875cb98d3a5fb4 targets: vm00.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIlJtZQAVOyr/pZ2XXp/zXlAj657Y65wyBE68uHvH/O8DebhrkM64dEOJoia0QdBTS2TpaPJzF2KjRSDrA6ZM6E= vm05.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNjgPwXk1pGcsuiUTLCtFGi2TsOTHeJuZv6ECviezjtB9pwAxMFHyyxGtDEXfr1YFUHeVN+ziD0EGz7t1EbRP00= 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-src - rbd --cluster cluster2 migration execute client.0.0-src - rbd --cluster cluster2 migration commit client.0.0-src - rbd --cluster cluster2 snap create client.0.0-src@snap - rbd --cluster cluster2 snap protect client.0.0-src@snap - rbd --cluster cluster2 clone client.0.0-src@snap client.0.0 - rbd --cluster cluster2 snap create client.0.0@snap - rbd --cluster cluster2 create --size 1G client.0.1-src - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1-src - rbd --cluster cluster2 snap create client.0.1-src@snap - rbd --cluster cluster2 snap protect client.0.1-src@snap - rbd --cluster cluster2 clone client.0.1-src@snap client.0.1 - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1 - rbd --cluster cluster2 snap create client.0.1@snap - rbd --cluster cluster2 create --size 1G client.0.2-src - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.2-src - rbd --cluster cluster2 snap create client.0.2-src@snap - rbd --cluster cluster2 snap protect client.0.2-src@snap - rbd --cluster cluster2 clone client.0.2-src@snap 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: clyso-debian-13 teuthology_repo: https://github.com/clyso/teuthology teuthology_sha1: 1c580df7a9c7c2aadc272da296344fd99f27c444 timestamp: 2026-03-20_22:04:26 tube: vps user: kyr verbose: false worker_log: /home/teuthos/.teuthology/dispatcher/dispatcher.vps.2366871 2026-03-23T19:29:22.660 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa; will attempt to use it 2026-03-23T19:29:22.661 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa/tasks 2026-03-23T19:29:22.661 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-03-23T19:29:22.661 INFO:teuthology.task.internal:Checking packages... 2026-03-23T19:29:22.661 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '70f8415b300f041766fa27faf7d5472699e32388' 2026-03-23T19:29:22.661 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-03-23T19:29:22.661 INFO:teuthology.packaging:ref: None 2026-03-23T19:29:22.661 INFO:teuthology.packaging:tag: None 2026-03-23T19:29:22.661 INFO:teuthology.packaging:branch: tentacle 2026-03-23T19:29:22.661 INFO:teuthology.packaging:sha1: 70f8415b300f041766fa27faf7d5472699e32388 2026-03-23T19:29:22.661 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=tentacle 2026-03-23T19:29:23.343 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-721.g5bb32787 2026-03-23T19:29:23.344 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-03-23T19:29:23.352 INFO:teuthology.task.internal:no buildpackages task found 2026-03-23T19:29:23.353 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-23T19:29:23.353 INFO:teuthology.task.internal:Saving configuration 2026-03-23T19:29:23.361 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-23T19:29:23.361 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-23T19:29:23.368 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm00.local', 'description': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3511', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-23 19:28:14.813628', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:00', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIlJtZQAVOyr/pZ2XXp/zXlAj657Y65wyBE68uHvH/O8DebhrkM64dEOJoia0QdBTS2TpaPJzF2KjRSDrA6ZM6E='} 2026-03-23T19:29:23.372 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm05.local', 'description': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3511', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-23 19:28:14.813238', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:05', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNjgPwXk1pGcsuiUTLCtFGi2TsOTHeJuZv6ECviezjtB9pwAxMFHyyxGtDEXfr1YFUHeVN+ziD0EGz7t1EbRP00='} 2026-03-23T19:29:23.372 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-23T19:29:23.373 INFO:teuthology.task.internal:roles: ubuntu@vm00.local - ['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'] 2026-03-23T19:29:23.373 INFO:teuthology.task.internal:roles: ubuntu@vm05.local - ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0'] 2026-03-23T19:29:23.373 INFO:teuthology.run_tasks:Running task console_log... 2026-03-23T19:29:23.378 DEBUG:teuthology.task.console_log:vm00 does not support IPMI; excluding 2026-03-23T19:29:23.384 DEBUG:teuthology.task.console_log:vm05 does not support IPMI; excluding 2026-03-23T19:29:23.384 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7df2cd0b80>, signals=[15]) 2026-03-23T19:29:23.384 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-23T19:29:23.385 INFO:teuthology.task.internal:Opening connections... 2026-03-23T19:29:23.385 DEBUG:teuthology.task.internal:connecting to ubuntu@vm00.local 2026-03-23T19:29:23.385 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-23T19:29:23.447 DEBUG:teuthology.task.internal:connecting to ubuntu@vm05.local 2026-03-23T19:29:23.448 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-23T19:29:23.506 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-23T19:29:23.507 DEBUG:teuthology.orchestra.run.vm00:> uname -m 2026-03-23T19:29:23.555 INFO:teuthology.orchestra.run.vm00.stdout:x86_64 2026-03-23T19:29:23.555 DEBUG:teuthology.orchestra.run.vm00:> cat /etc/os-release 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:NAME="CentOS Stream" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:VERSION="9" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:ID="centos" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:ID_LIKE="rhel fedora" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:VERSION_ID="9" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:PLATFORM_ID="platform:el9" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:ANSI_COLOR="0;31" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:LOGO="fedora-logo-icon" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:HOME_URL="https://centos.org/" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-23T19:29:23.611 INFO:teuthology.orchestra.run.vm00.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-23T19:29:23.611 INFO:teuthology.lock.ops:Updating vm00.local on lock server 2026-03-23T19:29:23.626 DEBUG:teuthology.orchestra.run.vm05:> uname -m 2026-03-23T19:29:23.640 INFO:teuthology.orchestra.run.vm05.stdout:x86_64 2026-03-23T19:29:23.648 DEBUG:teuthology.orchestra.run.vm05:> cat /etc/os-release 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:NAME="CentOS Stream" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:VERSION="9" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:ID="centos" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:ID_LIKE="rhel fedora" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:VERSION_ID="9" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:PLATFORM_ID="platform:el9" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:ANSI_COLOR="0;31" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:LOGO="fedora-logo-icon" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:HOME_URL="https://centos.org/" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-23T19:29:23.695 INFO:teuthology.orchestra.run.vm05.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-23T19:29:23.695 INFO:teuthology.lock.ops:Updating vm05.local on lock server 2026-03-23T19:29:23.702 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-23T19:29:23.704 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-23T19:29:23.705 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-23T19:29:23.705 DEBUG:teuthology.orchestra.run.vm00:> test '!' -e /home/ubuntu/cephtest 2026-03-23T19:29:23.707 DEBUG:teuthology.orchestra.run.vm05:> test '!' -e /home/ubuntu/cephtest 2026-03-23T19:29:23.751 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-23T19:29:23.755 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-23T19:29:23.755 DEBUG:teuthology.orchestra.run.vm00:> test -z $(ls -A /var/lib/ceph) 2026-03-23T19:29:23.764 DEBUG:teuthology.orchestra.run.vm05:> test -z $(ls -A /var/lib/ceph) 2026-03-23T19:29:23.779 INFO:teuthology.orchestra.run.vm00.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-23T19:29:23.807 INFO:teuthology.orchestra.run.vm05.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-23T19:29:23.807 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-23T19:29:23.816 DEBUG:teuthology.orchestra.run.vm00:> test -e /ceph-qa-ready 2026-03-23T19:29:23.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-23T19:29:24.118 DEBUG:teuthology.orchestra.run.vm05:> test -e /ceph-qa-ready 2026-03-23T19:29:24.133 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-23T19:29:24.323 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-23T19:29:24.326 INFO:teuthology.task.internal:Creating test directory... 2026-03-23T19:29:24.326 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-23T19:29:24.329 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-23T19:29:24.345 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-23T19:29:24.347 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-23T19:29:24.348 INFO:teuthology.task.internal:Creating archive directory... 2026-03-23T19:29:24.348 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-23T19:29:24.386 DEBUG:teuthology.orchestra.run.vm05:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-23T19:29:24.407 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-23T19:29:24.408 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-23T19:29:24.408 DEBUG:teuthology.orchestra.run.vm00:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-23T19:29:24.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-23T19:29:24.458 DEBUG:teuthology.orchestra.run.vm05:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-23T19:29:24.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-23T19:29:24.474 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:29:24.500 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:29:24.524 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-23T19:29:24.533 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-23T19:29:24.548 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-23T19:29:24.556 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-23T19:29:24.558 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-23T19:29:24.559 INFO:teuthology.task.internal:Configuring sudo... 2026-03-23T19:29:24.559 DEBUG:teuthology.orchestra.run.vm00:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-23T19:29:24.577 DEBUG:teuthology.orchestra.run.vm05:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-23T19:29:24.623 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-23T19:29:24.625 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-23T19:29:24.625 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-23T19:29:24.643 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-23T19:29:24.680 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-23T19:29:24.722 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-23T19:29:24.785 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:29:24.786 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-23T19:29:24.836 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-23T19:29:24.861 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-23T19:29:24.920 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:29:24.920 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-23T19:29:24.981 DEBUG:teuthology.orchestra.run.vm00:> sudo service rsyslog restart 2026-03-23T19:29:24.983 DEBUG:teuthology.orchestra.run.vm05:> sudo service rsyslog restart 2026-03-23T19:29:25.012 INFO:teuthology.orchestra.run.vm00.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-23T19:29:25.049 INFO:teuthology.orchestra.run.vm05.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-23T19:29:25.457 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-23T19:29:25.459 INFO:teuthology.task.internal:Starting timer... 2026-03-23T19:29:25.459 INFO:teuthology.run_tasks:Running task pcp... 2026-03-23T19:29:25.466 INFO:teuthology.run_tasks:Running task selinux... 2026-03-23T19:29:25.468 INFO:teuthology.task.selinux:Excluding vm00: VMs are not yet supported 2026-03-23T19:29:25.468 INFO:teuthology.task.selinux:Excluding vm05: VMs are not yet supported 2026-03-23T19:29:25.468 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-23T19:29:25.468 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-23T19:29:25.468 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-23T19:29:25.468 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-23T19:29:25.470 DEBUG:teuthology.task:Applying overrides for task ansible.cephlab: {'branch': 'main', 'repo': 'https://github.com/kshtsk/ceph-cm-ansible.git', 'skip_tags': 'nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs', 'vars': {'logical_volumes': {'lv_1': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_2': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_3': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_4': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}}, 'timezone': 'UTC', 'volume_groups': {'vg_nvme': {'pvs': '/dev/vdb,/dev/vdc,/dev/vdd,/dev/vde'}}}} 2026-03-23T19:29:25.471 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-23T19:29:25.472 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-23T19:29:25.984 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-23T19:29:25.990 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-03-23T19:29:25.990 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu", "logical_volumes": {"lv_1": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}, "lv_2": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}, "lv_3": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}, "lv_4": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}}, "timezone": "UTC", "volume_groups": {"vg_nvme": {"pvs": "/dev/vdb,/dev/vdc,/dev/vdd,/dev/vde"}}}' -i /tmp/teuth_ansible_inventoryfebrlfwl --limit vm00.local,vm05.local /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main/cephlab.yml --skip-tags nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs 2026-03-23T19:30:50.018 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm00.local'), Remote(name='ubuntu@vm05.local')] 2026-03-23T19:30:50.018 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm00.local' 2026-03-23T19:30:50.019 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-23T19:30:50.081 DEBUG:teuthology.orchestra.run.vm00:> true 2026-03-23T19:30:50.162 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm00.local' 2026-03-23T19:30:50.163 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm05.local' 2026-03-23T19:30:50.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-23T19:30:50.225 DEBUG:teuthology.orchestra.run.vm05:> true 2026-03-23T19:30:50.303 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm05.local' 2026-03-23T19:30:50.303 INFO:teuthology.run_tasks:Running task clock... 2026-03-23T19:30:50.306 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-23T19:30:50.306 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-23T19:30:50.306 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:30:50.308 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-23T19:30:50.308 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:30:50.338 INFO:teuthology.orchestra.run.vm00.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-23T19:30:50.354 INFO:teuthology.orchestra.run.vm00.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-23T19:30:50.370 INFO:teuthology.orchestra.run.vm05.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-23T19:30:50.378 INFO:teuthology.orchestra.run.vm00.stderr:sudo: ntpd: command not found 2026-03-23T19:30:50.386 INFO:teuthology.orchestra.run.vm05.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-23T19:30:50.391 INFO:teuthology.orchestra.run.vm00.stdout:506 Cannot talk to daemon 2026-03-23T19:30:50.408 INFO:teuthology.orchestra.run.vm00.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-23T19:30:50.412 INFO:teuthology.orchestra.run.vm05.stderr:sudo: ntpd: command not found 2026-03-23T19:30:50.422 INFO:teuthology.orchestra.run.vm00.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-23T19:30:50.423 INFO:teuthology.orchestra.run.vm05.stdout:506 Cannot talk to daemon 2026-03-23T19:30:50.440 INFO:teuthology.orchestra.run.vm05.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-23T19:30:50.453 INFO:teuthology.orchestra.run.vm05.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-23T19:30:50.474 INFO:teuthology.orchestra.run.vm00.stderr:bash: line 1: ntpq: command not found 2026-03-23T19:30:50.478 INFO:teuthology.orchestra.run.vm00.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-23T19:30:50.478 INFO:teuthology.orchestra.run.vm00.stdout:=============================================================================== 2026-03-23T19:30:50.478 INFO:teuthology.orchestra.run.vm00.stdout:^? time.cloudflare.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-23T19:30:50.478 INFO:teuthology.orchestra.run.vm00.stdout:^? nobody.yourvserver.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-23T19:30:50.478 INFO:teuthology.orchestra.run.vm00.stdout:^? nono.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-23T19:30:50.478 INFO:teuthology.orchestra.run.vm00.stdout:^? 185.252.140.125 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-23T19:30:50.507 INFO:teuthology.orchestra.run.vm05.stderr:bash: line 1: ntpq: command not found 2026-03-23T19:30:50.510 INFO:teuthology.orchestra.run.vm05.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-23T19:30:50.510 INFO:teuthology.orchestra.run.vm05.stdout:=============================================================================== 2026-03-23T19:30:50.510 INFO:teuthology.orchestra.run.vm05.stdout:^? time.cloudflare.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-23T19:30:50.510 INFO:teuthology.orchestra.run.vm05.stdout:^? nobody.yourvserver.net 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-23T19:30:50.510 INFO:teuthology.orchestra.run.vm05.stdout:^? nono.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-23T19:30:50.510 INFO:teuthology.orchestra.run.vm05.stdout:^? 185.252.140.125 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-03-23T19:30:50.510 INFO:teuthology.run_tasks:Running task install... 2026-03-23T19:30:50.513 DEBUG:teuthology.task.install:project ceph 2026-03-23T19:30:50.513 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}, 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}} 2026-03-23T19:30:50.513 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}} 2026-03-23T19:30:50.513 INFO:teuthology.task.install:Using flavor: default 2026-03-23T19:30:50.515 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-03-23T19:30:50.515 INFO:teuthology.task.install:extra packages: [] 2026-03-23T19:30:50.515 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': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'tag': None, 'wait_for_package': False} 2026-03-23T19:30:50.515 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-23T19:30:50.516 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': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'tag': None, 'wait_for_package': False} 2026-03-23T19:30:50.516 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-23T19:30:51.208 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/centos/9/flavors/default/ 2026-03-23T19:30:51.208 INFO:teuthology.task.install.rpm:Package version is 20.2.0-712.g70f8415b 2026-03-23T19:30:51.294 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/centos/9/flavors/default/ 2026-03-23T19:30:51.294 INFO:teuthology.task.install.rpm:Package version is 20.2.0-712.g70f8415b 2026-03-23T19:30:51.762 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-03-23T19:30:51.763 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:30:51.763 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-23T19:30:51.775 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-03-23T19:30:51.775 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:30:51.775 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-03-23T19:30:51.794 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, bzip2, perl-Test-Harness, python3-jmespath, python3-xmltodict, s3cmd on remote rpm x86_64 2026-03-23T19:30:51.794 DEBUG:teuthology.orchestra.run.vm00:> 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/70f8415b300f041766fa27faf7d5472699e32388/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-03-23T19:30:51.806 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, bzip2, perl-Test-Harness, python3-jmespath, python3-xmltodict, s3cmd on remote rpm x86_64 2026-03-23T19:30:51.806 DEBUG:teuthology.orchestra.run.vm05:> 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/70f8415b300f041766fa27faf7d5472699e32388/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-03-23T19:30:51.867 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:30:51.875 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:30:51.942 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:30:51.954 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:30:52.014 INFO:teuthology.orchestra.run.vm00.stdout:check_obsoletes = 1 2026-03-23T19:30:52.015 DEBUG:teuthology.orchestra.run.vm00:> sudo yum clean all 2026-03-23T19:30:52.021 INFO:teuthology.orchestra.run.vm05.stdout:check_obsoletes = 1 2026-03-23T19:30:52.024 DEBUG:teuthology.orchestra.run.vm05:> sudo yum clean all 2026-03-23T19:30:52.185 INFO:teuthology.orchestra.run.vm00.stdout:41 files removed 2026-03-23T19:30:52.196 INFO:teuthology.orchestra.run.vm05.stdout:41 files removed 2026-03-23T19:30:52.208 DEBUG:teuthology.orchestra.run.vm00:> sudo yum -y install 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 bzip2 perl-Test-Harness python3-jmespath python3-xmltodict s3cmd 2026-03-23T19:30:52.217 DEBUG:teuthology.orchestra.run.vm05:> sudo yum -y install 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 bzip2 perl-Test-Harness python3-jmespath python3-xmltodict s3cmd 2026-03-23T19:30:53.538 INFO:teuthology.orchestra.run.vm00.stdout:ceph packages for x86_64 75 kB/s | 87 kB 00:01 2026-03-23T19:30:53.581 INFO:teuthology.orchestra.run.vm05.stdout:ceph packages for x86_64 73 kB/s | 87 kB 00:01 2026-03-23T19:30:54.599 INFO:teuthology.orchestra.run.vm05.stdout:ceph noarch packages 18 kB/s | 18 kB 00:00 2026-03-23T19:30:54.607 INFO:teuthology.orchestra.run.vm00.stdout:ceph noarch packages 17 kB/s | 18 kB 00:01 2026-03-23T19:30:55.551 INFO:teuthology.orchestra.run.vm05.stdout:ceph source packages 2.1 kB/s | 1.9 kB 00:00 2026-03-23T19:30:55.585 INFO:teuthology.orchestra.run.vm00.stdout:ceph source packages 2.0 kB/s | 1.9 kB 00:00 2026-03-23T19:30:56.395 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.9 MB 00:00 2026-03-23T19:30:58.639 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - BaseOS 2.9 MB/s | 8.9 MB 00:03 2026-03-23T19:31:01.389 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - AppStream 13 MB/s | 27 MB 00:02 2026-03-23T19:31:05.169 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - CRB 7.9 MB/s | 8.0 MB 00:01 2026-03-23T19:31:06.298 INFO:teuthology.orchestra.run.vm05.stdout:CentOS Stream 9 - Extras packages 68 kB/s | 20 kB 00:00 2026-03-23T19:31:07.293 INFO:teuthology.orchestra.run.vm05.stdout:Extra Packages for Enterprise Linux 22 MB/s | 20 MB 00:00 2026-03-23T19:31:12.099 INFO:teuthology.orchestra.run.vm05.stdout:lab-extras 50 kB/s | 50 kB 00:01 2026-03-23T19:31:13.472 INFO:teuthology.orchestra.run.vm05.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-23T19:31:13.472 INFO:teuthology.orchestra.run.vm05.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-23T19:31:13.505 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout:====================================================================================== 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: Package Arch Version Repository Size 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout:====================================================================================== 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout:Installing: 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: bzip2 x86_64 1.0.8-11.el9 baseos 55 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph x86_64 2:20.2.0-712.g70f8415b.el9 ceph 6.5 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base x86_64 2:20.2.0-712.g70f8415b.el9 ceph 5.9 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse x86_64 2:20.2.0-712.g70f8415b.el9 ceph 939 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-712.g70f8415b.el9 ceph 154 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr x86_64 2:20.2.0-712.g70f8415b.el9 ceph 962 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 173 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 11 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 7.4 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 50 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw x86_64 2:20.2.0-712.g70f8415b.el9 ceph 24 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test x86_64 2:20.2.0-712.g70f8415b.el9 ceph 84 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 298 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: cephadm noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 1.0 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel x86_64 2:20.2.0-712.g70f8415b.el9 ceph 34 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 866 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel x86_64 2:20.2.0-712.g70f8415b.el9 ceph 126 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: perl-Test-Harness noarch 1:3.42-461.el9 appstream 295 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs x86_64 2:20.2.0-712.g70f8415b.el9 ceph 163 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados x86_64 2:20.2.0-712.g70f8415b.el9 ceph 324 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd x86_64 2:20.2.0-712.g70f8415b.el9 ceph 304 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw x86_64 2:20.2.0-712.g70f8415b.el9 ceph 99 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse x86_64 2:20.2.0-712.g70f8415b.el9 ceph 91 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror x86_64 2:20.2.0-712.g70f8415b.el9 ceph 2.9 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd x86_64 2:20.2.0-712.g70f8415b.el9 ceph 180 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: s3cmd noarch 2.4.0-1.el9 epel 206 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout:Upgrading: 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: librados2 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 3.5 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: librbd1 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 2.8 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout:Installing dependencies: 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common x86_64 2:20.2.0-712.g70f8415b.el9 ceph 24 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 43 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds x86_64 2:20.2.0-712.g70f8415b.el9 ceph 2.3 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 290 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon x86_64 2:20.2.0-712.g70f8415b.el9 ceph 5.0 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd x86_64 2:20.2.0-712.g70f8415b.el9 ceph 17 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 17 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux x86_64 2:20.2.0-712.g70f8415b.el9 ceph 25 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: fuse x86_64 2.9.9-17.el9 baseos 80 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-23T19:31:13.510 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-proxy2 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 24 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite x86_64 2:20.2.0-712.g70f8415b.el9 ceph 164 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 250 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: librgw2 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 6.4 M 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: perl-Benchmark noarch 1.23-483.el9 appstream 26 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse x86_64 2:20.2.0-712.g70f8415b.el9 ceph 45 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common x86_64 2:20.2.0-712.g70f8415b.el9 ceph 175 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-23T19:31:13.511 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout:Installing weak dependencies: 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout:====================================================================================== 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout:Install 136 Packages 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout:Upgrade 2 Packages 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout:Total download size: 267 M 2026-03-23T19:31:13.512 INFO:teuthology.orchestra.run.vm05.stdout:Downloading Packages: 2026-03-23T19:31:15.547 INFO:teuthology.orchestra.run.vm05.stdout:(1/138): ceph-20.2.0-712.g70f8415b.el9.x86_64.r 14 kB/s | 6.5 kB 00:00 2026-03-23T19:31:16.336 INFO:teuthology.orchestra.run.vm05.stdout:(2/138): ceph-fuse-20.2.0-712.g70f8415b.el9.x86 1.2 MB/s | 939 kB 00:00 2026-03-23T19:31:16.452 INFO:teuthology.orchestra.run.vm05.stdout:(3/138): ceph-immutable-object-cache-20.2.0-712 1.3 MB/s | 154 kB 00:00 2026-03-23T19:31:16.625 INFO:teuthology.orchestra.run.vm05.stdout:(4/138): ceph-base-20.2.0-712.g70f8415b.el9.x86 3.8 MB/s | 5.9 MB 00:01 2026-03-23T19:31:16.753 INFO:teuthology.orchestra.run.vm05.stdout:(5/138): ceph-mgr-20.2.0-712.g70f8415b.el9.x86_ 7.4 MB/s | 962 kB 00:00 2026-03-23T19:31:16.801 INFO:teuthology.orchestra.run.vm05.stdout:(6/138): ceph-mds-20.2.0-712.g70f8415b.el9.x86_ 6.7 MB/s | 2.3 MB 00:00 2026-03-23T19:31:17.246 INFO:teuthology.orchestra.run.vm05.stdout:(7/138): ceph-mon-20.2.0-712.g70f8415b.el9.x86_ 10 MB/s | 5.0 MB 00:00 2026-03-23T19:31:18.336 INFO:teuthology.orchestra.run.vm05.stdout:(8/138): ceph-osd-20.2.0-712.g70f8415b.el9.x86_ 11 MB/s | 17 MB 00:01 2026-03-23T19:31:18.449 INFO:teuthology.orchestra.run.vm05.stdout:(9/138): ceph-selinux-20.2.0-712.g70f8415b.el9. 221 kB/s | 25 kB 00:00 2026-03-23T19:31:18.690 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - AppStream 1.3 MB/s | 27 MB 00:21 2026-03-23T19:31:18.825 INFO:teuthology.orchestra.run.vm05.stdout:(10/138): ceph-common-20.2.0-712.g70f8415b.el9. 6.4 MB/s | 24 MB 00:03 2026-03-23T19:31:18.950 INFO:teuthology.orchestra.run.vm05.stdout:(11/138): libcephfs-devel-20.2.0-712.g70f8415b. 274 kB/s | 34 kB 00:00 2026-03-23T19:31:19.063 INFO:teuthology.orchestra.run.vm05.stdout:(12/138): libcephfs-proxy2-20.2.0-712.g70f8415b 214 kB/s | 24 kB 00:00 2026-03-23T19:31:19.190 INFO:teuthology.orchestra.run.vm05.stdout:(13/138): libcephfs2-20.2.0-712.g70f8415b.el9.x 6.7 MB/s | 866 kB 00:00 2026-03-23T19:31:19.304 INFO:teuthology.orchestra.run.vm05.stdout:(14/138): libcephsqlite-20.2.0-712.g70f8415b.el 1.4 MB/s | 164 kB 00:00 2026-03-23T19:31:19.418 INFO:teuthology.orchestra.run.vm05.stdout:(15/138): librados-devel-20.2.0-712.g70f8415b.e 1.1 MB/s | 126 kB 00:00 2026-03-23T19:31:19.533 INFO:teuthology.orchestra.run.vm05.stdout:(16/138): libradosstriper1-20.2.0-712.g70f8415b 2.1 MB/s | 250 kB 00:00 2026-03-23T19:31:20.208 INFO:teuthology.orchestra.run.vm05.stdout:(17/138): ceph-radosgw-20.2.0-712.g70f8415b.el9 8.0 MB/s | 24 MB 00:02 2026-03-23T19:31:20.328 INFO:teuthology.orchestra.run.vm05.stdout:(18/138): python3-ceph-argparse-20.2.0-712.g70f 377 kB/s | 45 kB 00:00 2026-03-23T19:31:20.353 INFO:teuthology.orchestra.run.vm05.stdout:(19/138): librgw2-20.2.0-712.g70f8415b.el9.x86_ 7.8 MB/s | 6.4 MB 00:00 2026-03-23T19:31:20.446 INFO:teuthology.orchestra.run.vm05.stdout:(20/138): python3-ceph-common-20.2.0-712.g70f84 1.5 MB/s | 175 kB 00:00 2026-03-23T19:31:20.469 INFO:teuthology.orchestra.run.vm05.stdout:(21/138): python3-cephfs-20.2.0-712.g70f8415b.e 1.4 MB/s | 163 kB 00:00 2026-03-23T19:31:20.564 INFO:teuthology.orchestra.run.vm05.stdout:(22/138): python3-rados-20.2.0-712.g70f8415b.el 2.7 MB/s | 324 kB 00:00 2026-03-23T19:31:20.585 INFO:teuthology.orchestra.run.vm05.stdout:(23/138): python3-rbd-20.2.0-712.g70f8415b.el9. 2.6 MB/s | 304 kB 00:00 2026-03-23T19:31:20.685 INFO:teuthology.orchestra.run.vm05.stdout:(24/138): python3-rgw-20.2.0-712.g70f8415b.el9. 819 kB/s | 99 kB 00:00 2026-03-23T19:31:20.700 INFO:teuthology.orchestra.run.vm05.stdout:(25/138): rbd-fuse-20.2.0-712.g70f8415b.el9.x86 797 kB/s | 91 kB 00:00 2026-03-23T19:31:20.815 INFO:teuthology.orchestra.run.vm05.stdout:(26/138): rbd-nbd-20.2.0-712.g70f8415b.el9.x86_ 1.5 MB/s | 180 kB 00:00 2026-03-23T19:31:20.928 INFO:teuthology.orchestra.run.vm05.stdout:(27/138): ceph-grafana-dashboards-20.2.0-712.g7 384 kB/s | 43 kB 00:00 2026-03-23T19:31:21.045 INFO:teuthology.orchestra.run.vm05.stdout:(28/138): rbd-mirror-20.2.0-712.g70f8415b.el9.x 8.1 MB/s | 2.9 MB 00:00 2026-03-23T19:31:21.046 INFO:teuthology.orchestra.run.vm05.stdout:(29/138): ceph-mgr-cephadm-20.2.0-712.g70f8415b 1.4 MB/s | 173 kB 00:00 2026-03-23T19:31:21.987 INFO:teuthology.orchestra.run.vm05.stdout:(30/138): ceph-mgr-diskprediction-local-20.2.0- 7.9 MB/s | 7.4 MB 00:00 2026-03-23T19:31:22.105 INFO:teuthology.orchestra.run.vm05.stdout:(31/138): ceph-mgr-modules-core-20.2.0-712.g70f 2.4 MB/s | 290 kB 00:00 2026-03-23T19:31:22.219 INFO:teuthology.orchestra.run.vm05.stdout:(32/138): ceph-mgr-rook-20.2.0-712.g70f8415b.el 443 kB/s | 50 kB 00:00 2026-03-23T19:31:22.315 INFO:teuthology.orchestra.run.vm05.stdout:(33/138): ceph-mgr-dashboard-20.2.0-712.g70f841 8.3 MB/s | 11 MB 00:01 2026-03-23T19:31:22.331 INFO:teuthology.orchestra.run.vm05.stdout:(34/138): ceph-prometheus-alerts-20.2.0-712.g70 154 kB/s | 17 kB 00:00 2026-03-23T19:31:22.432 INFO:teuthology.orchestra.run.vm05.stdout:(35/138): ceph-volume-20.2.0-712.g70f8415b.el9. 2.5 MB/s | 298 kB 00:00 2026-03-23T19:31:22.562 INFO:teuthology.orchestra.run.vm05.stdout:(36/138): cephadm-20.2.0-712.g70f8415b.el9.noar 4.3 MB/s | 1.0 MB 00:00 2026-03-23T19:31:22.735 INFO:teuthology.orchestra.run.vm05.stdout:(37/138): bzip2-1.0.8-11.el9.x86_64.rpm 181 kB/s | 55 kB 00:00 2026-03-23T19:31:22.873 INFO:teuthology.orchestra.run.vm05.stdout:(38/138): cryptsetup-2.8.1-3.el9.x86_64.rpm 1.1 MB/s | 351 kB 00:00 2026-03-23T19:31:22.910 INFO:teuthology.orchestra.run.vm05.stdout:(39/138): fuse-2.9.9-17.el9.x86_64.rpm 456 kB/s | 80 kB 00:00 2026-03-23T19:31:22.973 INFO:teuthology.orchestra.run.vm05.stdout:(40/138): ledmon-libs-1.1.0-3.el9.x86_64.rpm 404 kB/s | 40 kB 00:00 2026-03-23T19:31:23.093 INFO:teuthology.orchestra.run.vm05.stdout:(41/138): libconfig-1.7.2-9.el9.x86_64.rpm 394 kB/s | 72 kB 00:00 2026-03-23T19:31:23.107 INFO:teuthology.orchestra.run.vm05.stdout:(42/138): libgfortran-11.5.0-14.el9.x86_64.rpm 5.8 MB/s | 794 kB 00:00 2026-03-23T19:31:23.252 INFO:teuthology.orchestra.run.vm05.stdout:(43/138): libquadmath-11.5.0-14.el9.x86_64.rpm 1.1 MB/s | 184 kB 00:00 2026-03-23T19:31:23.395 INFO:teuthology.orchestra.run.vm05.stdout:(44/138): mailcap-2.1.49-5.el9.noarch.rpm 115 kB/s | 33 kB 00:00 2026-03-23T19:31:23.431 INFO:teuthology.orchestra.run.vm05.stdout:(45/138): pciutils-3.7.0-7.el9.x86_64.rpm 521 kB/s | 93 kB 00:00 2026-03-23T19:31:23.524 INFO:teuthology.orchestra.run.vm05.stdout:(46/138): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.9 MB/s | 253 kB 00:00 2026-03-23T19:31:23.591 INFO:teuthology.orchestra.run.vm05.stdout:(47/138): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2026-03-23T19:31:23.607 INFO:teuthology.orchestra.run.vm05.stdout:(48/138): python3-cryptography-36.0.1-5.el9.x86 7.1 MB/s | 1.2 MB 00:00 2026-03-23T19:31:23.737 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 8.0 MB 00:02 2026-03-23T19:31:23.738 INFO:teuthology.orchestra.run.vm05.stdout:(49/138): python3-pycparser-2.20-6.el9.noarch.r 919 kB/s | 135 kB 00:00 2026-03-23T19:31:23.787 INFO:teuthology.orchestra.run.vm05.stdout:(50/138): python3-pyparsing-2.4.7-9.el9.noarch. 838 kB/s | 150 kB 00:00 2026-03-23T19:31:23.821 INFO:teuthology.orchestra.run.vm05.stdout:(51/138): python3-requests-2.25.1-10.el9.noarch 1.5 MB/s | 126 kB 00:00 2026-03-23T19:31:23.880 INFO:teuthology.orchestra.run.vm05.stdout:(52/138): unzip-6.0-59.el9.x86_64.rpm 3.0 MB/s | 182 kB 00:00 2026-03-23T19:31:23.916 INFO:teuthology.orchestra.run.vm05.stdout:(53/138): python3-urllib3-1.26.5-7.el9.noarch.r 1.6 MB/s | 218 kB 00:00 2026-03-23T19:31:24.049 INFO:teuthology.orchestra.run.vm05.stdout:(54/138): zip-3.0-35.el9.x86_64.rpm 1.5 MB/s | 266 kB 00:00 2026-03-23T19:31:24.261 INFO:teuthology.orchestra.run.vm05.stdout:(55/138): boost-program-options-1.75.0-13.el9.x 302 kB/s | 104 kB 00:00 2026-03-23T19:31:24.281 INFO:teuthology.orchestra.run.vm05.stdout:(56/138): flexiblas-3.0.4-9.el9.x86_64.rpm 128 kB/s | 30 kB 00:00 2026-03-23T19:31:24.375 INFO:teuthology.orchestra.run.vm05.stdout:(57/138): flexiblas-openblas-openmp-3.0.4-9.el9 157 kB/s | 15 kB 00:00 2026-03-23T19:31:24.517 INFO:teuthology.orchestra.run.vm05.stdout:(58/138): libnbd-1.20.3-4.el9.x86_64.rpm 1.1 MB/s | 164 kB 00:00 2026-03-23T19:31:24.714 INFO:teuthology.orchestra.run.vm05.stdout:(59/138): flexiblas-netlib-3.0.4-9.el9.x86_64.r 6.6 MB/s | 3.0 MB 00:00 2026-03-23T19:31:24.715 INFO:teuthology.orchestra.run.vm05.stdout:(60/138): libpmemobj-1.12.1-1.el9.x86_64.rpm 808 kB/s | 160 kB 00:00 2026-03-23T19:31:24.763 INFO:teuthology.orchestra.run.vm05.stdout:(61/138): librabbitmq-0.11.0-7.el9.x86_64.rpm 937 kB/s | 45 kB 00:00 2026-03-23T19:31:24.786 INFO:teuthology.orchestra.run.vm00.stdout:CentOS Stream 9 - Extras packages 90 kB/s | 20 kB 00:00 2026-03-23T19:31:24.836 INFO:teuthology.orchestra.run.vm05.stdout:(62/138): librdkafka-1.6.1-102.el9.x86_64.rpm 5.3 MB/s | 662 kB 00:00 2026-03-23T19:31:24.857 INFO:teuthology.orchestra.run.vm05.stdout:(63/138): libstoragemgmt-1.10.1-1.el9.x86_64.rp 2.6 MB/s | 246 kB 00:00 2026-03-23T19:31:24.888 INFO:teuthology.orchestra.run.vm05.stdout:(64/138): libxslt-1.1.34-12.el9.x86_64.rpm 4.5 MB/s | 233 kB 00:00 2026-03-23T19:31:24.910 INFO:teuthology.orchestra.run.vm05.stdout:(65/138): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.5 MB/s | 292 kB 00:00 2026-03-23T19:31:24.938 INFO:teuthology.orchestra.run.vm05.stdout:(66/138): lua-5.4.4-4.el9.x86_64.rpm 3.6 MB/s | 188 kB 00:00 2026-03-23T19:31:24.958 INFO:teuthology.orchestra.run.vm05.stdout:(67/138): openblas-0.3.29-1.el9.x86_64.rpm 871 kB/s | 42 kB 00:00 2026-03-23T19:31:25.009 INFO:teuthology.orchestra.run.vm05.stdout:(68/138): perl-Benchmark-1.23-483.el9.noarch.rp 524 kB/s | 26 kB 00:00 2026-03-23T19:31:25.113 INFO:teuthology.orchestra.run.vm05.stdout:(69/138): perl-Test-Harness-3.42-461.el9.noarch 2.8 MB/s | 295 kB 00:00 2026-03-23T19:31:25.407 INFO:teuthology.orchestra.run.vm05.stdout:(70/138): openblas-openmp-0.3.29-1.el9.x86_64.r 11 MB/s | 5.3 MB 00:00 2026-03-23T19:31:25.434 INFO:teuthology.orchestra.run.vm05.stdout:(71/138): protobuf-3.14.0-17.el9.x86_64.rpm 3.1 MB/s | 1.0 MB 00:00 2026-03-23T19:31:25.485 INFO:teuthology.orchestra.run.vm05.stdout:(72/138): python3-devel-3.9.25-3.el9.x86_64.rpm 4.7 MB/s | 244 kB 00:00 2026-03-23T19:31:25.536 INFO:teuthology.orchestra.run.vm05.stdout:(73/138): python3-jinja2-2.11.3-8.el9.noarch.rp 4.8 MB/s | 249 kB 00:00 2026-03-23T19:31:25.641 INFO:teuthology.orchestra.run.vm05.stdout:(74/138): python3-jmespath-1.0.1-1.el9.noarch.r 452 kB/s | 48 kB 00:00 2026-03-23T19:31:25.886 INFO:teuthology.orchestra.run.vm00.stdout:Extra Packages for Enterprise Linux 20 MB/s | 20 MB 00:01 2026-03-23T19:31:25.903 INFO:teuthology.orchestra.run.vm05.stdout:(75/138): python3-libstoragemgmt-1.10.1-1.el9.x 679 kB/s | 177 kB 00:00 2026-03-23T19:31:25.954 INFO:teuthology.orchestra.run.vm05.stdout:(76/138): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 6.0 MB 00:00 2026-03-23T19:31:25.954 INFO:teuthology.orchestra.run.vm05.stdout:(77/138): python3-markupsafe-1.1.1-12.el9.x86_6 674 kB/s | 35 kB 00:00 2026-03-23T19:31:26.008 INFO:teuthology.orchestra.run.vm05.stdout:(78/138): python3-numpy-f2py-1.23.5-2.el9.x86_6 8.2 MB/s | 442 kB 00:00 2026-03-23T19:31:26.058 INFO:teuthology.orchestra.run.vm05.stdout:(79/138): python3-packaging-20.9-5.el9.noarch.r 1.5 MB/s | 77 kB 00:00 2026-03-23T19:31:26.139 INFO:teuthology.orchestra.run.vm05.stdout:(80/138): python3-protobuf-3.14.0-17.el9.noarch 3.2 MB/s | 267 kB 00:00 2026-03-23T19:31:26.189 INFO:teuthology.orchestra.run.vm05.stdout:(81/138): python3-pyasn1-0.4.8-7.el9.noarch.rpm 3.1 MB/s | 157 kB 00:00 2026-03-23T19:31:26.279 INFO:teuthology.orchestra.run.vm05.stdout:(82/138): python3-pyasn1-modules-0.4.8-7.el9.no 3.0 MB/s | 277 kB 00:00 2026-03-23T19:31:26.365 INFO:teuthology.orchestra.run.vm05.stdout:(83/138): python3-requests-oauthlib-1.3.0-12.el 628 kB/s | 54 kB 00:00 2026-03-23T19:31:26.517 INFO:teuthology.orchestra.run.vm05.stdout:(84/138): python3-numpy-1.23.5-2.el9.x86_64.rpm 11 MB/s | 6.1 MB 00:00 2026-03-23T19:31:26.613 INFO:teuthology.orchestra.run.vm05.stdout:(85/138): python3-toml-0.10.2-6.el9.noarch.rpm 436 kB/s | 42 kB 00:00 2026-03-23T19:31:26.854 INFO:teuthology.orchestra.run.vm05.stdout:(86/138): qatlib-25.08.0-2.el9.x86_64.rpm 996 kB/s | 240 kB 00:00 2026-03-23T19:31:27.114 INFO:teuthology.orchestra.run.vm05.stdout:(87/138): qatlib-service-25.08.0-2.el9.x86_64.r 143 kB/s | 37 kB 00:00 2026-03-23T19:31:27.411 INFO:teuthology.orchestra.run.vm05.stdout:(88/138): qatzip-libs-1.3.1-1.el9.x86_64.rpm 223 kB/s | 66 kB 00:00 2026-03-23T19:31:27.605 INFO:teuthology.orchestra.run.vm05.stdout:(89/138): socat-1.7.4.1-8.el9.x86_64.rpm 1.5 MB/s | 303 kB 00:00 2026-03-23T19:31:27.897 INFO:teuthology.orchestra.run.vm05.stdout:(90/138): ceph-test-20.2.0-712.g70f8415b.el9.x8 8.9 MB/s | 84 MB 00:09 2026-03-23T19:31:27.946 INFO:teuthology.orchestra.run.vm05.stdout:(91/138): python3-scipy-1.9.3-2.el9.x86_64.rpm 12 MB/s | 19 MB 00:01 2026-03-23T19:31:27.946 INFO:teuthology.orchestra.run.vm05.stdout:(92/138): xmlstarlet-1.6.1-20.el9.x86_64.rpm 186 kB/s | 64 kB 00:00 2026-03-23T19:31:27.965 INFO:teuthology.orchestra.run.vm05.stdout:(93/138): abseil-cpp-20211102.0-4.el9.x86_64.rp 30 MB/s | 551 kB 00:00 2026-03-23T19:31:27.975 INFO:teuthology.orchestra.run.vm05.stdout:(94/138): gperftools-libs-2.9.1-3.el9.x86_64.rp 33 MB/s | 308 kB 00:00 2026-03-23T19:31:27.977 INFO:teuthology.orchestra.run.vm05.stdout:(95/138): grpc-data-1.46.7-10.el9.noarch.rpm 7.8 MB/s | 19 kB 00:00 2026-03-23T19:31:28.050 INFO:teuthology.orchestra.run.vm05.stdout:(96/138): libarrow-9.0.0-15.el9.x86_64.rpm 63 MB/s | 4.4 MB 00:00 2026-03-23T19:31:28.054 INFO:teuthology.orchestra.run.vm05.stdout:(97/138): libarrow-doc-9.0.0-15.el9.noarch.rpm 6.9 MB/s | 25 kB 00:00 2026-03-23T19:31:28.057 INFO:teuthology.orchestra.run.vm05.stdout:(98/138): liboath-2.6.12-1.el9.x86_64.rpm 14 MB/s | 49 kB 00:00 2026-03-23T19:31:28.062 INFO:teuthology.orchestra.run.vm05.stdout:(99/138): libunwind-1.6.2-1.el9.x86_64.rpm 15 MB/s | 67 kB 00:00 2026-03-23T19:31:28.068 INFO:teuthology.orchestra.run.vm05.stdout:(100/138): luarocks-3.9.2-5.el9.noarch.rpm 31 MB/s | 151 kB 00:00 2026-03-23T19:31:28.081 INFO:teuthology.orchestra.run.vm05.stdout:(101/138): parquet-libs-9.0.0-15.el9.x86_64.rpm 62 MB/s | 838 kB 00:00 2026-03-23T19:31:28.091 INFO:teuthology.orchestra.run.vm05.stdout:(102/138): python3-asyncssh-2.13.2-5.el9.noarch 58 MB/s | 548 kB 00:00 2026-03-23T19:31:28.094 INFO:teuthology.orchestra.run.vm05.stdout:(103/138): python3-autocommand-2.2.2-8.el9.noar 12 MB/s | 29 kB 00:00 2026-03-23T19:31:28.098 INFO:teuthology.orchestra.run.vm05.stdout:(104/138): python3-backports-tarfile-1.2.0-1.el 17 MB/s | 60 kB 00:00 2026-03-23T19:31:28.101 INFO:teuthology.orchestra.run.vm05.stdout:(105/138): python3-bcrypt-3.2.2-1.el9.x86_64.rp 16 MB/s | 43 kB 00:00 2026-03-23T19:31:28.104 INFO:teuthology.orchestra.run.vm05.stdout:(106/138): python3-cachetools-4.2.4-1.el9.noarc 10 MB/s | 32 kB 00:00 2026-03-23T19:31:28.107 INFO:teuthology.orchestra.run.vm05.stdout:(107/138): python3-certifi-2023.05.07-4.el9.noa 4.9 MB/s | 14 kB 00:00 2026-03-23T19:31:28.112 INFO:teuthology.orchestra.run.vm05.stdout:(108/138): python3-cheroot-10.0.1-4.el9.noarch. 36 MB/s | 173 kB 00:00 2026-03-23T19:31:28.119 INFO:teuthology.orchestra.run.vm05.stdout:(109/138): python3-cherrypy-18.6.1-2.el9.noarch 52 MB/s | 358 kB 00:00 2026-03-23T19:31:28.120 INFO:teuthology.orchestra.run.vm05.stdout:(110/138): lua-devel-5.4.4-4.el9.x86_64.rpm 100 kB/s | 22 kB 00:00 2026-03-23T19:31:28.125 INFO:teuthology.orchestra.run.vm05.stdout:(111/138): python3-google-auth-2.45.0-1.el9.noa 44 MB/s | 254 kB 00:00 2026-03-23T19:31:28.130 INFO:teuthology.orchestra.run.vm05.stdout:(112/138): python3-grpcio-tools-1.46.7-10.el9.x 30 MB/s | 144 kB 00:00 2026-03-23T19:31:28.133 INFO:teuthology.orchestra.run.vm05.stdout:(113/138): python3-jaraco-8.2.1-3.el9.noarch.rp 5.2 MB/s | 11 kB 00:00 2026-03-23T19:31:28.135 INFO:teuthology.orchestra.run.vm05.stdout:(114/138): python3-jaraco-classes-3.2.1-5.el9.n 6.8 MB/s | 18 kB 00:00 2026-03-23T19:31:28.139 INFO:teuthology.orchestra.run.vm05.stdout:(115/138): python3-jaraco-collections-3.0.0-8.e 7.5 MB/s | 23 kB 00:00 2026-03-23T19:31:28.141 INFO:teuthology.orchestra.run.vm05.stdout:(116/138): python3-jaraco-context-6.0.1-3.el9.n 8.2 MB/s | 20 kB 00:00 2026-03-23T19:31:28.144 INFO:teuthology.orchestra.run.vm05.stdout:(117/138): python3-jaraco-functools-3.5.0-2.el9 7.9 MB/s | 19 kB 00:00 2026-03-23T19:31:28.147 INFO:teuthology.orchestra.run.vm05.stdout:(118/138): python3-jaraco-text-4.0.0-2.el9.noar 7.9 MB/s | 26 kB 00:00 2026-03-23T19:31:28.166 INFO:teuthology.orchestra.run.vm05.stdout:(119/138): python3-kubernetes-26.1.0-3.el9.noar 57 MB/s | 1.0 MB 00:00 2026-03-23T19:31:28.170 INFO:teuthology.orchestra.run.vm05.stdout:(120/138): python3-more-itertools-8.12.0-2.el9. 20 MB/s | 79 kB 00:00 2026-03-23T19:31:28.174 INFO:teuthology.orchestra.run.vm05.stdout:(121/138): python3-natsort-7.1.1-5.el9.noarch.r 14 MB/s | 58 kB 00:00 2026-03-23T19:31:28.178 INFO:teuthology.orchestra.run.vm05.stdout:(122/138): python3-portend-3.1.0-2.el9.noarch.r 4.6 MB/s | 16 kB 00:00 2026-03-23T19:31:28.185 INFO:teuthology.orchestra.run.vm05.stdout:(123/138): python3-grpcio-1.46.7-10.el9.x86_64. 32 MB/s | 2.0 MB 00:00 2026-03-23T19:31:28.186 INFO:teuthology.orchestra.run.vm05.stdout:(124/138): python3-pyOpenSSL-21.0.0-1.el9.noarc 11 MB/s | 90 kB 00:00 2026-03-23T19:31:28.188 INFO:teuthology.orchestra.run.vm05.stdout:(125/138): python3-repoze-lru-0.7-16.el9.noarch 11 MB/s | 31 kB 00:00 2026-03-23T19:31:28.191 INFO:teuthology.orchestra.run.vm05.stdout:(126/138): python3-routes-2.5.1-5.el9.noarch.rp 41 MB/s | 188 kB 00:00 2026-03-23T19:31:28.192 INFO:teuthology.orchestra.run.vm05.stdout:(127/138): python3-rsa-4.9-2.el9.noarch.rpm 14 MB/s | 59 kB 00:00 2026-03-23T19:31:28.196 INFO:teuthology.orchestra.run.vm05.stdout:(128/138): python3-typing-extensions-4.15.0-1.e 20 MB/s | 86 kB 00:00 2026-03-23T19:31:28.197 INFO:teuthology.orchestra.run.vm05.stdout:(129/138): python3-tempora-5.0.0-2.el9.noarch.r 6.2 MB/s | 36 kB 00:00 2026-03-23T19:31:28.201 INFO:teuthology.orchestra.run.vm05.stdout:(130/138): python3-websocket-client-1.2.3-2.el9 23 MB/s | 90 kB 00:00 2026-03-23T19:31:28.201 INFO:teuthology.orchestra.run.vm05.stdout:(131/138): python3-xmltodict-0.12.0-15.el9.noar 5.4 MB/s | 22 kB 00:00 2026-03-23T19:31:28.203 INFO:teuthology.orchestra.run.vm05.stdout:(132/138): python3-zc-lockfile-2.0-10.el9.noarc 8.0 MB/s | 20 kB 00:00 2026-03-23T19:31:28.209 INFO:teuthology.orchestra.run.vm05.stdout:(133/138): s3cmd-2.4.0-1.el9.noarch.rpm 33 MB/s | 206 kB 00:00 2026-03-23T19:31:28.212 INFO:teuthology.orchestra.run.vm05.stdout:(134/138): re2-20211101-20.el9.x86_64.rpm 18 MB/s | 191 kB 00:00 2026-03-23T19:31:28.252 INFO:teuthology.orchestra.run.vm05.stdout:(135/138): thrift-0.15.0-4.el9.x86_64.rpm 38 MB/s | 1.6 MB 00:00 2026-03-23T19:31:28.255 INFO:teuthology.orchestra.run.vm05.stdout:(136/138): protobuf-compiler-3.14.0-17.el9.x86_ 2.7 MB/s | 862 kB 00:00 2026-03-23T19:31:28.901 INFO:teuthology.orchestra.run.vm05.stdout:(137/138): librados2-20.2.0-712.g70f8415b.el9.x 5.1 MB/s | 3.5 MB 00:00 2026-03-23T19:31:29.278 INFO:teuthology.orchestra.run.vm05.stdout:(138/138): librbd1-20.2.0-712.g70f8415b.el9.x86 2.8 MB/s | 2.8 MB 00:01 2026-03-23T19:31:29.284 INFO:teuthology.orchestra.run.vm05.stdout:-------------------------------------------------------------------------------- 2026-03-23T19:31:29.284 INFO:teuthology.orchestra.run.vm05.stdout:Total 17 MB/s | 267 MB 00:15 2026-03-23T19:31:29.920 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-23T19:31:29.988 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-23T19:31:29.988 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-23T19:31:30.380 INFO:teuthology.orchestra.run.vm00.stdout:lab-extras 64 kB/s | 50 kB 00:00 2026-03-23T19:31:31.023 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-23T19:31:31.023 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-23T19:31:31.741 INFO:teuthology.orchestra.run.vm00.stdout:Package librados2-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-23T19:31:31.742 INFO:teuthology.orchestra.run.vm00.stdout:Package librbd1-2:16.2.4-5.el9.x86_64 is already installed. 2026-03-23T19:31:31.774 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout:====================================================================================== 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: Package Arch Version Repository Size 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout:====================================================================================== 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout:Installing: 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: bzip2 x86_64 1.0.8-11.el9 baseos 55 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph x86_64 2:20.2.0-712.g70f8415b.el9 ceph 6.5 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-base x86_64 2:20.2.0-712.g70f8415b.el9 ceph 5.9 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-fuse x86_64 2:20.2.0-712.g70f8415b.el9 ceph 939 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-712.g70f8415b.el9 ceph 154 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr x86_64 2:20.2.0-712.g70f8415b.el9 ceph 962 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-cephadm noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 173 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-dashboard noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 11 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 7.4 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-rook noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 50 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-radosgw x86_64 2:20.2.0-712.g70f8415b.el9 ceph 24 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-test x86_64 2:20.2.0-712.g70f8415b.el9 ceph 84 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-volume noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 298 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: cephadm noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 1.0 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-devel x86_64 2:20.2.0-712.g70f8415b.el9 ceph 34 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs2 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 866 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: librados-devel x86_64 2:20.2.0-712.g70f8415b.el9 ceph 126 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: perl-Test-Harness noarch 1:3.42-461.el9 appstream 295 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: python3-cephfs x86_64 2:20.2.0-712.g70f8415b.el9 ceph 163 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: python3-rados x86_64 2:20.2.0-712.g70f8415b.el9 ceph 324 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: python3-rbd x86_64 2:20.2.0-712.g70f8415b.el9 ceph 304 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: python3-rgw x86_64 2:20.2.0-712.g70f8415b.el9 ceph 99 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: rbd-fuse x86_64 2:20.2.0-712.g70f8415b.el9 ceph 91 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: rbd-mirror x86_64 2:20.2.0-712.g70f8415b.el9 ceph 2.9 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: rbd-nbd x86_64 2:20.2.0-712.g70f8415b.el9 ceph 180 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: s3cmd noarch 2.4.0-1.el9 epel 206 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout:Upgrading: 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: librados2 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 3.5 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: librbd1 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 2.8 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout:Installing dependencies: 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-common x86_64 2:20.2.0-712.g70f8415b.el9 ceph 24 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-grafana-dashboards noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 43 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mds x86_64 2:20.2.0-712.g70f8415b.el9 ceph 2.3 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-modules-core noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 290 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mon x86_64 2:20.2.0-712.g70f8415b.el9 ceph 5.0 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-osd x86_64 2:20.2.0-712.g70f8415b.el9 ceph 17 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-prometheus-alerts noarch 2:20.2.0-712.g70f8415b.el9 ceph-noarch 17 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: ceph-selinux x86_64 2:20.2.0-712.g70f8415b.el9 ceph 25 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-03-23T19:31:31.779 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: fuse x86_64 2.9.9-17.el9 baseos 80 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-proxy2 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 24 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libcephsqlite x86_64 2:20.2.0-712.g70f8415b.el9 ceph 164 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libradosstriper1 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 250 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: librgw2 x86_64 2:20.2.0-712.g70f8415b.el9 ceph 6.4 M 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: perl-Benchmark noarch 1.23-483.el9 appstream 26 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-argparse x86_64 2:20.2.0-712.g70f8415b.el9 ceph 45 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-common x86_64 2:20.2.0-712.g70f8415b.el9 ceph 175 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-03-23T19:31:31.780 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1 noarch 0.4.8-7.el9 appstream 157 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-modules noarch 0.4.8-7.el9 appstream 277 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout:Installing weak dependencies: 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout:====================================================================================== 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout:Install 136 Packages 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout:Upgrade 2 Packages 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout:Total download size: 267 M 2026-03-23T19:31:31.781 INFO:teuthology.orchestra.run.vm00.stdout:Downloading Packages: 2026-03-23T19:31:32.098 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-23T19:31:32.106 INFO:teuthology.orchestra.run.vm05.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/140 2026-03-23T19:31:32.108 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 2/140 2026-03-23T19:31:32.121 INFO:teuthology.orchestra.run.vm05.stdout: Installing : liboath-2.6.12-1.el9.x86_64 3/140 2026-03-23T19:31:32.290 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 4/140 2026-03-23T19:31:32.292 INFO:teuthology.orchestra.run.vm05.stdout: Upgrading : librados2-2:20.2.0-712.g70f8415b.el9.x86_64 5/140 2026-03-23T19:31:32.324 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados2-2:20.2.0-712.g70f8415b.el9.x86_64 5/140 2026-03-23T19:31:32.333 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rados-2:20.2.0-712.g70f8415b.el9.x86_64 6/140 2026-03-23T19:31:32.336 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/140 2026-03-23T19:31:32.341 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/140 2026-03-23T19:31:32.343 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 9/140 2026-03-23T19:31:32.348 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 10/140 2026-03-23T19:31:32.485 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 11/140 2026-03-23T19:31:32.488 INFO:teuthology.orchestra.run.vm05.stdout: Upgrading : librbd1-2:20.2.0-712.g70f8415b.el9.x86_64 12/140 2026-03-23T19:31:32.508 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librbd1-2:20.2.0-712.g70f8415b.el9.x86_64 12/140 2026-03-23T19:31:32.509 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephsqlite-2:20.2.0-712.g70f8415b.el9.x86_64 13/140 2026-03-23T19:31:32.536 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephsqlite-2:20.2.0-712.g70f8415b.el9.x86_64 13/140 2026-03-23T19:31:32.537 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libradosstriper1-2:20.2.0-712.g70f8415b.el9.x86_ 14/140 2026-03-23T19:31:32.553 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libradosstriper1-2:20.2.0-712.g70f8415b.el9.x86_ 14/140 2026-03-23T19:31:32.590 INFO:teuthology.orchestra.run.vm05.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/140 2026-03-23T19:31:32.618 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/140 2026-03-23T19:31:32.631 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 17/140 2026-03-23T19:31:32.638 INFO:teuthology.orchestra.run.vm05.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 18/140 2026-03-23T19:31:32.642 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lua-5.4.4-4.el9.x86_64 19/140 2026-03-23T19:31:32.647 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 20/140 2026-03-23T19:31:32.678 INFO:teuthology.orchestra.run.vm05.stdout: Installing : unzip-6.0-59.el9.x86_64 21/140 2026-03-23T19:31:32.695 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 22/140 2026-03-23T19:31:32.700 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 23/140 2026-03-23T19:31:32.708 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 24/140 2026-03-23T19:31:32.710 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 25/140 2026-03-23T19:31:32.752 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 26/140 2026-03-23T19:31:32.759 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ceph-common-2:20.2.0-712.g70f8415b.el9.x 27/140 2026-03-23T19:31:32.762 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ceph-argparse-2:20.2.0-712.g70f8415b.el9 28/140 2026-03-23T19:31:32.762 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephfs-proxy2-2:20.2.0-712.g70f8415b.el9.x86_ 29/140 2026-03-23T19:31:32.817 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-712.g70f8415b.el9.x86_ 29/140 2026-03-23T19:31:32.818 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephfs2-2:20.2.0-712.g70f8415b.el9.x86_64 30/140 2026-03-23T19:31:32.840 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libcephfs2-2:20.2.0-712.g70f8415b.el9.x86_64 30/140 2026-03-23T19:31:32.856 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cephfs-2:20.2.0-712.g70f8415b.el9.x86_64 31/140 2026-03-23T19:31:32.864 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 32/140 2026-03-23T19:31:32.894 INFO:teuthology.orchestra.run.vm05.stdout: Installing : zip-3.0-35.el9.x86_64 33/140 2026-03-23T19:31:32.901 INFO:teuthology.orchestra.run.vm05.stdout: Installing : luarocks-3.9.2-5.el9.noarch 34/140 2026-03-23T19:31:32.909 INFO:teuthology.orchestra.run.vm05.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 35/140 2026-03-23T19:31:32.974 INFO:teuthology.orchestra.run.vm05.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 36/140 2026-03-23T19:31:32.991 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 37/140 2026-03-23T19:31:33.010 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rsa-4.9-2.el9.noarch 38/140 2026-03-23T19:31:33.018 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rbd-2:20.2.0-712.g70f8415b.el9.x86_64 39/140 2026-03-23T19:31:33.027 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 40/140 2026-03-23T19:31:33.034 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librados-devel-2:20.2.0-712.g70f8415b.el9.x86_64 41/140 2026-03-23T19:31:33.038 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 42/140 2026-03-23T19:31:33.056 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 43/140 2026-03-23T19:31:33.063 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 44/140 2026-03-23T19:31:33.071 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 45/140 2026-03-23T19:31:33.085 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 46/140 2026-03-23T19:31:33.097 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 47/140 2026-03-23T19:31:33.104 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 48/140 2026-03-23T19:31:33.115 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 49/140 2026-03-23T19:31:33.122 INFO:teuthology.orchestra.run.vm00.stdout:(1/138): ceph-20.2.0-712.g70f8415b.el9.x86_64.r 14 kB/s | 6.5 kB 00:00 2026-03-23T19:31:33.167 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 50/140 2026-03-23T19:31:33.552 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 51/140 2026-03-23T19:31:33.568 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 52/140 2026-03-23T19:31:33.574 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 53/140 2026-03-23T19:31:33.582 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 54/140 2026-03-23T19:31:33.587 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 55/140 2026-03-23T19:31:33.594 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 56/140 2026-03-23T19:31:33.599 INFO:teuthology.orchestra.run.vm05.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 57/140 2026-03-23T19:31:33.601 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 58/140 2026-03-23T19:31:33.632 INFO:teuthology.orchestra.run.vm05.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 59/140 2026-03-23T19:31:33.687 INFO:teuthology.orchestra.run.vm05.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 60/140 2026-03-23T19:31:33.700 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 61/140 2026-03-23T19:31:33.708 INFO:teuthology.orchestra.run.vm05.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 62/140 2026-03-23T19:31:33.713 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 63/140 2026-03-23T19:31:33.721 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 64/140 2026-03-23T19:31:33.727 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 65/140 2026-03-23T19:31:33.736 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 66/140 2026-03-23T19:31:33.742 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 67/140 2026-03-23T19:31:33.777 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 68/140 2026-03-23T19:31:33.792 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 69/140 2026-03-23T19:31:33.800 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/140 2026-03-23T19:31:33.809 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 71/140 2026-03-23T19:31:33.851 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 72/140 2026-03-23T19:31:33.903 INFO:teuthology.orchestra.run.vm00.stdout:(2/138): ceph-fuse-20.2.0-712.g70f8415b.el9.x86 1.2 MB/s | 939 kB 00:00 2026-03-23T19:31:34.017 INFO:teuthology.orchestra.run.vm00.stdout:(3/138): ceph-immutable-object-cache-20.2.0-712 1.3 MB/s | 154 kB 00:00 2026-03-23T19:31:34.128 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 73/140 2026-03-23T19:31:34.159 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 74/140 2026-03-23T19:31:34.164 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 75/140 2026-03-23T19:31:34.167 INFO:teuthology.orchestra.run.vm05.stdout: Installing : perl-Benchmark-1.23-483.el9.noarch 76/140 2026-03-23T19:31:34.229 INFO:teuthology.orchestra.run.vm05.stdout: Installing : openblas-0.3.29-1.el9.x86_64 77/140 2026-03-23T19:31:34.232 INFO:teuthology.orchestra.run.vm05.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 78/140 2026-03-23T19:31:34.259 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 79/140 2026-03-23T19:31:34.374 INFO:teuthology.orchestra.run.vm00.stdout:(4/138): ceph-mds-20.2.0-712.g70f8415b.el9.x86_ 6.6 MB/s | 2.3 MB 00:00 2026-03-23T19:31:34.485 INFO:teuthology.orchestra.run.vm00.stdout:(5/138): ceph-base-20.2.0-712.g70f8415b.el9.x86 3.2 MB/s | 5.9 MB 00:01 2026-03-23T19:31:34.499 INFO:teuthology.orchestra.run.vm00.stdout:(6/138): ceph-mgr-20.2.0-712.g70f8415b.el9.x86_ 7.5 MB/s | 962 kB 00:00 2026-03-23T19:31:34.657 INFO:teuthology.orchestra.run.vm05.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 80/140 2026-03-23T19:31:34.749 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 81/140 2026-03-23T19:31:35.234 INFO:teuthology.orchestra.run.vm00.stdout:(7/138): ceph-mon-20.2.0-712.g70f8415b.el9.x86_ 6.7 MB/s | 5.0 MB 00:00 2026-03-23T19:31:35.581 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 82/140 2026-03-23T19:31:35.609 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 83/140 2026-03-23T19:31:35.615 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 84/140 2026-03-23T19:31:35.619 INFO:teuthology.orchestra.run.vm05.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 85/140 2026-03-23T19:31:35.627 INFO:teuthology.orchestra.run.vm05.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 86/140 2026-03-23T19:31:35.953 INFO:teuthology.orchestra.run.vm05.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 87/140 2026-03-23T19:31:35.955 INFO:teuthology.orchestra.run.vm05.stdout: Installing : librgw2-2:20.2.0-712.g70f8415b.el9.x86_64 88/140 2026-03-23T19:31:35.982 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librgw2-2:20.2.0-712.g70f8415b.el9.x86_64 88/140 2026-03-23T19:31:35.984 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-rgw-2:20.2.0-712.g70f8415b.el9.x86_64 89/140 2026-03-23T19:31:36.033 INFO:teuthology.orchestra.run.vm00.stdout:(8/138): ceph-common-20.2.0-712.g70f8415b.el9.x 7.1 MB/s | 24 MB 00:03 2026-03-23T19:31:36.082 INFO:teuthology.orchestra.run.vm00.stdout:(9/138): ceph-osd-20.2.0-712.g70f8415b.el9.x86_ 11 MB/s | 17 MB 00:01 2026-03-23T19:31:36.156 INFO:teuthology.orchestra.run.vm00.stdout:(10/138): ceph-selinux-20.2.0-712.g70f8415b.el9 205 kB/s | 25 kB 00:00 2026-03-23T19:31:36.278 INFO:teuthology.orchestra.run.vm00.stdout:(11/138): libcephfs-devel-20.2.0-712.g70f8415b. 282 kB/s | 34 kB 00:00 2026-03-23T19:31:36.399 INFO:teuthology.orchestra.run.vm00.stdout:(12/138): libcephfs-proxy2-20.2.0-712.g70f8415b 199 kB/s | 24 kB 00:00 2026-03-23T19:31:36.533 INFO:teuthology.orchestra.run.vm00.stdout:(13/138): libcephfs2-20.2.0-712.g70f8415b.el9.x 6.4 MB/s | 866 kB 00:00 2026-03-23T19:31:36.656 INFO:teuthology.orchestra.run.vm00.stdout:(14/138): libcephsqlite-20.2.0-712.g70f8415b.el 1.3 MB/s | 164 kB 00:00 2026-03-23T19:31:36.780 INFO:teuthology.orchestra.run.vm00.stdout:(15/138): librados-devel-20.2.0-712.g70f8415b.e 1.0 MB/s | 126 kB 00:00 2026-03-23T19:31:36.907 INFO:teuthology.orchestra.run.vm00.stdout:(16/138): libradosstriper1-20.2.0-712.g70f8415b 1.9 MB/s | 250 kB 00:00 2026-03-23T19:31:37.273 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 90/140 2026-03-23T19:31:37.283 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 90/140 2026-03-23T19:31:37.305 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 90/140 2026-03-23T19:31:37.319 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 91/140 2026-03-23T19:31:37.329 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-packaging-20.9-5.el9.noarch 92/140 2026-03-23T19:31:37.348 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-ply-3.11-14.el9.noarch 93/140 2026-03-23T19:31:37.370 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 94/140 2026-03-23T19:31:37.461 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 95/140 2026-03-23T19:31:37.476 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 96/140 2026-03-23T19:31:37.507 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 97/140 2026-03-23T19:31:37.546 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 98/140 2026-03-23T19:31:37.611 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 99/140 2026-03-23T19:31:37.679 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 100/140 2026-03-23T19:31:37.686 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 101/140 2026-03-23T19:31:37.693 INFO:teuthology.orchestra.run.vm05.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 102/140 2026-03-23T19:31:37.698 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 103/140 2026-03-23T19:31:37.700 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 104/140 2026-03-23T19:31:37.720 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 104/140 2026-03-23T19:31:37.788 INFO:teuthology.orchestra.run.vm00.stdout:(17/138): librgw2-20.2.0-712.g70f8415b.el9.x86_ 7.2 MB/s | 6.4 MB 00:00 2026-03-23T19:31:37.943 INFO:teuthology.orchestra.run.vm00.stdout:(18/138): python3-ceph-argparse-20.2.0-712.g70f 291 kB/s | 45 kB 00:00 2026-03-23T19:31:38.067 INFO:teuthology.orchestra.run.vm05.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 105/140 2026-03-23T19:31:38.139 INFO:teuthology.orchestra.run.vm00.stdout:(19/138): python3-ceph-common-20.2.0-712.g70f84 894 kB/s | 175 kB 00:00 2026-03-23T19:31:38.167 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-base-2:20.2.0-712.g70f8415b.el9.x86_64 106/140 2026-03-23T19:31:38.258 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-base-2:20.2.0-712.g70f8415b.el9.x86_64 106/140 2026-03-23T19:31:38.258 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-23T19:31:38.258 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-23T19:31:38.258 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:38.264 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-selinux-2:20.2.0-712.g70f8415b.el9.x86_64 107/140 2026-03-23T19:31:38.317 INFO:teuthology.orchestra.run.vm00.stdout:(20/138): python3-cephfs-20.2.0-712.g70f8415b.e 914 kB/s | 163 kB 00:00 2026-03-23T19:31:38.478 INFO:teuthology.orchestra.run.vm00.stdout:(21/138): python3-rados-20.2.0-712.g70f8415b.el 2.0 MB/s | 324 kB 00:00 2026-03-23T19:31:38.654 INFO:teuthology.orchestra.run.vm00.stdout:(22/138): python3-rbd-20.2.0-712.g70f8415b.el9. 1.7 MB/s | 304 kB 00:00 2026-03-23T19:31:38.886 INFO:teuthology.orchestra.run.vm00.stdout:(23/138): python3-rgw-20.2.0-712.g70f8415b.el9. 426 kB/s | 99 kB 00:00 2026-03-23T19:31:39.047 INFO:teuthology.orchestra.run.vm00.stdout:(24/138): rbd-fuse-20.2.0-712.g70f8415b.el9.x86 568 kB/s | 91 kB 00:00 2026-03-23T19:31:39.203 INFO:teuthology.orchestra.run.vm00.stdout:(25/138): ceph-radosgw-20.2.0-712.g70f8415b.el9 6.0 MB/s | 24 MB 00:03 2026-03-23T19:31:39.355 INFO:teuthology.orchestra.run.vm00.stdout:(26/138): rbd-nbd-20.2.0-712.g70f8415b.el9.x86_ 1.2 MB/s | 180 kB 00:00 2026-03-23T19:31:39.501 INFO:teuthology.orchestra.run.vm00.stdout:(27/138): ceph-grafana-dashboards-20.2.0-712.g7 297 kB/s | 43 kB 00:00 2026-03-23T19:31:39.525 INFO:teuthology.orchestra.run.vm00.stdout:(28/138): rbd-mirror-20.2.0-712.g70f8415b.el9.x 6.1 MB/s | 2.9 MB 00:00 2026-03-23T19:31:39.643 INFO:teuthology.orchestra.run.vm00.stdout:(29/138): ceph-mgr-cephadm-20.2.0-712.g70f8415b 1.2 MB/s | 173 kB 00:00 2026-03-23T19:31:40.963 INFO:teuthology.orchestra.run.vm00.stdout:(30/138): ceph-mgr-dashboard-20.2.0-712.g70f841 7.4 MB/s | 11 MB 00:01 2026-03-23T19:31:41.121 INFO:teuthology.orchestra.run.vm00.stdout:(31/138): ceph-mgr-modules-core-20.2.0-712.g70f 1.8 MB/s | 290 kB 00:00 2026-03-23T19:31:41.213 INFO:teuthology.orchestra.run.vm00.stdout:(32/138): ceph-mgr-diskprediction-local-20.2.0- 4.7 MB/s | 7.4 MB 00:01 2026-03-23T19:31:41.275 INFO:teuthology.orchestra.run.vm00.stdout:(33/138): ceph-mgr-rook-20.2.0-712.g70f8415b.el 327 kB/s | 50 kB 00:00 2026-03-23T19:31:41.360 INFO:teuthology.orchestra.run.vm00.stdout:(34/138): ceph-prometheus-alerts-20.2.0-712.g70 118 kB/s | 17 kB 00:00 2026-03-23T19:31:41.436 INFO:teuthology.orchestra.run.vm00.stdout:(35/138): ceph-volume-20.2.0-712.g70f8415b.el9. 1.8 MB/s | 298 kB 00:00 2026-03-23T19:31:41.663 INFO:teuthology.orchestra.run.vm00.stdout:(36/138): cephadm-20.2.0-712.g70f8415b.el9.noar 3.3 MB/s | 1.0 MB 00:00 2026-03-23T19:31:41.945 INFO:teuthology.orchestra.run.vm00.stdout:(37/138): bzip2-1.0.8-11.el9.x86_64.rpm 108 kB/s | 55 kB 00:00 2026-03-23T19:31:42.122 INFO:teuthology.orchestra.run.vm00.stdout:(38/138): fuse-2.9.9-17.el9.x86_64.rpm 449 kB/s | 80 kB 00:00 2026-03-23T19:31:42.358 INFO:teuthology.orchestra.run.vm00.stdout:(39/138): ceph-test-20.2.0-712.g70f8415b.el9.x8 13 MB/s | 84 MB 00:06 2026-03-23T19:31:42.359 INFO:teuthology.orchestra.run.vm00.stdout:(40/138): ledmon-libs-1.1.0-3.el9.x86_64.rpm 171 kB/s | 40 kB 00:00 2026-03-23T19:31:42.360 INFO:teuthology.orchestra.run.vm00.stdout:(41/138): cryptsetup-2.8.1-3.el9.x86_64.rpm 504 kB/s | 351 kB 00:00 2026-03-23T19:31:42.507 INFO:teuthology.orchestra.run.vm00.stdout:(42/138): libquadmath-11.5.0-14.el9.x86_64.rpm 1.2 MB/s | 184 kB 00:00 2026-03-23T19:31:42.587 INFO:teuthology.orchestra.run.vm00.stdout:(43/138): mailcap-2.1.49-5.el9.noarch.rpm 413 kB/s | 33 kB 00:00 2026-03-23T19:31:42.657 INFO:teuthology.orchestra.run.vm00.stdout:(44/138): libgfortran-11.5.0-14.el9.x86_64.rpm 2.6 MB/s | 794 kB 00:00 2026-03-23T19:31:42.739 INFO:teuthology.orchestra.run.vm00.stdout:(45/138): libconfig-1.7.2-9.el9.x86_64.rpm 189 kB/s | 72 kB 00:00 2026-03-23T19:31:42.740 INFO:teuthology.orchestra.run.vm00.stdout:(46/138): pciutils-3.7.0-7.el9.x86_64.rpm 611 kB/s | 93 kB 00:00 2026-03-23T19:31:42.891 INFO:teuthology.orchestra.run.vm00.stdout:(47/138): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2026-03-23T19:31:42.938 INFO:teuthology.orchestra.run.vm00.stdout:(48/138): python3-ply-3.11-14.el9.noarch.rpm 538 kB/s | 106 kB 00:00 2026-03-23T19:31:42.988 INFO:teuthology.orchestra.run.vm00.stdout:(49/138): python3-pycparser-2.20-6.el9.noarch.r 1.4 MB/s | 135 kB 00:00 2026-03-23T19:31:43.051 INFO:teuthology.orchestra.run.vm00.stdout:(50/138): python3-pyparsing-2.4.7-9.el9.noarch. 1.3 MB/s | 150 kB 00:00 2026-03-23T19:31:43.113 INFO:teuthology.orchestra.run.vm00.stdout:(51/138): python3-requests-2.25.1-10.el9.noarch 1.0 MB/s | 126 kB 00:00 2026-03-23T19:31:43.211 INFO:teuthology.orchestra.run.vm00.stdout:(52/138): python3-cryptography-36.0.1-5.el9.x86 2.6 MB/s | 1.2 MB 00:00 2026-03-23T19:31:43.259 INFO:teuthology.orchestra.run.vm00.stdout:(53/138): unzip-6.0-59.el9.x86_64.rpm 1.2 MB/s | 182 kB 00:00 2026-03-23T19:31:43.271 INFO:teuthology.orchestra.run.vm00.stdout:(54/138): python3-urllib3-1.26.5-7.el9.noarch.r 989 kB/s | 218 kB 00:00 2026-03-23T19:31:43.391 INFO:teuthology.orchestra.run.vm00.stdout:(55/138): zip-3.0-35.el9.x86_64.rpm 1.4 MB/s | 266 kB 00:00 2026-03-23T19:31:43.392 INFO:teuthology.orchestra.run.vm00.stdout:(56/138): flexiblas-3.0.4-9.el9.x86_64.rpm 246 kB/s | 30 kB 00:00 2026-03-23T19:31:43.421 INFO:teuthology.orchestra.run.vm00.stdout:(57/138): boost-program-options-1.75.0-13.el9.x 643 kB/s | 104 kB 00:00 2026-03-23T19:31:43.486 INFO:teuthology.orchestra.run.vm00.stdout:(58/138): libnbd-1.20.3-4.el9.x86_64.rpm 2.5 MB/s | 164 kB 00:00 2026-03-23T19:31:43.519 INFO:teuthology.orchestra.run.vm00.stdout:(59/138): flexiblas-openblas-openmp-3.0.4-9.el9 117 kB/s | 15 kB 00:00 2026-03-23T19:31:43.556 INFO:teuthology.orchestra.run.vm00.stdout:(60/138): libpmemobj-1.12.1-1.el9.x86_64.rpm 2.2 MB/s | 160 kB 00:00 2026-03-23T19:31:43.622 INFO:teuthology.orchestra.run.vm00.stdout:(61/138): librabbitmq-0.11.0-7.el9.x86_64.rpm 441 kB/s | 45 kB 00:00 2026-03-23T19:31:43.662 INFO:teuthology.orchestra.run.vm00.stdout:(62/138): flexiblas-netlib-3.0.4-9.el9.x86_64.r 11 MB/s | 3.0 MB 00:00 2026-03-23T19:31:43.698 INFO:teuthology.orchestra.run.vm00.stdout:(63/138): librdkafka-1.6.1-102.el9.x86_64.rpm 4.6 MB/s | 662 kB 00:00 2026-03-23T19:31:43.729 INFO:teuthology.orchestra.run.vm00.stdout:(64/138): libxslt-1.1.34-12.el9.x86_64.rpm 3.4 MB/s | 233 kB 00:00 2026-03-23T19:31:43.781 INFO:teuthology.orchestra.run.vm00.stdout:(65/138): libstoragemgmt-1.10.1-1.el9.x86_64.rp 1.5 MB/s | 246 kB 00:00 2026-03-23T19:31:43.801 INFO:teuthology.orchestra.run.vm00.stdout:(66/138): lua-5.4.4-4.el9.x86_64.rpm 2.6 MB/s | 188 kB 00:00 2026-03-23T19:31:43.820 INFO:teuthology.orchestra.run.vm00.stdout:(67/138): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.3 MB/s | 292 kB 00:00 2026-03-23T19:31:43.835 INFO:teuthology.orchestra.run.vm00.stdout:(68/138): openblas-0.3.29-1.el9.x86_64.rpm 787 kB/s | 42 kB 00:00 2026-03-23T19:31:43.862 INFO:teuthology.orchestra.run.vm00.stdout:(69/138): perl-Benchmark-1.23-483.el9.noarch.rp 632 kB/s | 26 kB 00:00 2026-03-23T19:31:43.938 INFO:teuthology.orchestra.run.vm00.stdout:(70/138): protobuf-3.14.0-17.el9.x86_64.rpm 13 MB/s | 1.0 MB 00:00 2026-03-23T19:31:43.970 INFO:teuthology.orchestra.run.vm00.stdout:(71/138): perl-Test-Harness-3.42-461.el9.noarch 2.1 MB/s | 295 kB 00:00 2026-03-23T19:31:44.225 INFO:teuthology.orchestra.run.vm00.stdout:(72/138): python3-devel-3.9.25-3.el9.x86_64.rpm 963 kB/s | 244 kB 00:00 2026-03-23T19:31:44.276 INFO:teuthology.orchestra.run.vm00.stdout:(73/138): openblas-openmp-0.3.29-1.el9.x86_64.r 11 MB/s | 5.3 MB 00:00 2026-03-23T19:31:44.298 INFO:teuthology.orchestra.run.vm00.stdout:(74/138): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2026-03-23T19:31:44.300 INFO:teuthology.orchestra.run.vm00.stdout:(75/138): python3-jinja2-2.11.3-8.el9.noarch.rp 3.2 MB/s | 249 kB 00:00 2026-03-23T19:31:44.323 INFO:teuthology.orchestra.run.vm00.stdout:(76/138): python3-jmespath-1.0.1-1.el9.noarch.r 1.0 MB/s | 48 kB 00:00 2026-03-23T19:31:44.328 INFO:teuthology.orchestra.run.vm00.stdout:(77/138): python3-libstoragemgmt-1.10.1-1.el9.x 5.7 MB/s | 177 kB 00:00 2026-03-23T19:31:44.336 INFO:teuthology.orchestra.run.vm00.stdout:(78/138): python3-markupsafe-1.1.1-12.el9.x86_6 952 kB/s | 35 kB 00:00 2026-03-23T19:31:44.363 INFO:teuthology.orchestra.run.vm00.stdout:(79/138): python3-packaging-20.9-5.el9.noarch.r 2.9 MB/s | 77 kB 00:00 2026-03-23T19:31:44.498 INFO:teuthology.orchestra.run.vm00.stdout:(80/138): python3-protobuf-3.14.0-17.el9.noarch 1.9 MB/s | 267 kB 00:00 2026-03-23T19:31:44.543 INFO:teuthology.orchestra.run.vm00.stdout:(81/138): python3-numpy-f2py-1.23.5-2.el9.x86_6 2.0 MB/s | 442 kB 00:00 2026-03-23T19:31:44.553 INFO:teuthology.orchestra.run.vm00.stdout:(82/138): python3-pyasn1-0.4.8-7.el9.noarch.rpm 2.8 MB/s | 157 kB 00:00 2026-03-23T19:31:44.579 INFO:teuthology.orchestra.run.vm00.stdout:(83/138): python3-requests-oauthlib-1.3.0-12.el 2.1 MB/s | 54 kB 00:00 2026-03-23T19:31:44.608 INFO:teuthology.orchestra.run.vm00.stdout:(84/138): python3-pyasn1-modules-0.4.8-7.el9.no 4.2 MB/s | 277 kB 00:00 2026-03-23T19:31:44.633 INFO:teuthology.orchestra.run.vm00.stdout:(85/138): python3-toml-0.10.2-6.el9.noarch.rpm 1.7 MB/s | 42 kB 00:00 2026-03-23T19:31:44.656 INFO:teuthology.orchestra.run.vm00.stdout:(86/138): python3-numpy-1.23.5-2.el9.x86_64.rpm 18 MB/s | 6.1 MB 00:00 2026-03-23T19:31:44.748 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-selinux-2:20.2.0-712.g70f8415b.el9.x86_64 107/140 2026-03-23T19:31:44.748 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /sys 2026-03-23T19:31:44.748 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /proc 2026-03-23T19:31:44.748 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /mnt 2026-03-23T19:31:44.748 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /var/tmp 2026-03-23T19:31:44.748 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /home 2026-03-23T19:31:44.748 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /root 2026-03-23T19:31:44.748 INFO:teuthology.orchestra.run.vm05.stdout:skipping the directory /tmp 2026-03-23T19:31:44.748 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:44.759 INFO:teuthology.orchestra.run.vm00.stdout:(87/138): qatlib-25.08.0-2.el9.x86_64.rpm 1.9 MB/s | 240 kB 00:00 2026-03-23T19:31:44.765 INFO:teuthology.orchestra.run.vm00.stdout:(88/138): qatlib-service-25.08.0-2.el9.x86_64.r 342 kB/s | 37 kB 00:00 2026-03-23T19:31:44.811 INFO:teuthology.orchestra.run.vm00.stdout:(89/138): qatzip-libs-1.3.1-1.el9.x86_64.rpm 1.3 MB/s | 66 kB 00:00 2026-03-23T19:31:44.821 INFO:teuthology.orchestra.run.vm00.stdout:(90/138): socat-1.7.4.1-8.el9.x86_64.rpm 5.3 MB/s | 303 kB 00:00 2026-03-23T19:31:44.855 INFO:teuthology.orchestra.run.vm00.stdout:(91/138): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.4 MB/s | 64 kB 00:00 2026-03-23T19:31:44.866 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mds-2:20.2.0-712.g70f8415b.el9.x86_64 108/140 2026-03-23T19:31:44.894 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mds-2:20.2.0-712.g70f8415b.el9.x86_64 108/140 2026-03-23T19:31:44.894 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:31:44.894 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-23T19:31:44.894 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-23T19:31:44.894 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-23T19:31:44.894 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:44.908 INFO:teuthology.orchestra.run.vm00.stdout:(92/138): python3-scipy-1.9.3-2.el9.x86_64.rpm 59 MB/s | 19 MB 00:00 2026-03-23T19:31:44.928 INFO:teuthology.orchestra.run.vm00.stdout:(93/138): abseil-cpp-20211102.0-4.el9.x86_64.rp 37 MB/s | 551 kB 00:00 2026-03-23T19:31:44.934 INFO:teuthology.orchestra.run.vm00.stdout:(94/138): gperftools-libs-2.9.1-3.el9.x86_64.rp 47 MB/s | 308 kB 00:00 2026-03-23T19:31:44.936 INFO:teuthology.orchestra.run.vm00.stdout:(95/138): grpc-data-1.46.7-10.el9.noarch.rpm 9.5 MB/s | 19 kB 00:00 2026-03-23T19:31:44.994 INFO:teuthology.orchestra.run.vm00.stdout:(96/138): libarrow-9.0.0-15.el9.x86_64.rpm 78 MB/s | 4.4 MB 00:00 2026-03-23T19:31:44.994 INFO:teuthology.orchestra.run.vm00.stdout:(97/138): lua-devel-5.4.4-4.el9.x86_64.rpm 129 kB/s | 22 kB 00:00 2026-03-23T19:31:44.997 INFO:teuthology.orchestra.run.vm00.stdout:(98/138): libarrow-doc-9.0.0-15.el9.noarch.rpm 6.8 MB/s | 25 kB 00:00 2026-03-23T19:31:45.000 INFO:teuthology.orchestra.run.vm00.stdout:(99/138): liboath-2.6.12-1.el9.x86_64.rpm 8.0 MB/s | 49 kB 00:00 2026-03-23T19:31:45.001 INFO:teuthology.orchestra.run.vm00.stdout:(100/138): libunwind-1.6.2-1.el9.x86_64.rpm 17 MB/s | 67 kB 00:00 2026-03-23T19:31:45.008 INFO:teuthology.orchestra.run.vm00.stdout:(101/138): luarocks-3.9.2-5.el9.noarch.rpm 19 MB/s | 151 kB 00:00 2026-03-23T19:31:45.015 INFO:teuthology.orchestra.run.vm00.stdout:(102/138): parquet-libs-9.0.0-15.el9.x86_64.rpm 64 MB/s | 838 kB 00:00 2026-03-23T19:31:45.019 INFO:teuthology.orchestra.run.vm00.stdout:(103/138): python3-asyncssh-2.13.2-5.el9.noarch 53 MB/s | 548 kB 00:00 2026-03-23T19:31:45.019 INFO:teuthology.orchestra.run.vm00.stdout:(104/138): python3-autocommand-2.2.2-8.el9.noar 6.2 MB/s | 29 kB 00:00 2026-03-23T19:31:45.022 INFO:teuthology.orchestra.run.vm00.stdout:(105/138): python3-backports-tarfile-1.2.0-1.el 19 MB/s | 60 kB 00:00 2026-03-23T19:31:45.022 INFO:teuthology.orchestra.run.vm00.stdout:(106/138): python3-bcrypt-3.2.2-1.el9.x86_64.rp 14 MB/s | 43 kB 00:00 2026-03-23T19:31:45.025 INFO:teuthology.orchestra.run.vm00.stdout:(107/138): python3-cachetools-4.2.4-1.el9.noarc 10 MB/s | 32 kB 00:00 2026-03-23T19:31:45.026 INFO:teuthology.orchestra.run.vm00.stdout:(108/138): python3-certifi-2023.05.07-4.el9.noa 4.6 MB/s | 14 kB 00:00 2026-03-23T19:31:45.030 INFO:teuthology.orchestra.run.vm00.stdout:(109/138): python3-cheroot-10.0.1-4.el9.noarch. 40 MB/s | 173 kB 00:00 2026-03-23T19:31:45.033 INFO:teuthology.orchestra.run.vm00.stdout:(110/138): python3-cherrypy-18.6.1-2.el9.noarch 48 MB/s | 358 kB 00:00 2026-03-23T19:31:45.035 INFO:teuthology.orchestra.run.vm00.stdout:(111/138): python3-google-auth-2.45.0-1.el9.noa 44 MB/s | 254 kB 00:00 2026-03-23T19:31:45.042 INFO:teuthology.orchestra.run.vm00.stdout:(112/138): python3-grpcio-tools-1.46.7-10.el9.x 23 MB/s | 144 kB 00:00 2026-03-23T19:31:45.046 INFO:teuthology.orchestra.run.vm00.stdout:(113/138): python3-jaraco-8.2.1-3.el9.noarch.rp 2.4 MB/s | 11 kB 00:00 2026-03-23T19:31:45.051 INFO:teuthology.orchestra.run.vm00.stdout:(114/138): python3-jaraco-classes-3.2.1-5.el9.n 3.7 MB/s | 18 kB 00:00 2026-03-23T19:31:45.056 INFO:teuthology.orchestra.run.vm00.stdout:(115/138): python3-jaraco-collections-3.0.0-8.e 4.6 MB/s | 23 kB 00:00 2026-03-23T19:31:45.063 INFO:teuthology.orchestra.run.vm00.stdout:(116/138): python3-grpcio-1.46.7-10.el9.x86_64. 69 MB/s | 2.0 MB 00:00 2026-03-23T19:31:45.064 INFO:teuthology.orchestra.run.vm00.stdout:(117/138): python3-jaraco-context-6.0.1-3.el9.n 2.5 MB/s | 20 kB 00:00 2026-03-23T19:31:45.066 INFO:teuthology.orchestra.run.vm00.stdout:(118/138): python3-jaraco-functools-3.5.0-2.el9 8.3 MB/s | 19 kB 00:00 2026-03-23T19:31:45.067 INFO:teuthology.orchestra.run.vm00.stdout:(119/138): python3-jaraco-text-4.0.0-2.el9.noar 12 MB/s | 26 kB 00:00 2026-03-23T19:31:45.073 INFO:teuthology.orchestra.run.vm00.stdout:(120/138): python3-more-itertools-8.12.0-2.el9. 12 MB/s | 79 kB 00:00 2026-03-23T19:31:45.081 INFO:teuthology.orchestra.run.vm00.stdout:(121/138): python3-kubernetes-26.1.0-3.el9.noar 68 MB/s | 1.0 MB 00:00 2026-03-23T19:31:45.082 INFO:teuthology.orchestra.run.vm00.stdout:(122/138): python3-natsort-7.1.1-5.el9.noarch.r 6.5 MB/s | 58 kB 00:00 2026-03-23T19:31:45.083 INFO:teuthology.orchestra.run.vm00.stdout:(123/138): python3-portend-3.1.0-2.el9.noarch.r 8.4 MB/s | 16 kB 00:00 2026-03-23T19:31:45.086 INFO:teuthology.orchestra.run.vm00.stdout:(124/138): python3-pyOpenSSL-21.0.0-1.el9.noarc 27 MB/s | 90 kB 00:00 2026-03-23T19:31:45.086 INFO:teuthology.orchestra.run.vm00.stdout:(125/138): python3-repoze-lru-0.7-16.el9.noarch 9.3 MB/s | 31 kB 00:00 2026-03-23T19:31:45.091 INFO:teuthology.orchestra.run.vm00.stdout:(126/138): python3-routes-2.5.1-5.el9.noarch.rp 38 MB/s | 188 kB 00:00 2026-03-23T19:31:45.092 INFO:teuthology.orchestra.run.vm00.stdout:(127/138): python3-rsa-4.9-2.el9.noarch.rpm 11 MB/s | 59 kB 00:00 2026-03-23T19:31:45.093 INFO:teuthology.orchestra.run.vm00.stdout:(128/138): python3-tempora-5.0.0-2.el9.noarch.r 17 MB/s | 36 kB 00:00 2026-03-23T19:31:45.095 INFO:teuthology.orchestra.run.vm00.stdout:(129/138): python3-typing-extensions-4.15.0-1.e 27 MB/s | 86 kB 00:00 2026-03-23T19:31:45.096 INFO:teuthology.orchestra.run.vm00.stdout:(130/138): python3-websocket-client-1.2.3-2.el9 27 MB/s | 90 kB 00:00 2026-03-23T19:31:45.097 INFO:teuthology.orchestra.run.vm00.stdout:(131/138): python3-xmltodict-0.12.0-15.el9.noar 10 MB/s | 22 kB 00:00 2026-03-23T19:31:45.099 INFO:teuthology.orchestra.run.vm00.stdout:(132/138): python3-zc-lockfile-2.0-10.el9.noarc 9.8 MB/s | 20 kB 00:00 2026-03-23T19:31:45.102 INFO:teuthology.orchestra.run.vm00.stdout:(133/138): re2-20211101-20.el9.x86_64.rpm 41 MB/s | 191 kB 00:00 2026-03-23T19:31:45.104 INFO:teuthology.orchestra.run.vm00.stdout:(134/138): s3cmd-2.4.0-1.el9.noarch.rpm 36 MB/s | 206 kB 00:00 2026-03-23T19:31:45.124 INFO:teuthology.orchestra.run.vm00.stdout:(135/138): thrift-0.15.0-4.el9.x86_64.rpm 73 MB/s | 1.6 MB 00:00 2026-03-23T19:31:45.146 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mon-2:20.2.0-712.g70f8415b.el9.x86_64 109/140 2026-03-23T19:31:45.168 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mon-2:20.2.0-712.g70f8415b.el9.x86_64 109/140 2026-03-23T19:31:45.168 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:31:45.168 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-23T19:31:45.168 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-23T19:31:45.168 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-23T19:31:45.168 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:45.178 INFO:teuthology.orchestra.run.vm05.stdout: Installing : mailcap-2.1.49-5.el9.noarch 110/140 2026-03-23T19:31:45.181 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 111/140 2026-03-23T19:31:45.207 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 112/140 2026-03-23T19:31:45.207 INFO:teuthology.orchestra.run.vm05.stdout:Creating group 'qat' with GID 994. 2026-03-23T19:31:45.207 INFO:teuthology.orchestra.run.vm05.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-23T19:31:45.207 INFO:teuthology.orchestra.run.vm05.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-23T19:31:45.207 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:45.217 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 112/140 2026-03-23T19:31:45.222 INFO:teuthology.orchestra.run.vm00.stdout:(136/138): protobuf-compiler-3.14.0-17.el9.x86_ 2.3 MB/s | 862 kB 00:00 2026-03-23T19:31:45.245 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 112/140 2026-03-23T19:31:45.245 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-23T19:31:45.245 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:45.269 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 113/140 2026-03-23T19:31:45.301 INFO:teuthology.orchestra.run.vm05.stdout: Installing : fuse-2.9.9-17.el9.x86_64 114/140 2026-03-23T19:31:45.382 INFO:teuthology.orchestra.run.vm05.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 115/140 2026-03-23T19:31:45.389 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-volume-2:20.2.0-712.g70f8415b.el9.noarch 116/140 2026-03-23T19:31:45.404 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-volume-2:20.2.0-712.g70f8415b.el9.noarch 116/140 2026-03-23T19:31:45.404 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:31:45.404 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-23T19:31:45.404 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:46.115 INFO:teuthology.orchestra.run.vm00.stdout:(137/138): librados2-20.2.0-712.g70f8415b.el9.x 3.5 MB/s | 3.5 MB 00:01 2026-03-23T19:31:46.175 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-osd-2:20.2.0-712.g70f8415b.el9.x86_64 117/140 2026-03-23T19:31:46.199 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-osd-2:20.2.0-712.g70f8415b.el9.x86_64 117/140 2026-03-23T19:31:46.199 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:31:46.199 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-23T19:31:46.199 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-23T19:31:46.199 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-23T19:31:46.199 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:46.211 INFO:teuthology.orchestra.run.vm00.stdout:(138/138): librbd1-20.2.0-712.g70f8415b.el9.x86 2.6 MB/s | 2.8 MB 00:01 2026-03-23T19:31:46.214 INFO:teuthology.orchestra.run.vm00.stdout:-------------------------------------------------------------------------------- 2026-03-23T19:31:46.214 INFO:teuthology.orchestra.run.vm00.stdout:Total 18 MB/s | 267 MB 00:14 2026-03-23T19:31:46.273 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: cephadm-2:20.2.0-712.g70f8415b.el9.noarch 118/140 2026-03-23T19:31:46.276 INFO:teuthology.orchestra.run.vm05.stdout: Installing : cephadm-2:20.2.0-712.g70f8415b.el9.noarch 118/140 2026-03-23T19:31:46.285 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-712.g70f8415b.el 119/140 2026-03-23T19:31:46.313 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-712.g70f8415b.e 120/140 2026-03-23T19:31:46.317 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-712.g70f8415b.el9.noar 121/140 2026-03-23T19:31:46.776 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-23T19:31:46.829 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-23T19:31:46.829 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-23T19:31:47.594 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-712.g70f8415b.el9.noar 121/140 2026-03-23T19:31:47.616 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-712.g70f8415b.el9.no 122/140 2026-03-23T19:31:47.822 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-23T19:31:47.822 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-23T19:31:48.144 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-712.g70f8415b.el9.no 122/140 2026-03-23T19:31:48.147 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-712.g70f8 123/140 2026-03-23T19:31:48.212 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-712.g70f8 123/140 2026-03-23T19:31:48.264 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-712.g70f8415b.el9 124/140 2026-03-23T19:31:48.267 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-2:20.2.0-712.g70f8415b.el9.x86_64 125/140 2026-03-23T19:31:48.290 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-2:20.2.0-712.g70f8415b.el9.x86_64 125/140 2026-03-23T19:31:48.291 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:31:48.291 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-23T19:31:48.291 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-23T19:31:48.291 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-23T19:31:48.291 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:48.306 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-mgr-rook-2:20.2.0-712.g70f8415b.el9.noarch 126/140 2026-03-23T19:31:48.318 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-712.g70f8415b.el9.noarch 126/140 2026-03-23T19:31:48.362 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-2:20.2.0-712.g70f8415b.el9.x86_64 127/140 2026-03-23T19:31:48.902 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-23T19:31:48.910 INFO:teuthology.orchestra.run.vm00.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/140 2026-03-23T19:31:48.913 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 2/140 2026-03-23T19:31:48.927 INFO:teuthology.orchestra.run.vm00.stdout: Installing : liboath-2.6.12-1.el9.x86_64 3/140 2026-03-23T19:31:49.122 INFO:teuthology.orchestra.run.vm00.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 4/140 2026-03-23T19:31:49.140 INFO:teuthology.orchestra.run.vm00.stdout: Upgrading : librados2-2:20.2.0-712.g70f8415b.el9.x86_64 5/140 2026-03-23T19:31:49.187 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librados2-2:20.2.0-712.g70f8415b.el9.x86_64 5/140 2026-03-23T19:31:49.197 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rados-2:20.2.0-712.g70f8415b.el9.x86_64 6/140 2026-03-23T19:31:49.200 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 7/140 2026-03-23T19:31:49.204 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 8/140 2026-03-23T19:31:49.207 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 9/140 2026-03-23T19:31:49.211 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 10/140 2026-03-23T19:31:49.358 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 11/140 2026-03-23T19:31:49.368 INFO:teuthology.orchestra.run.vm00.stdout: Upgrading : librbd1-2:20.2.0-712.g70f8415b.el9.x86_64 12/140 2026-03-23T19:31:49.389 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librbd1-2:20.2.0-712.g70f8415b.el9.x86_64 12/140 2026-03-23T19:31:49.390 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libcephsqlite-2:20.2.0-712.g70f8415b.el9.x86_64 13/140 2026-03-23T19:31:49.414 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libcephsqlite-2:20.2.0-712.g70f8415b.el9.x86_64 13/140 2026-03-23T19:31:49.416 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libradosstriper1-2:20.2.0-712.g70f8415b.el9.x86_ 14/140 2026-03-23T19:31:49.430 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libradosstriper1-2:20.2.0-712.g70f8415b.el9.x86_ 14/140 2026-03-23T19:31:49.464 INFO:teuthology.orchestra.run.vm00.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/140 2026-03-23T19:31:49.498 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/140 2026-03-23T19:31:49.510 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyasn1-0.4.8-7.el9.noarch 17/140 2026-03-23T19:31:49.517 INFO:teuthology.orchestra.run.vm00.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 18/140 2026-03-23T19:31:49.521 INFO:teuthology.orchestra.run.vm00.stdout: Installing : lua-5.4.4-4.el9.x86_64 19/140 2026-03-23T19:31:49.527 INFO:teuthology.orchestra.run.vm00.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 20/140 2026-03-23T19:31:49.551 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 128/140 2026-03-23T19:31:49.555 INFO:teuthology.orchestra.run.vm00.stdout: Installing : unzip-6.0-59.el9.x86_64 21/140 2026-03-23T19:31:49.555 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-radosgw-2:20.2.0-712.g70f8415b.el9.x86_64 129/140 2026-03-23T19:31:49.572 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 22/140 2026-03-23T19:31:49.577 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-712.g70f8415b.el9.x86_64 129/140 2026-03-23T19:31:49.577 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:31:49.577 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-23T19:31:49.577 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-23T19:31:49.578 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-23T19:31:49.578 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:49.604 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 23/140 2026-03-23T19:31:49.611 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-712.g70f841 130/140 2026-03-23T19:31:49.617 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 24/140 2026-03-23T19:31:49.620 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 25/140 2026-03-23T19:31:49.633 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-712.g70f841 130/140 2026-03-23T19:31:49.633 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:31:49.633 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-23T19:31:49.633 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:49.658 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 26/140 2026-03-23T19:31:49.666 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-ceph-common-2:20.2.0-712.g70f8415b.el9.x 27/140 2026-03-23T19:31:49.668 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-ceph-argparse-2:20.2.0-712.g70f8415b.el9 28/140 2026-03-23T19:31:49.669 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libcephfs-proxy2-2:20.2.0-712.g70f8415b.el9.x86_ 29/140 2026-03-23T19:31:49.722 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-712.g70f8415b.el9.x86_ 29/140 2026-03-23T19:31:49.725 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libcephfs2-2:20.2.0-712.g70f8415b.el9.x86_64 30/140 2026-03-23T19:31:49.747 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libcephfs2-2:20.2.0-712.g70f8415b.el9.x86_64 30/140 2026-03-23T19:31:49.762 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cephfs-2:20.2.0-712.g70f8415b.el9.x86_64 31/140 2026-03-23T19:31:49.771 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 32/140 2026-03-23T19:31:49.775 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-mirror-2:20.2.0-712.g70f8415b.el9.x86_64 131/140 2026-03-23T19:31:49.797 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: rbd-mirror-2:20.2.0-712.g70f8415b.el9.x86_64 131/140 2026-03-23T19:31:49.798 INFO:teuthology.orchestra.run.vm05.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:31:49.798 INFO:teuthology.orchestra.run.vm05.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-23T19:31:49.798 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-23T19:31:49.798 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-23T19:31:49.798 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:49.801 INFO:teuthology.orchestra.run.vm00.stdout: Installing : zip-3.0-35.el9.x86_64 33/140 2026-03-23T19:31:49.807 INFO:teuthology.orchestra.run.vm00.stdout: Installing : luarocks-3.9.2-5.el9.noarch 34/140 2026-03-23T19:31:49.816 INFO:teuthology.orchestra.run.vm00.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 35/140 2026-03-23T19:31:49.877 INFO:teuthology.orchestra.run.vm00.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 36/140 2026-03-23T19:31:49.896 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyasn1-modules-0.4.8-7.el9.noarch 37/140 2026-03-23T19:31:49.917 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rsa-4.9-2.el9.noarch 38/140 2026-03-23T19:31:49.924 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rbd-2:20.2.0-712.g70f8415b.el9.x86_64 39/140 2026-03-23T19:31:49.933 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 40/140 2026-03-23T19:31:49.940 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librados-devel-2:20.2.0-712.g70f8415b.el9.x86_64 41/140 2026-03-23T19:31:49.945 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 42/140 2026-03-23T19:31:49.963 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 43/140 2026-03-23T19:31:49.972 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 44/140 2026-03-23T19:31:49.980 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 45/140 2026-03-23T19:31:49.996 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 46/140 2026-03-23T19:31:50.144 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 47/140 2026-03-23T19:31:50.150 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 48/140 2026-03-23T19:31:50.160 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 49/140 2026-03-23T19:31:50.210 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 50/140 2026-03-23T19:31:50.607 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 51/140 2026-03-23T19:31:50.623 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 52/140 2026-03-23T19:31:50.629 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 53/140 2026-03-23T19:31:50.638 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 54/140 2026-03-23T19:31:50.642 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 55/140 2026-03-23T19:31:50.650 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 56/140 2026-03-23T19:31:50.654 INFO:teuthology.orchestra.run.vm00.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 57/140 2026-03-23T19:31:50.657 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 58/140 2026-03-23T19:31:50.688 INFO:teuthology.orchestra.run.vm00.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 59/140 2026-03-23T19:31:50.747 INFO:teuthology.orchestra.run.vm00.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 60/140 2026-03-23T19:31:50.763 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 61/140 2026-03-23T19:31:50.773 INFO:teuthology.orchestra.run.vm00.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 62/140 2026-03-23T19:31:50.777 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 63/140 2026-03-23T19:31:50.786 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 64/140 2026-03-23T19:31:50.791 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 65/140 2026-03-23T19:31:50.801 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 66/140 2026-03-23T19:31:50.807 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 67/140 2026-03-23T19:31:50.840 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 68/140 2026-03-23T19:31:50.856 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 69/140 2026-03-23T19:31:50.865 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/140 2026-03-23T19:31:50.875 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 71/140 2026-03-23T19:31:50.921 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 72/140 2026-03-23T19:31:51.202 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 73/140 2026-03-23T19:31:51.235 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 74/140 2026-03-23T19:31:51.240 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 75/140 2026-03-23T19:31:51.244 INFO:teuthology.orchestra.run.vm00.stdout: Installing : perl-Benchmark-1.23-483.el9.noarch 76/140 2026-03-23T19:31:51.306 INFO:teuthology.orchestra.run.vm00.stdout: Installing : openblas-0.3.29-1.el9.x86_64 77/140 2026-03-23T19:31:51.309 INFO:teuthology.orchestra.run.vm00.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 78/140 2026-03-23T19:31:51.333 INFO:teuthology.orchestra.run.vm00.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 79/140 2026-03-23T19:31:51.743 INFO:teuthology.orchestra.run.vm00.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 80/140 2026-03-23T19:31:51.895 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 81/140 2026-03-23T19:31:52.757 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 82/140 2026-03-23T19:31:52.784 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 83/140 2026-03-23T19:31:52.790 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 84/140 2026-03-23T19:31:52.793 INFO:teuthology.orchestra.run.vm00.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 85/140 2026-03-23T19:31:52.800 INFO:teuthology.orchestra.run.vm00.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 86/140 2026-03-23T19:31:53.119 INFO:teuthology.orchestra.run.vm00.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 87/140 2026-03-23T19:31:53.121 INFO:teuthology.orchestra.run.vm00.stdout: Installing : librgw2-2:20.2.0-712.g70f8415b.el9.x86_64 88/140 2026-03-23T19:31:53.143 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librgw2-2:20.2.0-712.g70f8415b.el9.x86_64 88/140 2026-03-23T19:31:53.145 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-rgw-2:20.2.0-712.g70f8415b.el9.x86_64 89/140 2026-03-23T19:31:54.315 INFO:teuthology.orchestra.run.vm05.stdout: Installing : ceph-test-2:20.2.0-712.g70f8415b.el9.x86_64 132/140 2026-03-23T19:31:54.369 INFO:teuthology.orchestra.run.vm05.stdout: Installing : perl-Test-Harness-1:3.42-461.el9.noarch 133/140 2026-03-23T19:31:54.376 INFO:teuthology.orchestra.run.vm05.stdout: Installing : libcephfs-devel-2:20.2.0-712.g70f8415b.el9.x86_6 134/140 2026-03-23T19:31:54.387 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 135/140 2026-03-23T19:31:54.395 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 90/140 2026-03-23T19:31:54.401 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 90/140 2026-03-23T19:31:54.407 INFO:teuthology.orchestra.run.vm05.stdout: Installing : rbd-nbd-2:20.2.0-712.g70f8415b.el9.x86_64 136/140 2026-03-23T19:31:54.416 INFO:teuthology.orchestra.run.vm05.stdout: Installing : s3cmd-2.4.0-1.el9.noarch 137/140 2026-03-23T19:31:54.421 INFO:teuthology.orchestra.run.vm05.stdout: Installing : bzip2-1.0.8-11.el9.x86_64 138/140 2026-03-23T19:31:54.421 INFO:teuthology.orchestra.run.vm05.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 139/140 2026-03-23T19:31:54.422 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 90/140 2026-03-23T19:31:54.436 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 91/140 2026-03-23T19:31:54.437 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 139/140 2026-03-23T19:31:54.438 INFO:teuthology.orchestra.run.vm05.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 140/140 2026-03-23T19:31:54.446 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-packaging-20.9-5.el9.noarch 92/140 2026-03-23T19:31:54.467 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-ply-3.11-14.el9.noarch 93/140 2026-03-23T19:31:54.494 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 94/140 2026-03-23T19:31:54.600 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 95/140 2026-03-23T19:31:54.616 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 96/140 2026-03-23T19:31:54.648 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 97/140 2026-03-23T19:31:54.688 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 98/140 2026-03-23T19:31:54.756 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 99/140 2026-03-23T19:31:54.819 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 100/140 2026-03-23T19:31:54.828 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 101/140 2026-03-23T19:31:54.835 INFO:teuthology.orchestra.run.vm00.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 102/140 2026-03-23T19:31:54.839 INFO:teuthology.orchestra.run.vm00.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 103/140 2026-03-23T19:31:54.842 INFO:teuthology.orchestra.run.vm00.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 104/140 2026-03-23T19:31:54.864 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 104/140 2026-03-23T19:31:55.195 INFO:teuthology.orchestra.run.vm00.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 105/140 2026-03-23T19:31:55.286 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-base-2:20.2.0-712.g70f8415b.el9.x86_64 106/140 2026-03-23T19:31:55.529 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-base-2:20.2.0-712.g70f8415b.el9.x86_64 106/140 2026-03-23T19:31:55.561 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-03-23T19:31:55.561 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-03-23T19:31:55.561 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:31:55.732 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-selinux-2:20.2.0-712.g70f8415b.el9.x86_64 107/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 140/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-2:20.2.0-712.g70f8415b.el9.x86_64 1/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-base-2:20.2.0-712.g70f8415b.el9.x86_64 2/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 3/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 4/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-712.g70f841 5/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mds-2:20.2.0-712.g70f8415b.el9.x86_64 6/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-2:20.2.0-712.g70f8415b.el9.x86_64 7/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mon-2:20.2.0-712.g70f8415b.el9.x86_64 8/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-osd-2:20.2.0-712.g70f8415b.el9.x86_64 9/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-radosgw-2:20.2.0-712.g70f8415b.el9.x86_64 10/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-selinux-2:20.2.0-712.g70f8415b.el9.x86_64 11/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-test-2:20.2.0-712.g70f8415b.el9.x86_64 12/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs-devel-2:20.2.0-712.g70f8415b.el9.x86_6 13/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs-proxy2-2:20.2.0-712.g70f8415b.el9.x86_ 14/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephfs2-2:20.2.0-712.g70f8415b.el9.x86_64 15/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libcephsqlite-2:20.2.0-712.g70f8415b.el9.x86_64 16/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados-devel-2:20.2.0-712.g70f8415b.el9.x86_64 17/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libradosstriper1-2:20.2.0-712.g70f8415b.el9.x86_ 18/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librgw2-2:20.2.0-712.g70f8415b.el9.x86_64 19/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-argparse-2:20.2.0-712.g70f8415b.el9 20/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ceph-common-2:20.2.0-712.g70f8415b.el9.x 21/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cephfs-2:20.2.0-712.g70f8415b.el9.x86_64 22/140 2026-03-23T19:31:56.410 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rados-2:20.2.0-712.g70f8415b.el9.x86_64 23/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rbd-2:20.2.0-712.g70f8415b.el9.x86_64 24/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rgw-2:20.2.0-712.g70f8415b.el9.x86_64 25/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 26/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-mirror-2:20.2.0-712.g70f8415b.el9.x86_64 27/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : rbd-nbd-2:20.2.0-712.g70f8415b.el9.x86_64 28/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-712.g70f8415b.e 29/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-712.g70f8415b.el9.noar 30/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-712.g70f8415b.el9.no 31/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-712.g70f8 32/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-712.g70f8415b.el9 33/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-mgr-rook-2:20.2.0-712.g70f8415b.el9.noarch 34/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-712.g70f8415b.el 35/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ceph-volume-2:20.2.0-712.g70f8415b.el9.noarch 36/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cephadm-2:20.2.0-712.g70f8415b.el9.noarch 37/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : bzip2-1.0.8-11.el9.x86_64 38/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 39/140 2026-03-23T19:31:56.411 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 40/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 41/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 42/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 43/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 44/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 45/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 46/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 47/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-ply-3.11-14.el9.noarch 49/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 50/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 51/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 52/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 53/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : unzip-6.0-59.el9.x86_64 54/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : zip-3.0-35.el9.x86_64 55/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 56/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 57/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 58/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 59/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 60/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 61/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 62/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 63/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 64/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 65/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 66/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-5.4.4-4.el9.x86_64 67/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 68/140 2026-03-23T19:31:56.412 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 69/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : perl-Benchmark-1.23-483.el9.noarch 70/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : perl-Test-Harness-1:3.42-461.el9.noarch 71/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 72/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 73/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 74/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 75/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 76/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 78/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 79/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 80/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 81/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 82/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 83/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 84/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 85/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 86/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 87/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 88/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 89/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 90/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 91/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 92/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 93/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 94/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 95/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 96/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 97/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 98/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 99/140 2026-03-23T19:31:56.413 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 100/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 101/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 102/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 103/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 104/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 105/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 106/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 107/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 108/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 109/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 110/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 111/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 112/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 113/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 114/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 115/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 116/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 117/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 118/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 119/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 120/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 121/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 122/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 123/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 124/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 125/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 126/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 127/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 128/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 129/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 130/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 131/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 132/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 133/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : re2-1:20211101-20.el9.x86_64 134/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : s3cmd-2.4.0-1.el9.noarch 135/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 136/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados2-2:20.2.0-712.g70f8415b.el9.x86_64 137/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 138/140 2026-03-23T19:31:56.415 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librbd1-2:20.2.0-712.g70f8415b.el9.x86_64 139/140 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 140/140 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout:Upgraded: 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: librados2-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: librbd1-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout:Installed: 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: bzip2-1.0.8-11.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: ceph-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: ceph-base-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: ceph-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: ceph-grafana-dashboards-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: ceph-immutable-object-cache-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mds-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-cephadm-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-dashboard-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:31:56.513 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-diskprediction-local-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-modules-core-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mgr-rook-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: ceph-mon-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: ceph-osd-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: ceph-prometheus-alerts-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: ceph-radosgw-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: ceph-selinux-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: ceph-test-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: ceph-volume-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: cephadm-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: fuse-2.9.9-17.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-devel-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs-proxy2-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libcephfs2-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libcephsqlite-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: librados-devel-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libradosstriper1-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: librgw2-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: lua-5.4.4-4.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: perl-Benchmark-1.23-483.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: perl-Test-Harness-1:3.42-461.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-23T19:31:56.514 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-argparse-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-cephfs-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-ply-3.11-14.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyparsing-2.4.7-9.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-rados-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-rbd-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-rgw-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: rbd-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: rbd-mirror-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: rbd-nbd-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: re2-1:20211101-20.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: s3cmd-2.4.0-1.el9.noarch 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-23T19:31:56.515 INFO:teuthology.orchestra.run.vm05.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-23T19:31:56.516 INFO:teuthology.orchestra.run.vm05.stdout: unzip-6.0-59.el9.x86_64 2026-03-23T19:31:56.516 INFO:teuthology.orchestra.run.vm05.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-23T19:31:56.516 INFO:teuthology.orchestra.run.vm05.stdout: zip-3.0-35.el9.x86_64 2026-03-23T19:31:56.516 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:31:56.516 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-23T19:31:56.607 DEBUG:teuthology.parallel:result is None 2026-03-23T19:32:02.092 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-selinux-2:20.2.0-712.g70f8415b.el9.x86_64 107/140 2026-03-23T19:32:02.093 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /sys 2026-03-23T19:32:02.093 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /proc 2026-03-23T19:32:02.093 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /mnt 2026-03-23T19:32:02.093 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /var/tmp 2026-03-23T19:32:02.093 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /home 2026-03-23T19:32:02.093 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /root 2026-03-23T19:32:02.093 INFO:teuthology.orchestra.run.vm00.stdout:skipping the directory /tmp 2026-03-23T19:32:02.093 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:02.208 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mds-2:20.2.0-712.g70f8415b.el9.x86_64 108/140 2026-03-23T19:32:02.232 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mds-2:20.2.0-712.g70f8415b.el9.x86_64 108/140 2026-03-23T19:32:02.232 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:32:02.232 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-03-23T19:32:02.232 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-23T19:32:02.232 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-03-23T19:32:02.232 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:02.466 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mon-2:20.2.0-712.g70f8415b.el9.x86_64 109/140 2026-03-23T19:32:02.486 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mon-2:20.2.0-712.g70f8415b.el9.x86_64 109/140 2026-03-23T19:32:02.486 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:32:02.486 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-03-23T19:32:02.486 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-23T19:32:02.486 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-03-23T19:32:02.486 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:02.494 INFO:teuthology.orchestra.run.vm00.stdout: Installing : mailcap-2.1.49-5.el9.noarch 110/140 2026-03-23T19:32:02.497 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 111/140 2026-03-23T19:32:02.516 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 112/140 2026-03-23T19:32:02.516 INFO:teuthology.orchestra.run.vm00.stdout:Creating group 'qat' with GID 994. 2026-03-23T19:32:02.516 INFO:teuthology.orchestra.run.vm00.stdout:Creating group 'libstoragemgmt' with GID 993. 2026-03-23T19:32:02.517 INFO:teuthology.orchestra.run.vm00.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 993 and GID 993. 2026-03-23T19:32:02.517 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:02.527 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 112/140 2026-03-23T19:32:02.552 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 112/140 2026-03-23T19:32:02.552 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-03-23T19:32:02.552 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:02.572 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 113/140 2026-03-23T19:32:02.600 INFO:teuthology.orchestra.run.vm00.stdout: Installing : fuse-2.9.9-17.el9.x86_64 114/140 2026-03-23T19:32:02.670 INFO:teuthology.orchestra.run.vm00.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 115/140 2026-03-23T19:32:02.675 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-volume-2:20.2.0-712.g70f8415b.el9.noarch 116/140 2026-03-23T19:32:02.687 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-volume-2:20.2.0-712.g70f8415b.el9.noarch 116/140 2026-03-23T19:32:02.687 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:32:02.687 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-03-23T19:32:02.687 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:03.450 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-osd-2:20.2.0-712.g70f8415b.el9.x86_64 117/140 2026-03-23T19:32:03.471 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-osd-2:20.2.0-712.g70f8415b.el9.x86_64 117/140 2026-03-23T19:32:03.471 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:32:03.471 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-03-23T19:32:03.471 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-23T19:32:03.471 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-03-23T19:32:03.471 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:03.554 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: cephadm-2:20.2.0-712.g70f8415b.el9.noarch 118/140 2026-03-23T19:32:03.557 INFO:teuthology.orchestra.run.vm00.stdout: Installing : cephadm-2:20.2.0-712.g70f8415b.el9.noarch 118/140 2026-03-23T19:32:03.565 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-712.g70f8415b.el 119/140 2026-03-23T19:32:03.592 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-712.g70f8415b.e 120/140 2026-03-23T19:32:03.595 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-712.g70f8415b.el9.noar 121/140 2026-03-23T19:32:04.837 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-712.g70f8415b.el9.noar 121/140 2026-03-23T19:32:04.847 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-712.g70f8415b.el9.no 122/140 2026-03-23T19:32:05.342 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-712.g70f8415b.el9.no 122/140 2026-03-23T19:32:05.345 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-712.g70f8 123/140 2026-03-23T19:32:05.403 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-712.g70f8 123/140 2026-03-23T19:32:05.451 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-712.g70f8415b.el9 124/140 2026-03-23T19:32:05.454 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-2:20.2.0-712.g70f8415b.el9.x86_64 125/140 2026-03-23T19:32:05.474 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-2:20.2.0-712.g70f8415b.el9.x86_64 125/140 2026-03-23T19:32:05.474 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:32:05.474 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-03-23T19:32:05.474 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-23T19:32:05.474 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-03-23T19:32:05.474 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:05.487 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-mgr-rook-2:20.2.0-712.g70f8415b.el9.noarch 126/140 2026-03-23T19:32:05.497 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-712.g70f8415b.el9.noarch 126/140 2026-03-23T19:32:05.542 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-2:20.2.0-712.g70f8415b.el9.x86_64 127/140 2026-03-23T19:32:06.683 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 128/140 2026-03-23T19:32:06.687 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-radosgw-2:20.2.0-712.g70f8415b.el9.x86_64 129/140 2026-03-23T19:32:06.707 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-712.g70f8415b.el9.x86_64 129/140 2026-03-23T19:32:06.707 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:32:06.707 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-03-23T19:32:06.707 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-23T19:32:06.707 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-03-23T19:32:06.707 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:06.719 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-712.g70f841 130/140 2026-03-23T19:32:06.738 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-712.g70f841 130/140 2026-03-23T19:32:06.738 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:32:06.738 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-03-23T19:32:06.738 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:06.880 INFO:teuthology.orchestra.run.vm00.stdout: Installing : rbd-mirror-2:20.2.0-712.g70f8415b.el9.x86_64 131/140 2026-03-23T19:32:06.899 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: rbd-mirror-2:20.2.0-712.g70f8415b.el9.x86_64 131/140 2026-03-23T19:32:06.899 INFO:teuthology.orchestra.run.vm00.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-03-23T19:32:06.899 INFO:teuthology.orchestra.run.vm00.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-03-23T19:32:06.899 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-23T19:32:06.899 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-03-23T19:32:06.899 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:11.116 INFO:teuthology.orchestra.run.vm00.stdout: Installing : ceph-test-2:20.2.0-712.g70f8415b.el9.x86_64 132/140 2026-03-23T19:32:11.122 INFO:teuthology.orchestra.run.vm00.stdout: Installing : perl-Test-Harness-1:3.42-461.el9.noarch 133/140 2026-03-23T19:32:11.128 INFO:teuthology.orchestra.run.vm00.stdout: Installing : libcephfs-devel-2:20.2.0-712.g70f8415b.el9.x86_6 134/140 2026-03-23T19:32:11.139 INFO:teuthology.orchestra.run.vm00.stdout: Installing : rbd-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 135/140 2026-03-23T19:32:11.156 INFO:teuthology.orchestra.run.vm00.stdout: Installing : rbd-nbd-2:20.2.0-712.g70f8415b.el9.x86_64 136/140 2026-03-23T19:32:11.164 INFO:teuthology.orchestra.run.vm00.stdout: Installing : s3cmd-2.4.0-1.el9.noarch 137/140 2026-03-23T19:32:11.168 INFO:teuthology.orchestra.run.vm00.stdout: Installing : bzip2-1.0.8-11.el9.x86_64 138/140 2026-03-23T19:32:11.168 INFO:teuthology.orchestra.run.vm00.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 139/140 2026-03-23T19:32:11.182 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 139/140 2026-03-23T19:32:11.182 INFO:teuthology.orchestra.run.vm00.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 140/140 2026-03-23T19:32:12.855 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 140/140 2026-03-23T19:32:12.855 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-2:20.2.0-712.g70f8415b.el9.x86_64 1/140 2026-03-23T19:32:12.855 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-base-2:20.2.0-712.g70f8415b.el9.x86_64 2/140 2026-03-23T19:32:12.855 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 3/140 2026-03-23T19:32:12.855 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 4/140 2026-03-23T19:32:12.855 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-712.g70f841 5/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mds-2:20.2.0-712.g70f8415b.el9.x86_64 6/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-2:20.2.0-712.g70f8415b.el9.x86_64 7/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mon-2:20.2.0-712.g70f8415b.el9.x86_64 8/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-osd-2:20.2.0-712.g70f8415b.el9.x86_64 9/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-radosgw-2:20.2.0-712.g70f8415b.el9.x86_64 10/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-selinux-2:20.2.0-712.g70f8415b.el9.x86_64 11/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-test-2:20.2.0-712.g70f8415b.el9.x86_64 12/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephfs-devel-2:20.2.0-712.g70f8415b.el9.x86_6 13/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephfs-proxy2-2:20.2.0-712.g70f8415b.el9.x86_ 14/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephfs2-2:20.2.0-712.g70f8415b.el9.x86_64 15/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libcephsqlite-2:20.2.0-712.g70f8415b.el9.x86_64 16/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados-devel-2:20.2.0-712.g70f8415b.el9.x86_64 17/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libradosstriper1-2:20.2.0-712.g70f8415b.el9.x86_ 18/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librgw2-2:20.2.0-712.g70f8415b.el9.x86_64 19/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ceph-argparse-2:20.2.0-712.g70f8415b.el9 20/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ceph-common-2:20.2.0-712.g70f8415b.el9.x 21/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cephfs-2:20.2.0-712.g70f8415b.el9.x86_64 22/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rados-2:20.2.0-712.g70f8415b.el9.x86_64 23/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rbd-2:20.2.0-712.g70f8415b.el9.x86_64 24/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rgw-2:20.2.0-712.g70f8415b.el9.x86_64 25/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 26/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-mirror-2:20.2.0-712.g70f8415b.el9.x86_64 27/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : rbd-nbd-2:20.2.0-712.g70f8415b.el9.x86_64 28/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-712.g70f8415b.e 29/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-712.g70f8415b.el9.noar 30/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-712.g70f8415b.el9.no 31/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-712.g70f8 32/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-712.g70f8415b.el9 33/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-mgr-rook-2:20.2.0-712.g70f8415b.el9.noarch 34/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-712.g70f8415b.el 35/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ceph-volume-2:20.2.0-712.g70f8415b.el9.noarch 36/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : cephadm-2:20.2.0-712.g70f8415b.el9.noarch 37/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : bzip2-1.0.8-11.el9.x86_64 38/140 2026-03-23T19:32:12.856 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 39/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : fuse-2.9.9-17.el9.x86_64 40/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 41/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 42/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 43/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 44/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 45/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 46/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 47/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 48/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-ply-3.11-14.el9.noarch 49/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 50/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 51/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 52/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 53/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : unzip-6.0-59.el9.x86_64 54/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : zip-3.0-35.el9.x86_64 55/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 56/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 57/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 58/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 59/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 60/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 61/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 62/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 63/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 64/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 65/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 66/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lua-5.4.4-4.el9.x86_64 67/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 68/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 69/140 2026-03-23T19:32:12.858 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : perl-Benchmark-1.23-483.el9.noarch 70/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : perl-Test-Harness-1:3.42-461.el9.noarch 71/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 72/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 73/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 74/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 75/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 76/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 77/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 78/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 79/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 80/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 81/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 82/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyasn1-0.4.8-7.el9.noarch 83/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyasn1-modules-0.4.8-7.el9.noarch 84/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 85/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 86/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 87/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 88/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 89/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 90/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 91/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 92/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 93/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 94/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 95/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 96/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 97/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 98/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 99/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 100/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 101/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 102/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 103/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 104/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 105/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 106/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 107/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 108/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 109/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 110/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 111/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 112/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 113/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 114/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 115/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 116/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 117/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 118/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 119/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 120/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 121/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 122/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 123/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 124/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 125/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 126/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 127/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 128/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 129/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 130/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 131/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 132/140 2026-03-23T19:32:12.859 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 133/140 2026-03-23T19:32:12.860 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : re2-1:20211101-20.el9.x86_64 134/140 2026-03-23T19:32:12.860 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : s3cmd-2.4.0-1.el9.noarch 135/140 2026-03-23T19:32:12.860 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 136/140 2026-03-23T19:32:12.860 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados2-2:20.2.0-712.g70f8415b.el9.x86_64 137/140 2026-03-23T19:32:12.860 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 138/140 2026-03-23T19:32:12.860 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librbd1-2:20.2.0-712.g70f8415b.el9.x86_64 139/140 2026-03-23T19:32:12.952 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 140/140 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout:Upgraded: 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: librados2-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: librbd1-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout:Installed: 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: bzip2-1.0.8-11.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-base-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-grafana-dashboards-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-immutable-object-cache-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mds-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-cephadm-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-dashboard-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-diskprediction-local-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-modules-core-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mgr-rook-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-mon-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-osd-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-prometheus-alerts-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-radosgw-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-selinux-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-test-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ceph-volume-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: cephadm-2:20.2.0-712.g70f8415b.el9.noarch 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: cryptsetup-2.8.1-3.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: fuse-2.9.9-17.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: grpc-data-1.46.7-10.el9.noarch 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-9.0.0-15.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-devel-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs-proxy2-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libcephfs2-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libcephsqlite-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libconfig-1.7.2-9.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libnbd-1.20.3-4.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: liboath-2.6.12-1.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: librados-devel-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libradosstriper1-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: librgw2-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libunwind-1.6.2-1.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: libxslt-1.1.34-12.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: lua-5.4.4-4.el9.x86_64 2026-03-23T19:32:12.953 INFO:teuthology.orchestra.run.vm00.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: luarocks-3.9.2-5.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: mailcap-2.1.49-5.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: openblas-0.3.29-1.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: pciutils-3.7.0-7.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: perl-Benchmark-1.23-483.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: perl-Test-Harness-1:3.42-461.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-3.14.0-17.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-babel-2.9.1-2.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-argparse-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-ceph-common-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-cephfs-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-packaging-20.9-5.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-ply-3.11-14.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-portend-3.1.0-2.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-0.4.8-7.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyasn1-modules-0.4.8-7.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-pycparser-2.20-6.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyparsing-2.4.7-9.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-rados-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-rbd-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-03-23T19:32:12.954 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-2.25.1-10.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-rgw-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-routes-2.5.1-5.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-rsa-4.9-2.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-toml-0.10.2-6.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-25.08.0-2.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: rbd-fuse-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: rbd-mirror-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: rbd-nbd-2:20.2.0-712.g70f8415b.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: re2-1:20211101-20.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: s3cmd-2.4.0-1.el9.noarch 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: socat-1.7.4.1-8.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: thrift-0.15.0-4.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: unzip-6.0-59.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: zip-3.0-35.el9.x86_64 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:12.955 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-23T19:32:13.042 DEBUG:teuthology.parallel:result is None 2026-03-23T19:32:13.042 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-23T19:32:13.646 DEBUG:teuthology.orchestra.run.vm00:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-03-23T19:32:13.664 INFO:teuthology.orchestra.run.vm00.stdout:20.2.0-712.g70f8415b.el9 2026-03-23T19:32:13.664 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-712.g70f8415b.el9 2026-03-23T19:32:13.664 INFO:teuthology.task.install:The correct ceph version 20.2.0-712.g70f8415b is installed. 2026-03-23T19:32:13.665 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-23T19:32:14.228 DEBUG:teuthology.orchestra.run.vm05:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-03-23T19:32:14.247 INFO:teuthology.orchestra.run.vm05.stdout:20.2.0-712.g70f8415b.el9 2026-03-23T19:32:14.247 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-712.g70f8415b.el9 2026-03-23T19:32:14.247 INFO:teuthology.task.install:The correct ceph version 20.2.0-712.g70f8415b is installed. 2026-03-23T19:32:14.247 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-03-23T19:32:14.247 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:14.247 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-23T19:32:14.272 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:14.272 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-23T19:32:14.311 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-03-23T19:32:14.311 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:14.311 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/daemon-helper 2026-03-23T19:32:14.334 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-23T19:32:14.396 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:14.396 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/daemon-helper 2026-03-23T19:32:14.418 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-23T19:32:14.479 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-03-23T19:32:14.479 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:14.479 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-23T19:32:14.501 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-23T19:32:14.565 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:14.566 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-23T19:32:14.589 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-23T19:32:14.651 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-03-23T19:32:14.652 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:14.652 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/usr/bin/stdin-killer 2026-03-23T19:32:14.674 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-23T19:32:14.736 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:14.736 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/usr/bin/stdin-killer 2026-03-23T19:32:14.758 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-23T19:32:14.819 INFO:teuthology.run_tasks:Running task ceph... 2026-03-23T19:32:14.859 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2026-03-23T19:32:14.859 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod 777 /var/log/ceph 2026-03-23T19:32:14.860 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod 777 /var/log/ceph 2026-03-23T19:32:14.882 INFO:tasks.ceph:Disabling ceph logrotate... 2026-03-23T19:32:14.883 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f -- /etc/logrotate.d/ceph 2026-03-23T19:32:14.923 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f -- /etc/logrotate.d/ceph 2026-03-23T19:32:14.945 INFO:tasks.ceph:Creating extra log directories... 2026-03-23T19:32:14.945 DEBUG:teuthology.orchestra.run.vm00:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2026-03-23T19:32:14.987 DEBUG:teuthology.orchestra.run.vm05:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2026-03-23T19:32:15.014 INFO:tasks.ceph:Creating ceph cluster cluster1... 2026-03-23T19:32:15.014 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': 'zstd', '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 mclock iops capacity threshold hdd': 49000, '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-03-23T19:32:15.014 INFO:tasks.ceph:ctx.config {'archive_path': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3511', 'branch': 'tentacle', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-zstd 4-supported-random-distro$/{centos_latest} 5-data-pool/ec 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}}', 'email': None, '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': '3511', 'last_in_suite': False, 'machine_type': 'vps', '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': 'kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps', 'no_nested_subset': False, 'os_type': 'centos', 'os_version': '9.stream', 'overrides': {'admin_socket': {'branch': 'tentacle'}, 'ansible.cephlab': {'branch': 'main', 'repo': 'https://github.com/kshtsk/ceph-cm-ansible.git', 'skip_tags': 'nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs', 'vars': {'logical_volumes': {'lv_1': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_2': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_3': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_4': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}}, 'timezone': 'UTC', 'volume_groups': {'vg_nvme': {'pvs': '/dev/vdb,/dev/vdc,/dev/vdd,/dev/vde'}}}}, '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': 'zstd', '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 mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'cephadm': {'cephadm_binary_url': 'https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm'}, 'install': {'ceph': {'flavor': 'default', 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}, 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'tt-tentacle', 'sha1': '0392f78529848ec72469e8e431875cb98d3a5fb4'}}, 'owner': 'kyr', 'priority': 1000, 'repo': 'https://github.com/ceph/ceph.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': 3051, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'sleep_before_teardown': 0, 'subset': '1/128', 'suite': 'rbd', 'suite_branch': 'tt-tentacle', 'suite_path': '/home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://github.com/kshtsk/ceph.git', 'suite_sha1': '0392f78529848ec72469e8e431875cb98d3a5fb4', 'targets': {'vm00.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIlJtZQAVOyr/pZ2XXp/zXlAj657Y65wyBE68uHvH/O8DebhrkM64dEOJoia0QdBTS2TpaPJzF2KjRSDrA6ZM6E=', 'vm05.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNjgPwXk1pGcsuiUTLCtFGi2TsOTHeJuZv6ECviezjtB9pwAxMFHyyxGtDEXfr1YFUHeVN+ziD0EGz7t1EbRP00='}, '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}, {'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': 'zstd', '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 mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}}, {'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-src', 'rbd --cluster cluster2 migration execute client.0.0-src', 'rbd --cluster cluster2 migration commit client.0.0-src', 'rbd --cluster cluster2 snap create client.0.0-src@snap', 'rbd --cluster cluster2 snap protect client.0.0-src@snap', 'rbd --cluster cluster2 clone client.0.0-src@snap client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1-src', 'rbd --cluster cluster2 snap create client.0.1-src@snap', 'rbd --cluster cluster2 snap protect client.0.1-src@snap', 'rbd --cluster cluster2 clone client.0.1-src@snap client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.2-src', 'rbd --cluster cluster2 snap create client.0.2-src@snap', 'rbd --cluster cluster2 snap protect client.0.2-src@snap', 'rbd --cluster cluster2 clone client.0.2-src@snap 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': 'clyso-debian-13', 'teuthology_repo': 'https://github.com/clyso/teuthology', 'teuthology_sha1': '1c580df7a9c7c2aadc272da296344fd99f27c444', 'timestamp': '2026-03-20_22:04:26', 'tube': 'vps', 'user': 'kyr', 'verbose': False, 'worker_log': '/home/teuthos/.teuthology/dispatcher/dispatcher.vps.2366871'} 2026-03-23T19:32:15.014 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2026-03-23T19:32:15.051 DEBUG:teuthology.orchestra.run.vm05:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2026-03-23T19:32:15.065 DEBUG:teuthology.orchestra.run.vm00:> sudo install -d -m0777 -- /var/run/ceph 2026-03-23T19:32:15.105 DEBUG:teuthology.orchestra.run.vm05:> sudo install -d -m0777 -- /var/run/ceph 2026-03-23T19:32:15.129 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:15.129 DEBUG:teuthology.orchestra.run.vm00:> dd if=/scratch_devs of=/dev/stdout 2026-03-23T19:32:15.180 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-03-23T19:32:15.180 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vg_nvme/lv_1 2026-03-23T19:32:15.234 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-03-23T19:32:15.235 INFO:teuthology.orchestra.run.vm00.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-23T19:32:15.235 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 663 Links: 1 2026-03-23T19:32:15.235 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-23T19:32:15.235 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:device_t:s0 2026-03-23T19:32:15.235 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-23 19:32:11.419791180 +0000 2026-03-23T19:32:15.235 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-23 19:30:42.330306255 +0000 2026-03-23T19:32:15.235 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-23 19:30:42.330306255 +0000 2026-03-23T19:32:15.235 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-23 19:30:42.330306255 +0000 2026-03-23T19:32:15.235 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-03-23T19:32:15.296 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-23T19:32:15.296 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-23T19:32:15.296 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.00012813 s, 4.0 MB/s 2026-03-23T19:32:15.297 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-03-23T19:32:15.350 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vg_nvme/lv_2 2026-03-23T19:32:15.404 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-03-23T19:32:15.404 INFO:teuthology.orchestra.run.vm00.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-23T19:32:15.404 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 693 Links: 1 2026-03-23T19:32:15.404 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-23T19:32:15.404 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:device_t:s0 2026-03-23T19:32:15.404 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-23 19:32:11.420791181 +0000 2026-03-23T19:32:15.404 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-23 19:30:42.550306373 +0000 2026-03-23T19:32:15.404 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-23 19:30:42.550306373 +0000 2026-03-23T19:32:15.404 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-23 19:30:42.550306373 +0000 2026-03-23T19:32:15.404 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-03-23T19:32:15.464 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-23T19:32:15.464 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-23T19:32:15.464 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.00011767 s, 4.4 MB/s 2026-03-23T19:32:15.465 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-03-23T19:32:15.521 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vg_nvme/lv_3 2026-03-23T19:32:15.575 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-03-23T19:32:15.575 INFO:teuthology.orchestra.run.vm00.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-23T19:32:15.576 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 735 Links: 1 2026-03-23T19:32:15.576 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-23T19:32:15.576 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:device_t:s0 2026-03-23T19:32:15.576 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-23 19:32:11.420791181 +0000 2026-03-23T19:32:15.576 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-23 19:30:42.770306492 +0000 2026-03-23T19:32:15.576 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-23 19:30:42.770306492 +0000 2026-03-23T19:32:15.576 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-23 19:30:42.770306492 +0000 2026-03-23T19:32:15.576 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-03-23T19:32:15.635 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-23T19:32:15.635 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-23T19:32:15.635 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000124493 s, 4.1 MB/s 2026-03-23T19:32:15.636 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-03-23T19:32:15.689 DEBUG:teuthology.orchestra.run.vm00:> stat /dev/vg_nvme/lv_4 2026-03-23T19:32:15.744 INFO:teuthology.orchestra.run.vm00.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-03-23T19:32:15.744 INFO:teuthology.orchestra.run.vm00.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-23T19:32:15.744 INFO:teuthology.orchestra.run.vm00.stdout:Device: 6h/6d Inode: 776 Links: 1 2026-03-23T19:32:15.744 INFO:teuthology.orchestra.run.vm00.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-23T19:32:15.744 INFO:teuthology.orchestra.run.vm00.stdout:Context: system_u:object_r:device_t:s0 2026-03-23T19:32:15.744 INFO:teuthology.orchestra.run.vm00.stdout:Access: 2026-03-23 19:32:11.420791181 +0000 2026-03-23T19:32:15.744 INFO:teuthology.orchestra.run.vm00.stdout:Modify: 2026-03-23 19:30:42.982306606 +0000 2026-03-23T19:32:15.744 INFO:teuthology.orchestra.run.vm00.stdout:Change: 2026-03-23 19:30:42.982306606 +0000 2026-03-23T19:32:15.744 INFO:teuthology.orchestra.run.vm00.stdout: Birth: 2026-03-23 19:30:42.982306606 +0000 2026-03-23T19:32:15.744 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-03-23T19:32:15.807 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records in 2026-03-23T19:32:15.807 INFO:teuthology.orchestra.run.vm00.stderr:1+0 records out 2026-03-23T19:32:15.807 INFO:teuthology.orchestra.run.vm00.stderr:512 bytes copied, 0.000197399 s, 2.6 MB/s 2026-03-23T19:32:15.808 DEBUG:teuthology.orchestra.run.vm00:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-03-23T19:32:15.863 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-03-23T19:32:15.863 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@vm00.local'): {'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-03-23T19:32:15.863 INFO:tasks.ceph:Generating config... 2026-03-23T19:32:15.863 INFO:tasks.ceph:[client] rbd default data pool = datapool 2026-03-23T19:32:15.863 INFO:tasks.ceph:[global] mon warn on pool no app = False 2026-03-23T19:32:15.863 INFO:tasks.ceph:[mgr] debug mgr = 20 2026-03-23T19:32:15.863 INFO:tasks.ceph:[mgr] debug ms = 1 2026-03-23T19:32:15.863 INFO:tasks.ceph:[mon] debug mon = 20 2026-03-23T19:32:15.863 INFO:tasks.ceph:[mon] debug ms = 1 2026-03-23T19:32:15.863 INFO:tasks.ceph:[mon] debug paxos = 20 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] bluestore compression algorithm = zstd 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] debug ms = 1 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] debug osd = 20 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2026-03-23T19:32:15.863 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2026-03-23T19:32:15.864 INFO:tasks.ceph:[osd] osd mclock iops capacity threshold hdd = 49000 2026-03-23T19:32:15.864 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2026-03-23T19:32:15.864 INFO:tasks.ceph:Setting up cluster1.mon.a... 2026-03-23T19:32:15.864 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster1.keyring 2026-03-23T19:32:15.933 INFO:teuthology.orchestra.run.vm00.stdout:creating /etc/ceph/cluster1.keyring 2026-03-23T19:32:15.935 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster1.keyring 2026-03-23T19:32:16.009 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-23T19:32:16.070 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster1.mon.a', '192.168.123.100')] 2026-03-23T19:32:16.071 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': '192.168.123.100', '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': 'zstd', '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 mclock iops capacity threshold hdd': 49000, '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-03-23T19:32:16.071 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:16.071 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2026-03-23T19:32:16.123 DEBUG:teuthology.orchestra.run.vm00:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage monmaptool -c /home/ubuntu/cephtest/ceph.tmp.conf --create --clobber --enable-all-features --add a 192.168.123.100 --print /home/ubuntu/cephtest/cluster1.monmap 2026-03-23T19:32:16.192 INFO:teuthology.orchestra.run.vm00.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster1.monmap 2026-03-23T19:32:16.192 INFO:teuthology.orchestra.run.vm00.stdout:monmaptool: generated fsid c50d5386-9ac5-4632-9768-e3c0842c7dc3 2026-03-23T19:32:16.192 INFO:teuthology.orchestra.run.vm00.stdout:setting min_mon_release = tentacle 2026-03-23T19:32:16.192 INFO:teuthology.orchestra.run.vm00.stdout:epoch 0 2026-03-23T19:32:16.192 INFO:teuthology.orchestra.run.vm00.stdout:fsid c50d5386-9ac5-4632-9768-e3c0842c7dc3 2026-03-23T19:32:16.192 INFO:teuthology.orchestra.run.vm00.stdout:last_changed 2026-03-23T19:32:16.191645+0000 2026-03-23T19:32:16.192 INFO:teuthology.orchestra.run.vm00.stdout:created 2026-03-23T19:32:16.191645+0000 2026-03-23T19:32:16.192 INFO:teuthology.orchestra.run.vm00.stdout:min_mon_release 20 (tentacle) 2026-03-23T19:32:16.192 INFO:teuthology.orchestra.run.vm00.stdout:election_strategy: 1 2026-03-23T19:32:16.192 INFO:teuthology.orchestra.run.vm00.stdout:0: [v2:192.168.123.100:3300/0,v1:192.168.123.100:6789/0] mon.a 2026-03-23T19:32:16.192 INFO:teuthology.orchestra.run.vm00.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster1.monmap (1 monitors) 2026-03-23T19:32:16.193 DEBUG:teuthology.orchestra.run.vm00:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2026-03-23T19:32:16.246 INFO:tasks.ceph:Writing /etc/ceph/cluster1.conf for FSID c50d5386-9ac5-4632-9768-e3c0842c7dc3... 2026-03-23T19:32:16.247 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:16.288 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:16.326 INFO:teuthology.orchestra.run.vm00.stdout:[global] 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: chdir = "" 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: auth supported = cephx 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: filestore xattr use omap = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon clock drift allowed = 1.000 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd crush chooseleaf type = 0 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: auth debug = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: ms die on old message = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: ms die on bug = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon pg warn max object skew = 0 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: # disable pg_autoscaler by default for new pools 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd pool default size = 2 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon osd allow primary affinity = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon osd allow pg remap = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on legacy crush tunables = false 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on crush straw calc version zero = false 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on no sortbitwise = false 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on osd down out interval zero = false 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on too few osds = false 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon_allow_pool_size_one = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd default data pool replay window = 5 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon allow pool delete = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon cluster log file level = debug 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: debug asserts on shutdown = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon health detail to clog = false 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon host = 192.168.123.100 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on pool no app = False 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: fsid = c50d5386-9ac5-4632-9768-e3c0842c7dc3 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout:[osd] 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd journal size = 100 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd scrub load threshold = 5.0 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd scrub max interval = 600 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock profile = high_recovery_ops 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock skip benchmark = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd recover clone overlap = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd recovery max chunk = 1048576 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd debug shutdown = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd debug op order = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd debug verify stray on activate = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: osd debug trim objects = true 2026-03-23T19:32:16.327 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: osd open classes on start = true 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: osd debug pg log writeout = true 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: osd deep scrub update digest min age = 30 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: osd map max advance = 10 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: journal zero on create = true 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: filestore ondisk finisher threads = 3 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: filestore apply finisher threads = 3 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: bdev debug aio = true 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: osd debug misdirected ops = true 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: bluestore block size = 96636764160 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: bluestore compression algorithm = zstd 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: bluestore compression mode = aggressive 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: bluestore fsck on mount = True 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug bluefs = 1/20 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug bluestore = 1/20 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug osd = 20 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug rocksdb = 4/10 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: enable experimental unrecoverable data corrupting features = * 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon osd backfillfull_ratio = 0.85 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon osd full ratio = 0.9 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon osd nearfull ratio = 0.8 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: osd debug randomize hobject sort order = False 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: osd failsafe full ratio = 0.95 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: osd objectstore = bluestore 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout:[mgr] 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug mgr = 20 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug mon = 20 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug auth = 20 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min pgs per osd = 4 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min bytes per osd = 10 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mgr/telemetry/nag = false 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout:[mon] 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug mon = 20 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug paxos = 20 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: debug auth = 20 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon data avail warn = 5 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon mgr mkfs grace = 240 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min pgs per osd = 4 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon osd reporter subtree level = osd 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon osd prime pg temp = true 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min bytes per osd = 10 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: auth mon ticket ttl = 660 # 11m 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: auth service ticket ttl = 240 # 4m 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: # don't complain about insecure global_id in the test suite 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: # 1m isn't quite enough 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon_down_mkfs_grace = 2m 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_filestore_osds = false 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:16.328 INFO:teuthology.orchestra.run.vm00.stdout:[client] 2026-03-23T19:32:16.329 INFO:teuthology.orchestra.run.vm00.stdout: rgw cache enabled = true 2026-03-23T19:32:16.329 INFO:teuthology.orchestra.run.vm00.stdout: rgw enable ops log = true 2026-03-23T19:32:16.329 INFO:teuthology.orchestra.run.vm00.stdout: rgw enable usage log = true 2026-03-23T19:32:16.329 INFO:teuthology.orchestra.run.vm00.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-23T19:32:16.329 INFO:teuthology.orchestra.run.vm00.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-23T19:32:16.329 INFO:teuthology.orchestra.run.vm00.stdout: rbd default data pool = datapool 2026-03-23T19:32:16.329 INFO:teuthology.orchestra.run.vm00.stdout:[mon.a] 2026-03-23T19:32:16.331 INFO:teuthology.orchestra.run.vm05.stdout:[global] 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: chdir = "" 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: auth supported = cephx 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: filestore xattr use omap = true 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon clock drift allowed = 1.000 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: osd crush chooseleaf type = 0 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: auth debug = true 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: ms die on old message = true 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: ms die on bug = true 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon pg warn max object skew = 0 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: # disable pg_autoscaler by default for new pools 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: osd pool default size = 2 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon osd allow primary affinity = true 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon osd allow pg remap = true 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on legacy crush tunables = false 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on crush straw calc version zero = false 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on no sortbitwise = false 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on osd down out interval zero = false 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on too few osds = false 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon_allow_pool_size_one = true 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: osd default data pool replay window = 5 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon allow pool delete = true 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: mon cluster log file level = debug 2026-03-23T19:32:16.332 INFO:teuthology.orchestra.run.vm05.stdout: debug asserts on shutdown = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: mon health detail to clog = false 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: mon host = 192.168.123.100 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on pool no app = False 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: fsid = c50d5386-9ac5-4632-9768-e3c0842c7dc3 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout:[osd] 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd journal size = 100 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd scrub load threshold = 5.0 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd scrub max interval = 600 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd mclock profile = high_recovery_ops 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd mclock skip benchmark = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd recover clone overlap = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd recovery max chunk = 1048576 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd debug shutdown = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd debug op order = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd debug verify stray on activate = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd debug trim objects = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd open classes on start = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd debug pg log writeout = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd deep scrub update digest min age = 30 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd map max advance = 10 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: journal zero on create = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: filestore ondisk finisher threads = 3 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: filestore apply finisher threads = 3 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: bdev debug aio = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd debug misdirected ops = true 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: bluestore block size = 96636764160 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: bluestore compression algorithm = zstd 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: bluestore compression mode = aggressive 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: bluestore fsck on mount = True 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: debug bluefs = 1/20 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: debug bluestore = 1/20 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: debug ms = 1 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: debug osd = 20 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: debug rocksdb = 4/10 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: enable experimental unrecoverable data corrupting features = * 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: mon osd backfillfull_ratio = 0.85 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: mon osd full ratio = 0.9 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: mon osd nearfull ratio = 0.8 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd debug randomize hobject sort order = False 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd failsafe full ratio = 0.95 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: osd objectstore = bluestore 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout:[mgr] 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: debug ms = 1 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: debug mgr = 20 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: debug mon = 20 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: debug auth = 20 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: mon reweight min pgs per osd = 4 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: mon reweight min bytes per osd = 10 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: mgr/telemetry/nag = false 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout:[mon] 2026-03-23T19:32:16.333 INFO:teuthology.orchestra.run.vm05.stdout: debug ms = 1 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: debug mon = 20 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: debug paxos = 20 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: debug auth = 20 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: mon data avail warn = 5 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: mon mgr mkfs grace = 240 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: mon reweight min pgs per osd = 4 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: mon osd reporter subtree level = osd 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: mon osd prime pg temp = true 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: mon reweight min bytes per osd = 10 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: auth mon ticket ttl = 660 # 11m 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: auth service ticket ttl = 240 # 4m 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: # don't complain about insecure global_id in the test suite 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: # 1m isn't quite enough 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: mon_down_mkfs_grace = 2m 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: mon_warn_on_filestore_osds = false 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout:[client] 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: rgw cache enabled = true 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: rgw enable ops log = true 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: rgw enable usage log = true 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout: rbd default data pool = datapool 2026-03-23T19:32:16.334 INFO:teuthology.orchestra.run.vm05.stdout:[mon.a] 2026-03-23T19:32:16.341 INFO:tasks.ceph:Creating admin key on cluster1.mon.a... 2026-03-23T19:32:16.342 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:16.416 INFO:tasks.ceph:Copying monmap to all nodes... 2026-03-23T19:32:16.416 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:16.416 DEBUG:teuthology.orchestra.run.vm00:> dd if=/etc/ceph/cluster1.keyring of=/dev/stdout 2026-03-23T19:32:16.470 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:16.470 DEBUG:teuthology.orchestra.run.vm00:> dd if=/home/ubuntu/cephtest/cluster1.monmap of=/dev/stdout 2026-03-23T19:32:16.524 INFO:tasks.ceph:Sending monmap to node ubuntu@vm00.local 2026-03-23T19:32:16.524 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:16.524 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/ceph/cluster1.keyring 2026-03-23T19:32:16.524 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-23T19:32:16.595 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:16.595 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2026-03-23T19:32:16.648 INFO:tasks.ceph:Sending monmap to node ubuntu@vm05.local 2026-03-23T19:32:16.648 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:16.649 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/ceph/cluster1.keyring 2026-03-23T19:32:16.649 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-23T19:32:16.677 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:16.677 DEBUG:teuthology.orchestra.run.vm05:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2026-03-23T19:32:16.730 INFO:tasks.ceph:Setting up mon nodes... 2026-03-23T19:32:16.730 INFO:tasks.ceph:Setting up mgr nodes... 2026-03-23T19:32:16.731 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:16.771 INFO:teuthology.orchestra.run.vm00.stdout:creating /var/lib/ceph/mgr/cluster1-x/keyring 2026-03-23T19:32:16.773 INFO:tasks.ceph:Setting up mds nodes... 2026-03-23T19:32:16.773 INFO:tasks.ceph_client:Setting up client nodes... 2026-03-23T19:32:16.774 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:16.851 INFO:teuthology.orchestra.run.vm00.stdout:creating /etc/ceph/cluster1.client.0.keyring 2026-03-23T19:32:16.863 INFO:tasks.ceph:Running mkfs on osd nodes... 2026-03-23T19:32:16.864 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@vm00.local'): {'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-03-23T19:32:16.864 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /var/lib/ceph/osd/cluster1-0 2026-03-23T19:32:16.925 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-03-23T19:32:16.925 INFO:tasks.ceph:role: cluster1.osd.0 2026-03-23T19:32:16.925 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@vm00.local 2026-03-23T19:32:16.926 DEBUG:teuthology.orchestra.run.vm00:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2026-03-23T19:32:16.988 INFO:teuthology.orchestra.run.vm00.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=1310464 blks 2026-03-23T19:32:16.988 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-23T19:32:16.988 INFO:teuthology.orchestra.run.vm00.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-23T19:32:16.988 INFO:teuthology.orchestra.run.vm00.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-03-23T19:32:16.988 INFO:teuthology.orchestra.run.vm00.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-23T19:32:16.988 INFO:teuthology.orchestra.run.vm00.stdout: = sunit=0 swidth=0 blks 2026-03-23T19:32:16.988 INFO:teuthology.orchestra.run.vm00.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-23T19:32:16.988 INFO:teuthology.orchestra.run.vm00.stdout:log =internal log bsize=4096 blocks=16384, version=2 2026-03-23T19:32:16.988 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-23T19:32:16.988 INFO:teuthology.orchestra.run.vm00.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-23T19:32:16.992 INFO:teuthology.orchestra.run.vm00.stdout:Discarding blocks...Done. 2026-03-23T19:32:16.995 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@vm00.local -o noatime 2026-03-23T19:32:16.995 DEBUG:teuthology.orchestra.run.vm00:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster1-0 2026-03-23T19:32:17.060 DEBUG:teuthology.orchestra.run.vm00:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-0 2026-03-23T19:32:17.125 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /var/lib/ceph/osd/cluster1-1 2026-03-23T19:32:17.187 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-03-23T19:32:17.187 INFO:tasks.ceph:role: cluster1.osd.1 2026-03-23T19:32:17.187 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@vm00.local 2026-03-23T19:32:17.187 DEBUG:teuthology.orchestra.run.vm00:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2026-03-23T19:32:17.248 INFO:teuthology.orchestra.run.vm00.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=1310464 blks 2026-03-23T19:32:17.248 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-23T19:32:17.248 INFO:teuthology.orchestra.run.vm00.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-23T19:32:17.248 INFO:teuthology.orchestra.run.vm00.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-03-23T19:32:17.248 INFO:teuthology.orchestra.run.vm00.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-23T19:32:17.248 INFO:teuthology.orchestra.run.vm00.stdout: = sunit=0 swidth=0 blks 2026-03-23T19:32:17.248 INFO:teuthology.orchestra.run.vm00.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-23T19:32:17.248 INFO:teuthology.orchestra.run.vm00.stdout:log =internal log bsize=4096 blocks=16384, version=2 2026-03-23T19:32:17.248 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-23T19:32:17.248 INFO:teuthology.orchestra.run.vm00.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-23T19:32:17.253 INFO:teuthology.orchestra.run.vm00.stdout:Discarding blocks...Done. 2026-03-23T19:32:17.255 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@vm00.local -o noatime 2026-03-23T19:32:17.255 DEBUG:teuthology.orchestra.run.vm00:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster1-1 2026-03-23T19:32:17.322 DEBUG:teuthology.orchestra.run.vm00:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-1 2026-03-23T19:32:17.385 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /var/lib/ceph/osd/cluster1-2 2026-03-23T19:32:17.446 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-03-23T19:32:17.446 INFO:tasks.ceph:role: cluster1.osd.2 2026-03-23T19:32:17.446 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@vm00.local 2026-03-23T19:32:17.446 DEBUG:teuthology.orchestra.run.vm00:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2026-03-23T19:32:17.507 INFO:teuthology.orchestra.run.vm00.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=1310464 blks 2026-03-23T19:32:17.508 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-23T19:32:17.508 INFO:teuthology.orchestra.run.vm00.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-23T19:32:17.508 INFO:teuthology.orchestra.run.vm00.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-03-23T19:32:17.508 INFO:teuthology.orchestra.run.vm00.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-23T19:32:17.508 INFO:teuthology.orchestra.run.vm00.stdout: = sunit=0 swidth=0 blks 2026-03-23T19:32:17.508 INFO:teuthology.orchestra.run.vm00.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-23T19:32:17.508 INFO:teuthology.orchestra.run.vm00.stdout:log =internal log bsize=4096 blocks=16384, version=2 2026-03-23T19:32:17.508 INFO:teuthology.orchestra.run.vm00.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-23T19:32:17.508 INFO:teuthology.orchestra.run.vm00.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-23T19:32:17.513 INFO:teuthology.orchestra.run.vm00.stdout:Discarding blocks...Done. 2026-03-23T19:32:17.514 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@vm00.local -o noatime 2026-03-23T19:32:17.514 DEBUG:teuthology.orchestra.run.vm00:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster1-2 2026-03-23T19:32:17.582 DEBUG:teuthology.orchestra.run.vm00:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-2 2026-03-23T19:32:17.646 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:17.721 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:17.720+0000 7f60c73bf900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:17.721 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:17.720+0000 7f60c73bf900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:17.722 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:17.721+0000 7f60c73bf900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:17.722 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:17.721+0000 7f60c73bf900 -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-03-23T19:32:17.723 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:17.721+0000 7f60c73bf900 -1 created new key in keyring /var/lib/ceph/osd/cluster1-0/keyring 2026-03-23T19:32:17.723 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:17.721+0000 7f60c73bf900 -1 bdev(0x5627a1d2d800 /var/lib/ceph/osd/cluster1-0/block) open stat got: (1) Operation not permitted 2026-03-23T19:32:17.723 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:17.721+0000 7f60c73bf900 -1 bluestore(/var/lib/ceph/osd/cluster1-0) _read_fsid unparsable uuid 2026-03-23T19:32:18.356 DEBUG:teuthology.orchestra.run.vm00:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-0 2026-03-23T19:32:18.419 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:18.496 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:18.495+0000 7f60536a9900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:18.497 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:18.495+0000 7f60536a9900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:18.497 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:18.496+0000 7f60536a9900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:18.497 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:18.496+0000 7f60536a9900 -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-03-23T19:32:18.498 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:18.496+0000 7f60536a9900 -1 created new key in keyring /var/lib/ceph/osd/cluster1-1/keyring 2026-03-23T19:32:18.498 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:18.496+0000 7f60536a9900 -1 bdev(0x55599e7cd800 /var/lib/ceph/osd/cluster1-1/block) open stat got: (1) Operation not permitted 2026-03-23T19:32:18.498 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:18.496+0000 7f60536a9900 -1 bluestore(/var/lib/ceph/osd/cluster1-1) _read_fsid unparsable uuid 2026-03-23T19:32:19.124 DEBUG:teuthology.orchestra.run.vm00:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-1 2026-03-23T19:32:19.186 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:19.260 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:19.259+0000 7f28dcf27900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:19.260 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:19.259+0000 7f28dcf27900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:19.261 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:19.259+0000 7f28dcf27900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:19.261 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:19.260+0000 7f28dcf27900 -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-03-23T19:32:19.261 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:19.260+0000 7f28dcf27900 -1 created new key in keyring /var/lib/ceph/osd/cluster1-2/keyring 2026-03-23T19:32:19.261 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:19.260+0000 7f28dcf27900 -1 bdev(0x5576d8fdf800 /var/lib/ceph/osd/cluster1-2/block) open stat got: (1) Operation not permitted 2026-03-23T19:32:19.262 INFO:teuthology.orchestra.run.vm00.stderr:2026-03-23T19:32:19.260+0000 7f28dcf27900 -1 bluestore(/var/lib/ceph/osd/cluster1-2) _read_fsid unparsable uuid 2026-03-23T19:32:19.893 DEBUG:teuthology.orchestra.run.vm00:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-2 2026-03-23T19:32:19.957 INFO:tasks.ceph:Reading keys from all nodes... 2026-03-23T19:32:19.957 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:19.957 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/mgr/cluster1-x/keyring of=/dev/stdout 2026-03-23T19:32:20.018 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:20.018 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-0/keyring of=/dev/stdout 2026-03-23T19:32:20.079 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:20.079 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-1/keyring of=/dev/stdout 2026-03-23T19:32:20.141 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:20.141 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-2/keyring of=/dev/stdout 2026-03-23T19:32:20.203 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:20.203 DEBUG:teuthology.orchestra.run.vm00:> dd if=/etc/ceph/cluster1.client.0.keyring of=/dev/stdout 2026-03-23T19:32:20.256 INFO:tasks.ceph:Adding keys to all mons... 2026-03-23T19:32:20.256 DEBUG:teuthology.orchestra.run.vm00:> sudo tee -a /etc/ceph/cluster1.keyring 2026-03-23T19:32:20.317 INFO:teuthology.orchestra.run.vm00.stdout:[mgr.x] 2026-03-23T19:32:20.317 INFO:teuthology.orchestra.run.vm00.stdout: key = AQBAlcFpzYj4LRAAJ9ldCZZDuK3o/yweWmmhxQ== 2026-03-23T19:32:20.317 INFO:teuthology.orchestra.run.vm00.stdout:[osd.0] 2026-03-23T19:32:20.317 INFO:teuthology.orchestra.run.vm00.stdout: key = AQBBlcFpzqcRKxAAk+9JfsdmLIS0f1slrwDbZw== 2026-03-23T19:32:20.317 INFO:teuthology.orchestra.run.vm00.stdout:[osd.1] 2026-03-23T19:32:20.317 INFO:teuthology.orchestra.run.vm00.stdout: key = AQBClcFpQvmnHRAAwyKK7YpwY3aGXD3apqDPUQ== 2026-03-23T19:32:20.317 INFO:teuthology.orchestra.run.vm00.stdout:[osd.2] 2026-03-23T19:32:20.317 INFO:teuthology.orchestra.run.vm00.stdout: key = AQBDlcFpefuSDxAA93SoYJW/WtEB0P8D9nbMcA== 2026-03-23T19:32:20.317 INFO:teuthology.orchestra.run.vm00.stdout:[client.0] 2026-03-23T19:32:20.317 INFO:teuthology.orchestra.run.vm00.stdout: key = AQBAlcFpwtysMhAATQI2cc27S492rDQxECGmkA== 2026-03-23T19:32:20.318 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:20.401 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:20.478 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:20.555 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:20.635 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:20.717 INFO:tasks.ceph:Running mkfs on mon nodes... 2026-03-23T19:32:20.717 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /var/lib/ceph/mon/cluster1-a 2026-03-23T19:32:20.779 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:20.869 DEBUG:teuthology.orchestra.run.vm00:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster1-a 2026-03-23T19:32:20.891 DEBUG:teuthology.orchestra.run.vm00:> rm -- /home/ubuntu/cephtest/cluster1.monmap 2026-03-23T19:32:20.943 INFO:tasks.ceph:Starting mon daemons in cluster cluster1... 2026-03-23T19:32:20.943 INFO:tasks.ceph.cluster1.mon.a:Restarting daemon 2026-03-23T19:32:20.943 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster1 -i a 2026-03-23T19:32:20.985 INFO:tasks.ceph.cluster1.mon.a:Started 2026-03-23T19:32:20.985 INFO:tasks.ceph:Starting mgr daemons in cluster cluster1... 2026-03-23T19:32:20.985 INFO:tasks.ceph.cluster1.mgr.x:Restarting daemon 2026-03-23T19:32:20.985 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster1 -i x 2026-03-23T19:32:20.986 INFO:tasks.ceph.cluster1.mgr.x:Started 2026-03-23T19:32:20.986 DEBUG:tasks.ceph:set 0 configs 2026-03-23T19:32:20.986 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 config dump 2026-03-23T19:32:21.097 INFO:teuthology.orchestra.run.vm00.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-03-23T19:32:21.107 INFO:tasks.ceph:Setting crush tunables to default 2026-03-23T19:32:21.107 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 osd crush tunables default 2026-03-23T19:32:21.208 INFO:teuthology.orchestra.run.vm00.stderr:adjusted tunables profile to default 2026-03-23T19:32:21.215 INFO:tasks.ceph:check_enable_crimson: False 2026-03-23T19:32:21.216 INFO:tasks.ceph:Starting osd daemons in cluster cluster1... 2026-03-23T19:32:21.216 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:21.216 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-0/fsid of=/dev/stdout 2026-03-23T19:32:21.237 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:21.237 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-1/fsid of=/dev/stdout 2026-03-23T19:32:21.301 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:21.301 DEBUG:teuthology.orchestra.run.vm00:> sudo dd if=/var/lib/ceph/osd/cluster1-2/fsid of=/dev/stdout 2026-03-23T19:32:21.365 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 osd new 019c4d42-3b2f-4a5b-a0d9-1e67c6d0f8d8 0 2026-03-23T19:32:21.511 INFO:teuthology.orchestra.run.vm00.stdout:0 2026-03-23T19:32:21.520 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 osd new 14376df9-6d75-40cf-8dbf-cec42390062b 1 2026-03-23T19:32:21.627 INFO:teuthology.orchestra.run.vm00.stdout:1 2026-03-23T19:32:21.636 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 osd new e9a871b7-00ac-4f8d-8b40-8bc0c39358e5 2 2026-03-23T19:32:21.742 INFO:teuthology.orchestra.run.vm00.stdout:2 2026-03-23T19:32:21.751 INFO:tasks.ceph.cluster1.osd.0:Restarting daemon 2026-03-23T19:32:21.751 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 2026-03-23T19:32:21.753 INFO:tasks.ceph.cluster1.osd.0:Started 2026-03-23T19:32:21.753 INFO:tasks.ceph.cluster1.osd.1:Restarting daemon 2026-03-23T19:32:21.753 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 2026-03-23T19:32:21.754 INFO:tasks.ceph.cluster1.osd.1:Started 2026-03-23T19:32:21.754 INFO:tasks.ceph.cluster1.osd.2:Restarting daemon 2026-03-23T19:32:21.754 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 2 2026-03-23T19:32:21.758 INFO:tasks.ceph.cluster1.osd.2:Started 2026-03-23T19:32:21.758 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-23T19:32:21.815 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-23T19:32:21.813+0000 7f708e20d900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:21.819 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-23T19:32:21.817+0000 7fa35ebb0900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:21.831 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-23T19:32:21.828+0000 7fa35ebb0900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:21.831 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-23T19:32:21.829+0000 7fa35ebb0900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:21.831 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-23T19:32:21.830+0000 7f708e20d900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:21.832 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-23T19:32:21.830+0000 7f708e20d900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:21.832 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-23T19:32:21.830+0000 7f1933f5a900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:21.837 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-23T19:32:21.835+0000 7f1933f5a900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:21.837 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-23T19:32:21.836+0000 7f1933f5a900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:21.872 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:21.873 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":5,"fsid":"c50d5386-9ac5-4632-9768-e3c0842c7dc3","created":"2026-03-23T19:32:21.053256+0000","modified":"2026-03-23T19:32:21.740111+0000","last_up_change":"0.000000","last_in_change":"2026-03-23T19:32:21.740111+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":"019c4d42-3b2f-4a5b-a0d9-1e67c6d0f8d8","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":"14376df9-6d75-40cf-8dbf-cec42390062b","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":"e9a871b7-00ac-4f8d-8b40-8bc0c39358e5","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-03-23T19:32:21.881 INFO:tasks.ceph.ceph_manager.cluster1:[] 2026-03-23T19:32:21.881 INFO:tasks.ceph:Waiting for OSDs to come up 2026-03-23T19:32:21.916 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-23T19:32:21.915+0000 7f1933f5a900 -1 Falling back to public interface 2026-03-23T19:32:21.936 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-23T19:32:21.935+0000 7fa35ebb0900 -1 Falling back to public interface 2026-03-23T19:32:21.948 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-23T19:32:21.947+0000 7f708e20d900 -1 Falling back to public interface 2026-03-23T19:32:21.982 INFO:tasks.ceph.cluster1.mgr.x.vm00.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-03-23T19:32:21.982 INFO:tasks.ceph.cluster1.mgr.x.vm00.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-03-23T19:32:21.982 INFO:tasks.ceph.cluster1.mgr.x.vm00.stderr: from numpy import show_config as show_numpy_config 2026-03-23T19:32:22.183 DEBUG:teuthology.orchestra.run.vm00:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2026-03-23T19:32:22.248 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-23T19:32:22.246+0000 7f1933f5a900 -1 osd.0 0 log_to_monitors true 2026-03-23T19:32:22.309 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-23T19:32:22.306+0000 7fa35ebb0900 -1 osd.1 0 log_to_monitors true 2026-03-23T19:32:22.310 INFO:teuthology.misc.health.vm00.stdout: 2026-03-23T19:32:22.310 INFO:teuthology.misc.health.vm00.stdout:{"epoch":5,"fsid":"c50d5386-9ac5-4632-9768-e3c0842c7dc3","created":"2026-03-23T19:32:21.053256+0000","modified":"2026-03-23T19:32:21.740111+0000","last_up_change":"0.000000","last_in_change":"2026-03-23T19:32:21.740111+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":"019c4d42-3b2f-4a5b-a0d9-1e67c6d0f8d8","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":"14376df9-6d75-40cf-8dbf-cec42390062b","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":"e9a871b7-00ac-4f8d-8b40-8bc0c39358e5","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-03-23T19:32:22.325 DEBUG:teuthology.misc:0 of 3 OSDs are up 2026-03-23T19:32:22.338 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-23T19:32:22.336+0000 7f708e20d900 -1 osd.2 0 log_to_monitors true 2026-03-23T19:32:24.068 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-23T19:32:24.067+0000 7f192fee9640 -1 osd.0 0 waiting for initial osdmap 2026-03-23T19:32:24.068 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-23T19:32:24.067+0000 7fa35b353640 -1 osd.1 0 waiting for initial osdmap 2026-03-23T19:32:24.069 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-23T19:32:24.067+0000 7f708989a640 -1 osd.2 0 waiting for initial osdmap 2026-03-23T19:32:24.085 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-23T19:32:24.084+0000 7fa355946640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-23T19:32:24.086 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-23T19:32:24.084+0000 7f192acee640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-23T19:32:24.086 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-23T19:32:24.084+0000 7f708469f640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-23T19:32:24.452 INFO:tasks.ceph.cluster1.mgr.x.vm00.stderr:2026-03-23T19:32:24.451+0000 7efe3ee7e640 -1 mgr.server handle_report got status from non-daemon mon.a 2026-03-23T19:32:28.627 DEBUG:teuthology.orchestra.run.vm00:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2026-03-23T19:32:28.812 INFO:teuthology.misc.health.vm00.stdout: 2026-03-23T19:32:28.812 INFO:teuthology.misc.health.vm00.stdout:{"epoch":11,"fsid":"c50d5386-9ac5-4632-9768-e3c0842c7dc3","created":"2026-03-23T19:32:21.053256+0000","modified":"2026-03-23T19:32:28.454629+0000","last_up_change":"2026-03-23T19:32:25.068130+0000","last_in_change":"2026-03-23T19:32:21.740111+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-03-23T19:32:25.456046+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":"019c4d42-3b2f-4a5b-a0d9-1e67c6d0f8d8","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":"192.168.123.100:6800","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6801","nonce":3749195042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6802","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6803","nonce":3749195042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6807","nonce":3749195042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6805","nonce":3749195042}]},"public_addr":"192.168.123.100:6801/3749195042","cluster_addr":"192.168.123.100:6803/3749195042","heartbeat_back_addr":"192.168.123.100:6807/3749195042","heartbeat_front_addr":"192.168.123.100:6805/3749195042","state":["exists","up"]},{"osd":1,"uuid":"14376df9-6d75-40cf-8dbf-cec42390062b","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":"192.168.123.100:6808","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6809","nonce":3504115704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6810","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6811","nonce":3504115704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6814","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6815","nonce":3504115704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6812","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6813","nonce":3504115704}]},"public_addr":"192.168.123.100:6809/3504115704","cluster_addr":"192.168.123.100:6811/3504115704","heartbeat_back_addr":"192.168.123.100:6815/3504115704","heartbeat_front_addr":"192.168.123.100:6813/3504115704","state":["exists","up"]},{"osd":2,"uuid":"e9a871b7-00ac-4f8d-8b40-8bc0c39358e5","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":"192.168.123.100:6816","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6817","nonce":949369733}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6818","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6819","nonce":949369733}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6822","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6823","nonce":949369733}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6820","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6821","nonce":949369733}]},"public_addr":"192.168.123.100:6817/949369733","cluster_addr":"192.168.123.100:6819/949369733","heartbeat_back_addr":"192.168.123.100:6823/949369733","heartbeat_front_addr":"192.168.123.100:6821/949369733","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-03-23T19:32:28.822 DEBUG:teuthology.misc:3 of 3 OSDs are up 2026-03-23T19:32:28.822 INFO:tasks.ceph:Creating RBD pool 2026-03-23T19:32:28.822 DEBUG:teuthology.orchestra.run.vm00:> sudo ceph --cluster cluster1 osd pool create rbd 8 2026-03-23T19:32:29.462 INFO:teuthology.orchestra.run.vm00.stderr:pool 'rbd' created 2026-03-23T19:32:29.479 DEBUG:teuthology.orchestra.run.vm00:> rbd --cluster cluster1 pool init rbd 2026-03-23T19:32:32.756 INFO:tasks.ceph:Starting mds daemons in cluster cluster1... 2026-03-23T19:32:32.757 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 config log 1 --format=json 2026-03-23T19:32:32.757 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2026-03-23T19:32:32.958 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:32.969 INFO:teuthology.orchestra.run.vm00.stdout:[{"version":1,"timestamp":"0.000000","name":"","changes":[]}] 2026-03-23T19:32:32.969 INFO:tasks.ceph_manager:config epoch is 1 2026-03-23T19:32:32.969 INFO:tasks.ceph:Waiting until cluster1 daemons up and pgs clean... 2026-03-23T19:32:32.969 INFO:tasks.ceph.ceph_manager.cluster1:waiting for mgr available 2026-03-23T19:32:32.969 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 mgr dump --format=json 2026-03-23T19:32:33.190 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:33.201 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":5,"flags":0,"active_gid":4103,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6824","nonce":2913014527},{"type":"v1","addr":"192.168.123.100:6825","nonce":2913014527}]},"active_addr":"192.168.123.100:6825/2913014527","active_change":"2026-03-23T19:32:23.441082+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":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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":"192.168.123.100:0","nonce":283291336}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.100:0","nonce":3516811919}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.100:0","nonce":1750739505}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.100:0","nonce":2789189497}]}]} 2026-03-23T19:32:33.202 INFO:tasks.ceph.ceph_manager.cluster1:mgr available! 2026-03-23T19:32:33.202 INFO:tasks.ceph.ceph_manager.cluster1:waiting for all up 2026-03-23T19:32:33.202 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-23T19:32:33.397 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:33.397 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":15,"fsid":"c50d5386-9ac5-4632-9768-e3c0842c7dc3","created":"2026-03-23T19:32:21.053256+0000","modified":"2026-03-23T19:32:32.743485+0000","last_up_change":"2026-03-23T19:32:25.068130+0000","last_in_change":"2026-03-23T19:32:21.740111+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-03-23T19:32:25.456046+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-03-23T19:32:29.006476+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":"019c4d42-3b2f-4a5b-a0d9-1e67c6d0f8d8","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":"192.168.123.100:6800","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6801","nonce":3749195042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6802","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6803","nonce":3749195042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6807","nonce":3749195042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6805","nonce":3749195042}]},"public_addr":"192.168.123.100:6801/3749195042","cluster_addr":"192.168.123.100:6803/3749195042","heartbeat_back_addr":"192.168.123.100:6807/3749195042","heartbeat_front_addr":"192.168.123.100:6805/3749195042","state":["exists","up"]},{"osd":1,"uuid":"14376df9-6d75-40cf-8dbf-cec42390062b","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":"192.168.123.100:6808","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6809","nonce":3504115704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6810","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6811","nonce":3504115704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6814","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6815","nonce":3504115704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6812","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6813","nonce":3504115704}]},"public_addr":"192.168.123.100:6809/3504115704","cluster_addr":"192.168.123.100:6811/3504115704","heartbeat_back_addr":"192.168.123.100:6815/3504115704","heartbeat_front_addr":"192.168.123.100:6813/3504115704","state":["exists","up"]},{"osd":2,"uuid":"e9a871b7-00ac-4f8d-8b40-8bc0c39358e5","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":"192.168.123.100:6816","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6817","nonce":949369733}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6818","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6819","nonce":949369733}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6822","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6823","nonce":949369733}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6820","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6821","nonce":949369733}]},"public_addr":"192.168.123.100:6817/949369733","cluster_addr":"192.168.123.100:6819/949369733","heartbeat_back_addr":"192.168.123.100:6823/949369733","heartbeat_front_addr":"192.168.123.100:6821/949369733","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-03-23T19:32:33.408 INFO:tasks.ceph.ceph_manager.cluster1:all up! 2026-03-23T19:32:33.408 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-23T19:32:33.596 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:33.597 INFO:teuthology.orchestra.run.vm00.stdout:{"epoch":15,"fsid":"c50d5386-9ac5-4632-9768-e3c0842c7dc3","created":"2026-03-23T19:32:21.053256+0000","modified":"2026-03-23T19:32:32.743485+0000","last_up_change":"2026-03-23T19:32:25.068130+0000","last_in_change":"2026-03-23T19:32:21.740111+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-03-23T19:32:25.456046+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-03-23T19:32:29.006476+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":"019c4d42-3b2f-4a5b-a0d9-1e67c6d0f8d8","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":"192.168.123.100:6800","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6801","nonce":3749195042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6802","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6803","nonce":3749195042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6806","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6807","nonce":3749195042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6804","nonce":3749195042},{"type":"v1","addr":"192.168.123.100:6805","nonce":3749195042}]},"public_addr":"192.168.123.100:6801/3749195042","cluster_addr":"192.168.123.100:6803/3749195042","heartbeat_back_addr":"192.168.123.100:6807/3749195042","heartbeat_front_addr":"192.168.123.100:6805/3749195042","state":["exists","up"]},{"osd":1,"uuid":"14376df9-6d75-40cf-8dbf-cec42390062b","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":"192.168.123.100:6808","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6809","nonce":3504115704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6810","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6811","nonce":3504115704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6814","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6815","nonce":3504115704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6812","nonce":3504115704},{"type":"v1","addr":"192.168.123.100:6813","nonce":3504115704}]},"public_addr":"192.168.123.100:6809/3504115704","cluster_addr":"192.168.123.100:6811/3504115704","heartbeat_back_addr":"192.168.123.100:6815/3504115704","heartbeat_front_addr":"192.168.123.100:6813/3504115704","state":["exists","up"]},{"osd":2,"uuid":"e9a871b7-00ac-4f8d-8b40-8bc0c39358e5","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":"192.168.123.100:6816","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6817","nonce":949369733}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6818","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6819","nonce":949369733}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6822","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6823","nonce":949369733}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.100:6820","nonce":949369733},{"type":"v1","addr":"192.168.123.100:6821","nonce":949369733}]},"public_addr":"192.168.123.100:6817/949369733","cluster_addr":"192.168.123.100:6819/949369733","heartbeat_back_addr":"192.168.123.100:6823/949369733","heartbeat_front_addr":"192.168.123.100:6821/949369733","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-03-23T19:32:33.608 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.0 flush_pg_stats 2026-03-23T19:32:33.608 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.1 flush_pg_stats 2026-03-23T19:32:33.608 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.2 flush_pg_stats 2026-03-23T19:32:33.705 INFO:teuthology.orchestra.run.vm00.stdout:34359738371 2026-03-23T19:32:33.705 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2026-03-23T19:32:33.707 INFO:teuthology.orchestra.run.vm00.stdout:34359738371 2026-03-23T19:32:33.707 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2026-03-23T19:32:33.711 INFO:teuthology.orchestra.run.vm00.stdout:34359738371 2026-03-23T19:32:33.711 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2026-03-23T19:32:33.949 INFO:teuthology.orchestra.run.vm00.stdout:34359738370 2026-03-23T19:32:33.980 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738370 for osd.1 2026-03-23T19:32:34.006 INFO:teuthology.orchestra.run.vm00.stdout:34359738370 2026-03-23T19:32:34.008 INFO:teuthology.orchestra.run.vm00.stdout:34359738370 2026-03-23T19:32:34.030 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738370 for osd.0 2026-03-23T19:32:34.032 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738370 for osd.2 2026-03-23T19:32:34.981 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2026-03-23T19:32:35.031 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2026-03-23T19:32:35.033 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2026-03-23T19:32:35.175 INFO:teuthology.orchestra.run.vm00.stdout:34359738370 2026-03-23T19:32:35.187 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738370 for osd.1 2026-03-23T19:32:35.225 INFO:teuthology.orchestra.run.vm00.stdout:34359738370 2026-03-23T19:32:35.237 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738370 for osd.0 2026-03-23T19:32:35.237 INFO:teuthology.orchestra.run.vm00.stdout:34359738370 2026-03-23T19:32:35.248 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738370 for osd.2 2026-03-23T19:32:36.188 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2026-03-23T19:32:36.238 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2026-03-23T19:32:36.248 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2026-03-23T19:32:36.384 INFO:teuthology.orchestra.run.vm00.stdout:34359738371 2026-03-23T19:32:36.398 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738371 for osd.1 2026-03-23T19:32:36.399 DEBUG:teuthology.parallel:result is None 2026-03-23T19:32:36.433 INFO:teuthology.orchestra.run.vm00.stdout:34359738371 2026-03-23T19:32:36.445 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738371 for osd.0 2026-03-23T19:32:36.445 DEBUG:teuthology.parallel:result is None 2026-03-23T19:32:36.474 INFO:teuthology.orchestra.run.vm00.stdout:34359738371 2026-03-23T19:32:36.485 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738371 for osd.2 2026-03-23T19:32:36.485 DEBUG:teuthology.parallel:result is None 2026-03-23T19:32:36.485 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2026-03-23T19:32:36.485 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-03-23T19:32:36.709 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:36.709 INFO:teuthology.orchestra.run.vm00.stderr:dumped all 2026-03-23T19:32:36.719 INFO:teuthology.orchestra.run.vm00.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2026-03-23T19:32:36.048919+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":76,"num_read_kb":64,"num_write":125,"num_write_kb":2152,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":95,"ondisk_log_size":95,"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":81552,"kb_used_data":1008,"kb_used_omap":24,"kb_used_meta":80423,"kb_avail":283033968,"statfs":{"total":289910292480,"available":289826783232,"internally_reserved":0,"allocated":1032192,"data_stored":1295131,"data_compressed":6222,"data_compressed_allocated":557056,"data_compressed_original":1114112,"omap_allocated":25031,"internal_metadata":82353721},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"5.402229"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:32.751726+0000","last_change":"2026-03-23T19:32:32.752039+0000","last_active":"2026-03-23T19:32:32.751726+0000","last_peered":"2026-03-23T19:32:32.751726+0000","last_clean":"2026-03-23T19:32:32.751726+0000","last_became_active":"2026-03-23T19:32:30.746798+0000","last_became_peered":"2026-03-23T19:32:30.746798+0000","last_unstale":"2026-03-23T19:32:32.751726+0000","last_undegraded":"2026-03-23T19:32:32.751726+0000","last_fullsized":"2026-03-23T19:32:32.751726+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-25T00:59:15.857089+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037500199999999999,"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-03-23T19:32:32.751909+0000","last_change":"2026-03-23T19:32:32.752059+0000","last_active":"2026-03-23T19:32:32.751909+0000","last_peered":"2026-03-23T19:32:32.751909+0000","last_clean":"2026-03-23T19:32:32.751909+0000","last_became_active":"2026-03-23T19:32:30.746677+0000","last_became_peered":"2026-03-23T19:32:30.746677+0000","last_unstale":"2026-03-23T19:32:32.751909+0000","last_undegraded":"2026-03-23T19:32:32.751909+0000","last_fullsized":"2026-03-23T19:32:32.751909+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-24T20:57:57.006387+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00027102700000000002,"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-03-23T19:32:32.752034+0000","last_change":"2026-03-23T19:32:32.752097+0000","last_active":"2026-03-23T19:32:32.752034+0000","last_peered":"2026-03-23T19:32:32.752034+0000","last_clean":"2026-03-23T19:32:32.752034+0000","last_became_active":"2026-03-23T19:32:30.746681+0000","last_became_peered":"2026-03-23T19:32:30.746681+0000","last_unstale":"2026-03-23T19:32:32.752034+0000","last_undegraded":"2026-03-23T19:32:32.752034+0000","last_fullsized":"2026-03-23T19:32:32.752034+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-24T20:52:22.836141+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00027280000000000002,"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-03-23T19:32:32.752429+0000","last_change":"2026-03-23T19:32:32.752487+0000","last_active":"2026-03-23T19:32:32.752429+0000","last_peered":"2026-03-23T19:32:32.752429+0000","last_clean":"2026-03-23T19:32:32.752429+0000","last_became_active":"2026-03-23T19:32:30.746617+0000","last_became_peered":"2026-03-23T19:32:30.746617+0000","last_unstale":"2026-03-23T19:32:32.752429+0000","last_undegraded":"2026-03-23T19:32:32.752429+0000","last_fullsized":"2026-03-23T19:32:32.752429+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-24T23:02:43.762845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00060004199999999996,"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-03-23T19:32:32.749278+0000","last_change":"2026-03-23T19:32:32.749278+0000","last_active":"2026-03-23T19:32:32.749278+0000","last_peered":"2026-03-23T19:32:32.749278+0000","last_clean":"2026-03-23T19:32:32.749278+0000","last_became_active":"2026-03-23T19:32:30.745704+0000","last_became_peered":"2026-03-23T19:32:30.745704+0000","last_unstale":"2026-03-23T19:32:32.749278+0000","last_undegraded":"2026-03-23T19:32:32.749278+0000","last_fullsized":"2026-03-23T19:32:32.749278+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-25T02:42:05.832538+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000274734,"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-03-23T19:32:33.421636+0000","last_change":"2026-03-23T19:32:33.421762+0000","last_active":"2026-03-23T19:32:33.421636+0000","last_peered":"2026-03-23T19:32:33.421636+0000","last_clean":"2026-03-23T19:32:33.421636+0000","last_became_active":"2026-03-23T19:32:30.745734+0000","last_became_peered":"2026-03-23T19:32:30.745734+0000","last_unstale":"2026-03-23T19:32:33.421636+0000","last_undegraded":"2026-03-23T19:32:33.421636+0000","last_fullsized":"2026-03-23T19:32:33.421636+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-25T05:16:45.416709+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00024837500000000001,"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-03-23T19:32:33.421613+0000","last_change":"2026-03-23T19:32:33.421745+0000","last_active":"2026-03-23T19:32:33.421613+0000","last_peered":"2026-03-23T19:32:33.421613+0000","last_clean":"2026-03-23T19:32:33.421613+0000","last_became_active":"2026-03-23T19:32:30.745801+0000","last_became_peered":"2026-03-23T19:32:30.745801+0000","last_unstale":"2026-03-23T19:32:33.421613+0000","last_undegraded":"2026-03-23T19:32:33.421613+0000","last_fullsized":"2026-03-23T19:32:33.421613+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-24T20:06:30.461872+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00022726499999999999,"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-03-23T19:32:32.752118+0000","last_change":"2026-03-23T19:32:32.752173+0000","last_active":"2026-03-23T19:32:32.752118+0000","last_peered":"2026-03-23T19:32:32.752118+0000","last_clean":"2026-03-23T19:32:32.752118+0000","last_became_active":"2026-03-23T19:32:30.745363+0000","last_became_peered":"2026-03-23T19:32:30.745363+0000","last_unstale":"2026-03-23T19:32:32.752118+0000","last_undegraded":"2026-03-23T19:32:32.752118+0000","last_fullsized":"2026-03-23T19:32:32.752118+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-24T23:17:00.528425+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031595100000000002,"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'92","reported_seq":134,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:32.751811+0000","last_change":"2026-03-23T19:32:27.458869+0000","last_active":"2026-03-23T19:32:32.751811+0000","last_peered":"2026-03-23T19:32:32.751811+0000","last_clean":"2026-03-23T19:32:32.751811+0000","last_became_active":"2026-03-23T19:32:27.458312+0000","last_became_peered":"2026-03-23T19:32:27.458312+0000","last_unstale":"2026-03-23T19:32:32.751811+0000","last_undegraded":"2026-03-23T19:32:32.751811+0000","last_fullsized":"2026-03-23T19:32:32.751811+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-03-23T19:32:26.452104+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:26.452104+0000","last_clean_scrub_stamp":"2026-03-23T19:32:26.452104+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-03-25T01:36:58.636476+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":630784,"data_stored":1180736,"data_compressed":6222,"data_compressed_allocated":557056,"data_compressed_original":1114112,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738372,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":26976,"kb_used_data":128,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344864,"statfs":{"total":96636764160,"available":96609140736,"internally_reserved":0,"allocated":131072,"data_stored":38119,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8127,"internal_metadata":27451457},"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":34359738372,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27288,"kb_used_data":440,"kb_used_omap":8,"kb_used_meta":26807,"kb_avail":94344552,"statfs":{"total":96636764160,"available":96608821248,"internally_reserved":0,"allocated":450560,"data_stored":628506,"data_compressed":3111,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":8777,"internal_metadata":27450807},"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":27288,"kb_used_data":440,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344552,"statfs":{"total":96636764160,"available":96608821248,"internally_reserved":0,"allocated":450560,"data_stored":628506,"data_compressed":3111,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":8127,"internal_metadata":27451457},"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":315392,"data_stored":590368,"data_compressed":3111,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":315392,"data_stored":590368,"data_compressed":3111,"data_compressed_allocated":278528,"data_compressed_original":557056,"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-03-23T19:32:36.719 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-03-23T19:32:36.897 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:36.898 INFO:teuthology.orchestra.run.vm00.stderr:dumped all 2026-03-23T19:32:36.907 INFO:teuthology.orchestra.run.vm00.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2026-03-23T19:32:36.048919+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":76,"num_read_kb":64,"num_write":125,"num_write_kb":2152,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":95,"ondisk_log_size":95,"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":81552,"kb_used_data":1008,"kb_used_omap":24,"kb_used_meta":80423,"kb_avail":283033968,"statfs":{"total":289910292480,"available":289826783232,"internally_reserved":0,"allocated":1032192,"data_stored":1295131,"data_compressed":6222,"data_compressed_allocated":557056,"data_compressed_original":1114112,"omap_allocated":25031,"internal_metadata":82353721},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"5.402229"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:32.751726+0000","last_change":"2026-03-23T19:32:32.752039+0000","last_active":"2026-03-23T19:32:32.751726+0000","last_peered":"2026-03-23T19:32:32.751726+0000","last_clean":"2026-03-23T19:32:32.751726+0000","last_became_active":"2026-03-23T19:32:30.746798+0000","last_became_peered":"2026-03-23T19:32:30.746798+0000","last_unstale":"2026-03-23T19:32:32.751726+0000","last_undegraded":"2026-03-23T19:32:32.751726+0000","last_fullsized":"2026-03-23T19:32:32.751726+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-25T00:59:15.857089+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00037500199999999999,"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-03-23T19:32:32.751909+0000","last_change":"2026-03-23T19:32:32.752059+0000","last_active":"2026-03-23T19:32:32.751909+0000","last_peered":"2026-03-23T19:32:32.751909+0000","last_clean":"2026-03-23T19:32:32.751909+0000","last_became_active":"2026-03-23T19:32:30.746677+0000","last_became_peered":"2026-03-23T19:32:30.746677+0000","last_unstale":"2026-03-23T19:32:32.751909+0000","last_undegraded":"2026-03-23T19:32:32.751909+0000","last_fullsized":"2026-03-23T19:32:32.751909+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-24T20:57:57.006387+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00027102700000000002,"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-03-23T19:32:32.752034+0000","last_change":"2026-03-23T19:32:32.752097+0000","last_active":"2026-03-23T19:32:32.752034+0000","last_peered":"2026-03-23T19:32:32.752034+0000","last_clean":"2026-03-23T19:32:32.752034+0000","last_became_active":"2026-03-23T19:32:30.746681+0000","last_became_peered":"2026-03-23T19:32:30.746681+0000","last_unstale":"2026-03-23T19:32:32.752034+0000","last_undegraded":"2026-03-23T19:32:32.752034+0000","last_fullsized":"2026-03-23T19:32:32.752034+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-24T20:52:22.836141+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00027280000000000002,"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-03-23T19:32:32.752429+0000","last_change":"2026-03-23T19:32:32.752487+0000","last_active":"2026-03-23T19:32:32.752429+0000","last_peered":"2026-03-23T19:32:32.752429+0000","last_clean":"2026-03-23T19:32:32.752429+0000","last_became_active":"2026-03-23T19:32:30.746617+0000","last_became_peered":"2026-03-23T19:32:30.746617+0000","last_unstale":"2026-03-23T19:32:32.752429+0000","last_undegraded":"2026-03-23T19:32:32.752429+0000","last_fullsized":"2026-03-23T19:32:32.752429+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-24T23:02:43.762845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00060004199999999996,"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-03-23T19:32:32.749278+0000","last_change":"2026-03-23T19:32:32.749278+0000","last_active":"2026-03-23T19:32:32.749278+0000","last_peered":"2026-03-23T19:32:32.749278+0000","last_clean":"2026-03-23T19:32:32.749278+0000","last_became_active":"2026-03-23T19:32:30.745704+0000","last_became_peered":"2026-03-23T19:32:30.745704+0000","last_unstale":"2026-03-23T19:32:32.749278+0000","last_undegraded":"2026-03-23T19:32:32.749278+0000","last_fullsized":"2026-03-23T19:32:32.749278+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-25T02:42:05.832538+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000274734,"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-03-23T19:32:33.421636+0000","last_change":"2026-03-23T19:32:33.421762+0000","last_active":"2026-03-23T19:32:33.421636+0000","last_peered":"2026-03-23T19:32:33.421636+0000","last_clean":"2026-03-23T19:32:33.421636+0000","last_became_active":"2026-03-23T19:32:30.745734+0000","last_became_peered":"2026-03-23T19:32:30.745734+0000","last_unstale":"2026-03-23T19:32:33.421636+0000","last_undegraded":"2026-03-23T19:32:33.421636+0000","last_fullsized":"2026-03-23T19:32:33.421636+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-25T05:16:45.416709+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00024837500000000001,"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-03-23T19:32:33.421613+0000","last_change":"2026-03-23T19:32:33.421745+0000","last_active":"2026-03-23T19:32:33.421613+0000","last_peered":"2026-03-23T19:32:33.421613+0000","last_clean":"2026-03-23T19:32:33.421613+0000","last_became_active":"2026-03-23T19:32:30.745801+0000","last_became_peered":"2026-03-23T19:32:30.745801+0000","last_unstale":"2026-03-23T19:32:33.421613+0000","last_undegraded":"2026-03-23T19:32:33.421613+0000","last_fullsized":"2026-03-23T19:32:33.421613+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-24T20:06:30.461872+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00022726499999999999,"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-03-23T19:32:32.752118+0000","last_change":"2026-03-23T19:32:32.752173+0000","last_active":"2026-03-23T19:32:32.752118+0000","last_peered":"2026-03-23T19:32:32.752118+0000","last_clean":"2026-03-23T19:32:32.752118+0000","last_became_active":"2026-03-23T19:32:30.745363+0000","last_became_peered":"2026-03-23T19:32:30.745363+0000","last_unstale":"2026-03-23T19:32:32.752118+0000","last_undegraded":"2026-03-23T19:32:32.752118+0000","last_fullsized":"2026-03-23T19:32:32.752118+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-03-23T19:32:29.458820+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:29.458820+0000","last_clean_scrub_stamp":"2026-03-23T19:32:29.458820+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-03-24T23:17:00.528425+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00031595100000000002,"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'92","reported_seq":134,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:32.751811+0000","last_change":"2026-03-23T19:32:27.458869+0000","last_active":"2026-03-23T19:32:32.751811+0000","last_peered":"2026-03-23T19:32:32.751811+0000","last_clean":"2026-03-23T19:32:32.751811+0000","last_became_active":"2026-03-23T19:32:27.458312+0000","last_became_peered":"2026-03-23T19:32:27.458312+0000","last_unstale":"2026-03-23T19:32:32.751811+0000","last_undegraded":"2026-03-23T19:32:32.751811+0000","last_fullsized":"2026-03-23T19:32:32.751811+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-03-23T19:32:26.452104+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:26.452104+0000","last_clean_scrub_stamp":"2026-03-23T19:32:26.452104+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-03-25T01:36:58.636476+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":630784,"data_stored":1180736,"data_compressed":6222,"data_compressed_allocated":557056,"data_compressed_original":1114112,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738372,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":26976,"kb_used_data":128,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344864,"statfs":{"total":96636764160,"available":96609140736,"internally_reserved":0,"allocated":131072,"data_stored":38119,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8127,"internal_metadata":27451457},"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":34359738372,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27288,"kb_used_data":440,"kb_used_omap":8,"kb_used_meta":26807,"kb_avail":94344552,"statfs":{"total":96636764160,"available":96608821248,"internally_reserved":0,"allocated":450560,"data_stored":628506,"data_compressed":3111,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":8777,"internal_metadata":27450807},"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":27288,"kb_used_data":440,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344552,"statfs":{"total":96636764160,"available":96608821248,"internally_reserved":0,"allocated":450560,"data_stored":628506,"data_compressed":3111,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":8127,"internal_metadata":27451457},"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":315392,"data_stored":590368,"data_compressed":3111,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":315392,"data_stored":590368,"data_compressed":3111,"data_compressed_allocated":278528,"data_compressed_original":557056,"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-03-23T19:32:36.908 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2026-03-23T19:32:36.908 INFO:tasks.ceph:Waiting until ceph cluster cluster1 is healthy... 2026-03-23T19:32:36.908 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy 2026-03-23T19:32:36.908 DEBUG:teuthology.orchestra.run.vm00:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 health --format=json 2026-03-23T19:32:37.119 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:37.119 INFO:teuthology.orchestra.run.vm00.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-23T19:32:37.129 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy done 2026-03-23T19:32:37.130 INFO:teuthology.run_tasks:Running task ceph... 2026-03-23T19:32:37.132 INFO:tasks.ceph:Creating ceph cluster cluster2... 2026-03-23T19:32:37.132 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': 'zstd', '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 mclock iops capacity threshold hdd': 49000, '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-03-23T19:32:37.132 INFO:tasks.ceph:ctx.config {'archive_path': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3511', 'branch': 'tentacle', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-zstd 4-supported-random-distro$/{centos_latest} 5-data-pool/ec 6-prepare/native-clone 7-io-workloads/qemu_xfstests 8-migrate-workloads/execute conf/{disable-pool-app}}', 'email': None, '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': '3511', 'last_in_suite': False, 'machine_type': 'vps', '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': 'kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps', 'no_nested_subset': False, 'os_type': 'centos', 'os_version': '9.stream', 'overrides': {'admin_socket': {'branch': 'tentacle'}, 'ansible.cephlab': {'branch': 'main', 'repo': 'https://github.com/kshtsk/ceph-cm-ansible.git', 'skip_tags': 'nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs', 'vars': {'logical_volumes': {'lv_1': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_2': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_3': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_4': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}}, 'timezone': 'UTC', 'volume_groups': {'vg_nvme': {'pvs': '/dev/vdb,/dev/vdc,/dev/vdd,/dev/vde'}}}}, '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': 'zstd', '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 mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}, 'ceph-deploy': {'conf': {'client': {'log file': '/var/log/ceph/ceph-$name.$pid.log'}, 'mon': {}}}, 'cephadm': {'cephadm_binary_url': 'https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm'}, 'install': {'ceph': {'flavor': 'default', 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}, 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}}, 'thrashosds': {'bdev_inject_crash': 2, 'bdev_inject_crash_probability': 0.5}, 'workunit': {'branch': 'tt-tentacle', 'sha1': '0392f78529848ec72469e8e431875cb98d3a5fb4'}}, 'owner': 'kyr', 'priority': 1000, 'repo': 'https://github.com/ceph/ceph.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': 3051, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'sleep_before_teardown': 0, 'subset': '1/128', 'suite': 'rbd', 'suite_branch': 'tt-tentacle', 'suite_path': '/home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa', 'suite_relpath': 'qa', 'suite_repo': 'https://github.com/kshtsk/ceph.git', 'suite_sha1': '0392f78529848ec72469e8e431875cb98d3a5fb4', 'targets': {'vm00.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIlJtZQAVOyr/pZ2XXp/zXlAj657Y65wyBE68uHvH/O8DebhrkM64dEOJoia0QdBTS2TpaPJzF2KjRSDrA6ZM6E=', 'vm05.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNjgPwXk1pGcsuiUTLCtFGi2TsOTHeJuZv6ECviezjtB9pwAxMFHyyxGtDEXfr1YFUHeVN+ziD0EGz7t1EbRP00='}, '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}, {'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': 'zstd', '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 mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}}, {'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': 'zstd', '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 mclock iops capacity threshold hdd': 49000, 'osd objectstore': 'bluestore'}}, 'flavor': 'default', 'fs': 'xfs', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}}, {'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-src', 'rbd --cluster cluster2 migration execute client.0.0-src', 'rbd --cluster cluster2 migration commit client.0.0-src', 'rbd --cluster cluster2 snap create client.0.0-src@snap', 'rbd --cluster cluster2 snap protect client.0.0-src@snap', 'rbd --cluster cluster2 clone client.0.0-src@snap client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1-src', 'rbd --cluster cluster2 snap create client.0.1-src@snap', 'rbd --cluster cluster2 snap protect client.0.1-src@snap', 'rbd --cluster cluster2 clone client.0.1-src@snap client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2-src', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 1M client.0.2-src', 'rbd --cluster cluster2 snap create client.0.2-src@snap', 'rbd --cluster cluster2 snap protect client.0.2-src@snap', 'rbd --cluster cluster2 clone client.0.2-src@snap 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': 'clyso-debian-13', 'teuthology_repo': 'https://github.com/clyso/teuthology', 'teuthology_sha1': '1c580df7a9c7c2aadc272da296344fd99f27c444', 'timestamp': '2026-03-20_22:04:26', 'tube': 'vps', 'user': 'kyr', 'verbose': False, 'worker_log': '/home/teuthos/.teuthology/dispatcher/dispatcher.vps.2366871'} 2026-03-23T19:32:37.132 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2026-03-23T19:32:37.133 DEBUG:teuthology.orchestra.run.vm05:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2026-03-23T19:32:37.150 DEBUG:teuthology.orchestra.run.vm00:> sudo install -d -m0777 -- /var/run/ceph 2026-03-23T19:32:37.187 DEBUG:teuthology.orchestra.run.vm05:> sudo install -d -m0777 -- /var/run/ceph 2026-03-23T19:32:37.213 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:37.213 DEBUG:teuthology.orchestra.run.vm05:> dd if=/scratch_devs of=/dev/stdout 2026-03-23T19:32:37.267 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-03-23T19:32:37.267 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vg_nvme/lv_1 2026-03-23T19:32:37.321 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-03-23T19:32:37.321 INFO:teuthology.orchestra.run.vm05.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-23T19:32:37.321 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 632 Links: 1 2026-03-23T19:32:37.321 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-23T19:32:37.321 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:device_t:s0 2026-03-23T19:32:37.321 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-23 19:31:54.783922025 +0000 2026-03-23T19:32:37.321 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-23 19:30:42.928172692 +0000 2026-03-23T19:32:37.322 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-23 19:30:42.928172692 +0000 2026-03-23T19:32:37.322 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-23 19:30:42.928172692 +0000 2026-03-23T19:32:37.322 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-03-23T19:32:37.381 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-23T19:32:37.381 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-23T19:32:37.381 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000127068 s, 4.0 MB/s 2026-03-23T19:32:37.382 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-03-23T19:32:37.436 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vg_nvme/lv_2 2026-03-23T19:32:37.490 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-03-23T19:32:37.490 INFO:teuthology.orchestra.run.vm05.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-23T19:32:37.490 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 687 Links: 1 2026-03-23T19:32:37.490 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-23T19:32:37.491 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:device_t:s0 2026-03-23T19:32:37.491 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-23 19:31:54.783922025 +0000 2026-03-23T19:32:37.491 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-23 19:30:43.141172954 +0000 2026-03-23T19:32:37.491 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-23 19:30:43.141172954 +0000 2026-03-23T19:32:37.491 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-23 19:30:43.141172954 +0000 2026-03-23T19:32:37.491 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-03-23T19:32:37.553 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-23T19:32:37.553 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-23T19:32:37.553 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000127659 s, 4.0 MB/s 2026-03-23T19:32:37.554 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-03-23T19:32:37.610 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vg_nvme/lv_3 2026-03-23T19:32:37.665 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-03-23T19:32:37.665 INFO:teuthology.orchestra.run.vm05.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-23T19:32:37.665 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 703 Links: 1 2026-03-23T19:32:37.665 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-23T19:32:37.665 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:device_t:s0 2026-03-23T19:32:37.665 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-23 19:31:54.783922025 +0000 2026-03-23T19:32:37.665 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-23 19:30:43.363173226 +0000 2026-03-23T19:32:37.665 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-23 19:30:43.363173226 +0000 2026-03-23T19:32:37.666 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-23 19:30:43.363173226 +0000 2026-03-23T19:32:37.666 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-03-23T19:32:37.728 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-23T19:32:37.728 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-23T19:32:37.728 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000161732 s, 3.2 MB/s 2026-03-23T19:32:37.729 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-03-23T19:32:37.785 DEBUG:teuthology.orchestra.run.vm05:> stat /dev/vg_nvme/lv_4 2026-03-23T19:32:37.841 INFO:teuthology.orchestra.run.vm05.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-03-23T19:32:37.841 INFO:teuthology.orchestra.run.vm05.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-23T19:32:37.841 INFO:teuthology.orchestra.run.vm05.stdout:Device: 6h/6d Inode: 764 Links: 1 2026-03-23T19:32:37.841 INFO:teuthology.orchestra.run.vm05.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-23T19:32:37.841 INFO:teuthology.orchestra.run.vm05.stdout:Context: system_u:object_r:device_t:s0 2026-03-23T19:32:37.841 INFO:teuthology.orchestra.run.vm05.stdout:Access: 2026-03-23 19:31:54.784922026 +0000 2026-03-23T19:32:37.841 INFO:teuthology.orchestra.run.vm05.stdout:Modify: 2026-03-23 19:30:43.611173531 +0000 2026-03-23T19:32:37.841 INFO:teuthology.orchestra.run.vm05.stdout:Change: 2026-03-23 19:30:43.611173531 +0000 2026-03-23T19:32:37.841 INFO:teuthology.orchestra.run.vm05.stdout: Birth: 2026-03-23 19:30:43.611173531 +0000 2026-03-23T19:32:37.841 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-03-23T19:32:37.904 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records in 2026-03-23T19:32:37.904 INFO:teuthology.orchestra.run.vm05.stderr:1+0 records out 2026-03-23T19:32:37.904 INFO:teuthology.orchestra.run.vm05.stderr:512 bytes copied, 0.000142035 s, 3.6 MB/s 2026-03-23T19:32:37.905 DEBUG:teuthology.orchestra.run.vm05:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-03-23T19:32:37.960 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-03-23T19:32:37.960 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@vm05.local'): {'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-03-23T19:32:37.960 INFO:tasks.ceph:Generating config... 2026-03-23T19:32:37.960 INFO:tasks.ceph:[client] rbd default data pool = datapool 2026-03-23T19:32:37.960 INFO:tasks.ceph:[global] mon warn on pool no app = False 2026-03-23T19:32:37.961 INFO:tasks.ceph:[mgr] debug mgr = 20 2026-03-23T19:32:37.961 INFO:tasks.ceph:[mgr] debug ms = 1 2026-03-23T19:32:37.961 INFO:tasks.ceph:[mon] debug mon = 20 2026-03-23T19:32:37.961 INFO:tasks.ceph:[mon] debug ms = 1 2026-03-23T19:32:37.961 INFO:tasks.ceph:[mon] debug paxos = 20 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] bluestore compression algorithm = zstd 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] debug ms = 1 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] debug osd = 20 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] enable experimental unrecoverable data corrupting features = * 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] osd debug randomize hobject sort order = False 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] osd mclock iops capacity threshold hdd = 49000 2026-03-23T19:32:37.961 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2026-03-23T19:32:37.961 INFO:tasks.ceph:Setting up cluster2.mon.a... 2026-03-23T19:32:37.961 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster2.keyring 2026-03-23T19:32:38.033 INFO:teuthology.orchestra.run.vm05.stdout:creating /etc/ceph/cluster2.keyring 2026-03-23T19:32:38.035 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster2.keyring 2026-03-23T19:32:38.108 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-23T19:32:38.169 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster2.mon.a', '192.168.123.105')] 2026-03-23T19:32:38.169 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': '192.168.123.105', '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': 'zstd', '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 mclock iops capacity threshold hdd': 49000, '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-03-23T19:32:38.169 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:38.169 DEBUG:teuthology.orchestra.run.vm05:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2026-03-23T19:32:38.221 DEBUG:teuthology.orchestra.run.vm05:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage monmaptool -c /home/ubuntu/cephtest/ceph.tmp.conf --create --clobber --enable-all-features --add a 192.168.123.105 --print /home/ubuntu/cephtest/cluster2.monmap 2026-03-23T19:32:38.292 INFO:teuthology.orchestra.run.vm05.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster2.monmap 2026-03-23T19:32:38.292 INFO:teuthology.orchestra.run.vm05.stdout:monmaptool: generated fsid 2caf72b5-50a1-482a-80d1-3c5dd0baf804 2026-03-23T19:32:38.292 INFO:teuthology.orchestra.run.vm05.stdout:setting min_mon_release = tentacle 2026-03-23T19:32:38.292 INFO:teuthology.orchestra.run.vm05.stdout:epoch 0 2026-03-23T19:32:38.293 INFO:teuthology.orchestra.run.vm05.stdout:fsid 2caf72b5-50a1-482a-80d1-3c5dd0baf804 2026-03-23T19:32:38.293 INFO:teuthology.orchestra.run.vm05.stdout:last_changed 2026-03-23T19:32:38.292164+0000 2026-03-23T19:32:38.293 INFO:teuthology.orchestra.run.vm05.stdout:created 2026-03-23T19:32:38.292164+0000 2026-03-23T19:32:38.293 INFO:teuthology.orchestra.run.vm05.stdout:min_mon_release 20 (tentacle) 2026-03-23T19:32:38.293 INFO:teuthology.orchestra.run.vm05.stdout:election_strategy: 1 2026-03-23T19:32:38.293 INFO:teuthology.orchestra.run.vm05.stdout:0: [v2:192.168.123.105:3300/0,v1:192.168.123.105:6789/0] mon.a 2026-03-23T19:32:38.293 INFO:teuthology.orchestra.run.vm05.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster2.monmap (1 monitors) 2026-03-23T19:32:38.293 DEBUG:teuthology.orchestra.run.vm05:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2026-03-23T19:32:38.347 INFO:tasks.ceph:Writing /etc/ceph/cluster2.conf for FSID 2caf72b5-50a1-482a-80d1-3c5dd0baf804... 2026-03-23T19:32:38.347 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:38.349 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout:[global] 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: chdir = "" 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: auth supported = cephx 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: filestore xattr use omap = true 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon clock drift allowed = 1.000 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: osd crush chooseleaf type = 0 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: auth debug = true 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: ms die on old message = true 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: ms die on bug = true 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon pg warn max object skew = 0 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: # disable pg_autoscaler by default for new pools 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: osd pool default size = 2 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon osd allow primary affinity = true 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon osd allow pg remap = true 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on legacy crush tunables = false 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on crush straw calc version zero = false 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on no sortbitwise = false 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on osd down out interval zero = false 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on too few osds = false 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon_allow_pool_size_one = true 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: osd default data pool replay window = 5 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon allow pool delete = true 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon cluster log file level = debug 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: debug asserts on shutdown = true 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon health detail to clog = false 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon host = 192.168.123.105 2026-03-23T19:32:38.390 INFO:teuthology.orchestra.run.vm00.stdout: mon warn on pool no app = False 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: fsid = 2caf72b5-50a1-482a-80d1-3c5dd0baf804 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout:[osd] 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd journal size = 100 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd scrub load threshold = 5.0 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd scrub max interval = 600 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock profile = high_recovery_ops 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock skip benchmark = true 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd recover clone overlap = true 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd recovery max chunk = 1048576 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd debug shutdown = true 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd debug op order = true 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd debug verify stray on activate = true 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd debug trim objects = true 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd open classes on start = true 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd debug pg log writeout = true 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd deep scrub update digest min age = 30 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd map max advance = 10 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: journal zero on create = true 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: filestore ondisk finisher threads = 3 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: filestore apply finisher threads = 3 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: bdev debug aio = true 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd debug misdirected ops = true 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: bluestore block size = 96636764160 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: bluestore compression algorithm = zstd 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: bluestore compression mode = aggressive 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: bluestore fsck on mount = True 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug bluefs = 1/20 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug bluestore = 1/20 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug osd = 20 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug rocksdb = 4/10 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: enable experimental unrecoverable data corrupting features = * 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: mon osd backfillfull_ratio = 0.85 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: mon osd full ratio = 0.9 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: mon osd nearfull ratio = 0.8 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd debug randomize hobject sort order = False 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd failsafe full ratio = 0.95 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: osd objectstore = bluestore 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout:[mgr] 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug mgr = 20 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug mon = 20 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug auth = 20 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min pgs per osd = 4 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min bytes per osd = 10 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: mgr/telemetry/nag = false 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout:[mon] 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug ms = 1 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug mon = 20 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug paxos = 20 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: debug auth = 20 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: mon data avail warn = 5 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: mon mgr mkfs grace = 240 2026-03-23T19:32:38.391 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min pgs per osd = 4 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: mon osd reporter subtree level = osd 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: mon osd prime pg temp = true 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: mon reweight min bytes per osd = 10 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: auth mon ticket ttl = 660 # 11m 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: auth service ticket ttl = 240 # 4m 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: # don't complain about insecure global_id in the test suite 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: # 1m isn't quite enough 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: mon_down_mkfs_grace = 2m 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: mon_warn_on_filestore_osds = false 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout:[client] 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: rgw cache enabled = true 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: rgw enable ops log = true 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: rgw enable usage log = true 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout: rbd default data pool = datapool 2026-03-23T19:32:38.392 INFO:teuthology.orchestra.run.vm00.stdout:[mon.a] 2026-03-23T19:32:38.426 INFO:teuthology.orchestra.run.vm05.stdout:[global] 2026-03-23T19:32:38.426 INFO:teuthology.orchestra.run.vm05.stdout: chdir = "" 2026-03-23T19:32:38.426 INFO:teuthology.orchestra.run.vm05.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-23T19:32:38.426 INFO:teuthology.orchestra.run.vm05.stdout: auth supported = cephx 2026-03-23T19:32:38.426 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.426 INFO:teuthology.orchestra.run.vm05.stdout: filestore xattr use omap = true 2026-03-23T19:32:38.426 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.426 INFO:teuthology.orchestra.run.vm05.stdout: mon clock drift allowed = 1.000 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd crush chooseleaf type = 0 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: auth debug = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: ms die on old message = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: ms die on bug = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon pg warn max object skew = 0 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: # disable pg_autoscaler by default for new pools 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd pool default size = 2 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon osd allow primary affinity = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon osd allow pg remap = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on legacy crush tunables = false 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on crush straw calc version zero = false 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on no sortbitwise = false 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on osd down out interval zero = false 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on too few osds = false 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon_allow_pool_size_one = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd default data pool replay window = 5 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon allow pool delete = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon cluster log file level = debug 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: debug asserts on shutdown = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon health detail to clog = false 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon host = 192.168.123.105 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: mon warn on pool no app = False 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: fsid = 2caf72b5-50a1-482a-80d1-3c5dd0baf804 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout:[osd] 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd journal size = 100 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd scrub load threshold = 5.0 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd scrub max interval = 600 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd mclock profile = high_recovery_ops 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd mclock skip benchmark = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd recover clone overlap = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd recovery max chunk = 1048576 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd debug shutdown = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd debug op order = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd debug verify stray on activate = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd debug trim objects = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd open classes on start = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd debug pg log writeout = true 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd deep scrub update digest min age = 30 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: osd map max advance = 10 2026-03-23T19:32:38.427 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: journal zero on create = true 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: filestore ondisk finisher threads = 3 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: filestore apply finisher threads = 3 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: bdev debug aio = true 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: osd debug misdirected ops = true 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: bluestore block size = 96636764160 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: bluestore compression algorithm = zstd 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: bluestore compression mode = aggressive 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: bluestore fsck on mount = True 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug bluefs = 1/20 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug bluestore = 1/20 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug ms = 1 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug osd = 20 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug rocksdb = 4/10 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: enable experimental unrecoverable data corrupting features = * 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon osd backfillfull_ratio = 0.85 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon osd full ratio = 0.9 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon osd nearfull ratio = 0.8 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: osd debug randomize hobject sort order = False 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: osd failsafe full ratio = 0.95 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: osd objectstore = bluestore 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout:[mgr] 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug ms = 1 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug mgr = 20 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug mon = 20 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug auth = 20 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon reweight min pgs per osd = 4 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon reweight min bytes per osd = 10 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mgr/telemetry/nag = false 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout:[mon] 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug ms = 1 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug mon = 20 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug paxos = 20 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: debug auth = 20 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon data avail warn = 5 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon mgr mkfs grace = 240 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon reweight min pgs per osd = 4 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon osd reporter subtree level = osd 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon osd prime pg temp = true 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon reweight min bytes per osd = 10 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: auth mon ticket ttl = 660 # 11m 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: auth service ticket ttl = 240 # 4m 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: # don't complain about insecure global_id in the test suite 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: # 1m isn't quite enough 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon_down_mkfs_grace = 2m 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: mon_warn_on_filestore_osds = false 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout:[client] 2026-03-23T19:32:38.428 INFO:teuthology.orchestra.run.vm05.stdout: rgw cache enabled = true 2026-03-23T19:32:38.429 INFO:teuthology.orchestra.run.vm05.stdout: rgw enable ops log = true 2026-03-23T19:32:38.429 INFO:teuthology.orchestra.run.vm05.stdout: rgw enable usage log = true 2026-03-23T19:32:38.429 INFO:teuthology.orchestra.run.vm05.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-23T19:32:38.429 INFO:teuthology.orchestra.run.vm05.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-23T19:32:38.429 INFO:teuthology.orchestra.run.vm05.stdout: rbd default data pool = datapool 2026-03-23T19:32:38.429 INFO:teuthology.orchestra.run.vm05.stdout:[mon.a] 2026-03-23T19:32:38.435 INFO:tasks.ceph:Creating admin key on cluster2.mon.a... 2026-03-23T19:32:38.435 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:38.513 INFO:tasks.ceph:Copying monmap to all nodes... 2026-03-23T19:32:38.513 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:38.514 DEBUG:teuthology.orchestra.run.vm05:> dd if=/etc/ceph/cluster2.keyring of=/dev/stdout 2026-03-23T19:32:38.566 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:38.566 DEBUG:teuthology.orchestra.run.vm05:> dd if=/home/ubuntu/cephtest/cluster2.monmap of=/dev/stdout 2026-03-23T19:32:38.619 INFO:tasks.ceph:Sending monmap to node ubuntu@vm00.local 2026-03-23T19:32:38.619 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:38.619 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/ceph/cluster2.keyring 2026-03-23T19:32:38.619 DEBUG:teuthology.orchestra.run.vm00:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-23T19:32:38.648 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:32:38.648 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2026-03-23T19:32:38.702 INFO:tasks.ceph:Sending monmap to node ubuntu@vm05.local 2026-03-23T19:32:38.702 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:38.702 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/ceph/cluster2.keyring 2026-03-23T19:32:38.702 DEBUG:teuthology.orchestra.run.vm05:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-23T19:32:38.732 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:38.732 DEBUG:teuthology.orchestra.run.vm05:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2026-03-23T19:32:38.787 INFO:tasks.ceph:Setting up mon nodes... 2026-03-23T19:32:38.787 INFO:tasks.ceph:Setting up mgr nodes... 2026-03-23T19:32:38.787 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:38.869 INFO:teuthology.orchestra.run.vm05.stdout:creating /var/lib/ceph/mgr/cluster2-x/keyring 2026-03-23T19:32:38.871 INFO:tasks.ceph:Setting up mds nodes... 2026-03-23T19:32:38.871 INFO:tasks.ceph_client:Setting up client nodes... 2026-03-23T19:32:38.871 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:38.944 INFO:teuthology.orchestra.run.vm05.stdout:creating /etc/ceph/cluster2.client.0.keyring 2026-03-23T19:32:38.954 INFO:tasks.ceph:Running mkfs on osd nodes... 2026-03-23T19:32:38.954 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@vm00.local'): {'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@vm05.local'): {'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-03-23T19:32:38.954 DEBUG:teuthology.orchestra.run.vm05:> sudo mkdir -p /var/lib/ceph/osd/cluster2-0 2026-03-23T19:32:39.018 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-03-23T19:32:39.018 INFO:tasks.ceph:role: cluster2.osd.0 2026-03-23T19:32:39.018 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@vm05.local 2026-03-23T19:32:39.018 DEBUG:teuthology.orchestra.run.vm05:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2026-03-23T19:32:39.083 INFO:teuthology.orchestra.run.vm05.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=1310464 blks 2026-03-23T19:32:39.083 INFO:teuthology.orchestra.run.vm05.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-23T19:32:39.083 INFO:teuthology.orchestra.run.vm05.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-23T19:32:39.083 INFO:teuthology.orchestra.run.vm05.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-03-23T19:32:39.083 INFO:teuthology.orchestra.run.vm05.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-23T19:32:39.083 INFO:teuthology.orchestra.run.vm05.stdout: = sunit=0 swidth=0 blks 2026-03-23T19:32:39.083 INFO:teuthology.orchestra.run.vm05.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-23T19:32:39.083 INFO:teuthology.orchestra.run.vm05.stdout:log =internal log bsize=4096 blocks=16384, version=2 2026-03-23T19:32:39.083 INFO:teuthology.orchestra.run.vm05.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-23T19:32:39.083 INFO:teuthology.orchestra.run.vm05.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-23T19:32:39.087 INFO:teuthology.orchestra.run.vm05.stdout:Discarding blocks...Done. 2026-03-23T19:32:39.088 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@vm05.local -o noatime 2026-03-23T19:32:39.088 DEBUG:teuthology.orchestra.run.vm05:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster2-0 2026-03-23T19:32:39.157 DEBUG:teuthology.orchestra.run.vm05:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-0 2026-03-23T19:32:39.222 DEBUG:teuthology.orchestra.run.vm05:> sudo mkdir -p /var/lib/ceph/osd/cluster2-1 2026-03-23T19:32:39.284 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-03-23T19:32:39.284 INFO:tasks.ceph:role: cluster2.osd.1 2026-03-23T19:32:39.284 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@vm05.local 2026-03-23T19:32:39.284 DEBUG:teuthology.orchestra.run.vm05:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2026-03-23T19:32:39.345 INFO:teuthology.orchestra.run.vm05.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=1310464 blks 2026-03-23T19:32:39.345 INFO:teuthology.orchestra.run.vm05.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-23T19:32:39.345 INFO:teuthology.orchestra.run.vm05.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-23T19:32:39.345 INFO:teuthology.orchestra.run.vm05.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-03-23T19:32:39.345 INFO:teuthology.orchestra.run.vm05.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-23T19:32:39.345 INFO:teuthology.orchestra.run.vm05.stdout: = sunit=0 swidth=0 blks 2026-03-23T19:32:39.345 INFO:teuthology.orchestra.run.vm05.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-23T19:32:39.345 INFO:teuthology.orchestra.run.vm05.stdout:log =internal log bsize=4096 blocks=16384, version=2 2026-03-23T19:32:39.345 INFO:teuthology.orchestra.run.vm05.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-23T19:32:39.345 INFO:teuthology.orchestra.run.vm05.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-23T19:32:39.349 INFO:teuthology.orchestra.run.vm05.stdout:Discarding blocks...Done. 2026-03-23T19:32:39.351 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@vm05.local -o noatime 2026-03-23T19:32:39.351 DEBUG:teuthology.orchestra.run.vm05:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster2-1 2026-03-23T19:32:39.418 DEBUG:teuthology.orchestra.run.vm05:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-1 2026-03-23T19:32:39.484 DEBUG:teuthology.orchestra.run.vm05:> sudo mkdir -p /var/lib/ceph/osd/cluster2-2 2026-03-23T19:32:39.549 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-03-23T19:32:39.549 INFO:tasks.ceph:role: cluster2.osd.2 2026-03-23T19:32:39.549 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@vm05.local 2026-03-23T19:32:39.549 DEBUG:teuthology.orchestra.run.vm05:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2026-03-23T19:32:39.614 INFO:teuthology.orchestra.run.vm05.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=1310464 blks 2026-03-23T19:32:39.615 INFO:teuthology.orchestra.run.vm05.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-23T19:32:39.615 INFO:teuthology.orchestra.run.vm05.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-23T19:32:39.615 INFO:teuthology.orchestra.run.vm05.stdout: = reflink=1 bigtime=1 inobtcount=1 nrext64=0 2026-03-23T19:32:39.615 INFO:teuthology.orchestra.run.vm05.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-23T19:32:39.615 INFO:teuthology.orchestra.run.vm05.stdout: = sunit=0 swidth=0 blks 2026-03-23T19:32:39.615 INFO:teuthology.orchestra.run.vm05.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-23T19:32:39.615 INFO:teuthology.orchestra.run.vm05.stdout:log =internal log bsize=4096 blocks=16384, version=2 2026-03-23T19:32:39.615 INFO:teuthology.orchestra.run.vm05.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-23T19:32:39.615 INFO:teuthology.orchestra.run.vm05.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-23T19:32:39.620 INFO:teuthology.orchestra.run.vm05.stdout:Discarding blocks...Done. 2026-03-23T19:32:39.623 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@vm05.local -o noatime 2026-03-23T19:32:39.623 DEBUG:teuthology.orchestra.run.vm05:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster2-2 2026-03-23T19:32:39.694 DEBUG:teuthology.orchestra.run.vm05:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-2 2026-03-23T19:32:39.762 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:39.842 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:39.841+0000 7fbcf45c9900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:39.842 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:39.841+0000 7fbcf45c9900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:39.843 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:39.842+0000 7fbcf45c9900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:39.843 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:39.842+0000 7fbcf45c9900 -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-03-23T19:32:39.844 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:39.842+0000 7fbcf45c9900 -1 created new key in keyring /var/lib/ceph/osd/cluster2-0/keyring 2026-03-23T19:32:39.844 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:39.842+0000 7fbcf45c9900 -1 bdev(0x56482d757800 /var/lib/ceph/osd/cluster2-0/block) open stat got: (1) Operation not permitted 2026-03-23T19:32:39.844 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:39.842+0000 7fbcf45c9900 -1 bluestore(/var/lib/ceph/osd/cluster2-0) _read_fsid unparsable uuid 2026-03-23T19:32:40.711 DEBUG:teuthology.orchestra.run.vm05:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-0 2026-03-23T19:32:40.776 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:40.851 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:40.850+0000 7ff5b7105900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:40.851 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:40.850+0000 7ff5b7105900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:40.852 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:40.850+0000 7ff5b7105900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:40.852 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:40.851+0000 7ff5b7105900 -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-03-23T19:32:40.853 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:40.851+0000 7ff5b7105900 -1 created new key in keyring /var/lib/ceph/osd/cluster2-1/keyring 2026-03-23T19:32:40.853 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:40.851+0000 7ff5b7105900 -1 bdev(0x55ac35325800 /var/lib/ceph/osd/cluster2-1/block) open stat got: (1) Operation not permitted 2026-03-23T19:32:40.853 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:40.851+0000 7ff5b7105900 -1 bluestore(/var/lib/ceph/osd/cluster2-1) _read_fsid unparsable uuid 2026-03-23T19:32:41.488 DEBUG:teuthology.orchestra.run.vm05:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-1 2026-03-23T19:32:41.552 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:41.625 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:41.623+0000 7f88d3872900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:41.625 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:41.623+0000 7f88d3872900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:41.626 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:41.624+0000 7f88d3872900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:41.626 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:41.625+0000 7f88d3872900 -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-03-23T19:32:41.626 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:41.625+0000 7f88d3872900 -1 created new key in keyring /var/lib/ceph/osd/cluster2-2/keyring 2026-03-23T19:32:41.626 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:41.625+0000 7f88d3872900 -1 bdev(0x55ab3a089800 /var/lib/ceph/osd/cluster2-2/block) open stat got: (1) Operation not permitted 2026-03-23T19:32:41.626 INFO:teuthology.orchestra.run.vm05.stderr:2026-03-23T19:32:41.625+0000 7f88d3872900 -1 bluestore(/var/lib/ceph/osd/cluster2-2) _read_fsid unparsable uuid 2026-03-23T19:32:42.239 DEBUG:teuthology.orchestra.run.vm05:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-2 2026-03-23T19:32:42.302 INFO:tasks.ceph:Reading keys from all nodes... 2026-03-23T19:32:42.302 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:42.302 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/var/lib/ceph/mgr/cluster2-x/keyring of=/dev/stdout 2026-03-23T19:32:42.363 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:42.363 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/var/lib/ceph/osd/cluster2-0/keyring of=/dev/stdout 2026-03-23T19:32:42.423 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:42.424 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/var/lib/ceph/osd/cluster2-1/keyring of=/dev/stdout 2026-03-23T19:32:42.487 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:42.487 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/var/lib/ceph/osd/cluster2-2/keyring of=/dev/stdout 2026-03-23T19:32:42.551 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:42.551 DEBUG:teuthology.orchestra.run.vm05:> dd if=/etc/ceph/cluster2.client.0.keyring of=/dev/stdout 2026-03-23T19:32:42.605 INFO:tasks.ceph:Adding keys to all mons... 2026-03-23T19:32:42.606 DEBUG:teuthology.orchestra.run.vm05:> sudo tee -a /etc/ceph/cluster2.keyring 2026-03-23T19:32:42.666 INFO:teuthology.orchestra.run.vm05.stdout:[mgr.x] 2026-03-23T19:32:42.666 INFO:teuthology.orchestra.run.vm05.stdout: key = AQBWlcFpmT7SMxAANQlLobdmnW5bqfoQ1qN+lw== 2026-03-23T19:32:42.666 INFO:teuthology.orchestra.run.vm05.stdout:[osd.0] 2026-03-23T19:32:42.666 INFO:teuthology.orchestra.run.vm05.stdout: key = AQBXlcFpbnlIMhAA7NCNiCeWZbVy+63ky3jllg== 2026-03-23T19:32:42.666 INFO:teuthology.orchestra.run.vm05.stdout:[osd.1] 2026-03-23T19:32:42.666 INFO:teuthology.orchestra.run.vm05.stdout: key = AQBYlcFpyfnNMhAAq1HH7xNVk7phJFmFGV+uDg== 2026-03-23T19:32:42.666 INFO:teuthology.orchestra.run.vm05.stdout:[osd.2] 2026-03-23T19:32:42.666 INFO:teuthology.orchestra.run.vm05.stdout: key = AQBZlcFpIUhRJRAAXsTFSoCsglf1z4XGumqTLg== 2026-03-23T19:32:42.666 INFO:teuthology.orchestra.run.vm05.stdout:[client.0] 2026-03-23T19:32:42.667 INFO:teuthology.orchestra.run.vm05.stdout: key = AQBWlcFpANNEOBAAPY5O5fCNiuDY9Fw7+Gckkg== 2026-03-23T19:32:42.667 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:42.751 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:42.789 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:42.866 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:42.944 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:43.022 INFO:tasks.ceph:Running mkfs on mon nodes... 2026-03-23T19:32:43.022 DEBUG:teuthology.orchestra.run.vm05:> sudo mkdir -p /var/lib/ceph/mon/cluster2-a 2026-03-23T19:32:43.083 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:32:43.170 DEBUG:teuthology.orchestra.run.vm05:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster2-a 2026-03-23T19:32:43.192 DEBUG:teuthology.orchestra.run.vm05:> rm -- /home/ubuntu/cephtest/cluster2.monmap 2026-03-23T19:32:43.245 INFO:tasks.ceph:Starting mon daemons in cluster cluster2... 2026-03-23T19:32:43.246 INFO:tasks.ceph.cluster2.mon.a:Restarting daemon 2026-03-23T19:32:43.246 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster2 -i a 2026-03-23T19:32:43.287 INFO:tasks.ceph.cluster2.mon.a:Started 2026-03-23T19:32:43.287 INFO:tasks.ceph:Starting mgr daemons in cluster cluster2... 2026-03-23T19:32:43.287 INFO:tasks.ceph.cluster2.mgr.x:Restarting daemon 2026-03-23T19:32:43.287 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster2 -i x 2026-03-23T19:32:43.289 INFO:tasks.ceph.cluster2.mgr.x:Started 2026-03-23T19:32:43.289 DEBUG:tasks.ceph:set 0 configs 2026-03-23T19:32:43.289 DEBUG:teuthology.orchestra.run.vm05:> sudo ceph --cluster cluster2 config dump 2026-03-23T19:32:43.393 INFO:teuthology.orchestra.run.vm05.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-03-23T19:32:43.400 INFO:tasks.ceph:Setting crush tunables to default 2026-03-23T19:32:43.400 DEBUG:teuthology.orchestra.run.vm05:> sudo ceph --cluster cluster2 osd crush tunables default 2026-03-23T19:32:43.504 INFO:teuthology.orchestra.run.vm05.stderr:adjusted tunables profile to default 2026-03-23T19:32:43.513 INFO:tasks.ceph:check_enable_crimson: False 2026-03-23T19:32:43.513 INFO:tasks.ceph:Starting osd daemons in cluster cluster2... 2026-03-23T19:32:43.513 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:43.513 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/var/lib/ceph/osd/cluster2-0/fsid of=/dev/stdout 2026-03-23T19:32:43.535 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:43.535 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/var/lib/ceph/osd/cluster2-1/fsid of=/dev/stdout 2026-03-23T19:32:43.597 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-23T19:32:43.597 DEBUG:teuthology.orchestra.run.vm05:> sudo dd if=/var/lib/ceph/osd/cluster2-2/fsid of=/dev/stdout 2026-03-23T19:32:43.658 DEBUG:teuthology.orchestra.run.vm05:> sudo ceph --cluster cluster2 osd new 56f391f3-18f7-4fab-923c-0ee88a119153 0 2026-03-23T19:32:43.814 INFO:teuthology.orchestra.run.vm05.stdout:0 2026-03-23T19:32:43.823 DEBUG:teuthology.orchestra.run.vm05:> sudo ceph --cluster cluster2 osd new e3d8595b-85bc-4653-af6e-a9a861c51277 1 2026-03-23T19:32:43.935 INFO:teuthology.orchestra.run.vm05.stdout:1 2026-03-23T19:32:43.952 DEBUG:teuthology.orchestra.run.vm05:> sudo ceph --cluster cluster2 osd new 32b13dd9-93ec-4479-a5b2-a506026c9fb9 2 2026-03-23T19:32:44.062 INFO:teuthology.orchestra.run.vm05.stdout:2 2026-03-23T19:32:44.071 INFO:tasks.ceph.cluster2.osd.0:Restarting daemon 2026-03-23T19:32:44.071 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 0 2026-03-23T19:32:44.072 INFO:tasks.ceph.cluster2.osd.0:Started 2026-03-23T19:32:44.072 INFO:tasks.ceph.cluster2.osd.1:Restarting daemon 2026-03-23T19:32:44.072 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 1 2026-03-23T19:32:44.074 INFO:tasks.ceph.cluster2.osd.1:Started 2026-03-23T19:32:44.074 INFO:tasks.ceph.cluster2.osd.2:Restarting daemon 2026-03-23T19:32:44.074 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 2 2026-03-23T19:32:44.075 INFO:tasks.ceph.cluster2.osd.2:Started 2026-03-23T19:32:44.075 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-23T19:32:44.135 INFO:tasks.ceph.cluster2.osd.1.vm05.stderr:2026-03-23T19:32:44.133+0000 7fa77524d900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:44.138 INFO:tasks.ceph.cluster2.osd.1.vm05.stderr:2026-03-23T19:32:44.136+0000 7fa77524d900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:44.138 INFO:tasks.ceph.cluster2.osd.1.vm05.stderr:2026-03-23T19:32:44.136+0000 7fa77524d900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:44.141 INFO:tasks.ceph.cluster2.osd.0.vm05.stderr:2026-03-23T19:32:44.140+0000 7f9828f5e900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:44.148 INFO:tasks.ceph.cluster2.osd.0.vm05.stderr:2026-03-23T19:32:44.144+0000 7f9828f5e900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:44.148 INFO:tasks.ceph.cluster2.osd.0.vm05.stderr:2026-03-23T19:32:44.144+0000 7f9828f5e900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:44.152 INFO:tasks.ceph.cluster2.osd.2.vm05.stderr:2026-03-23T19:32:44.151+0000 7f6db32f0900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:44.155 INFO:tasks.ceph.cluster2.osd.2.vm05.stderr:2026-03-23T19:32:44.153+0000 7f6db32f0900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:44.155 INFO:tasks.ceph.cluster2.osd.2.vm05.stderr:2026-03-23T19:32:44.154+0000 7f6db32f0900 -1 WARNING: all dangerous and experimental features are enabled. 2026-03-23T19:32:44.210 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:44.210 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":5,"fsid":"2caf72b5-50a1-482a-80d1-3c5dd0baf804","created":"2026-03-23T19:32:43.352509+0000","modified":"2026-03-23T19:32:44.060878+0000","last_up_change":"0.000000","last_in_change":"2026-03-23T19:32:44.060878+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":"56f391f3-18f7-4fab-923c-0ee88a119153","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":"e3d8595b-85bc-4653-af6e-a9a861c51277","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":"32b13dd9-93ec-4479-a5b2-a506026c9fb9","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-03-23T19:32:44.217 INFO:tasks.ceph.ceph_manager.cluster2:[] 2026-03-23T19:32:44.217 INFO:tasks.ceph:Waiting for OSDs to come up 2026-03-23T19:32:44.263 INFO:tasks.ceph.cluster2.osd.2.vm05.stderr:2026-03-23T19:32:44.261+0000 7f6db32f0900 -1 Falling back to public interface 2026-03-23T19:32:44.265 INFO:tasks.ceph.cluster2.osd.1.vm05.stderr:2026-03-23T19:32:44.264+0000 7fa77524d900 -1 Falling back to public interface 2026-03-23T19:32:44.265 INFO:tasks.ceph.cluster2.osd.0.vm05.stderr:2026-03-23T19:32:44.264+0000 7f9828f5e900 -1 Falling back to public interface 2026-03-23T19:32:44.266 INFO:tasks.ceph.cluster2.osd.1.vm05.stderr:2026-03-23T19:32:44.265+0000 7fa7741f3640 -1 PosixStack listen unable to listen on v1:0.0.0.0:6815/0: (98) Address already in use 2026-03-23T19:32:44.295 INFO:tasks.ceph.cluster2.mgr.x.vm05.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-03-23T19:32:44.295 INFO:tasks.ceph.cluster2.mgr.x.vm05.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-03-23T19:32:44.295 INFO:tasks.ceph.cluster2.mgr.x.vm05.stderr: from numpy import show_config as show_numpy_config 2026-03-23T19:32:44.520 DEBUG:teuthology.orchestra.run.vm05:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2026-03-23T19:32:44.580 INFO:tasks.ceph.cluster2.osd.2.vm05.stderr:2026-03-23T19:32:44.578+0000 7f6db32f0900 -1 osd.2 0 log_to_monitors true 2026-03-23T19:32:44.623 INFO:tasks.ceph.cluster2.osd.0.vm05.stderr:2026-03-23T19:32:44.622+0000 7f9828f5e900 -1 osd.0 0 log_to_monitors true 2026-03-23T19:32:44.625 INFO:teuthology.misc.health.vm05.stdout: 2026-03-23T19:32:44.625 INFO:teuthology.misc.health.vm05.stdout:{"epoch":5,"fsid":"2caf72b5-50a1-482a-80d1-3c5dd0baf804","created":"2026-03-23T19:32:43.352509+0000","modified":"2026-03-23T19:32:44.060878+0000","last_up_change":"0.000000","last_in_change":"2026-03-23T19:32:44.060878+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":"56f391f3-18f7-4fab-923c-0ee88a119153","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":"e3d8595b-85bc-4653-af6e-a9a861c51277","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":"32b13dd9-93ec-4479-a5b2-a506026c9fb9","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-03-23T19:32:44.630 INFO:tasks.ceph.cluster2.osd.1.vm05.stderr:2026-03-23T19:32:44.629+0000 7fa77524d900 -1 osd.1 0 log_to_monitors true 2026-03-23T19:32:44.634 DEBUG:teuthology.misc:0 of 3 OSDs are up 2026-03-23T19:32:46.370 INFO:tasks.ceph.cluster2.osd.1.vm05.stderr:2026-03-23T19:32:46.368+0000 7fa7711dc640 -1 osd.1 0 waiting for initial osdmap 2026-03-23T19:32:46.370 INFO:tasks.ceph.cluster2.osd.2.vm05.stderr:2026-03-23T19:32:46.369+0000 7f6daf281640 -1 osd.2 0 waiting for initial osdmap 2026-03-23T19:32:46.371 INFO:tasks.ceph.cluster2.osd.0.vm05.stderr:2026-03-23T19:32:46.370+0000 7f9824eed640 -1 osd.0 0 waiting for initial osdmap 2026-03-23T19:32:46.381 INFO:tasks.ceph.cluster2.osd.1.vm05.stderr:2026-03-23T19:32:46.380+0000 7fa76bfe1640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-23T19:32:46.385 INFO:tasks.ceph.cluster2.osd.0.vm05.stderr:2026-03-23T19:32:46.384+0000 7f981fcf2640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-23T19:32:46.385 INFO:tasks.ceph.cluster2.osd.2.vm05.stderr:2026-03-23T19:32:46.384+0000 7f6daa086640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-23T19:32:46.699 INFO:tasks.ceph.cluster2.mgr.x.vm05.stderr:2026-03-23T19:32:46.697+0000 7f64c3258640 -1 mgr.server handle_report got status from non-daemon mon.a 2026-03-23T19:32:50.936 DEBUG:teuthology.orchestra.run.vm05:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2026-03-23T19:32:51.116 INFO:teuthology.misc.health.vm05.stdout: 2026-03-23T19:32:51.116 INFO:teuthology.misc.health.vm05.stdout:{"epoch":11,"fsid":"2caf72b5-50a1-482a-80d1-3c5dd0baf804","created":"2026-03-23T19:32:43.352509+0000","modified":"2026-03-23T19:32:50.704194+0000","last_up_change":"2026-03-23T19:32:47.367357+0000","last_in_change":"2026-03-23T19:32:44.060878+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-03-23T19:32:47.705645+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":"56f391f3-18f7-4fab-923c-0ee88a119153","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":"192.168.123.105:6808","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6810","nonce":480339794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6812","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6814","nonce":480339794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6819","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6821","nonce":480339794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6815","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6817","nonce":480339794}]},"public_addr":"192.168.123.105:6810/480339794","cluster_addr":"192.168.123.105:6814/480339794","heartbeat_back_addr":"192.168.123.105:6821/480339794","heartbeat_front_addr":"192.168.123.105:6817/480339794","state":["exists","up"]},{"osd":1,"uuid":"e3d8595b-85bc-4653-af6e-a9a861c51277","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":"192.168.123.105:6809","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6811","nonce":983263519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6813","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6816","nonce":983263519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6822","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6823","nonce":983263519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6818","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6820","nonce":983263519}]},"public_addr":"192.168.123.105:6811/983263519","cluster_addr":"192.168.123.105:6816/983263519","heartbeat_back_addr":"192.168.123.105:6823/983263519","heartbeat_front_addr":"192.168.123.105:6820/983263519","state":["exists","up"]},{"osd":2,"uuid":"32b13dd9-93ec-4479-a5b2-a506026c9fb9","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":"192.168.123.105:6800","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6801","nonce":749120680}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6803","nonce":749120680}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6807","nonce":749120680}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6805","nonce":749120680}]},"public_addr":"192.168.123.105:6801/749120680","cluster_addr":"192.168.123.105:6803/749120680","heartbeat_back_addr":"192.168.123.105:6807/749120680","heartbeat_front_addr":"192.168.123.105:6805/749120680","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-03-23T19:32:51.125 DEBUG:teuthology.misc:3 of 3 OSDs are up 2026-03-23T19:32:51.125 INFO:tasks.ceph:Creating RBD pool 2026-03-23T19:32:51.125 DEBUG:teuthology.orchestra.run.vm05:> sudo ceph --cluster cluster2 osd pool create rbd 8 2026-03-23T19:32:51.712 INFO:teuthology.orchestra.run.vm05.stderr:pool 'rbd' created 2026-03-23T19:32:51.728 DEBUG:teuthology.orchestra.run.vm05:> rbd --cluster cluster2 pool init rbd 2026-03-23T19:32:54.728 INFO:tasks.ceph:Starting mds daemons in cluster cluster2... 2026-03-23T19:32:54.728 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 config log 1 --format=json 2026-03-23T19:32:54.728 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2026-03-23T19:32:54.916 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:54.927 INFO:teuthology.orchestra.run.vm05.stdout:[{"version":1,"timestamp":"0.000000","name":"","changes":[]}] 2026-03-23T19:32:54.927 INFO:tasks.ceph_manager:config epoch is 1 2026-03-23T19:32:54.927 INFO:tasks.ceph:Waiting until cluster2 daemons up and pgs clean... 2026-03-23T19:32:54.927 INFO:tasks.ceph.ceph_manager.cluster2:waiting for mgr available 2026-03-23T19:32:54.927 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 mgr dump --format=json 2026-03-23T19:32:55.158 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:55.169 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":5,"flags":0,"active_gid":4104,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6824","nonce":335517264},{"type":"v1","addr":"192.168.123.105:6825","nonce":335517264}]},"active_addr":"192.168.123.105:6825/335517264","active_change":"2026-03-23T19:32:45.689330+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":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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":"192.168.123.105:0","nonce":2546680929}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.105:0","nonce":2913286466}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.105:0","nonce":3709663761}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.105:0","nonce":538615478}]}]} 2026-03-23T19:32:55.170 INFO:tasks.ceph.ceph_manager.cluster2:mgr available! 2026-03-23T19:32:55.170 INFO:tasks.ceph.ceph_manager.cluster2:waiting for all up 2026-03-23T19:32:55.170 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-23T19:32:55.371 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:55.371 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":15,"fsid":"2caf72b5-50a1-482a-80d1-3c5dd0baf804","created":"2026-03-23T19:32:43.352509+0000","modified":"2026-03-23T19:32:54.718283+0000","last_up_change":"2026-03-23T19:32:47.367357+0000","last_in_change":"2026-03-23T19:32:44.060878+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-03-23T19:32:47.705645+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-03-23T19:32:51.305764+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":"56f391f3-18f7-4fab-923c-0ee88a119153","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":"192.168.123.105:6808","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6810","nonce":480339794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6812","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6814","nonce":480339794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6819","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6821","nonce":480339794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6815","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6817","nonce":480339794}]},"public_addr":"192.168.123.105:6810/480339794","cluster_addr":"192.168.123.105:6814/480339794","heartbeat_back_addr":"192.168.123.105:6821/480339794","heartbeat_front_addr":"192.168.123.105:6817/480339794","state":["exists","up"]},{"osd":1,"uuid":"e3d8595b-85bc-4653-af6e-a9a861c51277","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":"192.168.123.105:6809","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6811","nonce":983263519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6813","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6816","nonce":983263519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6822","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6823","nonce":983263519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6818","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6820","nonce":983263519}]},"public_addr":"192.168.123.105:6811/983263519","cluster_addr":"192.168.123.105:6816/983263519","heartbeat_back_addr":"192.168.123.105:6823/983263519","heartbeat_front_addr":"192.168.123.105:6820/983263519","state":["exists","up"]},{"osd":2,"uuid":"32b13dd9-93ec-4479-a5b2-a506026c9fb9","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":"192.168.123.105:6800","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6801","nonce":749120680}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6803","nonce":749120680}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6807","nonce":749120680}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6805","nonce":749120680}]},"public_addr":"192.168.123.105:6801/749120680","cluster_addr":"192.168.123.105:6803/749120680","heartbeat_back_addr":"192.168.123.105:6807/749120680","heartbeat_front_addr":"192.168.123.105:6805/749120680","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-03-23T19:32:55.383 INFO:tasks.ceph.ceph_manager.cluster2:all up! 2026-03-23T19:32:55.383 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-23T19:32:55.587 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:55.587 INFO:teuthology.orchestra.run.vm05.stdout:{"epoch":15,"fsid":"2caf72b5-50a1-482a-80d1-3c5dd0baf804","created":"2026-03-23T19:32:43.352509+0000","modified":"2026-03-23T19:32:54.718283+0000","last_up_change":"2026-03-23T19:32:47.367357+0000","last_in_change":"2026-03-23T19:32:44.060878+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-03-23T19:32:47.705645+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-03-23T19:32:51.305764+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":"56f391f3-18f7-4fab-923c-0ee88a119153","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":"192.168.123.105:6808","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6810","nonce":480339794}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6812","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6814","nonce":480339794}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6819","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6821","nonce":480339794}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6815","nonce":480339794},{"type":"v1","addr":"192.168.123.105:6817","nonce":480339794}]},"public_addr":"192.168.123.105:6810/480339794","cluster_addr":"192.168.123.105:6814/480339794","heartbeat_back_addr":"192.168.123.105:6821/480339794","heartbeat_front_addr":"192.168.123.105:6817/480339794","state":["exists","up"]},{"osd":1,"uuid":"e3d8595b-85bc-4653-af6e-a9a861c51277","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":"192.168.123.105:6809","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6811","nonce":983263519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6813","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6816","nonce":983263519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6822","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6823","nonce":983263519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6818","nonce":983263519},{"type":"v1","addr":"192.168.123.105:6820","nonce":983263519}]},"public_addr":"192.168.123.105:6811/983263519","cluster_addr":"192.168.123.105:6816/983263519","heartbeat_back_addr":"192.168.123.105:6823/983263519","heartbeat_front_addr":"192.168.123.105:6820/983263519","state":["exists","up"]},{"osd":2,"uuid":"32b13dd9-93ec-4479-a5b2-a506026c9fb9","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":"192.168.123.105:6800","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6801","nonce":749120680}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6802","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6803","nonce":749120680}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6806","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6807","nonce":749120680}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.105:6804","nonce":749120680},{"type":"v1","addr":"192.168.123.105:6805","nonce":749120680}]},"public_addr":"192.168.123.105:6801/749120680","cluster_addr":"192.168.123.105:6803/749120680","heartbeat_back_addr":"192.168.123.105:6807/749120680","heartbeat_front_addr":"192.168.123.105:6805/749120680","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-03-23T19:32:55.599 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.0 flush_pg_stats 2026-03-23T19:32:55.599 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.1 flush_pg_stats 2026-03-23T19:32:55.599 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.2 flush_pg_stats 2026-03-23T19:32:55.705 INFO:teuthology.orchestra.run.vm05.stdout:34359738371 2026-03-23T19:32:55.705 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2026-03-23T19:32:55.705 INFO:teuthology.orchestra.run.vm05.stdout:34359738371 2026-03-23T19:32:55.705 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2026-03-23T19:32:55.709 INFO:teuthology.orchestra.run.vm05.stdout:34359738371 2026-03-23T19:32:55.710 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-03-23T19:32:55.904 INFO:teuthology.orchestra.run.vm05.stdout:34359738371 2026-03-23T19:32:55.906 INFO:teuthology.orchestra.run.vm05.stdout:34359738371 2026-03-23T19:32:55.909 INFO:teuthology.orchestra.run.vm05.stdout:34359738370 2026-03-23T19:32:55.917 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.1 2026-03-23T19:32:55.917 DEBUG:teuthology.parallel:result is None 2026-03-23T19:32:55.922 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.2 2026-03-23T19:32:55.922 DEBUG:teuthology.parallel:result is None 2026-03-23T19:32:55.925 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.0 2026-03-23T19:32:56.926 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-03-23T19:32:57.118 INFO:teuthology.orchestra.run.vm05.stdout:34359738370 2026-03-23T19:32:57.129 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.0 2026-03-23T19:32:58.130 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-03-23T19:32:58.326 INFO:teuthology.orchestra.run.vm05.stdout:34359738371 2026-03-23T19:32:58.337 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.0 2026-03-23T19:32:58.337 DEBUG:teuthology.parallel:result is None 2026-03-23T19:32:58.337 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2026-03-23T19:32:58.337 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-03-23T19:32:58.529 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:58.529 INFO:teuthology.orchestra.run.vm05.stderr:dumped all 2026-03-23T19:32:58.541 INFO:teuthology.orchestra.run.vm05.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2026-03-23T19:32:58.347673+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":76,"num_read_kb":64,"num_write":125,"num_write_kb":2152,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":95,"ondisk_log_size":95,"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":81544,"kb_used_data":1008,"kb_used_omap":21,"kb_used_meta":80426,"kb_avail":283033976,"statfs":{"total":289910292480,"available":289826791424,"internally_reserved":0,"allocated":1032192,"data_stored":1295131,"data_compressed":6220,"data_compressed_allocated":557056,"data_compressed_original":1114112,"omap_allocated":21780,"internal_metadata":82356972},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"5.631934"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:54.723005+0000","last_change":"2026-03-23T19:32:54.723087+0000","last_active":"2026-03-23T19:32:54.723005+0000","last_peered":"2026-03-23T19:32:54.723005+0000","last_clean":"2026-03-23T19:32:54.723005+0000","last_became_active":"2026-03-23T19:32:52.720272+0000","last_became_peered":"2026-03-23T19:32:52.720272+0000","last_unstale":"2026-03-23T19:32:54.723005+0000","last_undegraded":"2026-03-23T19:32:54.723005+0000","last_fullsized":"2026-03-23T19:32:54.723005+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-25T02:25:55.790456+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00023994899999999999,"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-03-23T19:32:54.723103+0000","last_change":"2026-03-23T19:32:54.723222+0000","last_active":"2026-03-23T19:32:54.723103+0000","last_peered":"2026-03-23T19:32:54.723103+0000","last_clean":"2026-03-23T19:32:54.723103+0000","last_became_active":"2026-03-23T19:32:52.721322+0000","last_became_peered":"2026-03-23T19:32:52.721322+0000","last_unstale":"2026-03-23T19:32:54.723103+0000","last_undegraded":"2026-03-23T19:32:54.723103+0000","last_fullsized":"2026-03-23T19:32:54.723103+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-24T23:45:36.159104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00036990299999999999,"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-03-23T19:32:54.723073+0000","last_change":"2026-03-23T19:32:54.723203+0000","last_active":"2026-03-23T19:32:54.723073+0000","last_peered":"2026-03-23T19:32:54.723073+0000","last_clean":"2026-03-23T19:32:54.723073+0000","last_became_active":"2026-03-23T19:32:52.721408+0000","last_became_peered":"2026-03-23T19:32:52.721408+0000","last_unstale":"2026-03-23T19:32:54.723073+0000","last_undegraded":"2026-03-23T19:32:54.723073+0000","last_fullsized":"2026-03-23T19:32:54.723073+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-24T21:00:58.116722+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00032435800000000001,"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-03-23T19:32:54.723469+0000","last_change":"2026-03-23T19:32:54.723745+0000","last_active":"2026-03-23T19:32:54.723469+0000","last_peered":"2026-03-23T19:32:54.723469+0000","last_clean":"2026-03-23T19:32:54.723469+0000","last_became_active":"2026-03-23T19:32:52.721296+0000","last_became_peered":"2026-03-23T19:32:52.721296+0000","last_unstale":"2026-03-23T19:32:54.723469+0000","last_undegraded":"2026-03-23T19:32:54.723469+0000","last_fullsized":"2026-03-23T19:32:54.723469+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-24T22:15:37.258754+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00079961599999999996,"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-03-23T19:32:54.721429+0000","last_change":"2026-03-23T19:32:54.721429+0000","last_active":"2026-03-23T19:32:54.721429+0000","last_peered":"2026-03-23T19:32:54.721429+0000","last_clean":"2026-03-23T19:32:54.721429+0000","last_became_active":"2026-03-23T19:32:52.720457+0000","last_became_peered":"2026-03-23T19:32:52.720457+0000","last_unstale":"2026-03-23T19:32:54.721429+0000","last_undegraded":"2026-03-23T19:32:54.721429+0000","last_fullsized":"2026-03-23T19:32:54.721429+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-25T02:04:15.813761+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00020978199999999999,"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":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:55.133798+0000","last_change":"2026-03-23T19:32:55.133925+0000","last_active":"2026-03-23T19:32:55.133798+0000","last_peered":"2026-03-23T19:32:55.133798+0000","last_clean":"2026-03-23T19:32:55.133798+0000","last_became_active":"2026-03-23T19:32:52.720589+0000","last_became_peered":"2026-03-23T19:32:52.720589+0000","last_unstale":"2026-03-23T19:32:55.133798+0000","last_undegraded":"2026-03-23T19:32:55.133798+0000","last_fullsized":"2026-03-23T19:32:55.133798+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-25T00:04:06.085633+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043363100000000002,"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":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:55.133833+0000","last_change":"2026-03-23T19:32:55.134002+0000","last_active":"2026-03-23T19:32:55.133833+0000","last_peered":"2026-03-23T19:32:55.133833+0000","last_clean":"2026-03-23T19:32:55.133833+0000","last_became_active":"2026-03-23T19:32:52.720682+0000","last_became_peered":"2026-03-23T19:32:52.720682+0000","last_unstale":"2026-03-23T19:32:55.133833+0000","last_undegraded":"2026-03-23T19:32:55.133833+0000","last_fullsized":"2026-03-23T19:32:55.133833+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-25T00:41:50.013045+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00046058200000000002,"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-03-23T19:32:54.723352+0000","last_change":"2026-03-23T19:32:54.723435+0000","last_active":"2026-03-23T19:32:54.723352+0000","last_peered":"2026-03-23T19:32:54.723352+0000","last_clean":"2026-03-23T19:32:54.723352+0000","last_became_active":"2026-03-23T19:32:52.719101+0000","last_became_peered":"2026-03-23T19:32:52.719101+0000","last_unstale":"2026-03-23T19:32:54.723352+0000","last_undegraded":"2026-03-23T19:32:54.723352+0000","last_fullsized":"2026-03-23T19:32:54.723352+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-24T20:27:33.221923+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00050684899999999997,"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'92","reported_seq":134,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:54.722958+0000","last_change":"2026-03-23T19:32:49.709248+0000","last_active":"2026-03-23T19:32:54.722958+0000","last_peered":"2026-03-23T19:32:54.722958+0000","last_clean":"2026-03-23T19:32:54.722958+0000","last_became_active":"2026-03-23T19:32:49.709169+0000","last_became_peered":"2026-03-23T19:32:49.709169+0000","last_unstale":"2026-03-23T19:32:54.722958+0000","last_undegraded":"2026-03-23T19:32:54.722958+0000","last_fullsized":"2026-03-23T19:32:54.722958+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-03-23T19:32:48.701502+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:48.701502+0000","last_clean_scrub_stamp":"2026-03-23T19:32:48.701502+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-03-25T01:38:52.172705+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":630784,"data_stored":1180736,"data_compressed":6220,"data_compressed_allocated":557056,"data_compressed_original":1114112,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738372,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":26968,"kb_used_data":128,"kb_used_omap":6,"kb_used_meta":26809,"kb_avail":94344872,"statfs":{"total":96636764160,"available":96609148928,"internally_reserved":0,"allocated":131072,"data_stored":38119,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6177,"internal_metadata":27453407},"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":34359738372,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27288,"kb_used_data":440,"kb_used_omap":6,"kb_used_meta":26809,"kb_avail":94344552,"statfs":{"total":96636764160,"available":96608821248,"internally_reserved":0,"allocated":450560,"data_stored":628506,"data_compressed":3110,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":6827,"internal_metadata":27452757},"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":27288,"kb_used_data":440,"kb_used_omap":8,"kb_used_meta":26807,"kb_avail":94344552,"statfs":{"total":96636764160,"available":96608821248,"internally_reserved":0,"allocated":450560,"data_stored":628506,"data_compressed":3110,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":8776,"internal_metadata":27450808},"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":315392,"data_stored":590368,"data_compressed":3110,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":315392,"data_stored":590368,"data_compressed":3110,"data_compressed_allocated":278528,"data_compressed_original":557056,"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-03-23T19:32:58.541 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-03-23T19:32:58.722 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:58.722 INFO:teuthology.orchestra.run.vm05.stderr:dumped all 2026-03-23T19:32:58.733 INFO:teuthology.orchestra.run.vm05.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2026-03-23T19:32:58.347673+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":76,"num_read_kb":64,"num_write":125,"num_write_kb":2152,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":95,"ondisk_log_size":95,"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":81544,"kb_used_data":1008,"kb_used_omap":21,"kb_used_meta":80426,"kb_avail":283033976,"statfs":{"total":289910292480,"available":289826791424,"internally_reserved":0,"allocated":1032192,"data_stored":1295131,"data_compressed":6220,"data_compressed_allocated":557056,"data_compressed_original":1114112,"omap_allocated":21780,"internal_metadata":82356972},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"5.631934"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:54.723005+0000","last_change":"2026-03-23T19:32:54.723087+0000","last_active":"2026-03-23T19:32:54.723005+0000","last_peered":"2026-03-23T19:32:54.723005+0000","last_clean":"2026-03-23T19:32:54.723005+0000","last_became_active":"2026-03-23T19:32:52.720272+0000","last_became_peered":"2026-03-23T19:32:52.720272+0000","last_unstale":"2026-03-23T19:32:54.723005+0000","last_undegraded":"2026-03-23T19:32:54.723005+0000","last_fullsized":"2026-03-23T19:32:54.723005+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-25T02:25:55.790456+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00023994899999999999,"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-03-23T19:32:54.723103+0000","last_change":"2026-03-23T19:32:54.723222+0000","last_active":"2026-03-23T19:32:54.723103+0000","last_peered":"2026-03-23T19:32:54.723103+0000","last_clean":"2026-03-23T19:32:54.723103+0000","last_became_active":"2026-03-23T19:32:52.721322+0000","last_became_peered":"2026-03-23T19:32:52.721322+0000","last_unstale":"2026-03-23T19:32:54.723103+0000","last_undegraded":"2026-03-23T19:32:54.723103+0000","last_fullsized":"2026-03-23T19:32:54.723103+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-24T23:45:36.159104+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00036990299999999999,"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-03-23T19:32:54.723073+0000","last_change":"2026-03-23T19:32:54.723203+0000","last_active":"2026-03-23T19:32:54.723073+0000","last_peered":"2026-03-23T19:32:54.723073+0000","last_clean":"2026-03-23T19:32:54.723073+0000","last_became_active":"2026-03-23T19:32:52.721408+0000","last_became_peered":"2026-03-23T19:32:52.721408+0000","last_unstale":"2026-03-23T19:32:54.723073+0000","last_undegraded":"2026-03-23T19:32:54.723073+0000","last_fullsized":"2026-03-23T19:32:54.723073+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-24T21:00:58.116722+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00032435800000000001,"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-03-23T19:32:54.723469+0000","last_change":"2026-03-23T19:32:54.723745+0000","last_active":"2026-03-23T19:32:54.723469+0000","last_peered":"2026-03-23T19:32:54.723469+0000","last_clean":"2026-03-23T19:32:54.723469+0000","last_became_active":"2026-03-23T19:32:52.721296+0000","last_became_peered":"2026-03-23T19:32:52.721296+0000","last_unstale":"2026-03-23T19:32:54.723469+0000","last_undegraded":"2026-03-23T19:32:54.723469+0000","last_fullsized":"2026-03-23T19:32:54.723469+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-24T22:15:37.258754+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00079961599999999996,"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-03-23T19:32:54.721429+0000","last_change":"2026-03-23T19:32:54.721429+0000","last_active":"2026-03-23T19:32:54.721429+0000","last_peered":"2026-03-23T19:32:54.721429+0000","last_clean":"2026-03-23T19:32:54.721429+0000","last_became_active":"2026-03-23T19:32:52.720457+0000","last_became_peered":"2026-03-23T19:32:52.720457+0000","last_unstale":"2026-03-23T19:32:54.721429+0000","last_undegraded":"2026-03-23T19:32:54.721429+0000","last_fullsized":"2026-03-23T19:32:54.721429+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-25T02:04:15.813761+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00020978199999999999,"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":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:55.133798+0000","last_change":"2026-03-23T19:32:55.133925+0000","last_active":"2026-03-23T19:32:55.133798+0000","last_peered":"2026-03-23T19:32:55.133798+0000","last_clean":"2026-03-23T19:32:55.133798+0000","last_became_active":"2026-03-23T19:32:52.720589+0000","last_became_peered":"2026-03-23T19:32:52.720589+0000","last_unstale":"2026-03-23T19:32:55.133798+0000","last_undegraded":"2026-03-23T19:32:55.133798+0000","last_fullsized":"2026-03-23T19:32:55.133798+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-25T00:04:06.085633+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043363100000000002,"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":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:55.133833+0000","last_change":"2026-03-23T19:32:55.134002+0000","last_active":"2026-03-23T19:32:55.133833+0000","last_peered":"2026-03-23T19:32:55.133833+0000","last_clean":"2026-03-23T19:32:55.133833+0000","last_became_active":"2026-03-23T19:32:52.720682+0000","last_became_peered":"2026-03-23T19:32:52.720682+0000","last_unstale":"2026-03-23T19:32:55.133833+0000","last_undegraded":"2026-03-23T19:32:55.133833+0000","last_fullsized":"2026-03-23T19:32:55.133833+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-25T00:41:50.013045+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00046058200000000002,"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-03-23T19:32:54.723352+0000","last_change":"2026-03-23T19:32:54.723435+0000","last_active":"2026-03-23T19:32:54.723352+0000","last_peered":"2026-03-23T19:32:54.723352+0000","last_clean":"2026-03-23T19:32:54.723352+0000","last_became_active":"2026-03-23T19:32:52.719101+0000","last_became_peered":"2026-03-23T19:32:52.719101+0000","last_unstale":"2026-03-23T19:32:54.723352+0000","last_undegraded":"2026-03-23T19:32:54.723352+0000","last_fullsized":"2026-03-23T19:32:54.723352+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-03-23T19:32:51.708057+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:51.708057+0000","last_clean_scrub_stamp":"2026-03-23T19:32:51.708057+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-03-24T20:27:33.221923+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00050684899999999997,"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'92","reported_seq":134,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-23T19:32:54.722958+0000","last_change":"2026-03-23T19:32:49.709248+0000","last_active":"2026-03-23T19:32:54.722958+0000","last_peered":"2026-03-23T19:32:54.722958+0000","last_clean":"2026-03-23T19:32:54.722958+0000","last_became_active":"2026-03-23T19:32:49.709169+0000","last_became_peered":"2026-03-23T19:32:49.709169+0000","last_unstale":"2026-03-23T19:32:54.722958+0000","last_undegraded":"2026-03-23T19:32:54.722958+0000","last_fullsized":"2026-03-23T19:32:54.722958+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-03-23T19:32:48.701502+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-23T19:32:48.701502+0000","last_clean_scrub_stamp":"2026-03-23T19:32:48.701502+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-03-25T01:38:52.172705+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":630784,"data_stored":1180736,"data_compressed":6220,"data_compressed_allocated":557056,"data_compressed_original":1114112,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738372,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":26968,"kb_used_data":128,"kb_used_omap":6,"kb_used_meta":26809,"kb_avail":94344872,"statfs":{"total":96636764160,"available":96609148928,"internally_reserved":0,"allocated":131072,"data_stored":38119,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6177,"internal_metadata":27453407},"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":34359738372,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27288,"kb_used_data":440,"kb_used_omap":6,"kb_used_meta":26809,"kb_avail":94344552,"statfs":{"total":96636764160,"available":96608821248,"internally_reserved":0,"allocated":450560,"data_stored":628506,"data_compressed":3110,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":6827,"internal_metadata":27452757},"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":27288,"kb_used_data":440,"kb_used_omap":8,"kb_used_meta":26807,"kb_avail":94344552,"statfs":{"total":96636764160,"available":96608821248,"internally_reserved":0,"allocated":450560,"data_stored":628506,"data_compressed":3110,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":8776,"internal_metadata":27450808},"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":315392,"data_stored":590368,"data_compressed":3110,"data_compressed_allocated":278528,"data_compressed_original":557056,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":315392,"data_stored":590368,"data_compressed":3110,"data_compressed_allocated":278528,"data_compressed_original":557056,"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-03-23T19:32:58.733 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2026-03-23T19:32:58.733 INFO:tasks.ceph:Waiting until ceph cluster cluster2 is healthy... 2026-03-23T19:32:58.733 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy 2026-03-23T19:32:58.733 DEBUG:teuthology.orchestra.run.vm05:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 health --format=json 2026-03-23T19:32:58.943 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-23T19:32:58.943 INFO:teuthology.orchestra.run.vm05.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-23T19:32:58.954 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy done 2026-03-23T19:32:58.954 INFO:teuthology.run_tasks:Running task exec... 2026-03-23T19:32:58.956 INFO:teuthology.task.exec:Executing custom commands... 2026-03-23T19:32:58.956 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm00.local 2026-03-23T19:32:58.956 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:32:59.492 INFO:teuthology.orchestra.run.vm00.stderr:load: isa 2026-03-23T19:32:59.505 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool create datapool 4 4 erasure teuthologyprofile' 2026-03-23T19:33:01.499 INFO:teuthology.orchestra.run.vm00.stderr:pool 'datapool' created 2026-03-23T19:33:01.512 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool set datapool allow_ec_overwrites true' 2026-03-23T19:33:02.506 INFO:teuthology.orchestra.run.vm00.stderr:set pool 3 allow_ec_overwrites to true 2026-03-23T19:33:02.525 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 pool init datapool' 2026-03-23T19:33:05.534 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@vm05.local 2026-03-23T19:33:05.535 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:33:05.861 INFO:teuthology.orchestra.run.vm05.stderr:load: isa 2026-03-23T19:33:05.875 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool create datapool 4 4 erasure teuthologyprofile' 2026-03-23T19:33:07.963 INFO:teuthology.orchestra.run.vm05.stderr:pool 'datapool' created 2026-03-23T19:33:07.979 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool set datapool allow_ec_overwrites true' 2026-03-23T19:33:08.965 INFO:teuthology.orchestra.run.vm05.stderr:set pool 3 allow_ec_overwrites to true 2026-03-23T19:33:08.983 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 pool init datapool' 2026-03-23T19:33:11.990 INFO:teuthology.run_tasks:Running task exec... 2026-03-23T19:33:11.991 INFO:teuthology.task.exec:Executing custom commands... 2026-03-23T19:33:11.992 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@vm05.local 2026-03-23T19:33:11.992 DEBUG:teuthology.orchestra.run.vm05:> 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-src' 2026-03-23T19:33:12.564 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration execute client.0.0-src' 2026-03-23T19:35:06.329 INFO:teuthology.orchestra.run.vm05.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-03-23T19:35:06.334 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration commit client.0.0-src' 2026-03-23T19:35:06.405 INFO:teuthology.orchestra.run.vm05.stderr: Commit image migration: 100% complete...done. 2026-03-23T19:35:06.410 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0-src@snap' 2026-03-23T19:35:07.305 INFO:teuthology.orchestra.run.vm05.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-23T19:35:07.313 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.0-src@snap' 2026-03-23T19:35:07.365 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.0-src@snap client.0.0' 2026-03-23T19:35:07.428 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0@snap' 2026-03-23T19:35:08.309 INFO:teuthology.orchestra.run.vm05.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-23T19:35:08.316 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.1-src' 2026-03-23T19:35:08.373 DEBUG:teuthology.orchestra.run.vm05:> 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 1M client.0.1-src' 2026-03-23T19:35:08.429 INFO:teuthology.orchestra.run.vm05.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2026-03-23T19:35:08.786 INFO:teuthology.orchestra.run.vm05.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-23T19:35:08.786 INFO:teuthology.orchestra.run.vm05.stdout:elapsed: 0 ops: 64 ops/sec: 179.775 bytes/sec: 2.8 MiB/s 2026-03-23T19:35:08.792 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1-src@snap' 2026-03-23T19:35:09.315 INFO:teuthology.orchestra.run.vm05.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-23T19:35:09.322 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.1-src@snap' 2026-03-23T19:35:09.372 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.1-src@snap client.0.1' 2026-03-23T19:35:09.435 DEBUG:teuthology.orchestra.run.vm05:> 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 1M client.0.1' 2026-03-23T19:35:09.551 INFO:teuthology.orchestra.run.vm05.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2026-03-23T19:35:09.993 INFO:teuthology.orchestra.run.vm05.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-23T19:35:09.993 INFO:teuthology.orchestra.run.vm05.stdout:elapsed: 0 ops: 64 ops/sec: 144.796 bytes/sec: 2.3 MiB/s 2026-03-23T19:35:10.005 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1@snap' 2026-03-23T19:35:10.319 INFO:teuthology.orchestra.run.vm05.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-23T19:35:10.326 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.2-src' 2026-03-23T19:35:10.383 DEBUG:teuthology.orchestra.run.vm05:> 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 1M client.0.2-src' 2026-03-23T19:35:10.438 INFO:teuthology.orchestra.run.vm05.stdout:bench type write io_size 16384 io_threads 1 bytes 1048576 pattern random 2026-03-23T19:35:10.807 INFO:teuthology.orchestra.run.vm05.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-23T19:35:10.807 INFO:teuthology.orchestra.run.vm05.stdout:elapsed: 0 ops: 64 ops/sec: 172.973 bytes/sec: 2.7 MiB/s 2026-03-23T19:35:10.815 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2-src@snap' 2026-03-23T19:35:11.321 INFO:teuthology.orchestra.run.vm05.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-23T19:35:11.328 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap protect client.0.2-src@snap' 2026-03-23T19:35:11.380 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 clone client.0.2-src@snap client.0.2' 2026-03-23T19:35:11.446 DEBUG:teuthology.orchestra.run.vm05:> 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-03-23T19:35:11.502 INFO:teuthology.orchestra.run.vm05.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2026-03-23T19:35:12.181 INFO:teuthology.orchestra.run.vm05.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-23T19:35:12.181 INFO:teuthology.orchestra.run.vm05.stdout:elapsed: 0 ops: 128 ops/sec: 188.512 bytes/sec: 2.9 MiB/s 2026-03-23T19:35:12.190 DEBUG:teuthology.orchestra.run.vm05:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2@snap' 2026-03-23T19:35:12.372 INFO:teuthology.orchestra.run.vm05.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-23T19:35:12.378 INFO:teuthology.run_tasks:Running task exec... 2026-03-23T19:35:12.380 INFO:teuthology.task.exec:Executing custom commands... 2026-03-23T19:35:12.380 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm00.local 2026-03-23T19:35:12.380 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:35:12.876 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:35:13.884 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:35:14.885 INFO:teuthology.run_tasks:Running task parallel... 2026-03-23T19:35:14.888 INFO:teuthology.task.parallel:starting parallel... 2026-03-23T19:35:14.888 INFO:teuthology.task.parallel:In parallel, running task sequential... 2026-03-23T19:35:14.888 INFO:teuthology.task.sequential:In sequential, running task qemu... 2026-03-23T19:35:14.893 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2026-03-23T19:35:14.893 INFO:teuthology.task.parallel:In parallel, running task sequential... 2026-03-23T19:35:14.893 INFO:teuthology.task.sequential:In sequential, running task exec... 2026-03-23T19:35:14.893 INFO:teuthology.task.exec:Executing custom commands... 2026-03-23T19:35:14.893 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm00.local 2026-03-23T19:35:14.893 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-23T19:35:14.909 INFO:teuthology.packaging:Installing package genisoimage on ubuntu@vm00.local 2026-03-23T19:35:14.909 DEBUG:teuthology.orchestra.run.vm00:> sudo yum -y install genisoimage 2026-03-23T19:35:15.267 INFO:teuthology.orchestra.run.vm00.stdout:Last metadata expiration check: 0:03:45 ago on Mon 23 Mar 2026 07:31:30 PM UTC. 2026-03-23T19:35:15.339 INFO:teuthology.orchestra.run.vm00.stdout:Package genisoimage-1.1.11-48.el9.x86_64 is already installed. 2026-03-23T19:35:15.358 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-23T19:35:15.359 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-23T19:35:15.359 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-23T19:35:15.382 INFO:teuthology.packaging:Installing package qemu-kvm-block-rbd on ubuntu@vm00.local 2026-03-23T19:35:15.382 DEBUG:teuthology.orchestra.run.vm00:> sudo yum -y install qemu-kvm-block-rbd 2026-03-23T19:35:15.713 INFO:teuthology.orchestra.run.vm00.stdout:Last metadata expiration check: 0:03:45 ago on Mon 23 Mar 2026 07:31:30 PM UTC. 2026-03-23T19:35:15.787 INFO:teuthology.orchestra.run.vm00.stdout:Package qemu-kvm-block-rbd-17:10.1.0-16.el9.x86_64 is already installed. 2026-03-23T19:35:15.807 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-23T19:35:15.808 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-23T19:35:15.808 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-23T19:35:15.832 INFO:tasks.qemu:generating iso... 2026-03-23T19:35:15.832 INFO:tasks.qemu:Pulling tests from https://github.com/kshtsk/ceph.git ref 0392f78529848ec72469e8e431875cb98d3a5fb4 2026-03-23T19:35:15.832 DEBUG:teuthology.orchestra.run.vm00:> rm -rf /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && git clone https://github.com/kshtsk/ceph.git /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && cd /home/ubuntu/cephtest/qemu_clone.cluster1.client.0 && git checkout 0392f78529848ec72469e8e431875cb98d3a5fb4 2026-03-23T19:35:15.848 INFO:teuthology.orchestra.run.vm00.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.cluster1.client.0'... 2026-03-23T19:35:31.920 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.0' 2026-03-23T19:35:44.228 INFO:teuthology.orchestra.run.vm00.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-03-23T19:35:44.234 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr:Note: switching to '0392f78529848ec72469e8e431875cb98d3a5fb4'. 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr:changes and commit them, and you can discard any commits you make in this 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr:state without impacting any branches by switching back to a branch. 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr:If you want to create a new branch to retain commits you create, you may 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr:do so (now or later) by using -c with the switch command. Example: 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr: git switch -c 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr:Or undo this operation with: 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr: git switch - 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2026-03-23T19:35:56.840 INFO:teuthology.orchestra.run.vm00.stderr: 2026-03-23T19:35:56.841 INFO:teuthology.orchestra.run.vm00.stderr:HEAD is now at 0392f785298 qa/tasks/keystone: restart mariadb for rocky and alma linux too 2026-03-23T19:35:56.846 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:35:56.846 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 2026-03-23T19:35:56.860 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-23T19:35:56.860 DEBUG:teuthology.orchestra.run.vm00:> dd of=/home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 2026-03-23T19:35:56.914 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for cluster1.client.0 2026-03-23T19:35:56.914 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:35:56.968 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:35:57.023 INFO:tasks.qemu:downloading base image 2026-03-23T19:35:57.023 DEBUG:teuthology.orchestra.run.vm00:> rbd --cluster cluster1 resize --size=10240M client.0.0 || true 2026-03-23T19:35:57.108 INFO:teuthology.orchestra.run.vm00.stderr: Resizing image: 100% complete...done. 2026-03-23T19:35:57.114 DEBUG:teuthology.orchestra.run.vm00:> rbd --cluster cluster1 resize --size=10240M client.0.1 || true 2026-03-23T19:35:57.174 INFO:teuthology.orchestra.run.vm00.stderr: Resizing image: 100% complete...done. 2026-03-23T19:35:57.182 DEBUG:teuthology.orchestra.run.vm00:> rbd --cluster cluster1 resize --size=10240M client.0.2 || true 2026-03-23T19:35:57.245 INFO:teuthology.orchestra.run.vm00.stderr: Resizing image: 100% complete...done. 2026-03-23T19:35:57.252 DEBUG:teuthology.orchestra.run.vm00:> mkdir /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 && sudo modprobe kvm 2026-03-23T19:35:57.276 INFO:tasks.qemu:Creating the nfs export directory... 2026-03-23T19:35:57.276 DEBUG:teuthology.orchestra.run.vm00:> sudo mkdir -p /export/cluster1.client.0 2026-03-23T19:35:57.341 INFO:tasks.qemu:Mounting the test directory... 2026-03-23T19:35:57.341 DEBUG:teuthology.orchestra.run.vm00:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 /export/cluster1.client.0 2026-03-23T19:35:57.405 INFO:tasks.qemu:Adding mount to /etc/exports... 2026-03-23T19:35:57.405 INFO:tasks.qemu:Deleting export from /etc/exports... 2026-03-23T19:35:57.405 DEBUG:teuthology.orchestra.run.vm00:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2026-03-23T19:35:57.468 DEBUG:teuthology.orchestra.run.vm00:> echo '/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2026-03-23T19:35:57.530 INFO:teuthology.orchestra.run.vm00.stdout:/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2026-03-23T19:35:57.531 INFO:tasks.qemu:Restarting NFS... 2026-03-23T19:35:57.531 DEBUG:teuthology.orchestra.run.vm00:> sudo systemctl restart nfs-server 2026-03-23T19:35:57.905 DEBUG:teuthology.orchestra.run.vm00:> sudo udevadm control --reload 2026-03-23T19:35:57.938 DEBUG:teuthology.orchestra.run.vm00:> sudo udevadm trigger /dev/kvm 2026-03-23T19:35:58.004 DEBUG:teuthology.orchestra.run.vm00:> ls -l /dev/kvm 2026-03-23T19:35:58.060 INFO:teuthology.orchestra.run.vm00.stdout:crw-rw-rw-. 1 root kvm 10, 232 Mar 23 19:35 /dev/kvm 2026-03-23T19:35:58.061 INFO:tasks.qemu:starting qemu... 2026-03-23T19:35:58.061 DEBUG:teuthology.orchestra.run.vm00:> 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-03-23T19:35:58.102 INFO:tasks.qemu:waiting for qemu tests to finish... 2026-03-23T19:35:58.240 INFO:tasks.qemu.cluster1.client.0.vm00.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-03-23T19:35:58.336 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:c[?7lSeaBIOS (version 1.16.3-5.el9) 2026-03-23T19:35:58.339 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:58.339 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:58.345 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BEFCCC40+BEF0CC40 CA00 2026-03-23T19:35:58.359 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2026-03-23T19:35:58.359 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:58.359 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:58.560 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Booting from Hard Disk... 2026-03-23T19:35:58.914 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2026-03-23T19:35:58.914 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:58.921 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2026-03-23T19:35:58.927 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2026-03-23T19:35:58.932 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: before booting or 'c' for a command-line. 2026-03-23T19:35:59.025 INFO:tasks.qemu.cluster1.client.0.vm00.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-03-23T19:35:59.025 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.025 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.025 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.026 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.026 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 5s.  2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.859 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.860 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.860 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.860 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.860 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.860 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:35:59.860 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.860 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 4s.  2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:00.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 3s.  2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:01.861 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 2s.  2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:02.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 1s.  2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:03.863 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:04.913 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2026-03-23T19:36:04.916 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Initializing cgroup subsys cpu 2026-03-23T19:36:04.923 INFO:tasks.qemu.cluster1.client.0.vm00.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-03-23T19:36:04.928 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2026-03-23T19:36:04.929 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] KERNEL supported cpus: 2026-03-23T19:36:04.931 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Intel GenuineIntel 2026-03-23T19:36:04.932 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] AMD AuthenticAMD 2026-03-23T19:36:04.933 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Centaur CentaurHauls 2026-03-23T19:36:04.935 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-provided physical RAM map: 2026-03-23T19:36:04.938 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2026-03-23T19:36:04.941 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2026-03-23T19:36:04.944 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2026-03-23T19:36:04.947 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffd7000 (usable) 2026-03-23T19:36:04.950 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 00000000bffd7000 - 00000000c0000000 (reserved) 2026-03-23T19:36:04.952 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2026-03-23T19:36:04.955 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2026-03-23T19:36:04.958 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2026-03-23T19:36:04.960 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] NX (Execute Disable) protection: active 2026-03-23T19:36:04.961 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] DMI 2.8 present. 2026-03-23T19:36:04.963 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] No AGP bridge found 2026-03-23T19:36:04.965 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2026-03-23T19:36:04.968 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2026-03-23T19:36:04.970 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] last_pfn = 0xbffd7 max_arch_pfn = 0x400000000 2026-03-23T19:36:04.973 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f5480] f5480 2026-03-23T19:36:04.975 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Using GB pages for direct mapping 2026-03-23T19:36:04.977 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffd7000 2026-03-23T19:36:04.980 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2026-03-23T19:36:04.982 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2026-03-23T19:36:04.984 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: RSDP 00000000000f5250 00014 (v00 BOCHS ) 2026-03-23T19:36:04.988 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: RSDT 00000000bffe2290 00030 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-23T19:36:04.991 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: FACP 00000000bffe217c 00074 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-23T19:36:04.995 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 0213C (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-23T19:36:04.997 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2026-03-23T19:36:05.000 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: APIC 00000000bffe21f0 00078 (v03 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-23T19:36:05.004 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: WAET 00000000bffe2268 00028 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-23T19:36:05.005 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] No NUMA configuration found 2026-03-23T19:36:05.008 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2026-03-23T19:36:05.011 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2026-03-23T19:36:05.013 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2026-03-23T19:36:05.015 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2026-03-23T19:36:05.018 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2026-03-23T19:36:05.019 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Zone PFN ranges: 2026-03-23T19:36:05.021 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2026-03-23T19:36:05.023 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2026-03-23T19:36:05.025 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2026-03-23T19:36:05.027 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Movable zone start PFN for each node 2026-03-23T19:36:05.029 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2026-03-23T19:36:05.030 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2026-03-23T19:36:05.032 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffd7 2026-03-23T19:36:05.034 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2026-03-23T19:36:05.036 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2026-03-23T19:36:05.039 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2026-03-23T19:36:05.041 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2026-03-23T19:36:05.044 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2026-03-23T19:36:05.047 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2026-03-23T19:36:05.049 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2026-03-23T19:36:05.052 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2026-03-23T19:36:05.055 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2026-03-23T19:36:05.058 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2026-03-23T19:36:05.061 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2026-03-23T19:36:05.063 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2026-03-23T19:36:05.065 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2026-03-23T19:36:05.068 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2026-03-23T19:36:05.071 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2026-03-23T19:36:05.074 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2026-03-23T19:36:05.077 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffd7000 - 00000000c0000000 2026-03-23T19:36:05.080 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2026-03-23T19:36:05.083 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2026-03-23T19:36:05.086 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2026-03-23T19:36:05.089 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2026-03-23T19:36:05.093 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2026-03-23T19:36:05.095 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2026-03-23T19:36:05.098 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2026-03-23T19:36:05.101 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2026-03-23T19:36:05.104 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2026-03-23T19:36:05.105 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] KVM setup async PF for cpu 0 2026-03-23T19:36:05.107 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2026-03-23T19:36:05.111 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027937 2026-03-23T19:36:05.112 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Policy zone: Normal 2026-03-23T19:36:05.117 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2026-03-23T19:36:05.119 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2026-03-23T19:36:05.122 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2026-03-23T19:36:05.123 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Checking aperture... 2026-03-23T19:36:05.124 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] No AGP bridge found 2026-03-23T19:36:05.129 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Memory: 4041884k/5242880k available (6532k kernel code, 1049192k absent, 151804k reserved, 6657k data, 924k init) 2026-03-23T19:36:05.132 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2026-03-23T19:36:05.134 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Hierarchical RCU implementation. 2026-03-23T19:36:05.137 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2026-03-23T19:36:05.138 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2026-03-23T19:36:05.140 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Console: colour VGA+ 80x25 2026-03-23T19:36:05.142 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] console [ttyS0] enabled 2026-03-23T19:36:05.147 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2026-03-23T19:36:05.151 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2026-03-23T19:36:05.153 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.000000] Detected 4192.140 MHz processor. 2026-03-23T19:36:05.156 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 8384.28 BogoMIPS (lpj=16768560) 2026-03-23T19:36:05.158 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.009228] pid_max: default: 32768 minimum: 301 2026-03-23T19:36:05.160 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.011250] Security Framework initialized 2026-03-23T19:36:05.162 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.012017] AppArmor: AppArmor initialized 2026-03-23T19:36:05.164 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.013855] Yama: becoming mindful. 2026-03-23T19:36:05.167 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.016291] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2026-03-23T19:36:05.171 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.020625] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2026-03-23T19:36:05.173 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.024118] Mount-cache hash table entries: 256 2026-03-23T19:36:05.175 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.026039] Initializing cgroup subsys cpuacct 2026-03-23T19:36:05.177 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.028014] Initializing cgroup subsys memory 2026-03-23T19:36:05.179 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.029907] Initializing cgroup subsys devices 2026-03-23T19:36:05.181 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.032012] Initializing cgroup subsys freezer 2026-03-23T19:36:05.183 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.034055] Initializing cgroup subsys blkio 2026-03-23T19:36:05.185 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.036015] Initializing cgroup subsys perf_event 2026-03-23T19:36:05.188 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.039041] mce: CPU supports 10 MCE banks 2026-03-23T19:36:05.195 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.045207] SMP alternatives: switching to UP code 2026-03-23T19:36:05.307 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.158826] Freeing SMP alternatives: 24k freed 2026-03-23T19:36:05.309 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.160023] ACPI: Core revision 20110623 2026-03-23T19:36:05.312 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.162012] ftrace: allocating 27008 entries in 106 pages 2026-03-23T19:36:05.555 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.173258] Enabling x2apic 2026-03-23T19:36:05.556 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.174674] Enabled x2apic 2026-03-23T19:36:05.560 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.176021] Switched APIC routing to physical x2apic. 2026-03-23T19:36:05.567 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.186010] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2026-03-23T19:36:05.571 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.188012] CPU0: AMD Ryzen 9 7950X3D 16-Core Processor stepping 02 2026-03-23T19:36:05.682 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.196011] Performance Events: no PMU driver, software events only. 2026-03-23T19:36:05.685 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.196011] NMI watchdog disabled (cpu0): hardware events not enabled 2026-03-23T19:36:05.687 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.196021] Brought up 1 CPUs 2026-03-23T19:36:05.689 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.197428] Total of 1 processors activated (8384.28 BogoMIPS). 2026-03-23T19:36:05.692 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.201386] devtmpfs: initialized 2026-03-23T19:36:05.694 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.204406] EVM: security.selinux 2026-03-23T19:36:05.696 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.205863] EVM: security.SMACK64 2026-03-23T19:36:05.697 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.208013] EVM: security.capability 2026-03-23T19:36:05.699 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.209858] print_constraints: dummy: 2026-03-23T19:36:05.701 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.212198] RTC time: 19:36:05, date: 03/23/26 2026-03-23T19:36:05.703 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.214135] NET: Registered protocol family 16 2026-03-23T19:36:05.707 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.218054] Extended Config Space enabled on 0 nodes 2026-03-23T19:36:05.709 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.220058] ACPI: bus type pci registered 2026-03-23T19:36:05.712 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.221994] PCI: Using configuration type 1 for base access 2026-03-23T19:36:05.715 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.224014] PCI: Using configuration type 1 for extended access 2026-03-23T19:36:05.717 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.227262] bio: create slab at 0 2026-03-23T19:36:05.719 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.228055] ACPI: Added _OSI(Module Device) 2026-03-23T19:36:05.721 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.230447] ACPI: Added _OSI(Processor Device) 2026-03-23T19:36:05.723 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.232015] ACPI: Added _OSI(3.0 _SCP Extensions) 2026-03-23T19:36:05.725 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.234001] ACPI: Added _OSI(Processor Aggregator Device) 2026-03-23T19:36:05.728 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.237008] ACPI: Interpreter enabled 2026-03-23T19:36:05.729 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.240016] ACPI: (supports S0 S5) 2026-03-23T19:36:05.732 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.241569] ACPI: Using IOAPIC for interrupt routing 2026-03-23T19:36:05.734 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.244961] ACPI: No dock devices found. 2026-03-23T19:36:05.736 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.246773] HEST: Table not found. 2026-03-23T19:36:05.740 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.248017] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2026-03-23T19:36:05.743 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.252025] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2026-03-23T19:36:05.745 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.254702] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2026-03-23T19:36:05.748 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.256017] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2026-03-23T19:36:05.752 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.260017] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2026-03-23T19:36:05.755 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.264017] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2026-03-23T19:36:05.759 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.267333] pci_root PNP0A03:00: host bridge window [mem 0x380000000000-0x38007fffffff] 2026-03-23T19:36:05.769 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.278868] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2026-03-23T19:36:05.772 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.280045] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2026-03-23T19:36:05.813 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.323007] pci0000:00: Requesting ACPI _OSC control (0x1d) 2026-03-23T19:36:05.817 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.324022] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d 2026-03-23T19:36:05.822 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.328020] ACPI _OSC control for PCIe not granted, disabling ASPM 2026-03-23T19:36:05.824 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.332722] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2026-03-23T19:36:05.827 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.336945] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2026-03-23T19:36:05.830 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.340132] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2026-03-23T19:36:05.833 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.342756] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2026-03-23T19:36:05.835 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.344829] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2026-03-23T19:36:05.839 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.348093] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2026-03-23T19:36:05.840 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.351437] vgaarb: loaded 2026-03-23T19:36:05.842 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.352022] vgaarb: bridge control possible 0000:00:02.0 2026-03-23T19:36:05.845 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.354291] i2c-core: driver [aat2870] using legacy suspend method 2026-03-23T19:36:05.847 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.356022] i2c-core: driver [aat2870] using legacy resume method 2026-03-23T19:36:05.849 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.360051] SCSI subsystem initialized 2026-03-23T19:36:05.851 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.361722] usbcore: registered new interface driver usbfs 2026-03-23T19:36:05.854 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.364026] usbcore: registered new interface driver hub 2026-03-23T19:36:05.856 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.366256] usbcore: registered new device driver usb 2026-03-23T19:36:05.858 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.368063] PCI: Using ACPI for IRQ routing 2026-03-23T19:36:05.860 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.370501] NetLabel: Initializing 2026-03-23T19:36:05.862 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.372023] NetLabel: domain hash size = 128 2026-03-23T19:36:05.864 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.373889] NetLabel: protocols = UNLABELED CIPSOv4 2026-03-23T19:36:05.866 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.376028] NetLabel: unlabeled traffic allowed by default 2026-03-23T19:36:05.868 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.378401] Switching to clocksource kvm-clock 2026-03-23T19:36:05.873 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.382461] AppArmor: AppArmor Filesystem Enabled 2026-03-23T19:36:05.874 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.384525] pnp: PnP ACPI init 2026-03-23T19:36:05.876 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.385808] ACPI: bus type pnp registered 2026-03-23T19:36:05.878 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.388065] pnp: PnP ACPI: found 9 devices 2026-03-23T19:36:05.880 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.389861] ACPI: ACPI bus type pnp unregistered 2026-03-23T19:36:05.887 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.396998] NET: Registered protocol family 2 2026-03-23T19:36:05.890 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.398804] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2026-03-23T19:36:05.894 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.402734] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2026-03-23T19:36:05.898 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.406882] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2026-03-23T19:36:05.901 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.409786] TCP: Hash tables configured (established 524288 bind 65536) 2026-03-23T19:36:05.902 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.412601] TCP reno registered 2026-03-23T19:36:05.905 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.413938] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2026-03-23T19:36:05.907 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.416550] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2026-03-23T19:36:05.909 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.419237] NET: Registered protocol family 1 2026-03-23T19:36:05.912 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.421180] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2026-03-23T19:36:05.914 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.423732] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2026-03-23T19:36:05.917 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.426231] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2026-03-23T19:36:05.920 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.429098] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2026-03-23T19:36:05.923 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.431919] Placing 64MB software IO TLB between ffff8800bbfd7000 - ffff8800bffd7000 2026-03-23T19:36:05.926 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.435374] software IO TLB at phys 0xbbfd7000 - 0xbffd7000 2026-03-23T19:36:05.929 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.438228] audit: initializing netlink socket (disabled) 2026-03-23T19:36:05.931 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.440603] type=2000 audit(1774294564.440:1): initialized 2026-03-23T19:36:05.943 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.452948] Trying to unpack rootfs image as initramfs... 2026-03-23T19:36:05.963 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.472514] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2026-03-23T19:36:05.970 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.480557] VFS: Disk quotas dquot_6.5.2 2026-03-23T19:36:05.973 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.482304] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2026-03-23T19:36:05.982 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.492120] fuse init (API version 7.17) 2026-03-23T19:36:05.984 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.493873] msgmni has been set to 7894 2026-03-23T19:36:05.993 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.502967] Freeing initrd memory: 4308k freed 2026-03-23T19:36:05.997 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.505244] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2026-03-23T19:36:05.998 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.508408] io scheduler noop registered 2026-03-23T19:36:06.000 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.510039] io scheduler deadline registered (default) 2026-03-23T19:36:06.002 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.512275] io scheduler cfq registered 2026-03-23T19:36:06.004 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.513936] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2026-03-23T19:36:06.007 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.516344] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2026-03-23T19:36:06.010 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.519173] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2026-03-23T19:36:06.012 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.522327] ACPI: Power Button [PWRF] 2026-03-23T19:36:06.014 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.524256] ERST: Table is not found! 2026-03-23T19:36:06.016 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.525793] GHES: HEST is not enabled! 2026-03-23T19:36:06.019 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.528065] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2026-03-23T19:36:06.022 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.530536] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2026-03-23T19:36:06.026 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.535248] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2026-03-23T19:36:06.029 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.537723] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2026-03-23T19:36:06.033 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.542218] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2026-03-23T19:36:06.036 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.544717] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2026-03-23T19:36:06.039 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.548491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2026-03-23T19:36:06.067 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.576755] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2026-03-23T19:36:06.096 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.605288] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2026-03-23T19:36:06.098 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.607697] Linux agpgart interface v0.103 2026-03-23T19:36:06.099 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.609816] brd: module loaded 2026-03-23T19:36:06.101 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.611281] loop: module loaded 2026-03-23T19:36:06.104 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.614785] vda: vda1 2026-03-23T19:36:06.108 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.618127] vdb: unknown partition table 2026-03-23T19:36:06.114 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.623842] vdc: unknown partition table 2026-03-23T19:36:06.116 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.626622] scsi0 : ata_piix 2026-03-23T19:36:06.117 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.627899] scsi1 : ata_piix 2026-03-23T19:36:06.120 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.629149] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 2026-03-23T19:36:06.123 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.631994] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 2026-03-23T19:36:06.125 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.634976] Fixed MDIO Bus: probed 2026-03-23T19:36:06.127 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.636470] tun: Universal TUN/TAP device driver, 1.6 2026-03-23T19:36:06.129 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.638638] tun: (C) 1999-2004 Max Krasnyansky 2026-03-23T19:36:06.133 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.642609] PPP generic driver version 2.4.2 2026-03-23T19:36:06.135 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.644491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2026-03-23T19:36:06.138 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.647264] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2026-03-23T19:36:06.141 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.649907] uhci_hcd: USB Universal Host Controller Interface driver 2026-03-23T19:36:06.143 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.652612] usbcore: registered new interface driver libusual 2026-03-23T19:36:06.147 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.655067] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2026-03-23T19:36:06.150 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.660201] serio: i8042 KBD port at 0x60,0x64 irq 1 2026-03-23T19:36:06.153 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.662266] serio: i8042 AUX port at 0x60,0x64 irq 12 2026-03-23T19:36:06.155 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.664437] mousedev: PS/2 mouse device common for all mice 2026-03-23T19:36:06.159 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.667281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2026-03-23T19:36:06.161 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.671049] rtc_cmos 00:08: RTC can wake from S4 2026-03-23T19:36:06.165 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.673816] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0 2026-03-23T19:36:06.167 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.676730] rtc0: alarms up to one day, y3k, 242 bytes nvram 2026-03-23T19:36:06.169 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.679159] device-mapper: uevent: version 1.0.3 2026-03-23T19:36:06.173 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.681237] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2026-03-23T19:36:06.175 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.684743] cpuidle: using governor ladder 2026-03-23T19:36:06.176 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.686519] cpuidle: using governor menu 2026-03-23T19:36:06.179 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.688227] EFI Variables Facility v0.08 2004-May-17 2026-03-23T19:36:06.180 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.690447] TCP cubic registered 2026-03-23T19:36:06.182 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.691875] NET: Registered protocol family 10 2026-03-23T19:36:06.184 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.693966] NET: Registered protocol family 17 2026-03-23T19:36:06.186 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.695870] Registering the dns_resolver key type 2026-03-23T19:36:06.188 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.697974] registered taskstats version 1 2026-03-23T19:36:06.194 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.703987] Magic number: 2:308:648 2026-03-23T19:36:06.197 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.705811] rtc_cmos 00:08: setting system clock to 2026-03-23 19:36:05 UTC (1774294565) 2026-03-23T19:36:06.200 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.709275] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2026-03-23T19:36:06.201 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.711599] EDD information not available. 2026-03-23T19:36:06.289 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.798337] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2026-03-23T19:36:06.292 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.802228] ata2.00: configured for MWDMA2 2026-03-23T19:36:06.297 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.805235] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2026-03-23T19:36:06.301 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.810042] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2026-03-23T19:36:06.303 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.812502] cdrom: Uniform CD-ROM driver Revision: 3.20 2026-03-23T19:36:06.306 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.814982] sr 1:0:0:0: Attached scsi generic sg0 type 5 2026-03-23T19:36:06.309 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.818326] Freeing unused kernel memory: 924k freed 2026-03-23T19:36:06.311 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.820626] Write protecting the kernel read-only data: 12288k 2026-03-23T19:36:06.315 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.825241] Freeing unused kernel memory: 1640k freed 2026-03-23T19:36:06.319 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.828808] Freeing unused kernel memory: 1200k freed 2026-03-23T19:36:06.323 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Loading, please wait... 2026-03-23T19:36:06.331 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Loading essential drivers ... done. 2026-03-23T19:36:06.333 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.843272] udevd[84]: starting version 175 2026-03-23T19:36:06.335 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Running /scripts/init-premount ... done. 2026-03-23T19:36:06.351 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2026-03-23T19:36:06.393 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.901931] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2026-03-23T19:36:06.395 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.904861] e1000: Copyright (c) 1999-2006 Intel Corporation. 2026-03-23T19:36:06.442 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.951229] Floppy drive(s): fd0 is 2.88M AMI BIOS 2026-03-23T19:36:06.452 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.961569] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2026-03-23T19:36:06.456 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.964155] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2026-03-23T19:36:06.460 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 0.970111] FDC 0 is a S82078B 2026-03-23T19:36:06.894 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 1.402431] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2026-03-23T19:36:06.897 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 1.405610] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2026-03-23T19:36:07.112 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Running /scripts/local-premount ... done. 2026-03-23T19:36:07.121 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 1.628825] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2026-03-23T19:36:07.162 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Running /scripts/local-bottom ... [ 1.673083] vda: vda1 2026-03-23T19:36:07.167 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2026-03-23T19:36:07.240 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 1.747788] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2026-03-23T19:36:07.243 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:done. 2026-03-23T19:36:07.244 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:done. 2026-03-23T19:36:07.254 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Begin: Running /scripts/init-bottom ... done. 2026-03-23T19:36:10.185 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:cloud-init start-local running: Mon, 23 Mar 2026 19:36:07 +0000. up 2.84 seconds 2026-03-23T19:36:10.465 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:no instance data found in start-local 2026-03-23T19:36:10.540 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2026-03-23T19:36:10.542 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2026-03-23T19:36:10.545 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2026-03-23T19:36:10.547 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2026-03-23T19:36:10.550 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:cloud-init start running: Mon, 23 Mar 2026 19:36:09 +0000. up 5.03 seconds 2026-03-23T19:36:10.903 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2026-03-23T19:36:14.208 INFO:tasks.qemu.cluster1.client.0.vm00.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-03-23T19:36:14.209 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2026-03-23T19:36:14.211 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2026-03-23T19:36:14.211 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key fingerprint is: 2026-03-23T19:36:14.213 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:50:c9:7b:90:b9:fb:d1:f8:74:a8:68:eb:04:8f:52:57 root@test 2026-03-23T19:36:14.214 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key's randomart image is: 2026-03-23T19:36:14.215 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+--[ RSA 2048]----+ 2026-03-23T19:36:14.215 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| ..+ | 2026-03-23T19:36:14.216 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| .* | 2026-03-23T19:36:14.217 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . +E | 2026-03-23T19:36:14.217 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| .o.. | 2026-03-23T19:36:14.218 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| o So o . | 2026-03-23T19:36:14.219 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . =. o + . | 2026-03-23T19:36:14.220 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . . oo = . | 2026-03-23T19:36:14.220 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . .o o . | 2026-03-23T19:36:14.221 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| oo. | 2026-03-23T19:36:14.222 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+-----------------+ 2026-03-23T19:36:14.260 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Generating public/private dsa key pair. 2026-03-23T19:36:14.262 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2026-03-23T19:36:14.263 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2026-03-23T19:36:14.264 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key fingerprint is: 2026-03-23T19:36:14.266 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:7d:0a:2e:c0:c2:66:dd:6a:0e:32:d1:d5:df:cf:f2:24 root@test 2026-03-23T19:36:14.267 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key's randomart image is: 2026-03-23T19:36:14.268 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+--[ DSA 1024]----+ 2026-03-23T19:36:14.268 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| | 2026-03-23T19:36:14.269 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . | 2026-03-23T19:36:14.270 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . . | 2026-03-23T19:36:14.270 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| o + . . o | 2026-03-23T19:36:14.271 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:|. * + . S o . | 2026-03-23T19:36:14.272 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| + . o . . = | 2026-03-23T19:36:14.273 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:|o . o . . E + | 2026-03-23T19:36:14.273 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| o + . = | 2026-03-23T19:36:14.274 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . . | 2026-03-23T19:36:14.275 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+-----------------+ 2026-03-23T19:36:14.278 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Generating public/private ecdsa key pair. 2026-03-23T19:36:14.280 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2026-03-23T19:36:14.282 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2026-03-23T19:36:14.283 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key fingerprint is: 2026-03-23T19:36:14.284 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:42:5e:18:6f:a1:ea:11:9e:06:f2:28:e6:3f:9b:da:b6 root@test 2026-03-23T19:36:14.285 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The key's randomart image is: 2026-03-23T19:36:14.286 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+--[ECDSA 256]---+ 2026-03-23T19:36:14.287 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . . | 2026-03-23T19:36:14.287 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| = . | 2026-03-23T19:36:14.288 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:|. . . + + | 2026-03-23T19:36:14.289 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| + o * o | 2026-03-23T19:36:14.290 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:|o.. * o S | 2026-03-23T19:36:14.290 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:|+ o . . | 2026-03-23T19:36:14.291 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| . . | 2026-03-23T19:36:14.292 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| oo. | 2026-03-23T19:36:14.293 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:| .oE+ | 2026-03-23T19:36:14.293 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:+-----------------+ 2026-03-23T19:36:14.439 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2026-03-23T19:36:14.572 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting AppArmor profiles  [ OK ] 2026-03-23T19:36:14.611 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:landscape-client is not configured, please run landscape-config. 2026-03-23T19:36:14.624 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Stopping System V initialisation compatibility[ OK ] 2026-03-23T19:36:14.636 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting System V runlevel compatibility[ OK ] 2026-03-23T19:36:14.641 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting automatic crash report generation[ OK ] 2026-03-23T19:36:14.643 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting deferred execution scheduler[ OK ] 2026-03-23T19:36:14.645 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting regular background program processing daemon[ OK ] 2026-03-23T19:36:14.646 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting ACPI daemon[ OK ] 2026-03-23T19:36:14.648 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting save kernel messages[ OK ] 2026-03-23T19:36:14.673 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Stopping save kernel messages[ OK ] 2026-03-23T19:36:14.678 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2026-03-23T19:36:14.747 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: * Stopping System V runlevel compatibility[ OK ] 2026-03-23T19:36:14.873 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Generating locales... 2026-03-23T19:36:15.154 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: en_US.UTF-8... done 2026-03-23T19:36:15.159 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Generation complete. 2026-03-23T19:36:15.508 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:passwd: password expiry information changed. 2026-03-23T19:36:15.636 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Ign http://old-releases.ubuntu.com precise InRelease 2026-03-23T19:36:15.676 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:1 http://old-releases.ubuntu.com precise-updates InRelease [55.7 kB] 2026-03-23T19:36:15.794 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:2 http://old-releases.ubuntu.com precise-security InRelease [55.7 kB] 2026-03-23T19:36:15.860 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:3 http://old-releases.ubuntu.com precise Release.gpg [198 B] 2026-03-23T19:36:15.899 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:4 http://old-releases.ubuntu.com precise-updates/main Sources [815 kB] 2026-03-23T19:36:16.091 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:5 http://old-releases.ubuntu.com precise-updates/universe Sources [208 kB] 2026-03-23T19:36:16.155 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:6 http://old-releases.ubuntu.com precise-updates/main amd64 Packages [1104 kB] 2026-03-23T19:36:16.239 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:7 http://old-releases.ubuntu.com precise-updates/universe amd64 Packages [406 kB] 2026-03-23T19:36:16.305 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:8 http://old-releases.ubuntu.com precise-updates/main i386 Packages [1111 kB] 2026-03-23T19:36:16.390 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:9 http://old-releases.ubuntu.com precise-updates/universe i386 Packages [422 kB] 2026-03-23T19:36:16.443 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:10 http://old-releases.ubuntu.com precise-updates/main TranslationIndex [208 B] 2026-03-23T19:36:16.479 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:11 http://old-releases.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2026-03-23T19:36:16.519 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:12 http://old-releases.ubuntu.com precise-security/main Sources [242 kB] 2026-03-23T19:36:16.564 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:13 http://old-releases.ubuntu.com precise-security/universe Sources [88.1 kB] 2026-03-23T19:36:16.603 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:14 http://old-releases.ubuntu.com precise-security/main amd64 Packages [584 kB] 2026-03-23T19:36:16.667 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:15 http://old-releases.ubuntu.com precise-security/universe amd64 Packages [213 kB] 2026-03-23T19:36:16.723 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:16 http://old-releases.ubuntu.com precise-security/main i386 Packages [589 kB] 2026-03-23T19:36:16.786 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:17 http://old-releases.ubuntu.com precise-security/universe i386 Packages [228 kB] 2026-03-23T19:36:16.842 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:18 http://old-releases.ubuntu.com precise-security/main TranslationIndex [208 B] 2026-03-23T19:36:16.882 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:19 http://old-releases.ubuntu.com precise-security/universe TranslationIndex [205 B] 2026-03-23T19:36:16.922 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:20 http://old-releases.ubuntu.com precise Release [49.6 kB] 2026-03-23T19:36:16.962 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:21 http://old-releases.ubuntu.com precise-updates/main Translation-en [353 kB] 2026-03-23T19:36:17.015 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:22 http://old-releases.ubuntu.com precise-updates/universe Translation-en [176 kB] 2026-03-23T19:36:17.063 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:23 http://old-releases.ubuntu.com precise-security/main Translation-en [202 kB] 2026-03-23T19:36:17.111 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:24 http://old-releases.ubuntu.com precise-security/universe Translation-en [96.4 kB] 2026-03-23T19:36:17.157 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:25 http://old-releases.ubuntu.com precise/main Sources [934 kB] 2026-03-23T19:36:17.244 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:26 http://old-releases.ubuntu.com precise/universe Sources [5019 kB] 2026-03-23T19:36:17.496 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:27 http://old-releases.ubuntu.com precise/main amd64 Packages [1273 kB] 2026-03-23T19:36:17.606 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:28 http://old-releases.ubuntu.com precise/universe amd64 Packages [4786 kB] 2026-03-23T19:36:17.810 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:29 http://old-releases.ubuntu.com precise/main i386 Packages [1274 kB] 2026-03-23T19:36:17.889 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:30 http://old-releases.ubuntu.com precise/universe i386 Packages [4796 kB] 2026-03-23T19:36:18.089 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:31 http://old-releases.ubuntu.com precise/main TranslationIndex [3706 B] 2026-03-23T19:36:18.126 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:32 http://old-releases.ubuntu.com precise/universe TranslationIndex [2922 B] 2026-03-23T19:36:18.168 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:33 http://old-releases.ubuntu.com precise/main Translation-en [726 kB] 2026-03-23T19:36:18.228 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:34 http://old-releases.ubuntu.com precise/universe Translation-en [3341 kB] 2026-03-23T19:36:20.717 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Fetched 29.2 MB in 5s (4956 kB/s) 2026-03-23T19:36:22.149 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Reading package lists... 2026-03-23T19:36:22.154 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Reading package lists... 2026-03-23T19:36:22.348 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Building dependency tree... 2026-03-23T19:36:22.361 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Reading state information... 2026-03-23T19:36:22.489 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The following packages will be upgraded: 2026-03-23T19:36:22.490 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: ca-certificates libssl1.0.0 2026-03-23T19:36:22.635 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:2 upgraded, 0 newly installed, 0 to remove and 226 not upgraded. 2026-03-23T19:36:22.635 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Need to get 1233 kB of archives. 2026-03-23T19:36:22.635 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:After this operation, 108 kB of additional disk space will be used. 2026-03-23T19:36:22.636 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libssl1.0.0 amd64 1.0.1-4ubuntu5.45 [1055 kB] 2026-03-23T19:36:22.922 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20190110~12.04.1 [179 kB] 2026-03-23T19:36:23.077 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2026-03-23T19:36:23.087 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Fetched 1233 kB in 0s (3305 kB/s) 2026-03-23T19:36:23.478 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:(Reading database ... 36182 files and directories currently installed.) 2026-03-23T19:36:23.482 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Preparing to replace libssl1.0.0 1.0.1-4ubuntu5.5 (using .../libssl1.0.0_1.0.1-4ubuntu5.45_amd64.deb) ... 2026-03-23T19:36:23.529 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking replacement libssl1.0.0 ... 2026-03-23T19:36:23.703 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up libssl1.0.0 (1.0.1-4ubuntu5.45) ... 2026-03-23T19:36:24.480 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Processing triggers for libc-bin ... 2026-03-23T19:36:24.496 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ldconfig deferred processing now taking place 2026-03-23T19:36:24.765 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:(Reading database ... 36182 files and directories currently installed.) 2026-03-23T19:36:24.769 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Preparing to replace ca-certificates 20111211 (using .../ca-certificates_20190110~12.04.1_all.deb) ... 2026-03-23T19:36:24.807 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking replacement ca-certificates ... 2026-03-23T19:36:24.946 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Processing triggers for man-db ... 2026-03-23T19:36:25.419 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up ca-certificates (20190110~12.04.1) ... 2026-03-23T19:36:27.314 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Updating certificates in /etc/ssl/certs... 73 added, 78 removed; done. 2026-03-23T19:36:27.317 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2026-03-23T19:36:28.873 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Updating certificates in /etc/ssl/certs... 0 added, 1 removed; done. 2026-03-23T19:36:28.876 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2026-03-23T19:36:28.881 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Reading package lists... 2026-03-23T19:36:29.006 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Building dependency tree... 2026-03-23T19:36:29.007 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Reading state information... 2026-03-23T19:36:29.063 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The following extra packages will be installed: 2026-03-23T19:36:29.064 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2026-03-23T19:36:29.070 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:The following NEW packages will be installed: 2026-03-23T19:36:29.072 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2026-03-23T19:36:29.165 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:0 upgraded, 5 newly installed, 0 to remove and 226 not upgraded. 2026-03-23T19:36:29.167 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Need to get 424 kB of archives. 2026-03-23T19:36:29.169 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:After this operation, 1326 kB of additional disk space will be used. 2026-03-23T19:36:29.173 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2026-03-23T19:36:29.253 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libtirpc1 amd64 0.2.2-5ubuntu0.1 [85.0 kB] 2026-03-23T19:36:29.381 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:3 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2026-03-23T19:36:29.443 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:4 http://old-releases.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2026-03-23T19:36:29.497 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Get:5 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main nfs-common amd64 1:1.2.5-3ubuntu3.2 [241 kB] 2026-03-23T19:36:29.643 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2026-03-23T19:36:29.651 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Fetched 424 kB in 0s (809 kB/s) 2026-03-23T19:36:29.738 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Selecting previously unselected package libgssglue1. 2026-03-23T19:36:29.748 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:(Reading database ... 36174 files and directories currently installed.) 2026-03-23T19:36:29.751 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2026-03-23T19:36:29.879 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Selecting previously unselected package libtirpc1. 2026-03-23T19:36:29.879 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5ubuntu0.1_amd64.deb) ... 2026-03-23T19:36:30.042 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Selecting previously unselected package rpcbind. 2026-03-23T19:36:30.042 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2026-03-23T19:36:30.206 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Selecting previously unselected package libnfsidmap2. 2026-03-23T19:36:30.208 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2026-03-23T19:36:30.353 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Selecting previously unselected package nfs-common. 2026-03-23T19:36:30.354 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2026-03-23T19:36:30.469 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Processing triggers for man-db ... 2026-03-23T19:36:30.736 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Processing triggers for ureadahead ... 2026-03-23T19:36:30.802 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2026-03-23T19:36:30.899 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up libtirpc1 (0.2.2-5ubuntu0.1) ... 2026-03-23T19:36:30.976 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2026-03-23T19:36:31.065 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2026-03-23T19:36:31.087 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:portmap start/running, process 8238 2026-03-23T19:36:31.107 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2026-03-23T19:36:31.167 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2026-03-23T19:36:31.323 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:31.325 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Creating config file /etc/idmapd.conf with new version 2026-03-23T19:36:31.452 INFO:tasks.qemu.cluster1.client.0.vm00.stdout: 2026-03-23T19:36:31.454 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Creating config file /etc/default/nfs-common with new version 2026-03-23T19:36:31.521 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Adding system user `statd' (UID 106) ... 2026-03-23T19:36:31.523 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2026-03-23T19:36:31.625 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Not creating home directory `/var/lib/nfs'. 2026-03-23T19:36:31.652 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:statd start/running, process 8472 2026-03-23T19:36:31.671 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:gssd stop/post-stop, process 8503 2026-03-23T19:36:32.086 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:idmapd start/running, process 8543 2026-03-23T19:36:32.105 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:Processing triggers for libc-bin ... 2026-03-23T19:36:32.119 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:ldconfig deferred processing now taking place 2026-03-23T19:36:32.712 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:mount.nfs: timeout set for Mon Mar 23 19:38:32 2026 2026-03-23T19:36:32.714 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2026-03-23T19:36:32.716 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:10.0.2.2:/export/cluster1.client.0 on /mnt/log type nfs (rw,proto=tcp) 2026-03-23T19:36:32.733 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2026-03-23T19:36:36.261 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration commit client.0.0' 2026-03-23T19:36:36.378 INFO:teuthology.orchestra.run.vm00.stderr: Commit image migration: 100% complete...done. 2026-03-23T19:36:36.382 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-23T19:38:07.410 DEBUG:teuthology.orchestra.run.vm00:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.1' 2026-03-23T19:38:11.314 INFO:teuthology.orchestra.run.vm00.stderr: 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: 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-03-23T19:38:11.319 DEBUG:teuthology.parallel:result is None 2026-03-23T20:19:42.878 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:2026-03-23T20:19:42.872+0000 7f00942df640 -1 log_channel(cluster) log [ERR] : Health check failed: mon a is very low on available space (MON_DISK_CRIT) 2026-03-23T20:30:18.519 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:problem writing to /var/log/ceph/cluster1-osd.2.log: (28) No space left on device 2026-03-23T20:30:18.525 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:problem writing to /var/log/ceph/cluster1-osd.0.log: (28) No space left on device 2026-03-23T20:30:18.525 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:problem writing to /var/log/ceph/cluster1-osd.1.log: (28) No space left on device 2026-03-23T20:30:18.525 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:problem writing to /var/log/ceph/cluster1-osd.2.log: (28) No space left on device 2026-03-23T20:30:18.976 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:19.088 INFO:tasks.ceph.cluster1.mgr.x.vm00.stderr:problem writing to /var/log/ceph/cluster1-mgr.x.log: (28) No space left on device 2026-03-23T20:30:58.645 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:2026-03-23T20:30:58.639+0000 7f00942df640 -1 rocksdb: submit_common error: IO error: No space left on device: While open a file for appending: /var/lib/ceph/mon/cluster1-a/store.db/000073.log: No space left on device code =  Rocksdb transaction: 2026-03-23T20:30:58.645 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = '3608' value size = 4669) 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_v' value size = 8) 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_pn' value size = 8) 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:/ceph/rpmbuild/BUILD/ceph-20.2.0-712-g70f8415b/src/mon/MonitorDBStore.h: In function 'int MonitorDBStore::apply_transaction(TransactionRef)' thread 7f00942df640 time 2026-03-23T20:30:58.641035+0000 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:/ceph/rpmbuild/BUILD/ceph-20.2.0-712-g70f8415b/src/mon/MonitorDBStore.h: 356: ceph_abort_msg("failed to write to db") 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - RelWithDebInfo) 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xc9) [0x7f009a1911f3] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: ceph-mon(+0x2a69bc) [0x557fc3ff69bc] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x54c) [0x557fc417ad8c] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: (Paxos::propose_pending()+0x11b) [0x557fc4186dab] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (Paxos::trigger_propose()+0x118) [0x557fc41871a8] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: (PaxosService::propose_pending()+0x24f) [0x557fc41875bf] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: ceph-mon(+0x2a6c5d) [0x557fc3ff6c5d] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (CommonSafeTimer::timer_thread()+0x130) [0x7f009a2ddde0] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: /usr/lib64/ceph/libceph-common.so.2(+0x2de841) [0x7f009a2de841] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: /lib64/libc.so.6(+0x8b2fa) [0x7f009928b2fa] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: /lib64/libc.so.6(+0x1103d0) [0x7f00993103d0] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:2026-03-23T20:30:58.643+0000 7f00942df640 -1 /ceph/rpmbuild/BUILD/ceph-20.2.0-712-g70f8415b/src/mon/MonitorDBStore.h: In function 'int MonitorDBStore::apply_transaction(TransactionRef)' thread 7f00942df640 time 2026-03-23T20:30:58.641035+0000 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:/ceph/rpmbuild/BUILD/ceph-20.2.0-712-g70f8415b/src/mon/MonitorDBStore.h: 356: ceph_abort_msg("failed to write to db") 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - RelWithDebInfo) 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xc9) [0x7f009a1911f3] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: ceph-mon(+0x2a69bc) [0x557fc3ff69bc] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x54c) [0x557fc417ad8c] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: (Paxos::propose_pending()+0x11b) [0x557fc4186dab] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (Paxos::trigger_propose()+0x118) [0x557fc41871a8] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: (PaxosService::propose_pending()+0x24f) [0x557fc41875bf] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: ceph-mon(+0x2a6c5d) [0x557fc3ff6c5d] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (CommonSafeTimer::timer_thread()+0x130) [0x7f009a2ddde0] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: /usr/lib64/ceph/libceph-common.so.2(+0x2de841) [0x7f009a2de841] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: /lib64/libc.so.6(+0x8b2fa) [0x7f009928b2fa] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: /lib64/libc.so.6(+0x1103d0) [0x7f00993103d0] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:*** Caught signal (Aborted) ** 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: in thread 7f00942df640 thread_name:safe_timer 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - RelWithDebInfo) 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: /lib64/libc.so.6(+0x3fc30) [0x7f009923fc30] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: /lib64/libc.so.6(+0x8d03c) [0x7f009928d03c] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: raise() 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: abort() 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x186) [0x7f009a1912b0] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: ceph-mon(+0x2a69bc) [0x557fc3ff69bc] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x54c) [0x557fc417ad8c] 2026-03-23T20:30:58.646 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (Paxos::propose_pending()+0x11b) [0x557fc4186dab] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: (Paxos::trigger_propose()+0x118) [0x557fc41871a8] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: (PaxosService::propose_pending()+0x24f) [0x557fc41875bf] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: ceph-mon(+0x2a6c5d) [0x557fc3ff6c5d] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 12: (CommonSafeTimer::timer_thread()+0x130) [0x7f009a2ddde0] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 13: /usr/lib64/ceph/libceph-common.so.2(+0x2de841) [0x7f009a2de841] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 14: /lib64/libc.so.6(+0x8b2fa) [0x7f009928b2fa] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 15: /lib64/libc.so.6(+0x1103d0) [0x7f00993103d0] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:2026-03-23T20:30:58.645+0000 7f00942df640 -1 *** Caught signal (Aborted) ** 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: in thread 7f00942df640 thread_name:safe_timer 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - RelWithDebInfo) 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: /lib64/libc.so.6(+0x3fc30) [0x7f009923fc30] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: /lib64/libc.so.6(+0x8d03c) [0x7f009928d03c] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: raise() 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: abort() 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x186) [0x7f009a1912b0] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: ceph-mon(+0x2a69bc) [0x557fc3ff69bc] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x54c) [0x557fc417ad8c] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (Paxos::propose_pending()+0x11b) [0x557fc4186dab] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: (Paxos::trigger_propose()+0x118) [0x557fc41871a8] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: (PaxosService::propose_pending()+0x24f) [0x557fc41875bf] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: ceph-mon(+0x2a6c5d) [0x557fc3ff6c5d] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 12: (CommonSafeTimer::timer_thread()+0x130) [0x7f009a2ddde0] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 13: /usr/lib64/ceph/libceph-common.so.2(+0x2de841) [0x7f009a2de841] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 14: /lib64/libc.so.6(+0x8b2fa) [0x7f009928b2fa] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 15: /lib64/libc.so.6(+0x1103d0) [0x7f00993103d0] 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.647 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: -2> 2026-03-23T20:30:58.639+0000 7f00942df640 -1 rocksdb: submit_common error: IO error: No space left on device: While open a file for appending: /var/lib/ceph/mon/cluster1-a/store.db/000073.log: No space left on device code =  Rocksdb transaction: 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = '3608' value size = 4669) 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_v' value size = 8) 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_pn' value size = 8) 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: -1> 2026-03-23T20:30:58.643+0000 7f00942df640 -1 /ceph/rpmbuild/BUILD/ceph-20.2.0-712-g70f8415b/src/mon/MonitorDBStore.h: In function 'int MonitorDBStore::apply_transaction(TransactionRef)' thread 7f00942df640 time 2026-03-23T20:30:58.641035+0000 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:/ceph/rpmbuild/BUILD/ceph-20.2.0-712-g70f8415b/src/mon/MonitorDBStore.h: 356: ceph_abort_msg("failed to write to db") 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - RelWithDebInfo) 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xc9) [0x7f009a1911f3] 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: ceph-mon(+0x2a69bc) [0x557fc3ff69bc] 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x54c) [0x557fc417ad8c] 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: (Paxos::propose_pending()+0x11b) [0x557fc4186dab] 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (Paxos::trigger_propose()+0x118) [0x557fc41871a8] 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: (PaxosService::propose_pending()+0x24f) [0x557fc41875bf] 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: ceph-mon(+0x2a6c5d) [0x557fc3ff6c5d] 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (CommonSafeTimer::timer_thread()+0x130) [0x7f009a2ddde0] 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: /usr/lib64/ceph/libceph-common.so.2(+0x2de841) [0x7f009a2de841] 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: /lib64/libc.so.6(+0x8b2fa) [0x7f009928b2fa] 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: /lib64/libc.so.6(+0x1103d0) [0x7f00993103d0] 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 0> 2026-03-23T20:30:58.645+0000 7f00942df640 -1 *** Caught signal (Aborted) ** 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: in thread 7f00942df640 thread_name:safe_timer 2026-03-23T20:30:58.657 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - RelWithDebInfo) 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: /lib64/libc.so.6(+0x3fc30) [0x7f009923fc30] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: /lib64/libc.so.6(+0x8d03c) [0x7f009928d03c] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: raise() 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: abort() 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x186) [0x7f009a1912b0] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: ceph-mon(+0x2a69bc) [0x557fc3ff69bc] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x54c) [0x557fc417ad8c] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (Paxos::propose_pending()+0x11b) [0x557fc4186dab] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: (Paxos::trigger_propose()+0x118) [0x557fc41871a8] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: (PaxosService::propose_pending()+0x24f) [0x557fc41875bf] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: ceph-mon(+0x2a6c5d) [0x557fc3ff6c5d] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 12: (CommonSafeTimer::timer_thread()+0x130) [0x7f009a2ddde0] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 13: /usr/lib64/ceph/libceph-common.so.2(+0x2de841) [0x7f009a2de841] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 14: /lib64/libc.so.6(+0x8b2fa) [0x7f009928b2fa] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 15: /lib64/libc.so.6(+0x1103d0) [0x7f00993103d0] 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.658 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.660 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.662 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.663 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:problem writing to /var/log/ceph/cluster1-mon.a.log: (28) No space left on device 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: -9999> 2026-03-23T20:30:58.639+0000 7f00942df640 -1 rocksdb: submit_common error: IO error: No space left on device: While open a file for appending: /var/lib/ceph/mon/cluster1-a/store.db/000073.log: No space left on device code =  Rocksdb transaction: 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = '3608' value size = 4669) 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_v' value size = 8) 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:PutCF( prefix = paxos key = 'pending_pn' value size = 8) 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: -9998> 2026-03-23T20:30:58.643+0000 7f00942df640 -1 /ceph/rpmbuild/BUILD/ceph-20.2.0-712-g70f8415b/src/mon/MonitorDBStore.h: In function 'int MonitorDBStore::apply_transaction(TransactionRef)' thread 7f00942df640 time 2026-03-23T20:30:58.641035+0000 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:/ceph/rpmbuild/BUILD/ceph-20.2.0-712-g70f8415b/src/mon/MonitorDBStore.h: 356: ceph_abort_msg("failed to write to db") 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - RelWithDebInfo) 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xc9) [0x7f009a1911f3] 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: ceph-mon(+0x2a69bc) [0x557fc3ff69bc] 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x54c) [0x557fc417ad8c] 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: (Paxos::propose_pending()+0x11b) [0x557fc4186dab] 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (Paxos::trigger_propose()+0x118) [0x557fc41871a8] 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: (PaxosService::propose_pending()+0x24f) [0x557fc41875bf] 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: ceph-mon(+0x2a6c5d) [0x557fc3ff6c5d] 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (CommonSafeTimer::timer_thread()+0x130) [0x7f009a2ddde0] 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: /usr/lib64/ceph/libceph-common.so.2(+0x2de841) [0x7f009a2de841] 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: /lib64/libc.so.6(+0x8b2fa) [0x7f009928b2fa] 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: /lib64/libc.so.6(+0x1103d0) [0x7f00993103d0] 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: -9997> 2026-03-23T20:30:58.645+0000 7f00942df640 -1 *** Caught signal (Aborted) ** 2026-03-23T20:30:58.664 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: in thread 7f00942df640 thread_name:safe_timer 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - RelWithDebInfo) 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 1: /lib64/libc.so.6(+0x3fc30) [0x7f009923fc30] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2: /lib64/libc.so.6(+0x8d03c) [0x7f009928d03c] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 3: raise() 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 4: abort() 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x186) [0x7f009a1912b0] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 6: ceph-mon(+0x2a69bc) [0x557fc3ff69bc] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 7: (Paxos::begin(ceph::buffer::v15_2_0::list&)+0x54c) [0x557fc417ad8c] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 8: (Paxos::propose_pending()+0x11b) [0x557fc4186dab] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 9: (Paxos::trigger_propose()+0x118) [0x557fc41871a8] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 10: (PaxosService::propose_pending()+0x24f) [0x557fc41875bf] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 11: ceph-mon(+0x2a6c5d) [0x557fc3ff6c5d] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 12: (CommonSafeTimer::timer_thread()+0x130) [0x7f009a2ddde0] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 13: /usr/lib64/ceph/libceph-common.so.2(+0x2de841) [0x7f009a2de841] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 14: /lib64/libc.so.6(+0x8b2fa) [0x7f009928b2fa] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 15: /lib64/libc.so.6(+0x1103d0) [0x7f00993103d0] 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-23T20:30:58.665 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr: 2026-03-23T20:30:58.784 INFO:tasks.ceph.cluster1.mon.a.vm00.stderr:daemon-helper: command crashed with signal 6 2026-03-23T20:30:58.950 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~0s 2026-03-23T20:31:04.352 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~5s 2026-03-23T20:31:09.755 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~11s 2026-03-23T20:31:15.158 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~16s 2026-03-23T20:31:20.562 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~22s 2026-03-23T20:31:25.965 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~27s 2026-03-23T20:31:31.368 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~32s 2026-03-23T20:31:36.772 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~38s 2026-03-23T20:31:42.174 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~43s 2026-03-23T20:31:47.578 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~49s 2026-03-23T20:31:52.981 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~54s 2026-03-23T20:31:58.384 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~59s 2026-03-23T20:32:03.786 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~65s 2026-03-23T20:32:09.187 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~70s 2026-03-23T20:32:14.590 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~76s 2026-03-23T20:32:19.993 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~81s 2026-03-23T20:32:25.395 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~86s 2026-03-23T20:32:30.796 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~92s 2026-03-23T20:32:36.198 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~97s 2026-03-23T20:32:41.600 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~103s 2026-03-23T20:32:47.003 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~108s 2026-03-23T20:32:52.404 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~113s 2026-03-23T20:32:57.806 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~119s 2026-03-23T20:33:03.207 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~124s 2026-03-23T20:33:08.610 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~130s 2026-03-23T20:33:14.012 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~135s 2026-03-23T20:33:19.414 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~140s 2026-03-23T20:33:24.816 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~146s 2026-03-23T20:33:30.219 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~151s 2026-03-23T20:33:35.622 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~157s 2026-03-23T20:33:41.025 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~162s 2026-03-23T20:33:46.428 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~167s 2026-03-23T20:33:51.831 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~173s 2026-03-23T20:33:57.234 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~178s 2026-03-23T20:34:02.637 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~184s 2026-03-23T20:34:08.041 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~189s 2026-03-23T20:34:13.444 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~194s 2026-03-23T20:34:18.847 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~200s 2026-03-23T20:34:24.250 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~205s 2026-03-23T20:34:29.654 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~211s 2026-03-23T20:34:35.056 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~216s 2026-03-23T20:34:40.459 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~222s 2026-03-23T20:34:45.861 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~227s 2026-03-23T20:34:51.263 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~232s 2026-03-23T20:34:56.665 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~238s 2026-03-23T20:35:02.068 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~243s 2026-03-23T20:35:07.472 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~249s 2026-03-23T20:35:12.875 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~254s 2026-03-23T20:35:18.278 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~259s 2026-03-23T20:35:23.680 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~265s 2026-03-23T20:35:29.083 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~270s 2026-03-23T20:35:34.486 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~276s 2026-03-23T20:35:39.889 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~281s 2026-03-23T20:35:45.293 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~286s 2026-03-23T20:35:50.696 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~292s 2026-03-23T20:35:56.100 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~297s 2026-03-23T20:36:01.503 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.mon.a is failed for ~303s 2026-03-23T20:36:01.503 INFO:tasks.daemonwatchdog.daemon_watchdog:BARK! unmounting mounts and killing all daemons 2026-03-23T20:36:01.906 INFO:tasks.ceph.cluster1.osd.0:Sent signal 15 2026-03-23T20:36:01.906 INFO:tasks.ceph.cluster1.osd.1:Sent signal 15 2026-03-23T20:36:01.906 INFO:tasks.ceph.cluster1.osd.2:Sent signal 15 2026-03-23T20:36:01.907 INFO:tasks.ceph.cluster1.mgr.x:Sent signal 15 2026-03-23T20:36:01.909 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-23T20:36:01.906+0000 7f708a8ad640 -1 received signal: Terminated from /usr/bin/python3 /bin/daemon-helper kill ceph-osd -f --cluster cluster1 -i 2 (PID: 54157) UID: 0 2026-03-23T20:36:01.909 INFO:tasks.ceph.cluster1.mgr.x.vm00.stderr:2026-03-23T20:36:01.906+0000 7efe7c9a6640 -1 received signal: Terminated from /usr/bin/python3 /bin/daemon-helper kill ceph-mgr -f --cluster cluster1 -i x (PID: 53703) UID: 0 2026-03-23T20:36:01.909 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-23T20:36:01.907+0000 7f708a8ad640 -1 osd.2 29 *** Got signal Terminated *** 2026-03-23T20:36:01.909 INFO:tasks.ceph.cluster1.osd.2.vm00.stderr:2026-03-23T20:36:01.907+0000 7f708a8ad640 -1 osd.2 29 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-23T20:36:01.910 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-23T20:36:01.906+0000 7fa35bb54640 -1 received signal: Terminated from /usr/bin/python3 /bin/daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 (PID: 54158) UID: 0 2026-03-23T20:36:01.910 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-23T20:36:01.906+0000 7fa35bb54640 -1 osd.1 29 *** Got signal Terminated *** 2026-03-23T20:36:01.910 INFO:tasks.ceph.cluster1.osd.1.vm00.stderr:2026-03-23T20:36:01.907+0000 7fa35bb54640 -1 osd.1 29 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-23T20:36:01.910 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-23T20:36:01.908+0000 7f1930efc640 -1 received signal: Terminated from /usr/bin/python3 /bin/daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 (PID: 54165) UID: 0 2026-03-23T20:36:01.910 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-23T20:36:01.908+0000 7f1930efc640 -1 osd.0 29 *** Got signal Terminated *** 2026-03-23T20:36:01.910 INFO:tasks.ceph.cluster1.osd.0.vm00.stderr:2026-03-23T20:36:01.908+0000 7f1930efc640 -1 osd.0 29 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-23T20:40:05.973 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3840.476142] INFO: task kworker/0:3:17088 blocked for more than 120 seconds. 2026-03-23T20:40:05.976 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3840.479732] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-23T20:40:05.978 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3840.482370] INFO: task fsx:17093 blocked for more than 120 seconds. 2026-03-23T20:40:05.980 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3840.484449] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-23T20:42:05.981 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3960.484184] INFO: task kworker/0:3:17088 blocked for more than 120 seconds. 2026-03-23T20:42:05.985 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3960.487934] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-23T20:42:05.989 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3960.492147] INFO: task fsx:17093 blocked for more than 120 seconds. 2026-03-23T20:42:05.993 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 3960.495492] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-23T20:44:05.996 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4080.496187] INFO: task jbd2/vda1-8:328 blocked for more than 120 seconds. 2026-03-23T20:44:06.003 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4080.502268] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-23T20:44:06.008 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4080.509271] INFO: task kworker/0:3:17088 blocked for more than 120 seconds. 2026-03-23T20:44:06.013 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4080.514671] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-23T20:44:06.016 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4080.519119] INFO: task fsx:17093 blocked for more than 120 seconds. 2026-03-23T20:44:06.021 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4080.522673] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-23T20:46:06.021 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4200.524107] INFO: task jbd2/vda1-8:328 blocked for more than 120 seconds. 2026-03-23T20:46:06.023 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4200.526572] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-23T20:46:06.025 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4200.529214] INFO: task kworker/0:3:17088 blocked for more than 120 seconds. 2026-03-23T20:46:06.028 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4200.531430] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-23T20:46:06.030 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4200.534204] INFO: task fsx:17093 blocked for more than 120 seconds. 2026-03-23T20:46:06.033 INFO:tasks.qemu.cluster1.client.0.vm00.stdout:[ 4200.536796] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-23T21:29:28.619 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2026-03-23T21:29:28.619 DEBUG:teuthology.exit:Finished running handlers