2026-03-25T10:32:25.143 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-25T10:32:25.151 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-25T10:32:25.175 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3628 branch: tentacle description: rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{ubuntu_latest} 5-data-pool/replicated 6-prepare/native-standalone 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: '3628' ktype: distro 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: ubuntu os_version: '22.04' 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: lz4 bluestore compression mode: aggressive bluestore fsck on mount: true debug bluefs: 1/20 debug bluestore: 1/20 debug ms: 1 debug osd: 20 debug rocksdb: 4/10 mon osd backfillfull_ratio: 0.85 mon osd full ratio: 0.9 mon osd nearfull ratio: 0.8 osd failsafe full ratio: 0.95 osd 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: vm06.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMZk57CCCOWCngix1bHT6NxlWkfMKASocz3ZZjuxf7K/i5m78tRN5PvFdaTE/x/vzrp6i0xkCgG7FgbYEkydN7o= vm08.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHzTTQr+YyKMJBuWs/7NL6Lc4MtcEDsud1FcrRFeupqyH3wztoR3sPwafTRRw2ezryJUNFTm0nB4kQNAZE4cM60= tasks: - install: null - ceph: cluster: cluster1 - ceph: cluster: cluster2 - exec: cluster1.client.0: - sudo ceph --cluster cluster1 osd pool create datapool 4 - rbd --cluster cluster1 pool init datapool cluster2.client.0: - sudo ceph --cluster cluster2 osd pool create datapool 4 - rbd --cluster cluster2 pool init datapool - exec: cluster2.client.0: - echo '{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0 - rbd --cluster cluster2 migration execute client.0.0 - rbd --cluster cluster2 migration commit client.0.0 - rbd --cluster cluster2 snap create client.0.0@snap - rbd --cluster cluster2 create --size 1G client.0.1 - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1 - rbd --cluster cluster2 snap create client.0.1@snap - rbd --cluster cluster2 create --size 1G client.0.2 - rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2 - rbd --cluster cluster2 snap create client.0.2@snap - exec: cluster1.client.0: - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0 - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1 - echo '{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2 - parallel: - io_workload - migrate_workload teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: 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.3013333 2026-03-25T10:32:25.175 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa; will attempt to use it 2026-03-25T10:32:25.176 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa/tasks 2026-03-25T10:32:25.176 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-03-25T10:32:25.176 INFO:teuthology.task.internal:Checking packages... 2026-03-25T10:32:25.177 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '70f8415b300f041766fa27faf7d5472699e32388' 2026-03-25T10:32:25.177 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-03-25T10:32:25.177 INFO:teuthology.packaging:ref: None 2026-03-25T10:32:25.177 INFO:teuthology.packaging:tag: None 2026-03-25T10:32:25.177 INFO:teuthology.packaging:branch: tentacle 2026-03-25T10:32:25.177 INFO:teuthology.packaging:sha1: 70f8415b300f041766fa27faf7d5472699e32388 2026-03-25T10:32:25.177 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=tentacle 2026-03-25T10:32:26.006 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-714-g147f7c6a-1jammy 2026-03-25T10:32:26.007 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-03-25T10:32:26.008 INFO:teuthology.task.internal:no buildpackages task found 2026-03-25T10:32:26.008 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-25T10:32:26.008 INFO:teuthology.task.internal:Saving configuration 2026-03-25T10:32:26.015 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-25T10:32:26.016 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-25T10:32:26.024 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm06.local', 'description': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3628', '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': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-25 10:31:09.752819', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:06', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMZk57CCCOWCngix1bHT6NxlWkfMKASocz3ZZjuxf7K/i5m78tRN5PvFdaTE/x/vzrp6i0xkCgG7FgbYEkydN7o='} 2026-03-25T10:32:26.030 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm08.local', 'description': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3628', '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': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-25 10:31:09.751287', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:08', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHzTTQr+YyKMJBuWs/7NL6Lc4MtcEDsud1FcrRFeupqyH3wztoR3sPwafTRRw2ezryJUNFTm0nB4kQNAZE4cM60='} 2026-03-25T10:32:26.030 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-25T10:32:26.031 INFO:teuthology.task.internal:roles: ubuntu@vm06.local - ['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'] 2026-03-25T10:32:26.031 INFO:teuthology.task.internal:roles: ubuntu@vm08.local - ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0'] 2026-03-25T10:32:26.031 INFO:teuthology.run_tasks:Running task console_log... 2026-03-25T10:32:26.039 DEBUG:teuthology.task.console_log:vm06 does not support IPMI; excluding 2026-03-25T10:32:26.044 DEBUG:teuthology.task.console_log:vm08 does not support IPMI; excluding 2026-03-25T10:32:26.044 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8c0dc009d0>, signals=[15]) 2026-03-25T10:32:26.044 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-25T10:32:26.045 INFO:teuthology.task.internal:Opening connections... 2026-03-25T10:32:26.045 DEBUG:teuthology.task.internal:connecting to ubuntu@vm06.local 2026-03-25T10:32:26.046 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-25T10:32:26.106 DEBUG:teuthology.task.internal:connecting to ubuntu@vm08.local 2026-03-25T10:32:26.107 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm08.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-25T10:32:26.165 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-25T10:32:26.166 DEBUG:teuthology.orchestra.run.vm06:> uname -m 2026-03-25T10:32:26.198 INFO:teuthology.orchestra.run.vm06.stdout:x86_64 2026-03-25T10:32:26.198 DEBUG:teuthology.orchestra.run.vm06:> cat /etc/os-release 2026-03-25T10:32:26.243 INFO:teuthology.orchestra.run.vm06.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-25T10:32:26.243 INFO:teuthology.orchestra.run.vm06.stdout:NAME="Ubuntu" 2026-03-25T10:32:26.244 INFO:teuthology.orchestra.run.vm06.stdout:VERSION_ID="22.04" 2026-03-25T10:32:26.244 INFO:teuthology.orchestra.run.vm06.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-25T10:32:26.244 INFO:teuthology.orchestra.run.vm06.stdout:VERSION_CODENAME=jammy 2026-03-25T10:32:26.244 INFO:teuthology.orchestra.run.vm06.stdout:ID=ubuntu 2026-03-25T10:32:26.244 INFO:teuthology.orchestra.run.vm06.stdout:ID_LIKE=debian 2026-03-25T10:32:26.244 INFO:teuthology.orchestra.run.vm06.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-25T10:32:26.244 INFO:teuthology.orchestra.run.vm06.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-25T10:32:26.244 INFO:teuthology.orchestra.run.vm06.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-25T10:32:26.244 INFO:teuthology.orchestra.run.vm06.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-25T10:32:26.244 INFO:teuthology.orchestra.run.vm06.stdout:UBUNTU_CODENAME=jammy 2026-03-25T10:32:26.244 INFO:teuthology.lock.ops:Updating vm06.local on lock server 2026-03-25T10:32:26.250 DEBUG:teuthology.orchestra.run.vm08:> uname -m 2026-03-25T10:32:26.263 INFO:teuthology.orchestra.run.vm08.stdout:x86_64 2026-03-25T10:32:26.264 DEBUG:teuthology.orchestra.run.vm08:> cat /etc/os-release 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:NAME="Ubuntu" 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:VERSION_ID="22.04" 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:VERSION_CODENAME=jammy 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:ID=ubuntu 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:ID_LIKE=debian 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-25T10:32:26.310 INFO:teuthology.orchestra.run.vm08.stdout:UBUNTU_CODENAME=jammy 2026-03-25T10:32:26.310 INFO:teuthology.lock.ops:Updating vm08.local on lock server 2026-03-25T10:32:26.315 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-25T10:32:26.317 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-25T10:32:26.318 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-25T10:32:26.318 DEBUG:teuthology.orchestra.run.vm06:> test '!' -e /home/ubuntu/cephtest 2026-03-25T10:32:26.319 DEBUG:teuthology.orchestra.run.vm08:> test '!' -e /home/ubuntu/cephtest 2026-03-25T10:32:26.353 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-25T10:32:26.355 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-25T10:32:26.355 DEBUG:teuthology.orchestra.run.vm06:> test -z $(ls -A /var/lib/ceph) 2026-03-25T10:32:26.365 DEBUG:teuthology.orchestra.run.vm08:> test -z $(ls -A /var/lib/ceph) 2026-03-25T10:32:26.368 INFO:teuthology.orchestra.run.vm06.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-25T10:32:26.398 INFO:teuthology.orchestra.run.vm08.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-25T10:32:26.398 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-25T10:32:26.407 DEBUG:teuthology.orchestra.run.vm06:> test -e /ceph-qa-ready 2026-03-25T10:32:26.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T10:32:26.660 DEBUG:teuthology.orchestra.run.vm08:> test -e /ceph-qa-ready 2026-03-25T10:32:26.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T10:32:26.894 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-25T10:32:26.896 INFO:teuthology.task.internal:Creating test directory... 2026-03-25T10:32:26.896 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-25T10:32:26.897 DEBUG:teuthology.orchestra.run.vm08:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-25T10:32:26.900 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-25T10:32:26.902 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-25T10:32:26.903 INFO:teuthology.task.internal:Creating archive directory... 2026-03-25T10:32:26.903 DEBUG:teuthology.orchestra.run.vm06:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-25T10:32:26.941 DEBUG:teuthology.orchestra.run.vm08:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-25T10:32:26.948 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-25T10:32:26.949 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-25T10:32:26.949 DEBUG:teuthology.orchestra.run.vm06:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-25T10:32:26.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T10:32:26.987 DEBUG:teuthology.orchestra.run.vm08:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-25T10:32:26.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T10:32:26.990 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:32:27.029 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:32:27.038 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-25T10:32:27.040 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-25T10:32:27.043 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-25T10:32:27.045 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-25T10:32:27.046 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-25T10:32:27.048 INFO:teuthology.task.internal:Configuring sudo... 2026-03-25T10:32:27.048 DEBUG:teuthology.orchestra.run.vm06:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-25T10:32:27.085 DEBUG:teuthology.orchestra.run.vm08:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-25T10:32:27.095 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-25T10:32:27.097 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-25T10:32:27.097 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-25T10:32:27.133 DEBUG:teuthology.orchestra.run.vm08:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-25T10:32:27.145 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-25T10:32:27.179 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-25T10:32:27.223 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:32:27.223 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-25T10:32:27.274 DEBUG:teuthology.orchestra.run.vm08:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-25T10:32:27.277 DEBUG:teuthology.orchestra.run.vm08:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-25T10:32:27.325 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:32:27.325 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-25T10:32:27.374 DEBUG:teuthology.orchestra.run.vm06:> sudo service rsyslog restart 2026-03-25T10:32:27.375 DEBUG:teuthology.orchestra.run.vm08:> sudo service rsyslog restart 2026-03-25T10:32:27.432 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-25T10:32:27.434 INFO:teuthology.task.internal:Starting timer... 2026-03-25T10:32:27.434 INFO:teuthology.run_tasks:Running task pcp... 2026-03-25T10:32:27.437 INFO:teuthology.run_tasks:Running task selinux... 2026-03-25T10:32:27.440 INFO:teuthology.task.selinux:Excluding vm06: VMs are not yet supported 2026-03-25T10:32:27.440 INFO:teuthology.task.selinux:Excluding vm08: VMs are not yet supported 2026-03-25T10:32:27.440 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-25T10:32:27.440 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-25T10:32:27.440 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-25T10:32:27.440 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-25T10:32:27.441 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-25T10:32:27.442 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-25T10:32:27.448 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-25T10:32:27.956 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-25T10:32:27.963 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-25T10:32:27.964 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_inventoryr0wrb9fv --limit vm06.local,vm08.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-25T10:34:53.169 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm06.local'), Remote(name='ubuntu@vm08.local')] 2026-03-25T10:34:53.169 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm06.local' 2026-03-25T10:34:53.170 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-25T10:34:53.236 DEBUG:teuthology.orchestra.run.vm06:> true 2026-03-25T10:34:53.473 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm06.local' 2026-03-25T10:34:53.473 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm08.local' 2026-03-25T10:34:53.474 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm08.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-25T10:34:53.544 DEBUG:teuthology.orchestra.run.vm08:> true 2026-03-25T10:34:53.785 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm08.local' 2026-03-25T10:34:53.785 INFO:teuthology.run_tasks:Running task clock... 2026-03-25T10:34:53.788 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-25T10:34:53.788 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-25T10:34:53.788 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:34:53.790 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-25T10:34:53.790 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:34:53.807 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-25T10:34:53.807 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: Command line: ntpd -gq 2026-03-25T10:34:53.807 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: ---------------------------------------------------- 2026-03-25T10:34:53.807 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: ntp-4 is maintained by Network Time Foundation, 2026-03-25T10:34:53.807 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-25T10:34:53.807 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: corporation. Support and training for ntp-4 are 2026-03-25T10:34:53.807 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: available at https://www.nwtime.org/support 2026-03-25T10:34:53.807 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: ---------------------------------------------------- 2026-03-25T10:34:53.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: proto: precision = 0.040 usec (-24) 2026-03-25T10:34:53.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: basedate set to 2022-02-04 2026-03-25T10:34:53.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: gps base set to 2022-02-06 (week 2196) 2026-03-25T10:34:53.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-25T10:34:53.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2025-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 2026-03-25T10:34:53.808 INFO:teuthology.orchestra.run.vm06.stderr:25 Mar 10:34:53 ntpd[16255]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 88 days ago 2026-03-25T10:34:53.809 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: Listen and drop on 0 v6wildcard [::]:123 2026-03-25T10:34:53.809 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-25T10:34:53.809 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: Listen normally on 2 lo 127.0.0.1:123 2026-03-25T10:34:53.809 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: Listen normally on 3 ens3 192.168.123.106:123 2026-03-25T10:34:53.810 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: Listen normally on 4 lo [::1]:123 2026-03-25T10:34:53.810 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:6%2]:123 2026-03-25T10:34:53.810 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:53 ntpd[16255]: Listening on routing socket on fd #22 for interface updates 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: Command line: ntpd -gq 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: ---------------------------------------------------- 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: ntp-4 is maintained by Network Time Foundation, 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: corporation. Support and training for ntp-4 are 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: available at https://www.nwtime.org/support 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: ---------------------------------------------------- 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: proto: precision = 0.029 usec (-25) 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: basedate set to 2022-02-04 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: gps base set to 2022-02-06 (week 2196) 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2025-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 2026-03-25T10:34:53.846 INFO:teuthology.orchestra.run.vm08.stderr:25 Mar 10:34:53 ntpd[16230]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 88 days ago 2026-03-25T10:34:53.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: Listen and drop on 0 v6wildcard [::]:123 2026-03-25T10:34:53.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-25T10:34:53.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: Listen normally on 2 lo 127.0.0.1:123 2026-03-25T10:34:53.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: Listen normally on 3 ens3 192.168.123.108:123 2026-03-25T10:34:53.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: Listen normally on 4 lo [::1]:123 2026-03-25T10:34:53.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:8%2]:123 2026-03-25T10:34:53.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:53 ntpd[16230]: Listening on routing socket on fd #22 for interface updates 2026-03-25T10:34:54.809 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:54 ntpd[16255]: Soliciting pool server 162.159.200.1 2026-03-25T10:34:54.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:54 ntpd[16230]: Soliciting pool server 162.159.200.1 2026-03-25T10:34:55.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:55 ntpd[16255]: Soliciting pool server 85.215.189.120 2026-03-25T10:34:55.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:55 ntpd[16255]: Soliciting pool server 144.91.126.59 2026-03-25T10:34:55.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:55 ntpd[16230]: Soliciting pool server 85.215.189.120 2026-03-25T10:34:55.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:55 ntpd[16230]: Soliciting pool server 144.91.126.59 2026-03-25T10:34:56.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:56 ntpd[16255]: Soliciting pool server 130.162.237.177 2026-03-25T10:34:56.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:56 ntpd[16255]: Soliciting pool server 141.84.43.73 2026-03-25T10:34:56.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:56 ntpd[16255]: Soliciting pool server 185.13.148.71 2026-03-25T10:34:56.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:56 ntpd[16230]: Soliciting pool server 130.162.237.177 2026-03-25T10:34:56.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:56 ntpd[16230]: Soliciting pool server 141.84.43.73 2026-03-25T10:34:56.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:56 ntpd[16230]: Soliciting pool server 185.13.148.71 2026-03-25T10:34:57.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:57 ntpd[16255]: Soliciting pool server 78.46.87.46 2026-03-25T10:34:57.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:57 ntpd[16255]: Soliciting pool server 31.209.85.243 2026-03-25T10:34:57.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:57 ntpd[16255]: Soliciting pool server 195.201.173.232 2026-03-25T10:34:57.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:57 ntpd[16230]: Soliciting pool server 78.46.87.46 2026-03-25T10:34:57.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:57 ntpd[16230]: Soliciting pool server 31.209.85.243 2026-03-25T10:34:57.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:57 ntpd[16230]: Soliciting pool server 195.201.173.232 2026-03-25T10:34:58.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:58 ntpd[16255]: Soliciting pool server 139.162.152.20 2026-03-25T10:34:58.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:58 ntpd[16255]: Soliciting pool server 94.130.23.46 2026-03-25T10:34:58.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:58 ntpd[16255]: Soliciting pool server 95.89.38.215 2026-03-25T10:34:58.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:58 ntpd[16255]: Soliciting pool server 91.189.91.157 2026-03-25T10:34:58.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:58 ntpd[16230]: Soliciting pool server 139.162.152.20 2026-03-25T10:34:58.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:58 ntpd[16230]: Soliciting pool server 94.130.23.46 2026-03-25T10:34:58.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:58 ntpd[16230]: Soliciting pool server 95.89.38.215 2026-03-25T10:34:58.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:58 ntpd[16230]: Soliciting pool server 91.189.91.157 2026-03-25T10:34:59.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:59 ntpd[16255]: Soliciting pool server 185.125.190.57 2026-03-25T10:34:59.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:59 ntpd[16255]: Soliciting pool server 212.132.108.186 2026-03-25T10:34:59.808 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:34:59 ntpd[16255]: Soliciting pool server 185.248.189.10 2026-03-25T10:34:59.846 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:59 ntpd[16230]: Soliciting pool server 185.125.190.57 2026-03-25T10:34:59.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:59 ntpd[16230]: Soliciting pool server 212.132.108.186 2026-03-25T10:34:59.847 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:34:59 ntpd[16230]: Soliciting pool server 185.248.189.10 2026-03-25T10:35:01.867 INFO:teuthology.orchestra.run.vm08.stdout:25 Mar 10:35:01 ntpd[16230]: ntpd: time slew +0.002416 s 2026-03-25T10:35:01.867 INFO:teuthology.orchestra.run.vm08.stdout:ntpd: time slew +0.002416s 2026-03-25T10:35:01.888 INFO:teuthology.orchestra.run.vm08.stdout: remote refid st t when poll reach delay offset jitter 2026-03-25T10:35:01.888 INFO:teuthology.orchestra.run.vm08.stdout:============================================================================== 2026-03-25T10:35:01.888 INFO:teuthology.orchestra.run.vm08.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T10:35:01.889 INFO:teuthology.orchestra.run.vm08.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T10:35:01.889 INFO:teuthology.orchestra.run.vm08.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T10:35:01.889 INFO:teuthology.orchestra.run.vm08.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T10:35:01.889 INFO:teuthology.orchestra.run.vm08.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T10:35:02.837 INFO:teuthology.orchestra.run.vm06.stdout:25 Mar 10:35:02 ntpd[16255]: ntpd: time slew +0.000862 s 2026-03-25T10:35:02.837 INFO:teuthology.orchestra.run.vm06.stdout:ntpd: time slew +0.000862s 2026-03-25T10:35:02.859 INFO:teuthology.orchestra.run.vm06.stdout: remote refid st t when poll reach delay offset jitter 2026-03-25T10:35:02.859 INFO:teuthology.orchestra.run.vm06.stdout:============================================================================== 2026-03-25T10:35:02.859 INFO:teuthology.orchestra.run.vm06.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T10:35:02.859 INFO:teuthology.orchestra.run.vm06.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T10:35:02.859 INFO:teuthology.orchestra.run.vm06.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T10:35:02.859 INFO:teuthology.orchestra.run.vm06.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T10:35:02.860 INFO:teuthology.orchestra.run.vm06.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-25T10:35:02.860 INFO:teuthology.run_tasks:Running task install... 2026-03-25T10:35:02.862 DEBUG:teuthology.task.install:project ceph 2026-03-25T10:35:02.862 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-25T10:35:02.862 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-25T10:35:02.862 INFO:teuthology.task.install:Using flavor: default 2026-03-25T10:35:02.865 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-25T10:35:02.865 INFO:teuthology.task.install:extra packages: [] 2026-03-25T10:35:02.865 DEBUG:teuthology.orchestra.run.vm06:> sudo apt-key list | grep Ceph 2026-03-25T10:35:02.865 DEBUG:teuthology.orchestra.run.vm08:> sudo apt-key list | grep Ceph 2026-03-25T10:35:02.910 INFO:teuthology.orchestra.run.vm08.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-25T10:35:02.932 INFO:teuthology.orchestra.run.vm08.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-25T10:35:02.932 INFO:teuthology.orchestra.run.vm08.stdout:uid [ unknown] Ceph.com (release key) 2026-03-25T10:35:02.933 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2026-03-25T10:35:02.933 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-25T10:35:02.933 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-25T10:35:02.966 INFO:teuthology.orchestra.run.vm06.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-25T10:35:02.968 INFO:teuthology.orchestra.run.vm06.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-25T10:35:02.968 INFO:teuthology.orchestra.run.vm06.stdout:uid [ unknown] Ceph.com (release key) 2026-03-25T10:35:02.968 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2026-03-25T10:35:02.968 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-25T10:35:02.968 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-25T10:35:03.542 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default/ 2026-03-25T10:35:03.542 INFO:teuthology.task.install.deb:Package version is 20.2.0-712-g70f8415b-1jammy 2026-03-25T10:35:03.602 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default/ 2026-03-25T10:35:03.602 INFO:teuthology.task.install.deb:Package version is 20.2.0-712-g70f8415b-1jammy 2026-03-25T10:35:04.081 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:35:04.081 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-03-25T10:35:04.090 DEBUG:teuthology.orchestra.run.vm08:> sudo apt-get update 2026-03-25T10:35:04.169 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:35:04.169 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-03-25T10:35:04.177 DEBUG:teuthology.orchestra.run.vm06:> sudo apt-get update 2026-03-25T10:35:04.298 INFO:teuthology.orchestra.run.vm06.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-25T10:35:04.300 INFO:teuthology.orchestra.run.vm06.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-25T10:35:04.308 INFO:teuthology.orchestra.run.vm06.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-25T10:35:04.395 INFO:teuthology.orchestra.run.vm08.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-25T10:35:04.395 INFO:teuthology.orchestra.run.vm08.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-25T10:35:04.478 INFO:teuthology.orchestra.run.vm06.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-25T10:35:04.491 INFO:teuthology.orchestra.run.vm08.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-25T10:35:04.593 INFO:teuthology.orchestra.run.vm08.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-25T10:35:04.740 INFO:teuthology.orchestra.run.vm08.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy InRelease 2026-03-25T10:35:04.740 INFO:teuthology.orchestra.run.vm06.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy InRelease 2026-03-25T10:35:04.855 INFO:teuthology.orchestra.run.vm06.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-03-25T10:35:04.860 INFO:teuthology.orchestra.run.vm08.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-03-25T10:35:04.970 INFO:teuthology.orchestra.run.vm06.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release.gpg 2026-03-25T10:35:04.980 INFO:teuthology.orchestra.run.vm08.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release.gpg 2026-03-25T10:35:05.084 INFO:teuthology.orchestra.run.vm06.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.8 kB] 2026-03-25T10:35:05.100 INFO:teuthology.orchestra.run.vm08.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.8 kB] 2026-03-25T10:35:05.173 INFO:teuthology.orchestra.run.vm06.stdout:Fetched 26.5 kB in 1s (32.2 kB/s) 2026-03-25T10:35:05.187 INFO:teuthology.orchestra.run.vm08.stdout:Fetched 26.5 kB in 1s (28.5 kB/s) 2026-03-25T10:35:05.880 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-25T10:35:05.896 DEBUG:teuthology.orchestra.run.vm06:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=20.2.0-712-g70f8415b-1jammy cephadm=20.2.0-712-g70f8415b-1jammy ceph-mds=20.2.0-712-g70f8415b-1jammy ceph-mgr=20.2.0-712-g70f8415b-1jammy ceph-common=20.2.0-712-g70f8415b-1jammy ceph-fuse=20.2.0-712-g70f8415b-1jammy ceph-test=20.2.0-712-g70f8415b-1jammy ceph-volume=20.2.0-712-g70f8415b-1jammy radosgw=20.2.0-712-g70f8415b-1jammy python3-rados=20.2.0-712-g70f8415b-1jammy python3-rgw=20.2.0-712-g70f8415b-1jammy python3-cephfs=20.2.0-712-g70f8415b-1jammy python3-rbd=20.2.0-712-g70f8415b-1jammy libcephfs2=20.2.0-712-g70f8415b-1jammy libcephfs-dev=20.2.0-712-g70f8415b-1jammy librados2=20.2.0-712-g70f8415b-1jammy librbd1=20.2.0-712-g70f8415b-1jammy rbd-fuse=20.2.0-712-g70f8415b-1jammy 2026-03-25T10:35:05.936 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-25T10:35:05.956 INFO:teuthology.orchestra.run.vm08.stdout:Reading package lists... 2026-03-25T10:35:05.972 DEBUG:teuthology.orchestra.run.vm08:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=20.2.0-712-g70f8415b-1jammy cephadm=20.2.0-712-g70f8415b-1jammy ceph-mds=20.2.0-712-g70f8415b-1jammy ceph-mgr=20.2.0-712-g70f8415b-1jammy ceph-common=20.2.0-712-g70f8415b-1jammy ceph-fuse=20.2.0-712-g70f8415b-1jammy ceph-test=20.2.0-712-g70f8415b-1jammy ceph-volume=20.2.0-712-g70f8415b-1jammy radosgw=20.2.0-712-g70f8415b-1jammy python3-rados=20.2.0-712-g70f8415b-1jammy python3-rgw=20.2.0-712-g70f8415b-1jammy python3-cephfs=20.2.0-712-g70f8415b-1jammy python3-rbd=20.2.0-712-g70f8415b-1jammy libcephfs2=20.2.0-712-g70f8415b-1jammy libcephfs-dev=20.2.0-712-g70f8415b-1jammy librados2=20.2.0-712-g70f8415b-1jammy librbd1=20.2.0-712-g70f8415b-1jammy rbd-fuse=20.2.0-712-g70f8415b-1jammy 2026-03-25T10:35:06.008 INFO:teuthology.orchestra.run.vm08.stdout:Reading package lists... 2026-03-25T10:35:06.158 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-25T10:35:06.158 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-25T10:35:06.221 INFO:teuthology.orchestra.run.vm08.stdout:Building dependency tree... 2026-03-25T10:35:06.221 INFO:teuthology.orchestra.run.vm08.stdout:Reading state information... 2026-03-25T10:35:06.342 INFO:teuthology.orchestra.run.vm08.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T10:35:06.342 INFO:teuthology.orchestra.run.vm08.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout:The following additional packages will be installed: 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-03-25T10:35:06.343 INFO:teuthology.orchestra.run.vm08.stdout: smartmontools socat xmlstarlet 2026-03-25T10:35:06.344 INFO:teuthology.orchestra.run.vm08.stdout:Suggested packages: 2026-03-25T10:35:06.344 INFO:teuthology.orchestra.run.vm08.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-03-25T10:35:06.344 INFO:teuthology.orchestra.run.vm08.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-03-25T10:35:06.344 INFO:teuthology.orchestra.run.vm08.stdout: python-sklearn-doc ipython3 python-webob-doc gsmartcontrol smart-notifier 2026-03-25T10:35:06.344 INFO:teuthology.orchestra.run.vm08.stdout: mailx | mailutils 2026-03-25T10:35:06.344 INFO:teuthology.orchestra.run.vm08.stdout:Recommended packages: 2026-03-25T10:35:06.344 INFO:teuthology.orchestra.run.vm08.stdout: btrfs-tools 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout:The following NEW packages will be installed: 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: libradosstriper1 librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-ceph-argparse python3-ceph-common python3-cephfs python3-cheroot 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-cherrypy3 python3-google-auth python3-iniconfig 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-03-25T10:35:06.391 INFO:teuthology.orchestra.run.vm08.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-03-25T10:35:06.392 INFO:teuthology.orchestra.run.vm08.stdout: smartmontools socat xmlstarlet 2026-03-25T10:35:06.392 INFO:teuthology.orchestra.run.vm08.stdout:The following packages will be upgraded: 2026-03-25T10:35:06.392 INFO:teuthology.orchestra.run.vm08.stdout: librados2 librbd1 2026-03-25T10:35:06.395 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout:The following additional packages will be installed: 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-03-25T10:35:06.396 INFO:teuthology.orchestra.run.vm06.stdout: smartmontools socat xmlstarlet 2026-03-25T10:35:06.397 INFO:teuthology.orchestra.run.vm06.stdout:Suggested packages: 2026-03-25T10:35:06.397 INFO:teuthology.orchestra.run.vm06.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-03-25T10:35:06.397 INFO:teuthology.orchestra.run.vm06.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-03-25T10:35:06.397 INFO:teuthology.orchestra.run.vm06.stdout: python-sklearn-doc ipython3 python-webob-doc gsmartcontrol smart-notifier 2026-03-25T10:35:06.397 INFO:teuthology.orchestra.run.vm06.stdout: mailx | mailutils 2026-03-25T10:35:06.397 INFO:teuthology.orchestra.run.vm06.stdout:Recommended packages: 2026-03-25T10:35:06.397 INFO:teuthology.orchestra.run.vm06.stdout: btrfs-tools 2026-03-25T10:35:06.422 INFO:teuthology.orchestra.run.vm08.stdout:2 upgraded, 85 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T10:35:06.422 INFO:teuthology.orchestra.run.vm08.stdout:Need to get 281 MB of archives. 2026-03-25T10:35:06.422 INFO:teuthology.orchestra.run.vm08.stdout:After this operation, 1092 MB of additional disk space will be used. 2026-03-25T10:35:06.422 INFO:teuthology.orchestra.run.vm08.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-03-25T10:35:06.442 INFO:teuthology.orchestra.run.vm06.stdout:The following NEW packages will be installed: 2026-03-25T10:35:06.442 INFO:teuthology.orchestra.run.vm06.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-03-25T10:35:06.442 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-03-25T10:35:06.442 INFO:teuthology.orchestra.run.vm06.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-03-25T10:35:06.442 INFO:teuthology.orchestra.run.vm06.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-03-25T10:35:06.442 INFO:teuthology.orchestra.run.vm06.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: libradosstriper1 librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: python3-ceph-argparse python3-ceph-common python3-cephfs python3-cheroot 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: python3-cherrypy3 python3-google-auth python3-iniconfig 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-03-25T10:35:06.443 INFO:teuthology.orchestra.run.vm06.stdout: smartmontools socat xmlstarlet 2026-03-25T10:35:06.444 INFO:teuthology.orchestra.run.vm06.stdout:The following packages will be upgraded: 2026-03-25T10:35:06.444 INFO:teuthology.orchestra.run.vm06.stdout: librados2 librbd1 2026-03-25T10:35:06.461 INFO:teuthology.orchestra.run.vm08.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-03-25T10:35:06.462 INFO:teuthology.orchestra.run.vm08.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-03-25T10:35:06.470 INFO:teuthology.orchestra.run.vm08.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-03-25T10:35:06.496 INFO:teuthology.orchestra.run.vm08.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-03-25T10:35:06.497 INFO:teuthology.orchestra.run.vm08.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-03-25T10:35:06.512 INFO:teuthology.orchestra.run.vm08.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-03-25T10:35:06.513 INFO:teuthology.orchestra.run.vm08.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-03-25T10:35:06.513 INFO:teuthology.orchestra.run.vm08.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-03-25T10:35:06.513 INFO:teuthology.orchestra.run.vm08.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-03-25T10:35:06.514 INFO:teuthology.orchestra.run.vm08.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-03-25T10:35:06.519 INFO:teuthology.orchestra.run.vm08.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-03-25T10:35:06.519 INFO:teuthology.orchestra.run.vm08.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-03-25T10:35:06.519 INFO:teuthology.orchestra.run.vm08.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-03-25T10:35:06.520 INFO:teuthology.orchestra.run.vm08.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-03-25T10:35:06.522 INFO:teuthology.orchestra.run.vm08.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-03-25T10:35:06.522 INFO:teuthology.orchestra.run.vm08.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-03-25T10:35:06.522 INFO:teuthology.orchestra.run.vm08.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-03-25T10:35:06.530 INFO:teuthology.orchestra.run.vm08.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-03-25T10:35:06.530 INFO:teuthology.orchestra.run.vm08.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-03-25T10:35:06.530 INFO:teuthology.orchestra.run.vm08.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-03-25T10:35:06.532 INFO:teuthology.orchestra.run.vm08.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-03-25T10:35:06.532 INFO:teuthology.orchestra.run.vm08.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-03-25T10:35:06.533 INFO:teuthology.orchestra.run.vm08.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-03-25T10:35:06.534 INFO:teuthology.orchestra.run.vm08.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-03-25T10:35:06.535 INFO:teuthology.orchestra.run.vm06.stdout:2 upgraded, 85 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T10:35:06.535 INFO:teuthology.orchestra.run.vm06.stdout:Need to get 281 MB of archives. 2026-03-25T10:35:06.535 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 1092 MB of additional disk space will be used. 2026-03-25T10:35:06.535 INFO:teuthology.orchestra.run.vm06.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-03-25T10:35:06.537 INFO:teuthology.orchestra.run.vm08.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-03-25T10:35:06.538 INFO:teuthology.orchestra.run.vm08.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-03-25T10:35:06.564 INFO:teuthology.orchestra.run.vm08.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-03-25T10:35:06.565 INFO:teuthology.orchestra.run.vm08.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-03-25T10:35:06.566 INFO:teuthology.orchestra.run.vm08.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-03-25T10:35:06.582 INFO:teuthology.orchestra.run.vm08.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-03-25T10:35:06.582 INFO:teuthology.orchestra.run.vm08.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-03-25T10:35:06.582 INFO:teuthology.orchestra.run.vm08.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-03-25T10:35:06.583 INFO:teuthology.orchestra.run.vm08.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-03-25T10:35:06.583 INFO:teuthology.orchestra.run.vm08.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-03-25T10:35:06.583 INFO:teuthology.orchestra.run.vm08.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-03-25T10:35:06.586 INFO:teuthology.orchestra.run.vm08.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-03-25T10:35:06.587 INFO:teuthology.orchestra.run.vm08.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-03-25T10:35:06.587 INFO:teuthology.orchestra.run.vm08.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-03-25T10:35:06.592 INFO:teuthology.orchestra.run.vm08.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-03-25T10:35:06.595 INFO:teuthology.orchestra.run.vm08.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-03-25T10:35:06.608 INFO:teuthology.orchestra.run.vm08.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-03-25T10:35:06.610 INFO:teuthology.orchestra.run.vm08.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-03-25T10:35:06.612 INFO:teuthology.orchestra.run.vm08.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-03-25T10:35:06.612 INFO:teuthology.orchestra.run.vm08.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-03-25T10:35:06.612 INFO:teuthology.orchestra.run.vm08.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-03-25T10:35:06.613 INFO:teuthology.orchestra.run.vm08.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-03-25T10:35:06.613 INFO:teuthology.orchestra.run.vm08.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-03-25T10:35:06.617 INFO:teuthology.orchestra.run.vm08.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-03-25T10:35:06.617 INFO:teuthology.orchestra.run.vm08.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-03-25T10:35:06.618 INFO:teuthology.orchestra.run.vm08.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-03-25T10:35:06.624 INFO:teuthology.orchestra.run.vm08.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-03-25T10:35:06.625 INFO:teuthology.orchestra.run.vm08.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-03-25T10:35:06.652 INFO:teuthology.orchestra.run.vm08.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 smartmontools amd64 7.2-1ubuntu0.1 [583 kB] 2026-03-25T10:35:06.720 INFO:teuthology.orchestra.run.vm06.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-03-25T10:35:06.725 INFO:teuthology.orchestra.run.vm06.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-03-25T10:35:06.759 INFO:teuthology.orchestra.run.vm06.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-03-25T10:35:06.859 INFO:teuthology.orchestra.run.vm06.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-03-25T10:35:06.864 INFO:teuthology.orchestra.run.vm06.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-03-25T10:35:06.876 INFO:teuthology.orchestra.run.vm06.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-03-25T10:35:06.880 INFO:teuthology.orchestra.run.vm06.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-03-25T10:35:06.881 INFO:teuthology.orchestra.run.vm06.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-03-25T10:35:06.882 INFO:teuthology.orchestra.run.vm06.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-03-25T10:35:06.882 INFO:teuthology.orchestra.run.vm06.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-03-25T10:35:06.890 INFO:teuthology.orchestra.run.vm06.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-03-25T10:35:06.891 INFO:teuthology.orchestra.run.vm06.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-03-25T10:35:06.894 INFO:teuthology.orchestra.run.vm06.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-03-25T10:35:06.930 INFO:teuthology.orchestra.run.vm06.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-03-25T10:35:06.930 INFO:teuthology.orchestra.run.vm06.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-03-25T10:35:06.930 INFO:teuthology.orchestra.run.vm06.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-03-25T10:35:06.930 INFO:teuthology.orchestra.run.vm06.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-03-25T10:35:06.930 INFO:teuthology.orchestra.run.vm06.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-03-25T10:35:06.931 INFO:teuthology.orchestra.run.vm06.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-03-25T10:35:06.931 INFO:teuthology.orchestra.run.vm06.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-03-25T10:35:06.932 INFO:teuthology.orchestra.run.vm06.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-03-25T10:35:06.932 INFO:teuthology.orchestra.run.vm06.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-03-25T10:35:06.966 INFO:teuthology.orchestra.run.vm06.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-03-25T10:35:06.968 INFO:teuthology.orchestra.run.vm06.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-03-25T10:35:06.968 INFO:teuthology.orchestra.run.vm06.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-03-25T10:35:06.969 INFO:teuthology.orchestra.run.vm06.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-03-25T10:35:07.016 INFO:teuthology.orchestra.run.vm08.stdout:Get:55 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-712-g70f8415b-1jammy [2867 kB] 2026-03-25T10:35:07.036 INFO:teuthology.orchestra.run.vm06.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-03-25T10:35:07.036 INFO:teuthology.orchestra.run.vm06.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-03-25T10:35:07.037 INFO:teuthology.orchestra.run.vm06.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-03-25T10:35:07.049 INFO:teuthology.orchestra.run.vm06.stdout:Get:31 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 20.2.0-712-g70f8415b-1jammy [2867 kB] 2026-03-25T10:35:07.062 INFO:teuthology.orchestra.run.vm06.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-03-25T10:35:07.063 INFO:teuthology.orchestra.run.vm06.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-03-25T10:35:07.069 INFO:teuthology.orchestra.run.vm06.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-03-25T10:35:07.070 INFO:teuthology.orchestra.run.vm06.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-03-25T10:35:07.070 INFO:teuthology.orchestra.run.vm06.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-03-25T10:35:07.070 INFO:teuthology.orchestra.run.vm06.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-03-25T10:35:07.074 INFO:teuthology.orchestra.run.vm06.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-03-25T10:35:07.107 INFO:teuthology.orchestra.run.vm06.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-03-25T10:35:07.108 INFO:teuthology.orchestra.run.vm06.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-03-25T10:35:07.108 INFO:teuthology.orchestra.run.vm06.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-03-25T10:35:07.111 INFO:teuthology.orchestra.run.vm06.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-03-25T10:35:07.114 INFO:teuthology.orchestra.run.vm06.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-03-25T10:35:07.167 INFO:teuthology.orchestra.run.vm06.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-03-25T10:35:07.169 INFO:teuthology.orchestra.run.vm06.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-03-25T10:35:07.177 INFO:teuthology.orchestra.run.vm06.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-03-25T10:35:07.178 INFO:teuthology.orchestra.run.vm06.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-03-25T10:35:07.179 INFO:teuthology.orchestra.run.vm06.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-03-25T10:35:07.179 INFO:teuthology.orchestra.run.vm06.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-03-25T10:35:07.216 INFO:teuthology.orchestra.run.vm06.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-03-25T10:35:07.216 INFO:teuthology.orchestra.run.vm06.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-03-25T10:35:07.217 INFO:teuthology.orchestra.run.vm06.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-03-25T10:35:07.217 INFO:teuthology.orchestra.run.vm06.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-03-25T10:35:07.218 INFO:teuthology.orchestra.run.vm06.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-03-25T10:35:07.283 INFO:teuthology.orchestra.run.vm06.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 smartmontools amd64 7.2-1ubuntu0.1 [583 kB] 2026-03-25T10:35:07.869 INFO:teuthology.orchestra.run.vm06.stdout:Get:56 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-712-g70f8415b-1jammy [3583 kB] 2026-03-25T10:35:07.994 INFO:teuthology.orchestra.run.vm06.stdout:Get:57 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-712-g70f8415b-1jammy [829 kB] 2026-03-25T10:35:08.037 INFO:teuthology.orchestra.run.vm06.stdout:Get:58 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-712-g70f8415b-1jammy [364 kB] 2026-03-25T10:35:08.059 INFO:teuthology.orchestra.run.vm06.stdout:Get:59 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-712-g70f8415b-1jammy [32.8 kB] 2026-03-25T10:35:08.060 INFO:teuthology.orchestra.run.vm06.stdout:Get:60 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-712-g70f8415b-1jammy [184 kB] 2026-03-25T10:35:08.071 INFO:teuthology.orchestra.run.vm06.stdout:Get:61 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-712-g70f8415b-1jammy [83.8 kB] 2026-03-25T10:35:08.074 INFO:teuthology.orchestra.run.vm06.stdout:Get:62 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-712-g70f8415b-1jammy [341 kB] 2026-03-25T10:35:08.094 INFO:teuthology.orchestra.run.vm06.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-712-g70f8415b-1jammy [8697 kB] 2026-03-25T10:35:08.628 INFO:teuthology.orchestra.run.vm06.stdout:Get:64 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 20.2.0-712-g70f8415b-1jammy [112 kB] 2026-03-25T10:35:08.629 INFO:teuthology.orchestra.run.vm06.stdout:Get:65 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 20.2.0-712-g70f8415b-1jammy [261 kB] 2026-03-25T10:35:08.644 INFO:teuthology.orchestra.run.vm06.stdout:Get:66 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 20.2.0-712-g70f8415b-1jammy [29.3 MB] 2026-03-25T10:35:10.436 INFO:teuthology.orchestra.run.vm06.stdout:Get:67 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 20.2.0-712-g70f8415b-1jammy [5415 kB] 2026-03-25T10:35:10.555 INFO:teuthology.orchestra.run.vm08.stdout:Get:56 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 20.2.0-712-g70f8415b-1jammy [3583 kB] 2026-03-25T10:35:10.775 INFO:teuthology.orchestra.run.vm06.stdout:Get:68 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 20.2.0-712-g70f8415b-1jammy [246 kB] 2026-03-25T10:35:10.805 INFO:teuthology.orchestra.run.vm06.stdout:Get:69 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 20.2.0-712-g70f8415b-1jammy [124 kB] 2026-03-25T10:35:10.807 INFO:teuthology.orchestra.run.vm06.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 20.2.0-712-g70f8415b-1jammy [906 kB] 2026-03-25T10:35:10.836 INFO:teuthology.orchestra.run.vm06.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 20.2.0-712-g70f8415b-1jammy [6399 kB] 2026-03-25T10:35:11.227 INFO:teuthology.orchestra.run.vm06.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 20.2.0-712-g70f8415b-1jammy [21.7 MB] 2026-03-25T10:35:12.555 INFO:teuthology.orchestra.run.vm06.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 20.2.0-712-g70f8415b-1jammy [14.1 kB] 2026-03-25T10:35:12.555 INFO:teuthology.orchestra.run.vm06.stdout:Get:74 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 20.2.0-712-g70f8415b-1jammy [955 kB] 2026-03-25T10:35:12.619 INFO:teuthology.orchestra.run.vm06.stdout:Get:75 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 20.2.0-712-g70f8415b-1jammy [2341 kB] 2026-03-25T10:35:12.750 INFO:teuthology.orchestra.run.vm06.stdout:Get:76 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 20.2.0-712-g70f8415b-1jammy [1049 kB] 2026-03-25T10:35:12.814 INFO:teuthology.orchestra.run.vm06.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 20.2.0-712-g70f8415b-1jammy [179 kB] 2026-03-25T10:35:12.825 INFO:teuthology.orchestra.run.vm06.stdout:Get:78 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 20.2.0-712-g70f8415b-1jammy [45.5 MB] 2026-03-25T10:35:15.671 INFO:teuthology.orchestra.run.vm06.stdout:Get:79 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 20.2.0-712-g70f8415b-1jammy [8625 kB] 2026-03-25T10:35:15.772 INFO:teuthology.orchestra.run.vm08.stdout:Get:57 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 20.2.0-712-g70f8415b-1jammy [829 kB] 2026-03-25T10:35:16.189 INFO:teuthology.orchestra.run.vm06.stdout:Get:80 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 20.2.0-712-g70f8415b-1jammy [14.2 kB] 2026-03-25T10:35:16.190 INFO:teuthology.orchestra.run.vm06.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 20.2.0-712-g70f8415b-1jammy [99.5 MB] 2026-03-25T10:35:16.252 INFO:teuthology.orchestra.run.vm08.stdout:Get:58 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 20.2.0-712-g70f8415b-1jammy [364 kB] 2026-03-25T10:35:16.370 INFO:teuthology.orchestra.run.vm08.stdout:Get:59 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 20.2.0-712-g70f8415b-1jammy [32.8 kB] 2026-03-25T10:35:21.225 INFO:teuthology.orchestra.run.vm08.stdout:Get:60 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 20.2.0-712-g70f8415b-1jammy [184 kB] 2026-03-25T10:35:21.464 INFO:teuthology.orchestra.run.vm08.stdout:Get:61 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 20.2.0-712-g70f8415b-1jammy [83.8 kB] 2026-03-25T10:35:21.583 INFO:teuthology.orchestra.run.vm08.stdout:Get:62 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 20.2.0-712-g70f8415b-1jammy [341 kB] 2026-03-25T10:35:21.703 INFO:teuthology.orchestra.run.vm08.stdout:Get:63 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 20.2.0-712-g70f8415b-1jammy [8697 kB] 2026-03-25T10:35:22.319 INFO:teuthology.orchestra.run.vm08.stdout:Get:64 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 20.2.0-712-g70f8415b-1jammy [112 kB] 2026-03-25T10:35:22.319 INFO:teuthology.orchestra.run.vm08.stdout:Get:65 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 20.2.0-712-g70f8415b-1jammy [261 kB] 2026-03-25T10:35:22.472 INFO:teuthology.orchestra.run.vm08.stdout:Get:66 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 20.2.0-712-g70f8415b-1jammy [29.3 MB] 2026-03-25T10:35:23.320 INFO:teuthology.orchestra.run.vm06.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 20.2.0-712-g70f8415b-1jammy [135 kB] 2026-03-25T10:35:23.320 INFO:teuthology.orchestra.run.vm06.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-daemon amd64 20.2.0-712-g70f8415b-1jammy [43.3 kB] 2026-03-25T10:35:23.321 INFO:teuthology.orchestra.run.vm06.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-proxy2 amd64 20.2.0-712-g70f8415b-1jammy [30.7 kB] 2026-03-25T10:35:23.369 INFO:teuthology.orchestra.run.vm06.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 20.2.0-712-g70f8415b-1jammy [41.5 kB] 2026-03-25T10:35:23.369 INFO:teuthology.orchestra.run.vm06.stdout:Get:86 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 20.2.0-712-g70f8415b-1jammy [25.1 MB] 2026-03-25T10:35:25.117 INFO:teuthology.orchestra.run.vm08.stdout:Get:67 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 20.2.0-712-g70f8415b-1jammy [5415 kB] 2026-03-25T10:35:25.595 INFO:teuthology.orchestra.run.vm08.stdout:Get:68 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 20.2.0-712-g70f8415b-1jammy [246 kB] 2026-03-25T10:35:25.644 INFO:teuthology.orchestra.run.vm08.stdout:Get:69 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 20.2.0-712-g70f8415b-1jammy [124 kB] 2026-03-25T10:35:25.647 INFO:teuthology.orchestra.run.vm08.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 20.2.0-712-g70f8415b-1jammy [906 kB] 2026-03-25T10:35:25.713 INFO:teuthology.orchestra.run.vm08.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 20.2.0-712-g70f8415b-1jammy [6399 kB] 2026-03-25T10:35:26.293 INFO:teuthology.orchestra.run.vm08.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 20.2.0-712-g70f8415b-1jammy [21.7 MB] 2026-03-25T10:35:26.533 INFO:teuthology.orchestra.run.vm06.stdout:Get:87 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 20.2.0-712-g70f8415b-1jammy [97.9 kB] 2026-03-25T10:35:26.873 INFO:teuthology.orchestra.run.vm06.stdout:Fetched 281 MB in 20s (14.0 MB/s) 2026-03-25T10:35:26.935 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-03-25T10:35:26.987 INFO:teuthology.orchestra.run.vm06.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 119262 files and directories currently installed.) 2026-03-25T10:35:26.989 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-03-25T10:35:26.991 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-25T10:35:27.013 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-03-25T10:35:27.020 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-03-25T10:35:27.021 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-25T10:35:27.038 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-03-25T10:35:27.044 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-03-25T10:35:27.045 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-25T10:35:27.069 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-03-25T10:35:27.076 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T10:35:27.081 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:35:27.147 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-03-25T10:35:27.153 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T10:35:27.154 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:35:27.178 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-03-25T10:35:27.185 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T10:35:27.186 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:35:27.215 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-03-25T10:35:27.221 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-03-25T10:35:27.222 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-25T10:35:27.251 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../07-librbd1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:27.254 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking librbd1 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-25T10:35:27.345 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../08-librados2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:27.347 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking librados2 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-25T10:35:27.418 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libnbd0. 2026-03-25T10:35:27.426 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../09-libnbd0_1.10.5-1_amd64.deb ... 2026-03-25T10:35:27.428 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-03-25T10:35:27.475 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libcephfs2. 2026-03-25T10:35:27.482 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:27.492 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:27.549 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-rados. 2026-03-25T10:35:27.555 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../11-python3-rados_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:27.556 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:27.579 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-03-25T10:35:27.584 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:27.584 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:27.601 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-cephfs. 2026-03-25T10:35:27.607 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:27.608 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:27.629 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-ceph-common. 2026-03-25T10:35:27.635 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:27.636 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:27.658 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-wcwidth. 2026-03-25T10:35:27.664 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-03-25T10:35:27.665 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-25T10:35:27.686 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-prettytable. 2026-03-25T10:35:27.692 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-03-25T10:35:27.693 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-03-25T10:35:27.711 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-rbd. 2026-03-25T10:35:27.717 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:27.718 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:27.742 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-03-25T10:35:27.748 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-03-25T10:35:27.749 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-25T10:35:27.776 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package librgw2. 2026-03-25T10:35:27.783 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../19-librgw2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:27.785 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:27.996 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-rgw. 2026-03-25T10:35:28.002 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:28.003 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:28.024 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package liboath0:amd64. 2026-03-25T10:35:28.030 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-03-25T10:35:28.031 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-25T10:35:28.050 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libradosstriper1. 2026-03-25T10:35:28.056 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:28.057 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:28.079 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-common. 2026-03-25T10:35:28.086 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../23-ceph-common_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:28.087 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:28.205 INFO:teuthology.orchestra.run.vm08.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 20.2.0-712-g70f8415b-1jammy [14.1 kB] 2026-03-25T10:35:28.205 INFO:teuthology.orchestra.run.vm08.stdout:Get:74 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 20.2.0-712-g70f8415b-1jammy [955 kB] 2026-03-25T10:35:28.264 INFO:teuthology.orchestra.run.vm08.stdout:Get:75 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 20.2.0-712-g70f8415b-1jammy [2341 kB] 2026-03-25T10:35:28.508 INFO:teuthology.orchestra.run.vm08.stdout:Get:76 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 20.2.0-712-g70f8415b-1jammy [1049 kB] 2026-03-25T10:35:28.623 INFO:teuthology.orchestra.run.vm08.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 20.2.0-712-g70f8415b-1jammy [179 kB] 2026-03-25T10:35:28.656 INFO:teuthology.orchestra.run.vm08.stdout:Get:78 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 20.2.0-712-g70f8415b-1jammy [45.5 MB] 2026-03-25T10:35:28.755 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-base. 2026-03-25T10:35:28.761 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../24-ceph-base_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:28.766 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:28.895 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-03-25T10:35:28.901 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-03-25T10:35:28.902 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-03-25T10:35:28.921 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-cheroot. 2026-03-25T10:35:28.929 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-03-25T10:35:28.930 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-25T10:35:28.970 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-03-25T10:35:28.977 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-03-25T10:35:28.988 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-03-25T10:35:29.049 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-jaraco.text. 2026-03-25T10:35:29.056 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-03-25T10:35:29.057 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-03-25T10:35:29.074 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-03-25T10:35:29.082 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-03-25T10:35:29.082 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-03-25T10:35:29.099 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-tempora. 2026-03-25T10:35:29.106 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-03-25T10:35:29.107 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-03-25T10:35:29.127 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-portend. 2026-03-25T10:35:29.133 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-03-25T10:35:29.134 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-03-25T10:35:29.152 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-03-25T10:35:29.158 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-03-25T10:35:29.159 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-03-25T10:35:29.177 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-cherrypy3. 2026-03-25T10:35:29.184 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-03-25T10:35:29.184 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-03-25T10:35:29.217 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-natsort. 2026-03-25T10:35:29.224 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-03-25T10:35:29.224 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-03-25T10:35:29.244 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-03-25T10:35:29.251 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:29.252 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:29.292 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-03-25T10:35:29.299 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:29.300 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:29.318 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr. 2026-03-25T10:35:29.324 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:29.324 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:29.353 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mon. 2026-03-25T10:35:29.359 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:29.360 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:29.485 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libfuse2:amd64. 2026-03-25T10:35:29.492 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-03-25T10:35:29.493 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-25T10:35:29.514 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-osd. 2026-03-25T10:35:29.521 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:29.522 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:30.017 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph. 2026-03-25T10:35:30.023 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../41-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:30.024 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:30.041 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-fuse. 2026-03-25T10:35:30.048 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:30.049 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:30.082 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mds. 2026-03-25T10:35:30.088 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:30.089 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:30.222 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package cephadm. 2026-03-25T10:35:30.228 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../44-cephadm_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:30.229 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:30.249 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-asyncssh. 2026-03-25T10:35:30.256 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-03-25T10:35:30.257 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-25T10:35:30.290 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-03-25T10:35:30.297 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:30.298 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:30.329 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-repoze.lru. 2026-03-25T10:35:30.335 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-03-25T10:35:30.336 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-03-25T10:35:30.352 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-routes. 2026-03-25T10:35:30.358 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-03-25T10:35:30.359 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-03-25T10:35:30.384 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-03-25T10:35:30.390 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:30.391 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:31.782 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-03-25T10:35:31.789 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-03-25T10:35:31.790 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-25T10:35:31.899 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-joblib. 2026-03-25T10:35:31.905 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-03-25T10:35:31.905 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-03-25T10:35:31.942 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-03-25T10:35:31.949 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-03-25T10:35:31.949 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-03-25T10:35:31.968 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-sklearn. 2026-03-25T10:35:31.975 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-03-25T10:35:31.976 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-25T10:35:32.122 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-03-25T10:35:32.129 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:32.130 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:32.520 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-cachetools. 2026-03-25T10:35:32.527 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-03-25T10:35:32.528 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-03-25T10:35:32.543 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-rsa. 2026-03-25T10:35:32.548 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-03-25T10:35:32.549 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-rsa (4.8-1) ... 2026-03-25T10:35:32.567 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-google-auth. 2026-03-25T10:35:32.573 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-03-25T10:35:32.574 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-03-25T10:35:32.595 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-03-25T10:35:32.602 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-03-25T10:35:32.603 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-25T10:35:32.621 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-websocket. 2026-03-25T10:35:32.628 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-03-25T10:35:32.629 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-03-25T10:35:32.648 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-kubernetes. 2026-03-25T10:35:32.655 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-03-25T10:35:32.656 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-25T10:35:32.842 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-03-25T10:35:32.852 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:32.866 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:32.921 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libonig5:amd64. 2026-03-25T10:35:32.930 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-03-25T10:35:32.952 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-25T10:35:33.019 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libjq1:amd64. 2026-03-25T10:35:33.027 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-25T10:35:33.040 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-25T10:35:33.064 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package jq. 2026-03-25T10:35:33.071 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-25T10:35:33.086 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-03-25T10:35:33.123 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package socat. 2026-03-25T10:35:33.131 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-03-25T10:35:33.139 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-03-25T10:35:33.208 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package xmlstarlet. 2026-03-25T10:35:33.215 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-03-25T10:35:33.217 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-03-25T10:35:33.268 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-test. 2026-03-25T10:35:33.274 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../67-ceph-test_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:33.275 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:33.561 INFO:teuthology.orchestra.run.vm08.stdout:Get:79 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 20.2.0-712-g70f8415b-1jammy [8625 kB] 2026-03-25T10:35:34.402 INFO:teuthology.orchestra.run.vm08.stdout:Get:80 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 20.2.0-712-g70f8415b-1jammy [14.2 kB] 2026-03-25T10:35:34.403 INFO:teuthology.orchestra.run.vm08.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 20.2.0-712-g70f8415b-1jammy [99.5 MB] 2026-03-25T10:35:35.419 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package ceph-volume. 2026-03-25T10:35:35.426 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:35.427 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:35.471 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libcephfs-daemon. 2026-03-25T10:35:35.476 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:35.476 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:35.563 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-03-25T10:35:35.570 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:35.571 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:35.591 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package libcephfs-dev. 2026-03-25T10:35:35.595 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:35.596 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:35.619 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package nvme-cli. 2026-03-25T10:35:35.624 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-03-25T10:35:35.625 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-03-25T10:35:35.676 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-03-25T10:35:35.683 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-03-25T10:35:35.685 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-25T10:35:35.749 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-iniconfig. 2026-03-25T10:35:35.757 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-03-25T10:35:35.758 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-03-25T10:35:35.779 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-pluggy. 2026-03-25T10:35:35.787 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-03-25T10:35:35.788 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-03-25T10:35:35.807 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-psutil. 2026-03-25T10:35:35.814 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-03-25T10:35:35.816 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-03-25T10:35:35.843 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-py. 2026-03-25T10:35:35.851 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-03-25T10:35:35.852 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-py (1.10.0-1) ... 2026-03-25T10:35:35.880 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-pygments. 2026-03-25T10:35:35.887 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-03-25T10:35:35.888 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-25T10:35:35.961 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-toml. 2026-03-25T10:35:35.968 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-03-25T10:35:35.969 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-03-25T10:35:35.988 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-pytest. 2026-03-25T10:35:35.995 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-03-25T10:35:35.995 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-03-25T10:35:36.039 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-simplejson. 2026-03-25T10:35:36.045 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-03-25T10:35:36.046 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-03-25T10:35:36.071 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-webob. 2026-03-25T10:35:36.076 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-03-25T10:35:36.077 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-25T10:35:36.099 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-03-25T10:35:36.104 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-03-25T10:35:36.105 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-03-25T10:35:36.337 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package radosgw. 2026-03-25T10:35:36.344 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../84-radosgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:36.345 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:36.888 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package rbd-fuse. 2026-03-25T10:35:36.896 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:36.896 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:36.922 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package smartmontools. 2026-03-25T10:35:36.930 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../86-smartmontools_7.2-1ubuntu0.1_amd64.deb ... 2026-03-25T10:35:36.939 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking smartmontools (7.2-1ubuntu0.1) ... 2026-03-25T10:35:36.988 INFO:teuthology.orchestra.run.vm06.stdout:Setting up smartmontools (7.2-1ubuntu0.1) ... 2026-03-25T10:35:37.263 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service. 2026-03-25T10:35:37.263 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service. 2026-03-25T10:35:37.610 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-03-25T10:35:37.701 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-25T10:35:37.707 INFO:teuthology.orchestra.run.vm06.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-03-25T10:35:37.801 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-03-25T10:35:38.031 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-03-25T10:35:38.400 INFO:teuthology.orchestra.run.vm06.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-03-25T10:35:38.419 INFO:teuthology.orchestra.run.vm06.stdout:Setting up cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:38.466 INFO:teuthology.orchestra.run.vm06.stdout:Adding system user cephadm....done 2026-03-25T10:35:38.476 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-03-25T10:35:38.547 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-25T10:35:38.550 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-03-25T10:35:38.622 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-03-25T10:35:38.701 INFO:teuthology.orchestra.run.vm06.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-25T10:35:38.703 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-py (1.10.0-1) ... 2026-03-25T10:35:38.801 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-03-25T10:35:38.937 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-03-25T10:35:39.012 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-03-25T10:35:39.092 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:39.169 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-25T10:35:39.172 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-03-25T10:35:39.175 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-25T10:35:39.178 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-25T10:35:39.180 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-03-25T10:35:39.342 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-03-25T10:35:39.437 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:39.443 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-03-25T10:35:39.520 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-03-25T10:35:39.629 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-25T10:35:39.933 INFO:teuthology.orchestra.run.vm06.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-03-25T10:35:39.936 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-25T10:35:40.050 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-25T10:35:40.257 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-25T10:35:40.355 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-03-25T10:35:40.427 INFO:teuthology.orchestra.run.vm06.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-03-25T10:35:40.430 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:40.534 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-25T10:35:41.145 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:35:41.152 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-toml (0.10.2-1) ... 2026-03-25T10:35:41.224 INFO:teuthology.orchestra.run.vm06.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-25T10:35:41.227 INFO:teuthology.orchestra.run.vm06.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-03-25T10:35:41.229 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-03-25T10:35:41.467 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-03-25T10:35:41.539 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:35:41.541 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-rsa (4.8-1) ... 2026-03-25T10:35:41.623 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-03-25T10:35:41.701 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-03-25T10:35:41.784 INFO:teuthology.orchestra.run.vm06.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-25T10:35:41.787 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-03-25T10:35:41.872 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-25T10:35:41.874 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-25T10:35:41.951 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-25T10:35:42.046 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-03-25T10:35:42.118 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-25T10:35:42.120 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-03-25T10:35:42.266 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-portend (3.0.0-1) ... 2026-03-25T10:35:42.336 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:35:42.339 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-03-25T10:35:42.417 INFO:teuthology.orchestra.run.vm06.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-03-25T10:35:42.419 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-03-25T10:35:42.555 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-25T10:35:42.557 INFO:teuthology.orchestra.run.vm06.stdout:Setting up librados2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:42.560 INFO:teuthology.orchestra.run.vm06.stdout:Setting up librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:42.562 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:42.565 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-25T10:35:43.467 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.470 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.472 INFO:teuthology.orchestra.run.vm06.stdout:Setting up librbd1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.475 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.478 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.545 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-25T10:35:43.545 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-25T10:35:43.894 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.897 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.899 INFO:teuthology.orchestra.run.vm06.stdout:Setting up libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.902 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.904 INFO:teuthology.orchestra.run.vm06.stdout:Setting up rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.907 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.910 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.913 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:43.953 INFO:teuthology.orchestra.run.vm06.stdout:Adding group ceph....done 2026-03-25T10:35:43.992 INFO:teuthology.orchestra.run.vm06.stdout:Adding system user ceph....done 2026-03-25T10:35:44.002 INFO:teuthology.orchestra.run.vm06.stdout:Setting system user ceph properties....done 2026-03-25T10:35:44.006 INFO:teuthology.orchestra.run.vm06.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-03-25T10:35:44.079 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-03-25T10:35:44.299 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-03-25T10:35:44.658 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:44.661 INFO:teuthology.orchestra.run.vm06.stdout:Setting up radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:44.909 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-25T10:35:44.909 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-25T10:35:45.221 INFO:teuthology.orchestra.run.vm08.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 20.2.0-712-g70f8415b-1jammy [135 kB] 2026-03-25T10:35:45.221 INFO:teuthology.orchestra.run.vm08.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-daemon amd64 20.2.0-712-g70f8415b-1jammy [43.3 kB] 2026-03-25T10:35:45.221 INFO:teuthology.orchestra.run.vm08.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-proxy2 amd64 20.2.0-712-g70f8415b-1jammy [30.7 kB] 2026-03-25T10:35:45.222 INFO:teuthology.orchestra.run.vm08.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 20.2.0-712-g70f8415b-1jammy [41.5 kB] 2026-03-25T10:35:45.222 INFO:teuthology.orchestra.run.vm08.stdout:Get:86 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 20.2.0-712-g70f8415b-1jammy [25.1 MB] 2026-03-25T10:35:45.345 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:45.443 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-03-25T10:35:45.825 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:45.895 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-25T10:35:45.895 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-25T10:35:46.344 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:46.425 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-25T10:35:46.426 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-25T10:35:46.840 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:46.925 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-25T10:35:46.925 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-25T10:35:47.295 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:47.297 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:47.312 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:47.378 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-25T10:35:47.378 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-25T10:35:47.763 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:47.777 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:47.780 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:47.796 INFO:teuthology.orchestra.run.vm06.stdout:Setting up ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:47.929 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-25T10:35:48.014 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-25T10:35:48.261 INFO:teuthology.orchestra.run.vm08.stdout:Get:87 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 20.2.0-712-g70f8415b-1jammy [97.9 kB] 2026-03-25T10:35:48.522 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:48.522 INFO:teuthology.orchestra.run.vm06.stdout:Running kernel seems to be up-to-date. 2026-03-25T10:35:48.522 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:48.522 INFO:teuthology.orchestra.run.vm06.stdout:Services to be restarted: 2026-03-25T10:35:48.525 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart apache-htcacheclean.service 2026-03-25T10:35:48.531 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart rsyslog.service 2026-03-25T10:35:48.534 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:48.534 INFO:teuthology.orchestra.run.vm06.stdout:Service restarts being deferred: 2026-03-25T10:35:48.534 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart networkd-dispatcher.service 2026-03-25T10:35:48.534 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart unattended-upgrades.service 2026-03-25T10:35:48.534 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:48.534 INFO:teuthology.orchestra.run.vm06.stdout:No containers need to be restarted. 2026-03-25T10:35:48.534 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:48.534 INFO:teuthology.orchestra.run.vm06.stdout:No user sessions are running outdated binaries. 2026-03-25T10:35:48.534 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:48.534 INFO:teuthology.orchestra.run.vm06.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-25T10:35:48.578 INFO:teuthology.orchestra.run.vm08.stdout:Fetched 281 MB in 42s (6702 kB/s) 2026-03-25T10:35:48.640 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-03-25T10:35:48.705 INFO:teuthology.orchestra.run.vm08.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 119262 files and directories currently installed.) 2026-03-25T10:35:48.707 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-03-25T10:35:48.709 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-25T10:35:48.731 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-03-25T10:35:48.738 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-03-25T10:35:48.738 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-25T10:35:48.757 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-03-25T10:35:48.763 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-03-25T10:35:48.764 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-25T10:35:48.790 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-03-25T10:35:48.798 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T10:35:48.803 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:35:48.852 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-03-25T10:35:48.859 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T10:35:48.860 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:35:48.883 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-03-25T10:35:48.891 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-25T10:35:48.892 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:35:48.921 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-03-25T10:35:48.927 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-03-25T10:35:48.928 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-25T10:35:48.956 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../07-librbd1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:48.958 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking librbd1 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-25T10:35:49.055 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../08-librados2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:49.058 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking librados2 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-25T10:35:49.131 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libnbd0. 2026-03-25T10:35:49.138 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../09-libnbd0_1.10.5-1_amd64.deb ... 2026-03-25T10:35:49.138 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-03-25T10:35:49.158 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libcephfs2. 2026-03-25T10:35:49.164 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:49.165 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:49.198 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-rados. 2026-03-25T10:35:49.205 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../11-python3-rados_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:49.206 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:49.230 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-03-25T10:35:49.238 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:49.239 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:49.254 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-cephfs. 2026-03-25T10:35:49.261 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:49.262 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:49.282 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-ceph-common. 2026-03-25T10:35:49.289 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:49.289 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:49.314 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-wcwidth. 2026-03-25T10:35:49.320 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-03-25T10:35:49.321 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-25T10:35:49.343 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-prettytable. 2026-03-25T10:35:49.349 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-03-25T10:35:49.350 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-03-25T10:35:49.367 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-rbd. 2026-03-25T10:35:49.373 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:49.374 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:49.395 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-03-25T10:35:49.401 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-03-25T10:35:49.402 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-25T10:35:49.426 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package librgw2. 2026-03-25T10:35:49.432 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../19-librgw2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:49.433 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:49.640 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-rgw. 2026-03-25T10:35:49.647 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:49.648 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:49.668 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package liboath0:amd64. 2026-03-25T10:35:49.674 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T10:35:49.674 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-03-25T10:35:49.675 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-25T10:35:49.677 DEBUG:teuthology.orchestra.run.vm06:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install python3-jmespath python3-xmltodict s3cmd 2026-03-25T10:35:49.693 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libradosstriper1. 2026-03-25T10:35:49.699 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:49.700 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:49.722 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-common. 2026-03-25T10:35:49.728 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../23-ceph-common_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:49.729 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:49.757 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-25T10:35:49.986 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-25T10:35:49.986 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-25T10:35:50.178 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T10:35:50.178 INFO:teuthology.orchestra.run.vm06.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T10:35:50.179 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T10:35:50.179 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T10:35:50.204 INFO:teuthology.orchestra.run.vm06.stdout:The following NEW packages will be installed: 2026-03-25T10:35:50.204 INFO:teuthology.orchestra.run.vm06.stdout: python3-jmespath python3-xmltodict s3cmd 2026-03-25T10:35:50.410 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-base. 2026-03-25T10:35:50.418 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../24-ceph-base_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:50.423 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:50.537 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 3 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T10:35:50.537 INFO:teuthology.orchestra.run.vm06.stdout:Need to get 155 kB of archives. 2026-03-25T10:35:50.537 INFO:teuthology.orchestra.run.vm06.stdout:After this operation, 678 kB of additional disk space will be used. 2026-03-25T10:35:50.537 INFO:teuthology.orchestra.run.vm06.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2026-03-25T10:35:50.567 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-03-25T10:35:50.574 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-03-25T10:35:50.575 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-03-25T10:35:50.594 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-cheroot. 2026-03-25T10:35:50.601 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-03-25T10:35:50.602 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-25T10:35:50.610 INFO:teuthology.orchestra.run.vm06.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-xmltodict all 0.12.0-2 [12.6 kB] 2026-03-25T10:35:50.617 INFO:teuthology.orchestra.run.vm06.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 s3cmd all 2.2.0-1 [120 kB] 2026-03-25T10:35:50.624 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-03-25T10:35:50.631 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-03-25T10:35:50.631 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-03-25T10:35:50.648 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-jaraco.text. 2026-03-25T10:35:50.654 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-03-25T10:35:50.655 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-03-25T10:35:50.672 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-03-25T10:35:50.679 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-03-25T10:35:50.680 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-03-25T10:35:50.698 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-tempora. 2026-03-25T10:35:50.704 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-03-25T10:35:50.704 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-03-25T10:35:50.722 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-portend. 2026-03-25T10:35:50.729 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-03-25T10:35:50.730 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-03-25T10:35:50.751 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-03-25T10:35:50.758 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-03-25T10:35:50.759 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-03-25T10:35:50.777 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-cherrypy3. 2026-03-25T10:35:50.783 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-03-25T10:35:50.784 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-03-25T10:35:50.819 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-natsort. 2026-03-25T10:35:50.826 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-03-25T10:35:50.827 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-03-25T10:35:50.844 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-03-25T10:35:50.850 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:50.851 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:50.894 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-03-25T10:35:50.896 INFO:teuthology.orchestra.run.vm06.stdout:Fetched 155 kB in 0s (320 kB/s) 2026-03-25T10:35:50.900 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:50.901 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:50.911 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-jmespath. 2026-03-25T10:35:50.918 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-mgr. 2026-03-25T10:35:50.924 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:50.924 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:50.948 INFO:teuthology.orchestra.run.vm06.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 126082 files and directories currently installed.) 2026-03-25T10:35:50.951 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../python3-jmespath_0.10.0-1_all.deb ... 2026-03-25T10:35:50.952 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2026-03-25T10:35:50.959 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-mon. 2026-03-25T10:35:50.966 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:50.967 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:50.972 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package python3-xmltodict. 2026-03-25T10:35:50.978 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../python3-xmltodict_0.12.0-2_all.deb ... 2026-03-25T10:35:50.979 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking python3-xmltodict (0.12.0-2) ... 2026-03-25T10:35:50.995 INFO:teuthology.orchestra.run.vm06.stdout:Selecting previously unselected package s3cmd. 2026-03-25T10:35:51.003 INFO:teuthology.orchestra.run.vm06.stdout:Preparing to unpack .../archives/s3cmd_2.2.0-1_all.deb ... 2026-03-25T10:35:51.004 INFO:teuthology.orchestra.run.vm06.stdout:Unpacking s3cmd (2.2.0-1) ... 2026-03-25T10:35:51.043 INFO:teuthology.orchestra.run.vm06.stdout:Setting up s3cmd (2.2.0-1) ... 2026-03-25T10:35:51.112 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libfuse2:amd64. 2026-03-25T10:35:51.118 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-03-25T10:35:51.119 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-25T10:35:51.395 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-xmltodict (0.12.0-2) ... 2026-03-25T10:35:51.702 INFO:teuthology.orchestra.run.vm06.stdout:Setting up python3-jmespath (0.10.0-1) ... 2026-03-25T10:35:51.704 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-osd. 2026-03-25T10:35:51.710 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:51.713 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:51.810 INFO:teuthology.orchestra.run.vm06.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-25T10:35:52.158 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph. 2026-03-25T10:35:52.165 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../41-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:52.166 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:52.183 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-fuse. 2026-03-25T10:35:52.189 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:52.190 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:52.223 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-mds. 2026-03-25T10:35:52.230 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:52.231 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:52.288 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package cephadm. 2026-03-25T10:35:52.294 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../44-cephadm_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:52.295 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:52.322 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-asyncssh. 2026-03-25T10:35:52.328 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-03-25T10:35:52.329 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-25T10:35:52.362 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-03-25T10:35:52.368 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:52.369 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:52.402 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-repoze.lru. 2026-03-25T10:35:52.409 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-03-25T10:35:52.409 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-03-25T10:35:52.428 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-routes. 2026-03-25T10:35:52.435 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-03-25T10:35:52.438 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-03-25T10:35:52.462 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:52.462 INFO:teuthology.orchestra.run.vm06.stdout:Running kernel seems to be up-to-date. 2026-03-25T10:35:52.462 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:52.462 INFO:teuthology.orchestra.run.vm06.stdout:Services to be restarted: 2026-03-25T10:35:52.465 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart apache-htcacheclean.service 2026-03-25T10:35:52.471 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart rsyslog.service 2026-03-25T10:35:52.474 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:52.474 INFO:teuthology.orchestra.run.vm06.stdout:Service restarts being deferred: 2026-03-25T10:35:52.474 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart networkd-dispatcher.service 2026-03-25T10:35:52.474 INFO:teuthology.orchestra.run.vm06.stdout: systemctl restart unattended-upgrades.service 2026-03-25T10:35:52.474 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:52.474 INFO:teuthology.orchestra.run.vm06.stdout:No containers need to be restarted. 2026-03-25T10:35:52.474 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:52.474 INFO:teuthology.orchestra.run.vm06.stdout:No user sessions are running outdated binaries. 2026-03-25T10:35:52.474 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:35:52.474 INFO:teuthology.orchestra.run.vm06.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-25T10:35:52.475 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-03-25T10:35:52.483 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:52.484 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:53.455 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-03-25T10:35:53.462 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-03-25T10:35:53.463 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-25T10:35:53.469 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T10:35:53.473 DEBUG:teuthology.parallel:result is None 2026-03-25T10:35:53.554 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-joblib. 2026-03-25T10:35:53.560 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-03-25T10:35:53.561 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-03-25T10:35:53.604 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-03-25T10:35:53.611 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-03-25T10:35:53.612 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-03-25T10:35:53.630 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-sklearn. 2026-03-25T10:35:53.636 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-03-25T10:35:53.638 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-25T10:35:53.783 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-03-25T10:35:53.791 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:53.792 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:54.210 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-cachetools. 2026-03-25T10:35:54.217 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-03-25T10:35:54.218 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-03-25T10:35:54.237 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-rsa. 2026-03-25T10:35:54.244 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-03-25T10:35:54.245 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-rsa (4.8-1) ... 2026-03-25T10:35:54.268 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-google-auth. 2026-03-25T10:35:54.275 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-03-25T10:35:54.276 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-03-25T10:35:54.298 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-03-25T10:35:54.305 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-03-25T10:35:54.306 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-25T10:35:54.325 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-websocket. 2026-03-25T10:35:54.332 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-03-25T10:35:54.332 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-03-25T10:35:54.356 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-kubernetes. 2026-03-25T10:35:54.362 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-03-25T10:35:54.363 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-25T10:35:54.546 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-03-25T10:35:54.553 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:54.554 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:54.573 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libonig5:amd64. 2026-03-25T10:35:54.579 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-03-25T10:35:54.580 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-25T10:35:54.602 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libjq1:amd64. 2026-03-25T10:35:54.609 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-25T10:35:54.609 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-25T10:35:54.628 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package jq. 2026-03-25T10:35:54.634 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-25T10:35:54.634 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-03-25T10:35:54.653 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package socat. 2026-03-25T10:35:54.659 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-03-25T10:35:54.660 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-03-25T10:35:54.695 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package xmlstarlet. 2026-03-25T10:35:54.702 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-03-25T10:35:54.703 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-03-25T10:35:54.751 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-test. 2026-03-25T10:35:54.758 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../67-ceph-test_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:54.759 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:56.836 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package ceph-volume. 2026-03-25T10:35:56.843 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-25T10:35:56.844 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:56.873 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libcephfs-daemon. 2026-03-25T10:35:56.880 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:56.881 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:56.896 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-03-25T10:35:56.902 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:56.903 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:56.917 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package libcephfs-dev. 2026-03-25T10:35:56.923 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:56.924 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:56.941 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package nvme-cli. 2026-03-25T10:35:56.946 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-03-25T10:35:56.947 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-03-25T10:35:56.989 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-03-25T10:35:56.996 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-03-25T10:35:56.997 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-25T10:35:57.125 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-iniconfig. 2026-03-25T10:35:57.132 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-03-25T10:35:57.133 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-03-25T10:35:57.149 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-pluggy. 2026-03-25T10:35:57.156 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-03-25T10:35:57.157 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-03-25T10:35:57.177 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-psutil. 2026-03-25T10:35:57.183 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-03-25T10:35:57.184 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-03-25T10:35:57.210 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-py. 2026-03-25T10:35:57.217 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-03-25T10:35:57.218 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-py (1.10.0-1) ... 2026-03-25T10:35:57.247 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-pygments. 2026-03-25T10:35:57.254 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-03-25T10:35:57.255 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-25T10:35:57.322 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-toml. 2026-03-25T10:35:57.328 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-03-25T10:35:57.330 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-03-25T10:35:57.350 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-pytest. 2026-03-25T10:35:57.357 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-03-25T10:35:57.358 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-03-25T10:35:57.401 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-simplejson. 2026-03-25T10:35:57.408 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-03-25T10:35:57.409 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-03-25T10:35:57.431 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-webob. 2026-03-25T10:35:57.437 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-03-25T10:35:57.438 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-25T10:35:57.458 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-03-25T10:35:57.464 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-03-25T10:35:57.465 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-03-25T10:35:57.605 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package radosgw. 2026-03-25T10:35:57.612 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../84-radosgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:57.613 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:58.228 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package rbd-fuse. 2026-03-25T10:35:58.235 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-25T10:35:58.235 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:58.256 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package smartmontools. 2026-03-25T10:35:58.260 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../86-smartmontools_7.2-1ubuntu0.1_amd64.deb ... 2026-03-25T10:35:58.268 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking smartmontools (7.2-1ubuntu0.1) ... 2026-03-25T10:35:58.315 INFO:teuthology.orchestra.run.vm08.stdout:Setting up smartmontools (7.2-1ubuntu0.1) ... 2026-03-25T10:35:58.579 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service. 2026-03-25T10:35:58.580 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service. 2026-03-25T10:35:58.955 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-03-25T10:35:59.025 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-25T10:35:59.028 INFO:teuthology.orchestra.run.vm08.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-03-25T10:35:59.099 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-03-25T10:35:59.354 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-03-25T10:35:59.742 INFO:teuthology.orchestra.run.vm08.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-03-25T10:35:59.760 INFO:teuthology.orchestra.run.vm08.stdout:Setting up cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:35:59.805 INFO:teuthology.orchestra.run.vm08.stdout:Adding system user cephadm....done 2026-03-25T10:35:59.815 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-03-25T10:35:59.888 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-25T10:35:59.891 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-03-25T10:35:59.962 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-03-25T10:36:00.040 INFO:teuthology.orchestra.run.vm08.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-25T10:36:00.043 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-py (1.10.0-1) ... 2026-03-25T10:36:00.144 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-03-25T10:36:00.302 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-03-25T10:36:00.468 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-03-25T10:36:00.548 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:00.648 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-25T10:36:00.672 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-03-25T10:36:00.675 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-25T10:36:00.680 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-25T10:36:00.685 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-03-25T10:36:00.822 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-03-25T10:36:00.898 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:00.901 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-03-25T10:36:01.088 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-03-25T10:36:01.178 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-25T10:36:01.496 INFO:teuthology.orchestra.run.vm08.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-03-25T10:36:01.499 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-25T10:36:01.599 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-25T10:36:01.748 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-25T10:36:01.846 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-03-25T10:36:01.919 INFO:teuthology.orchestra.run.vm08.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-03-25T10:36:01.922 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:02.023 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-25T10:36:02.609 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:36:02.615 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-toml (0.10.2-1) ... 2026-03-25T10:36:02.691 INFO:teuthology.orchestra.run.vm08.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-25T10:36:02.694 INFO:teuthology.orchestra.run.vm08.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-03-25T10:36:02.697 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-03-25T10:36:02.777 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-03-25T10:36:02.852 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:36:02.854 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-rsa (4.8-1) ... 2026-03-25T10:36:02.935 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-03-25T10:36:03.009 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-03-25T10:36:03.088 INFO:teuthology.orchestra.run.vm08.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-25T10:36:03.091 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-03-25T10:36:03.179 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-25T10:36:03.182 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-25T10:36:03.258 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-25T10:36:03.358 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-03-25T10:36:03.430 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-25T10:36:03.433 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-03-25T10:36:03.581 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-portend (3.0.0-1) ... 2026-03-25T10:36:03.656 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-25T10:36:03.658 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-03-25T10:36:03.743 INFO:teuthology.orchestra.run.vm08.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-03-25T10:36:03.745 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-03-25T10:36:03.882 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-25T10:36:03.884 INFO:teuthology.orchestra.run.vm08.stdout:Setting up librados2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:03.887 INFO:teuthology.orchestra.run.vm08.stdout:Setting up librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:03.890 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:03.892 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-25T10:36:04.517 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:04.520 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:04.523 INFO:teuthology.orchestra.run.vm08.stdout:Setting up librbd1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:04.525 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:04.528 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:04.595 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-25T10:36:04.595 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-25T10:36:05.002 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:05.004 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:05.007 INFO:teuthology.orchestra.run.vm08.stdout:Setting up libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:05.010 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:05.012 INFO:teuthology.orchestra.run.vm08.stdout:Setting up rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:05.015 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:05.018 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:05.020 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:05.060 INFO:teuthology.orchestra.run.vm08.stdout:Adding group ceph....done 2026-03-25T10:36:05.102 INFO:teuthology.orchestra.run.vm08.stdout:Adding system user ceph....done 2026-03-25T10:36:05.123 INFO:teuthology.orchestra.run.vm08.stdout:Setting system user ceph properties....done 2026-03-25T10:36:05.128 INFO:teuthology.orchestra.run.vm08.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-03-25T10:36:05.197 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-03-25T10:36:05.435 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-03-25T10:36:05.826 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:05.828 INFO:teuthology.orchestra.run.vm08.stdout:Setting up radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:06.103 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-25T10:36:06.103 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-25T10:36:06.478 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:06.572 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-03-25T10:36:06.986 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:07.056 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-25T10:36:07.056 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-25T10:36:07.442 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:07.522 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-25T10:36:07.523 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-25T10:36:07.913 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:08.000 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-25T10:36:08.000 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-25T10:36:08.392 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:08.395 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:08.408 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:08.475 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-25T10:36:08.475 INFO:teuthology.orchestra.run.vm08.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-25T10:36:08.834 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:08.848 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:08.850 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:08.862 INFO:teuthology.orchestra.run.vm08.stdout:Setting up ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-25T10:36:08.985 INFO:teuthology.orchestra.run.vm08.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-25T10:36:09.076 INFO:teuthology.orchestra.run.vm08.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-25T10:36:09.593 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:09.593 INFO:teuthology.orchestra.run.vm08.stdout:Running kernel seems to be up-to-date. 2026-03-25T10:36:09.593 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:09.593 INFO:teuthology.orchestra.run.vm08.stdout:Services to be restarted: 2026-03-25T10:36:09.597 INFO:teuthology.orchestra.run.vm08.stdout: systemctl restart apache-htcacheclean.service 2026-03-25T10:36:09.603 INFO:teuthology.orchestra.run.vm08.stdout: systemctl restart rsyslog.service 2026-03-25T10:36:09.606 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:09.606 INFO:teuthology.orchestra.run.vm08.stdout:Service restarts being deferred: 2026-03-25T10:36:09.606 INFO:teuthology.orchestra.run.vm08.stdout: systemctl restart networkd-dispatcher.service 2026-03-25T10:36:09.606 INFO:teuthology.orchestra.run.vm08.stdout: systemctl restart unattended-upgrades.service 2026-03-25T10:36:09.606 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:09.606 INFO:teuthology.orchestra.run.vm08.stdout:No containers need to be restarted. 2026-03-25T10:36:09.606 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:09.606 INFO:teuthology.orchestra.run.vm08.stdout:No user sessions are running outdated binaries. 2026-03-25T10:36:09.606 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:09.606 INFO:teuthology.orchestra.run.vm08.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-25T10:36:10.580 INFO:teuthology.orchestra.run.vm08.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T10:36:10.582 DEBUG:teuthology.orchestra.run.vm08:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install python3-jmespath python3-xmltodict s3cmd 2026-03-25T10:36:10.664 INFO:teuthology.orchestra.run.vm08.stdout:Reading package lists... 2026-03-25T10:36:10.882 INFO:teuthology.orchestra.run.vm08.stdout:Building dependency tree... 2026-03-25T10:36:10.883 INFO:teuthology.orchestra.run.vm08.stdout:Reading state information... 2026-03-25T10:36:11.064 INFO:teuthology.orchestra.run.vm08.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T10:36:11.064 INFO:teuthology.orchestra.run.vm08.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T10:36:11.064 INFO:teuthology.orchestra.run.vm08.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T10:36:11.064 INFO:teuthology.orchestra.run.vm08.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T10:36:11.080 INFO:teuthology.orchestra.run.vm08.stdout:The following NEW packages will be installed: 2026-03-25T10:36:11.080 INFO:teuthology.orchestra.run.vm08.stdout: python3-jmespath python3-xmltodict s3cmd 2026-03-25T10:36:11.286 INFO:teuthology.orchestra.run.vm08.stdout:0 upgraded, 3 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T10:36:11.286 INFO:teuthology.orchestra.run.vm08.stdout:Need to get 155 kB of archives. 2026-03-25T10:36:11.286 INFO:teuthology.orchestra.run.vm08.stdout:After this operation, 678 kB of additional disk space will be used. 2026-03-25T10:36:11.286 INFO:teuthology.orchestra.run.vm08.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2026-03-25T10:36:11.492 INFO:teuthology.orchestra.run.vm08.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-xmltodict all 0.12.0-2 [12.6 kB] 2026-03-25T10:36:11.516 INFO:teuthology.orchestra.run.vm08.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 s3cmd all 2.2.0-1 [120 kB] 2026-03-25T10:36:11.941 INFO:teuthology.orchestra.run.vm08.stdout:Fetched 155 kB in 1s (238 kB/s) 2026-03-25T10:36:11.957 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-jmespath. 2026-03-25T10:36:11.990 INFO:teuthology.orchestra.run.vm08.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 126082 files and directories currently installed.) 2026-03-25T10:36:11.992 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../python3-jmespath_0.10.0-1_all.deb ... 2026-03-25T10:36:11.993 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2026-03-25T10:36:12.012 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package python3-xmltodict. 2026-03-25T10:36:12.019 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../python3-xmltodict_0.12.0-2_all.deb ... 2026-03-25T10:36:12.020 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking python3-xmltodict (0.12.0-2) ... 2026-03-25T10:36:12.037 INFO:teuthology.orchestra.run.vm08.stdout:Selecting previously unselected package s3cmd. 2026-03-25T10:36:12.045 INFO:teuthology.orchestra.run.vm08.stdout:Preparing to unpack .../archives/s3cmd_2.2.0-1_all.deb ... 2026-03-25T10:36:12.046 INFO:teuthology.orchestra.run.vm08.stdout:Unpacking s3cmd (2.2.0-1) ... 2026-03-25T10:36:12.081 INFO:teuthology.orchestra.run.vm08.stdout:Setting up s3cmd (2.2.0-1) ... 2026-03-25T10:36:12.179 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-xmltodict (0.12.0-2) ... 2026-03-25T10:36:12.254 INFO:teuthology.orchestra.run.vm08.stdout:Setting up python3-jmespath (0.10.0-1) ... 2026-03-25T10:36:12.340 INFO:teuthology.orchestra.run.vm08.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-25T10:36:12.689 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:12.689 INFO:teuthology.orchestra.run.vm08.stdout:Running kernel seems to be up-to-date. 2026-03-25T10:36:12.689 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:12.689 INFO:teuthology.orchestra.run.vm08.stdout:Services to be restarted: 2026-03-25T10:36:12.693 INFO:teuthology.orchestra.run.vm08.stdout: systemctl restart apache-htcacheclean.service 2026-03-25T10:36:12.700 INFO:teuthology.orchestra.run.vm08.stdout: systemctl restart rsyslog.service 2026-03-25T10:36:12.703 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:12.703 INFO:teuthology.orchestra.run.vm08.stdout:Service restarts being deferred: 2026-03-25T10:36:12.703 INFO:teuthology.orchestra.run.vm08.stdout: systemctl restart networkd-dispatcher.service 2026-03-25T10:36:12.703 INFO:teuthology.orchestra.run.vm08.stdout: systemctl restart unattended-upgrades.service 2026-03-25T10:36:12.703 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:12.703 INFO:teuthology.orchestra.run.vm08.stdout:No containers need to be restarted. 2026-03-25T10:36:12.703 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:12.703 INFO:teuthology.orchestra.run.vm08.stdout:No user sessions are running outdated binaries. 2026-03-25T10:36:12.703 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:12.703 INFO:teuthology.orchestra.run.vm08.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-25T10:36:13.707 INFO:teuthology.orchestra.run.vm08.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T10:36:13.711 DEBUG:teuthology.parallel:result is None 2026-03-25T10:36:13.711 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-25T10:36:14.359 DEBUG:teuthology.orchestra.run.vm06:> dpkg-query -W -f '${Version}' ceph 2026-03-25T10:36:14.369 INFO:teuthology.orchestra.run.vm06.stdout:20.2.0-712-g70f8415b-1jammy 2026-03-25T10:36:14.370 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-712-g70f8415b-1jammy 2026-03-25T10:36:14.370 INFO:teuthology.task.install:The correct ceph version 20.2.0-712-g70f8415b-1jammy is installed. 2026-03-25T10:36:14.371 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-25T10:36:14.966 DEBUG:teuthology.orchestra.run.vm08:> dpkg-query -W -f '${Version}' ceph 2026-03-25T10:36:14.976 INFO:teuthology.orchestra.run.vm08.stdout:20.2.0-712-g70f8415b-1jammy 2026-03-25T10:36:14.976 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-712-g70f8415b-1jammy 2026-03-25T10:36:14.976 INFO:teuthology.task.install:The correct ceph version 20.2.0-712-g70f8415b-1jammy is installed. 2026-03-25T10:36:14.977 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-03-25T10:36:14.977 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:14.977 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-25T10:36:14.985 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:14.985 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-25T10:36:15.026 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-03-25T10:36:15.026 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:15.026 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/usr/bin/daemon-helper 2026-03-25T10:36:15.036 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-25T10:36:15.088 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:15.088 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/daemon-helper 2026-03-25T10:36:15.097 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-25T10:36:15.149 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-03-25T10:36:15.149 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:15.149 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-25T10:36:15.159 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-25T10:36:15.209 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:15.209 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-25T10:36:15.219 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-25T10:36:15.269 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-03-25T10:36:15.269 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:15.269 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/usr/bin/stdin-killer 2026-03-25T10:36:15.278 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-25T10:36:15.331 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:15.331 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/usr/bin/stdin-killer 2026-03-25T10:36:15.340 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-25T10:36:15.389 INFO:teuthology.run_tasks:Running task ceph... 2026-03-25T10:36:15.433 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2026-03-25T10:36:15.433 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod 777 /var/log/ceph 2026-03-25T10:36:15.435 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod 777 /var/log/ceph 2026-03-25T10:36:15.444 INFO:tasks.ceph:Disabling ceph logrotate... 2026-03-25T10:36:15.444 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f -- /etc/logrotate.d/ceph 2026-03-25T10:36:15.484 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f -- /etc/logrotate.d/ceph 2026-03-25T10:36:15.494 INFO:tasks.ceph:Creating extra log directories... 2026-03-25T10:36:15.494 DEBUG:teuthology.orchestra.run.vm06:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2026-03-25T10:36:15.536 DEBUG:teuthology.orchestra.run.vm08:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2026-03-25T10:36:15.548 INFO:tasks.ceph:Creating ceph cluster cluster1... 2026-03-25T10:36:15.549 INFO:tasks.ceph:config {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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-25T10:36:15.549 INFO:tasks.ceph:ctx.config {'archive_path': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3628', 'branch': 'tentacle', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{ubuntu_latest} 5-data-pool/replicated 6-prepare/native-standalone 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': '3628', 'ktype': 'distro', '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': 'ubuntu', 'os_version': '22.04', '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': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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': {'vm06.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMZk57CCCOWCngix1bHT6NxlWkfMKASocz3ZZjuxf7K/i5m78tRN5PvFdaTE/x/vzrp6i0xkCgG7FgbYEkydN7o=', 'vm08.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHzTTQr+YyKMJBuWs/7NL6Lc4MtcEDsud1FcrRFeupqyH3wztoR3sPwafTRRw2ezryJUNFTm0nB4kQNAZE4cM60='}, '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': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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 pool create datapool 4', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd pool create datapool 4', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0', 'rbd --cluster cluster2 migration execute client.0.0', 'rbd --cluster cluster2 migration commit client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2', 'rbd --cluster cluster2 snap create client.0.2@snap']}}, {'exec': {'cluster1.client.0': ['echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': '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.3013333'} 2026-03-25T10:36:15.549 DEBUG:teuthology.orchestra.run.vm06:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2026-03-25T10:36:15.588 DEBUG:teuthology.orchestra.run.vm08:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2026-03-25T10:36:15.592 DEBUG:teuthology.orchestra.run.vm06:> sudo install -d -m0777 -- /var/run/ceph 2026-03-25T10:36:15.632 DEBUG:teuthology.orchestra.run.vm08:> sudo install -d -m0777 -- /var/run/ceph 2026-03-25T10:36:15.645 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:15.645 DEBUG:teuthology.orchestra.run.vm06:> dd if=/scratch_devs of=/dev/stdout 2026-03-25T10:36:15.682 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-25T10:36:15.682 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_1 2026-03-25T10:36:15.726 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-03-25T10:36:15.726 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T10:36:15.726 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 771 Links: 1 2026-03-25T10:36:15.726 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T10:36:15.726 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-03-25 10:34:45.404794000 +0000 2026-03-25T10:36:15.726 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-03-25 10:34:45.256794000 +0000 2026-03-25T10:36:15.726 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-03-25 10:34:45.256794000 +0000 2026-03-25T10:36:15.726 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-03-25T10:36:15.727 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-03-25T10:36:15.779 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-03-25T10:36:15.779 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-03-25T10:36:15.779 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000171621 s, 3.0 MB/s 2026-03-25T10:36:15.779 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-03-25T10:36:15.827 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_2 2026-03-25T10:36:15.874 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-03-25T10:36:15.874 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T10:36:15.874 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 809 Links: 1 2026-03-25T10:36:15.874 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T10:36:15.874 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-03-25 10:34:45.704794000 +0000 2026-03-25T10:36:15.874 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-03-25 10:34:45.564794000 +0000 2026-03-25T10:36:15.874 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-03-25 10:34:45.564794000 +0000 2026-03-25T10:36:15.874 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-03-25T10:36:15.875 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-03-25T10:36:15.922 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-03-25T10:36:15.922 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-03-25T10:36:15.922 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000184786 s, 2.8 MB/s 2026-03-25T10:36:15.923 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-03-25T10:36:15.967 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_3 2026-03-25T10:36:16.010 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-03-25T10:36:16.010 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T10:36:16.010 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 842 Links: 1 2026-03-25T10:36:16.010 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T10:36:16.010 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-03-25 10:34:45.872794000 +0000 2026-03-25T10:36:16.010 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-03-25 10:34:45.868794000 +0000 2026-03-25T10:36:16.010 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-03-25 10:34:45.868794000 +0000 2026-03-25T10:36:16.010 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-03-25T10:36:16.011 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-03-25T10:36:16.058 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-03-25T10:36:16.058 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-03-25T10:36:16.058 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000184926 s, 2.8 MB/s 2026-03-25T10:36:16.059 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-03-25T10:36:16.103 DEBUG:teuthology.orchestra.run.vm06:> stat /dev/vg_nvme/lv_4 2026-03-25T10:36:16.146 INFO:teuthology.orchestra.run.vm06.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-03-25T10:36:16.146 INFO:teuthology.orchestra.run.vm06.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T10:36:16.146 INFO:teuthology.orchestra.run.vm06.stdout:Device: 5h/5d Inode: 872 Links: 1 2026-03-25T10:36:16.146 INFO:teuthology.orchestra.run.vm06.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T10:36:16.146 INFO:teuthology.orchestra.run.vm06.stdout:Access: 2026-03-25 10:34:50.412794000 +0000 2026-03-25T10:36:16.146 INFO:teuthology.orchestra.run.vm06.stdout:Modify: 2026-03-25 10:34:46.172794000 +0000 2026-03-25T10:36:16.146 INFO:teuthology.orchestra.run.vm06.stdout:Change: 2026-03-25 10:34:46.172794000 +0000 2026-03-25T10:36:16.146 INFO:teuthology.orchestra.run.vm06.stdout: Birth: - 2026-03-25T10:36:16.146 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-03-25T10:36:16.194 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records in 2026-03-25T10:36:16.195 INFO:teuthology.orchestra.run.vm06.stderr:1+0 records out 2026-03-25T10:36:16.195 INFO:teuthology.orchestra.run.vm06.stderr:512 bytes copied, 0.000155983 s, 3.3 MB/s 2026-03-25T10:36:16.195 DEBUG:teuthology.orchestra.run.vm06:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-03-25T10:36:16.242 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-25T10:36:16.243 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@vm06.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-25T10:36:16.243 INFO:tasks.ceph:Generating config... 2026-03-25T10:36:16.243 INFO:tasks.ceph:[client] rbd default data pool = datapool 2026-03-25T10:36:16.243 INFO:tasks.ceph:[global] mon warn on pool no app = False 2026-03-25T10:36:16.243 INFO:tasks.ceph:[mgr] debug mgr = 20 2026-03-25T10:36:16.243 INFO:tasks.ceph:[mgr] debug ms = 1 2026-03-25T10:36:16.243 INFO:tasks.ceph:[mon] debug mon = 20 2026-03-25T10:36:16.243 INFO:tasks.ceph:[mon] debug ms = 1 2026-03-25T10:36:16.243 INFO:tasks.ceph:[mon] debug paxos = 20 2026-03-25T10:36:16.243 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2026-03-25T10:36:16.243 INFO:tasks.ceph:[osd] bluestore compression algorithm = lz4 2026-03-25T10:36:16.243 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2026-03-25T10:36:16.243 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2026-03-25T10:36:16.243 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2026-03-25T10:36:16.243 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2026-03-25T10:36:16.243 INFO:tasks.ceph:[osd] debug ms = 1 2026-03-25T10:36:16.243 INFO:tasks.ceph:[osd] debug osd = 20 2026-03-25T10:36:16.243 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2026-03-25T10:36:16.244 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2026-03-25T10:36:16.244 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2026-03-25T10:36:16.244 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2026-03-25T10:36:16.244 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2026-03-25T10:36:16.244 INFO:tasks.ceph:[osd] osd mclock iops capacity threshold hdd = 49000 2026-03-25T10:36:16.244 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2026-03-25T10:36:16.244 INFO:tasks.ceph:Setting up cluster1.mon.a... 2026-03-25T10:36:16.244 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster1.keyring 2026-03-25T10:36:16.300 INFO:teuthology.orchestra.run.vm06.stdout:creating /etc/ceph/cluster1.keyring 2026-03-25T10:36:16.302 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster1.keyring 2026-03-25T10:36:16.365 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-25T10:36:16.415 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster1.mon.a', '192.168.123.106')] 2026-03-25T10:36:16.415 DEBUG:tasks.ceph:writing out conf {'global': {'chdir': '', 'pid file': '/var/run/ceph/$cluster-$name.pid', 'auth supported': 'cephx', 'filestore xattr use omap': 'true', 'mon clock drift allowed': '1.000', 'osd crush chooseleaf type': '0', 'auth debug': 'true', 'ms die on old message': 'true', 'ms die on bug': 'true', 'mon max pg per osd': '10000', 'mon pg warn max object skew': '0', 'osd_pool_default_pg_autoscale_mode': 'off', 'osd pool default size': '2', 'mon osd allow primary affinity': 'true', 'mon osd allow pg remap': 'true', 'mon warn on legacy crush tunables': 'false', 'mon warn on crush straw calc version zero': 'false', 'mon warn on no sortbitwise': 'false', 'mon warn on osd down out interval zero': 'false', 'mon warn on too few osds': 'false', 'mon_warn_on_pool_pg_num_not_power_of_two': 'false', 'mon_warn_on_pool_no_redundancy': 'false', 'mon_allow_pool_size_one': 'true', 'osd pool default erasure code profile': 'plugin=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.106', 'mon warn on pool no app': False}, 'osd': {'osd journal size': '100', 'osd scrub load threshold': '5.0', 'osd scrub max interval': '600', 'osd mclock profile': 'high_recovery_ops', 'osd mclock skip benchmark': 'true', 'osd recover clone overlap': 'true', 'osd recovery max chunk': '1048576', 'osd debug shutdown': 'true', 'osd debug op order': 'true', 'osd debug verify stray on activate': 'true', 'osd debug trim objects': 'true', 'osd open classes on start': 'true', 'osd debug pg log writeout': 'true', 'osd deep scrub update digest min age': '30', 'osd map max advance': '10', 'journal zero on create': 'true', 'filestore ondisk finisher threads': '3', 'filestore apply finisher threads': '3', 'bdev debug aio': 'true', 'osd debug misdirected ops': 'true', 'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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-25T10:36:16.416 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:16.416 DEBUG:teuthology.orchestra.run.vm06:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2026-03-25T10:36:16.463 DEBUG:teuthology.orchestra.run.vm06:> 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.106 --print /home/ubuntu/cephtest/cluster1.monmap 2026-03-25T10:36:16.526 INFO:teuthology.orchestra.run.vm06.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster1.monmap 2026-03-25T10:36:16.526 INFO:teuthology.orchestra.run.vm06.stdout:monmaptool: generated fsid 45c0860a-3592-4e91-9305-0e2bc9444700 2026-03-25T10:36:16.526 INFO:teuthology.orchestra.run.vm06.stdout:setting min_mon_release = tentacle 2026-03-25T10:36:16.526 INFO:teuthology.orchestra.run.vm06.stdout:epoch 0 2026-03-25T10:36:16.526 INFO:teuthology.orchestra.run.vm06.stdout:fsid 45c0860a-3592-4e91-9305-0e2bc9444700 2026-03-25T10:36:16.526 INFO:teuthology.orchestra.run.vm06.stdout:last_changed 2026-03-25T10:36:16.528882+0000 2026-03-25T10:36:16.526 INFO:teuthology.orchestra.run.vm06.stdout:created 2026-03-25T10:36:16.528882+0000 2026-03-25T10:36:16.526 INFO:teuthology.orchestra.run.vm06.stdout:min_mon_release 20 (tentacle) 2026-03-25T10:36:16.526 INFO:teuthology.orchestra.run.vm06.stdout:election_strategy: 1 2026-03-25T10:36:16.526 INFO:teuthology.orchestra.run.vm06.stdout:0: [v2:192.168.123.106:3300/0,v1:192.168.123.106:6789/0] mon.a 2026-03-25T10:36:16.526 INFO:teuthology.orchestra.run.vm06.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster1.monmap (1 monitors) 2026-03-25T10:36:16.527 DEBUG:teuthology.orchestra.run.vm06:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2026-03-25T10:36:16.570 INFO:tasks.ceph:Writing /etc/ceph/cluster1.conf for FSID 45c0860a-3592-4e91-9305-0e2bc9444700... 2026-03-25T10:36:16.570 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:16.612 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout:[global] 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: chdir = "" 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: auth supported = cephx 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: filestore xattr use omap = true 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: mon clock drift allowed = 1.000 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: osd crush chooseleaf type = 0 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: auth debug = true 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: ms die on old message = true 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: ms die on bug = true 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: mon pg warn max object skew = 0 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: # disable pg_autoscaler by default for new pools 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: osd pool default size = 2 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: mon osd allow primary affinity = true 2026-03-25T10:36:16.629 INFO:teuthology.orchestra.run.vm06.stdout: mon osd allow pg remap = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on legacy crush tunables = false 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on crush straw calc version zero = false 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on no sortbitwise = false 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on osd down out interval zero = false 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on too few osds = false 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon_allow_pool_size_one = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd default data pool replay window = 5 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon allow pool delete = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon cluster log file level = debug 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: debug asserts on shutdown = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon health detail to clog = false 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon host = 192.168.123.106 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on pool no app = False 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: fsid = 45c0860a-3592-4e91-9305-0e2bc9444700 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout:[osd] 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd journal size = 100 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd scrub load threshold = 5.0 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd scrub max interval = 600 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd mclock profile = high_recovery_ops 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd mclock skip benchmark = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd recover clone overlap = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd recovery max chunk = 1048576 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd debug shutdown = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd debug op order = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd debug verify stray on activate = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd debug trim objects = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd open classes on start = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd debug pg log writeout = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd deep scrub update digest min age = 30 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: osd map max advance = 10 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: journal zero on create = true 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: filestore ondisk finisher threads = 3 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: filestore apply finisher threads = 3 2026-03-25T10:36:16.630 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: bdev debug aio = true 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: osd debug misdirected ops = true 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: bluestore block size = 96636764160 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: bluestore compression algorithm = lz4 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: bluestore compression mode = aggressive 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: bluestore fsck on mount = True 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug bluefs = 1/20 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug bluestore = 1/20 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug ms = 1 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug osd = 20 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug rocksdb = 4/10 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon osd backfillfull_ratio = 0.85 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon osd full ratio = 0.9 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon osd nearfull ratio = 0.8 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: osd failsafe full ratio = 0.95 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: osd objectstore = bluestore 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout:[mgr] 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug ms = 1 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug mgr = 20 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug mon = 20 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug auth = 20 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon reweight min pgs per osd = 4 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon reweight min bytes per osd = 10 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mgr/telemetry/nag = false 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout:[mon] 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug ms = 1 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug mon = 20 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug paxos = 20 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: debug auth = 20 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon data avail warn = 5 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon mgr mkfs grace = 240 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon reweight min pgs per osd = 4 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon osd reporter subtree level = osd 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon osd prime pg temp = true 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon reweight min bytes per osd = 10 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: auth mon ticket ttl = 660 # 11m 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: auth service ticket ttl = 240 # 4m 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: # don't complain about insecure global_id in the test suite 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: # 1m isn't quite enough 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon_down_mkfs_grace = 2m 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: mon_warn_on_filestore_osds = false 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout:[client] 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: rgw cache enabled = true 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: rgw enable ops log = true 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: rgw enable usage log = true 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-25T10:36:16.631 INFO:teuthology.orchestra.run.vm06.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm06.stdout: rbd default data pool = datapool 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm06.stdout:[mon.a] 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout:[global] 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: chdir = "" 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: auth supported = cephx 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: filestore xattr use omap = true 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon clock drift allowed = 1.000 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: osd crush chooseleaf type = 0 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: auth debug = true 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: ms die on old message = true 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: ms die on bug = true 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon pg warn max object skew = 0 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: # disable pg_autoscaler by default for new pools 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: osd pool default size = 2 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon osd allow primary affinity = true 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon osd allow pg remap = true 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on legacy crush tunables = false 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on crush straw calc version zero = false 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on no sortbitwise = false 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on osd down out interval zero = false 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on too few osds = false 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon_allow_pool_size_one = true 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: osd default data pool replay window = 5 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon allow pool delete = true 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.632 INFO:teuthology.orchestra.run.vm08.stdout: mon cluster log file level = debug 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: debug asserts on shutdown = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: mon health detail to clog = false 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: mon host = 192.168.123.106 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on pool no app = False 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: fsid = 45c0860a-3592-4e91-9305-0e2bc9444700 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout:[osd] 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd journal size = 100 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd scrub load threshold = 5.0 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd scrub max interval = 600 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd mclock profile = high_recovery_ops 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd mclock skip benchmark = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd recover clone overlap = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd recovery max chunk = 1048576 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd debug shutdown = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd debug op order = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd debug verify stray on activate = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd debug trim objects = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd open classes on start = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd debug pg log writeout = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd deep scrub update digest min age = 30 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd map max advance = 10 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: journal zero on create = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: filestore ondisk finisher threads = 3 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: filestore apply finisher threads = 3 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: bdev debug aio = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd debug misdirected ops = true 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: bluestore block size = 96636764160 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: bluestore compression algorithm = lz4 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: bluestore compression mode = aggressive 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: bluestore fsck on mount = True 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: debug bluefs = 1/20 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: debug bluestore = 1/20 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: debug ms = 1 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: debug osd = 20 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: debug rocksdb = 4/10 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: mon osd backfillfull_ratio = 0.85 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: mon osd full ratio = 0.9 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: mon osd nearfull ratio = 0.8 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd failsafe full ratio = 0.95 2026-03-25T10:36:16.633 INFO:teuthology.orchestra.run.vm08.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: osd objectstore = bluestore 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout:[mgr] 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: debug ms = 1 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: debug mgr = 20 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: debug mon = 20 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: debug auth = 20 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon reweight min pgs per osd = 4 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon reweight min bytes per osd = 10 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mgr/telemetry/nag = false 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout:[mon] 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: debug ms = 1 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: debug mon = 20 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: debug paxos = 20 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: debug auth = 20 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon data avail warn = 5 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon mgr mkfs grace = 240 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon reweight min pgs per osd = 4 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon osd reporter subtree level = osd 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon osd prime pg temp = true 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon reweight min bytes per osd = 10 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: auth mon ticket ttl = 660 # 11m 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: auth service ticket ttl = 240 # 4m 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: # don't complain about insecure global_id in the test suite 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: # 1m isn't quite enough 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon_down_mkfs_grace = 2m 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: mon_warn_on_filestore_osds = false 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout:[client] 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: rgw cache enabled = true 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: rgw enable ops log = true 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: rgw enable usage log = true 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout: rbd default data pool = datapool 2026-03-25T10:36:16.634 INFO:teuthology.orchestra.run.vm08.stdout:[mon.a] 2026-03-25T10:36:16.638 INFO:tasks.ceph:Creating admin key on cluster1.mon.a... 2026-03-25T10:36:16.638 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:16.702 INFO:tasks.ceph:Copying monmap to all nodes... 2026-03-25T10:36:16.702 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:16.702 DEBUG:teuthology.orchestra.run.vm06:> dd if=/etc/ceph/cluster1.keyring of=/dev/stdout 2026-03-25T10:36:16.746 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:16.746 DEBUG:teuthology.orchestra.run.vm06:> dd if=/home/ubuntu/cephtest/cluster1.monmap of=/dev/stdout 2026-03-25T10:36:16.791 INFO:tasks.ceph:Sending monmap to node ubuntu@vm06.local 2026-03-25T10:36:16.791 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:16.791 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/ceph/cluster1.keyring 2026-03-25T10:36:16.791 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-25T10:36:16.847 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:16.847 DEBUG:teuthology.orchestra.run.vm06:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2026-03-25T10:36:16.895 INFO:tasks.ceph:Sending monmap to node ubuntu@vm08.local 2026-03-25T10:36:16.895 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:16.895 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/ceph/cluster1.keyring 2026-03-25T10:36:16.895 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-25T10:36:16.908 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:16.908 DEBUG:teuthology.orchestra.run.vm08:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2026-03-25T10:36:16.955 INFO:tasks.ceph:Setting up mon nodes... 2026-03-25T10:36:16.956 INFO:tasks.ceph:Setting up mgr nodes... 2026-03-25T10:36:16.956 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:16.981 INFO:teuthology.orchestra.run.vm06.stdout:creating /var/lib/ceph/mgr/cluster1-x/keyring 2026-03-25T10:36:16.984 INFO:tasks.ceph:Setting up mds nodes... 2026-03-25T10:36:16.984 INFO:tasks.ceph_client:Setting up client nodes... 2026-03-25T10:36:16.984 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:17.051 INFO:teuthology.orchestra.run.vm06.stdout:creating /etc/ceph/cluster1.client.0.keyring 2026-03-25T10:36:17.059 INFO:tasks.ceph:Running mkfs on osd nodes... 2026-03-25T10:36:17.059 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@vm06.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-25T10:36:17.059 DEBUG:teuthology.orchestra.run.vm06:> sudo mkdir -p /var/lib/ceph/osd/cluster1-0 2026-03-25T10:36:17.108 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-25T10:36:17.108 INFO:tasks.ceph:role: cluster1.osd.0 2026-03-25T10:36:17.108 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@vm06.local 2026-03-25T10:36:17.108 DEBUG:teuthology.orchestra.run.vm06:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2026-03-25T10:36:17.161 INFO:teuthology.orchestra.run.vm06.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T10:36:17.161 INFO:teuthology.orchestra.run.vm06.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T10:36:17.161 INFO:teuthology.orchestra.run.vm06.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T10:36:17.161 INFO:teuthology.orchestra.run.vm06.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T10:36:17.161 INFO:teuthology.orchestra.run.vm06.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T10:36:17.161 INFO:teuthology.orchestra.run.vm06.stdout: = sunit=0 swidth=0 blks 2026-03-25T10:36:17.161 INFO:teuthology.orchestra.run.vm06.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T10:36:17.161 INFO:teuthology.orchestra.run.vm06.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T10:36:17.161 INFO:teuthology.orchestra.run.vm06.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T10:36:17.161 INFO:teuthology.orchestra.run.vm06.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T10:36:17.168 INFO:teuthology.orchestra.run.vm06.stdout:Discarding blocks...Done. 2026-03-25T10:36:17.169 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@vm06.local -o noatime 2026-03-25T10:36:17.169 DEBUG:teuthology.orchestra.run.vm06:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster1-0 2026-03-25T10:36:17.264 DEBUG:teuthology.orchestra.run.vm06:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-0 2026-03-25T10:36:17.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T10:36:17.271 INFO:teuthology.orchestra.run.vm06.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T10:36:17.271 DEBUG:teuthology.orchestra.run.vm06:> sudo mkdir -p /var/lib/ceph/osd/cluster1-1 2026-03-25T10:36:17.325 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-25T10:36:17.325 INFO:tasks.ceph:role: cluster1.osd.1 2026-03-25T10:36:17.325 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@vm06.local 2026-03-25T10:36:17.325 DEBUG:teuthology.orchestra.run.vm06:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2026-03-25T10:36:17.375 INFO:teuthology.orchestra.run.vm06.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T10:36:17.376 INFO:teuthology.orchestra.run.vm06.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T10:36:17.376 INFO:teuthology.orchestra.run.vm06.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T10:36:17.376 INFO:teuthology.orchestra.run.vm06.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T10:36:17.376 INFO:teuthology.orchestra.run.vm06.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T10:36:17.376 INFO:teuthology.orchestra.run.vm06.stdout: = sunit=0 swidth=0 blks 2026-03-25T10:36:17.376 INFO:teuthology.orchestra.run.vm06.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T10:36:17.376 INFO:teuthology.orchestra.run.vm06.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T10:36:17.376 INFO:teuthology.orchestra.run.vm06.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T10:36:17.376 INFO:teuthology.orchestra.run.vm06.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T10:36:17.381 INFO:teuthology.orchestra.run.vm06.stdout:Discarding blocks...Done. 2026-03-25T10:36:17.383 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@vm06.local -o noatime 2026-03-25T10:36:17.383 DEBUG:teuthology.orchestra.run.vm06:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster1-1 2026-03-25T10:36:17.441 DEBUG:teuthology.orchestra.run.vm06:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-1 2026-03-25T10:36:17.490 INFO:teuthology.orchestra.run.vm06.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T10:36:17.490 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T10:36:17.491 DEBUG:teuthology.orchestra.run.vm06:> sudo mkdir -p /var/lib/ceph/osd/cluster1-2 2026-03-25T10:36:17.539 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-25T10:36:17.539 INFO:tasks.ceph:role: cluster1.osd.2 2026-03-25T10:36:17.540 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@vm06.local 2026-03-25T10:36:17.540 DEBUG:teuthology.orchestra.run.vm06:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2026-03-25T10:36:17.591 INFO:teuthology.orchestra.run.vm06.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T10:36:17.591 INFO:teuthology.orchestra.run.vm06.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T10:36:17.591 INFO:teuthology.orchestra.run.vm06.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T10:36:17.591 INFO:teuthology.orchestra.run.vm06.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T10:36:17.591 INFO:teuthology.orchestra.run.vm06.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T10:36:17.591 INFO:teuthology.orchestra.run.vm06.stdout: = sunit=0 swidth=0 blks 2026-03-25T10:36:17.591 INFO:teuthology.orchestra.run.vm06.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T10:36:17.591 INFO:teuthology.orchestra.run.vm06.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T10:36:17.592 INFO:teuthology.orchestra.run.vm06.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T10:36:17.592 INFO:teuthology.orchestra.run.vm06.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T10:36:17.596 INFO:teuthology.orchestra.run.vm06.stdout:Discarding blocks...Done. 2026-03-25T10:36:17.597 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@vm06.local -o noatime 2026-03-25T10:36:17.597 DEBUG:teuthology.orchestra.run.vm06:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster1-2 2026-03-25T10:36:17.652 DEBUG:teuthology.orchestra.run.vm06:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-2 2026-03-25T10:36:17.705 INFO:teuthology.orchestra.run.vm06.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T10:36:17.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T10:36:17.705 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:17.772 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:17.774+0000 7f9a4dfa5a40 -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-25T10:36:17.773 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:17.774+0000 7f9a4dfa5a40 -1 created new key in keyring /var/lib/ceph/osd/cluster1-0/keyring 2026-03-25T10:36:17.773 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:17.774+0000 7f9a4dfa5a40 -1 bdev(0x5650d23db800 /var/lib/ceph/osd/cluster1-0/block) open stat got: (1) Operation not permitted 2026-03-25T10:36:17.773 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:17.774+0000 7f9a4dfa5a40 -1 bluestore(/var/lib/ceph/osd/cluster1-0) _read_fsid unparsable uuid 2026-03-25T10:36:18.743 DEBUG:teuthology.orchestra.run.vm06:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-0 2026-03-25T10:36:18.797 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:18.862 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:18.862+0000 7f3b81ebca40 -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-25T10:36:18.862 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:18.862+0000 7f3b81ebca40 -1 created new key in keyring /var/lib/ceph/osd/cluster1-1/keyring 2026-03-25T10:36:18.862 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:18.862+0000 7f3b81ebca40 -1 bdev(0x55ba67a0b800 /var/lib/ceph/osd/cluster1-1/block) open stat got: (1) Operation not permitted 2026-03-25T10:36:18.862 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:18.862+0000 7f3b81ebca40 -1 bluestore(/var/lib/ceph/osd/cluster1-1) _read_fsid unparsable uuid 2026-03-25T10:36:19.811 DEBUG:teuthology.orchestra.run.vm06:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-1 2026-03-25T10:36:19.865 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:19.932 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:19.934+0000 7f86c7835a40 -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-25T10:36:19.932 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:19.934+0000 7f86c7835a40 -1 created new key in keyring /var/lib/ceph/osd/cluster1-2/keyring 2026-03-25T10:36:19.932 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:19.934+0000 7f86c7835a40 -1 bdev(0x55b78881b800 /var/lib/ceph/osd/cluster1-2/block) open stat got: (1) Operation not permitted 2026-03-25T10:36:19.932 INFO:teuthology.orchestra.run.vm06.stderr:2026-03-25T10:36:19.934+0000 7f86c7835a40 -1 bluestore(/var/lib/ceph/osd/cluster1-2) _read_fsid unparsable uuid 2026-03-25T10:36:20.847 DEBUG:teuthology.orchestra.run.vm06:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-2 2026-03-25T10:36:20.896 INFO:tasks.ceph:Reading keys from all nodes... 2026-03-25T10:36:20.896 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:20.896 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/var/lib/ceph/mgr/cluster1-x/keyring of=/dev/stdout 2026-03-25T10:36:20.948 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:20.948 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/var/lib/ceph/osd/cluster1-0/keyring of=/dev/stdout 2026-03-25T10:36:21.000 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:21.000 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/var/lib/ceph/osd/cluster1-1/keyring of=/dev/stdout 2026-03-25T10:36:21.051 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:21.051 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/var/lib/ceph/osd/cluster1-2/keyring of=/dev/stdout 2026-03-25T10:36:21.104 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:21.104 DEBUG:teuthology.orchestra.run.vm06:> dd if=/etc/ceph/cluster1.client.0.keyring of=/dev/stdout 2026-03-25T10:36:21.150 INFO:tasks.ceph:Adding keys to all mons... 2026-03-25T10:36:21.150 DEBUG:teuthology.orchestra.run.vm06:> sudo tee -a /etc/ceph/cluster1.keyring 2026-03-25T10:36:21.198 INFO:teuthology.orchestra.run.vm06.stdout:[mgr.x] 2026-03-25T10:36:21.198 INFO:teuthology.orchestra.run.vm06.stdout: key = AQCgusNpABulOhAAoJ5SM7EQ4z53UZVZRUF+Jw== 2026-03-25T10:36:21.198 INFO:teuthology.orchestra.run.vm06.stdout:[osd.0] 2026-03-25T10:36:21.198 INFO:teuthology.orchestra.run.vm06.stdout: key = AQChusNpuzE8LhAAc7OzHD/ERnjpF/e3fkpX4g== 2026-03-25T10:36:21.198 INFO:teuthology.orchestra.run.vm06.stdout:[osd.1] 2026-03-25T10:36:21.199 INFO:teuthology.orchestra.run.vm06.stdout: key = AQCiusNppxuMMxAAfCapKKaGlUjBSxlxv+JcKQ== 2026-03-25T10:36:21.199 INFO:teuthology.orchestra.run.vm06.stdout:[osd.2] 2026-03-25T10:36:21.199 INFO:teuthology.orchestra.run.vm06.stdout: key = AQCjusNpwAO4NxAA0qyEwu1v9xkic3wbHlxW6g== 2026-03-25T10:36:21.199 INFO:teuthology.orchestra.run.vm06.stdout:[client.0] 2026-03-25T10:36:21.199 INFO:teuthology.orchestra.run.vm06.stdout: key = AQChusNpj4E2AxAA5Bq0NVH1FGUbefse4fSNuA== 2026-03-25T10:36:21.199 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:21.268 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:21.334 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:21.400 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:21.468 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:21.536 INFO:tasks.ceph:Running mkfs on mon nodes... 2026-03-25T10:36:21.536 DEBUG:teuthology.orchestra.run.vm06:> sudo mkdir -p /var/lib/ceph/mon/cluster1-a 2026-03-25T10:36:21.589 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:21.674 DEBUG:teuthology.orchestra.run.vm06:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster1-a 2026-03-25T10:36:21.723 DEBUG:teuthology.orchestra.run.vm06:> rm -- /home/ubuntu/cephtest/cluster1.monmap 2026-03-25T10:36:21.770 INFO:tasks.ceph:Starting mon daemons in cluster cluster1... 2026-03-25T10:36:21.770 INFO:tasks.ceph.cluster1.mon.a:Restarting daemon 2026-03-25T10:36:21.770 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster1 -i a 2026-03-25T10:36:21.812 INFO:tasks.ceph.cluster1.mon.a:Started 2026-03-25T10:36:21.812 INFO:tasks.ceph:Starting mgr daemons in cluster cluster1... 2026-03-25T10:36:21.813 INFO:tasks.ceph.cluster1.mgr.x:Restarting daemon 2026-03-25T10:36:21.813 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster1 -i x 2026-03-25T10:36:21.813 INFO:tasks.ceph.cluster1.mgr.x:Started 2026-03-25T10:36:21.813 DEBUG:tasks.ceph:set 0 configs 2026-03-25T10:36:21.813 DEBUG:teuthology.orchestra.run.vm06:> sudo ceph --cluster cluster1 config dump 2026-03-25T10:36:21.925 INFO:teuthology.orchestra.run.vm06.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-03-25T10:36:21.939 INFO:tasks.ceph:Setting crush tunables to default 2026-03-25T10:36:21.939 DEBUG:teuthology.orchestra.run.vm06:> sudo ceph --cluster cluster1 osd crush tunables default 2026-03-25T10:36:22.050 INFO:teuthology.orchestra.run.vm06.stderr:adjusted tunables profile to default 2026-03-25T10:36:22.065 INFO:tasks.ceph:check_enable_crimson: False 2026-03-25T10:36:22.065 INFO:tasks.ceph:Starting osd daemons in cluster cluster1... 2026-03-25T10:36:22.065 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:22.065 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/var/lib/ceph/osd/cluster1-0/fsid of=/dev/stdout 2026-03-25T10:36:22.074 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:22.074 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/var/lib/ceph/osd/cluster1-1/fsid of=/dev/stdout 2026-03-25T10:36:22.123 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:22.124 DEBUG:teuthology.orchestra.run.vm06:> sudo dd if=/var/lib/ceph/osd/cluster1-2/fsid of=/dev/stdout 2026-03-25T10:36:22.176 DEBUG:teuthology.orchestra.run.vm06:> sudo ceph --cluster cluster1 osd new 14be8e66-d82a-423b-9068-260f07662321 0 2026-03-25T10:36:22.334 INFO:teuthology.orchestra.run.vm06.stdout:0 2026-03-25T10:36:22.348 DEBUG:teuthology.orchestra.run.vm06:> sudo ceph --cluster cluster1 osd new 303178f1-6a4a-45a9-b129-8a3304103d00 1 2026-03-25T10:36:22.460 INFO:teuthology.orchestra.run.vm06.stdout:1 2026-03-25T10:36:22.473 DEBUG:teuthology.orchestra.run.vm06:> sudo ceph --cluster cluster1 osd new 0e0cc66e-bba5-4001-b7fd-d7692c3a8c58 2 2026-03-25T10:36:22.585 INFO:teuthology.orchestra.run.vm06.stdout:2 2026-03-25T10:36:22.598 INFO:tasks.ceph.cluster1.osd.0:Restarting daemon 2026-03-25T10:36:22.598 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 2026-03-25T10:36:22.599 INFO:tasks.ceph.cluster1.osd.0:Started 2026-03-25T10:36:22.599 INFO:tasks.ceph.cluster1.osd.1:Restarting daemon 2026-03-25T10:36:22.599 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 2026-03-25T10:36:22.600 INFO:tasks.ceph.cluster1.osd.1:Started 2026-03-25T10:36:22.600 INFO:tasks.ceph.cluster1.osd.2:Restarting daemon 2026-03-25T10:36:22.600 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 2 2026-03-25T10:36:22.601 INFO:tasks.ceph.cluster1.osd.2:Started 2026-03-25T10:36:22.601 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-25T10:36:22.732 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:22.733 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":5,"fsid":"45c0860a-3592-4e91-9305-0e2bc9444700","created":"2026-03-25T10:36:21.877789+0000","modified":"2026-03-25T10:36:22.586218+0000","last_up_change":"0.000000","last_in_change":"2026-03-25T10:36:22.586218+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":"14be8e66-d82a-423b-9068-260f07662321","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":"303178f1-6a4a-45a9-b129-8a3304103d00","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":"0e0cc66e-bba5-4001-b7fd-d7692c3a8c58","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-25T10:36:22.746 INFO:tasks.ceph.ceph_manager.cluster1:[] 2026-03-25T10:36:22.746 INFO:tasks.ceph:Waiting for OSDs to come up 2026-03-25T10:36:22.940 INFO:tasks.ceph.cluster1.osd.0.vm06.stderr:2026-03-25T10:36:22.942+0000 7f93a28e6a40 -1 Falling back to public interface 2026-03-25T10:36:22.940 INFO:tasks.ceph.cluster1.osd.1.vm06.stderr:2026-03-25T10:36:22.942+0000 7fce36ff8a40 -1 Falling back to public interface 2026-03-25T10:36:22.968 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T10:36:22.970+0000 7fef8b950a40 -1 Falling back to public interface 2026-03-25T10:36:23.049 DEBUG:teuthology.orchestra.run.vm06:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2026-03-25T10:36:23.211 INFO:teuthology.misc.health.vm06.stdout: 2026-03-25T10:36:23.212 INFO:teuthology.misc.health.vm06.stdout:{"epoch":5,"fsid":"45c0860a-3592-4e91-9305-0e2bc9444700","created":"2026-03-25T10:36:21.877789+0000","modified":"2026-03-25T10:36:22.586218+0000","last_up_change":"0.000000","last_in_change":"2026-03-25T10:36:22.586218+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":"14be8e66-d82a-423b-9068-260f07662321","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":"303178f1-6a4a-45a9-b129-8a3304103d00","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":"0e0cc66e-bba5-4001-b7fd-d7692c3a8c58","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-25T10:36:23.222 DEBUG:teuthology.misc:0 of 3 OSDs are up 2026-03-25T10:36:23.396 INFO:tasks.ceph.cluster1.mgr.x.vm06.stderr:/usr/lib/python3/dist-packages/scipy/__init__.py:67: 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-25T10:36:23.396 INFO:tasks.ceph.cluster1.mgr.x.vm06.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-25T10:36:23.396 INFO:tasks.ceph.cluster1.mgr.x.vm06.stderr: from numpy import show_config as show_numpy_config 2026-03-25T10:36:23.982 INFO:tasks.ceph.cluster1.osd.0.vm06.stderr:2026-03-25T10:36:23.982+0000 7f93a28e6a40 -1 osd.0 0 log_to_monitors true 2026-03-25T10:36:24.008 INFO:tasks.ceph.cluster1.osd.1.vm06.stderr:2026-03-25T10:36:24.010+0000 7fce36ff8a40 -1 osd.1 0 log_to_monitors true 2026-03-25T10:36:24.039 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T10:36:24.038+0000 7fef8b950a40 -1 osd.2 0 log_to_monitors true 2026-03-25T10:36:24.340 INFO:tasks.ceph.cluster1.mgr.x.vm06.stderr:Failed to import NVMeoFClient and related components: cannot import name 'NVMeoFClient' from 'dashboard.services.nvmeof_client' (/usr/share/ceph/mgr/dashboard/services/nvmeof_client.py) 2026-03-25T10:36:25.958 INFO:tasks.ceph.cluster1.mgr.x.vm06.stderr:2026-03-25T10:36:25.958+0000 7fc24885d640 -1 mgr.server handle_report got status from non-daemon mon.a 2026-03-25T10:36:25.980 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T10:36:25.982+0000 7fef878f9640 -1 osd.2 0 waiting for initial osdmap 2026-03-25T10:36:25.980 INFO:tasks.ceph.cluster1.osd.0.vm06.stderr:2026-03-25T10:36:25.982+0000 7f939e88f640 -1 osd.0 0 waiting for initial osdmap 2026-03-25T10:36:25.980 INFO:tasks.ceph.cluster1.osd.1.vm06.stderr:2026-03-25T10:36:25.982+0000 7fce32fa1640 -1 osd.1 0 waiting for initial osdmap 2026-03-25T10:36:25.983 INFO:tasks.ceph.cluster1.osd.1.vm06.stderr:2026-03-25T10:36:25.986+0000 7fce2ddaf640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T10:36:25.984 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T10:36:25.986+0000 7fef82707640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T10:36:25.984 INFO:tasks.ceph.cluster1.osd.0.vm06.stderr:2026-03-25T10:36:25.982+0000 7f939969d640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T10:36:29.524 DEBUG:teuthology.orchestra.run.vm06:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2026-03-25T10:36:29.694 INFO:teuthology.misc.health.vm06.stdout: 2026-03-25T10:36:29.694 INFO:teuthology.misc.health.vm06.stdout:{"epoch":9,"fsid":"45c0860a-3592-4e91-9305-0e2bc9444700","created":"2026-03-25T10:36:21.877789+0000","modified":"2026-03-25T10:36:28.974764+0000","last_up_change":"2026-03-25T10:36:26.963334+0000","last_in_change":"2026-03-25T10:36:22.586218+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-25T10:36:28.864228+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"9","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":{},"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":"14be8e66-d82a-423b-9068-260f07662321","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.106:6800","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6802","nonce":3459244575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6805","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6807","nonce":3459244575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6814","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6815","nonce":3459244575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6810","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6812","nonce":3459244575}]},"public_addr":"192.168.123.106:6802/3459244575","cluster_addr":"192.168.123.106:6807/3459244575","heartbeat_back_addr":"192.168.123.106:6815/3459244575","heartbeat_front_addr":"192.168.123.106:6812/3459244575","state":["exists","up"]},{"osd":1,"uuid":"303178f1-6a4a-45a9-b129-8a3304103d00","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.106:6801","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6803","nonce":3163706140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6804","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6806","nonce":3163706140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6811","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6813","nonce":3163706140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6808","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6809","nonce":3163706140}]},"public_addr":"192.168.123.106:6803/3163706140","cluster_addr":"192.168.123.106:6806/3163706140","heartbeat_back_addr":"192.168.123.106:6813/3163706140","heartbeat_front_addr":"192.168.123.106:6809/3163706140","state":["exists","up"]},{"osd":2,"uuid":"0e0cc66e-bba5-4001-b7fd-d7692c3a8c58","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.106:6816","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6817","nonce":1176669178}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6818","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6819","nonce":1176669178}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6822","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6823","nonce":1176669178}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6820","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6821","nonce":1176669178}]},"public_addr":"192.168.123.106:6817/1176669178","cluster_addr":"192.168.123.106:6819/1176669178","heartbeat_back_addr":"192.168.123.106:6823/1176669178","heartbeat_front_addr":"192.168.123.106:6821/1176669178","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-25T10:36:29.707 DEBUG:teuthology.misc:3 of 3 OSDs are up 2026-03-25T10:36:29.707 INFO:tasks.ceph:Creating RBD pool 2026-03-25T10:36:29.707 DEBUG:teuthology.orchestra.run.vm06:> sudo ceph --cluster cluster1 osd pool create rbd 8 2026-03-25T10:36:29.977 INFO:teuthology.orchestra.run.vm06.stderr:pool 'rbd' created 2026-03-25T10:36:30.011 DEBUG:teuthology.orchestra.run.vm06:> rbd --cluster cluster1 pool init rbd 2026-03-25T10:36:33.000 INFO:tasks.ceph:Starting mds daemons in cluster cluster1... 2026-03-25T10:36:33.001 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 config log 1 --format=json 2026-03-25T10:36:33.001 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2026-03-25T10:36:33.183 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:33.201 INFO:teuthology.orchestra.run.vm06.stdout:[{"version":1,"timestamp":"0.000000","name":"","changes":[]}] 2026-03-25T10:36:33.201 INFO:tasks.ceph_manager:config epoch is 1 2026-03-25T10:36:33.201 INFO:tasks.ceph:Waiting until cluster1 daemons up and pgs clean... 2026-03-25T10:36:33.201 INFO:tasks.ceph.ceph_manager.cluster1:waiting for mgr available 2026-03-25T10:36:33.201 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 mgr dump --format=json 2026-03-25T10:36:33.402 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:33.417 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":5,"flags":0,"active_gid":4105,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6824","nonce":1518956342},{"type":"v1","addr":"192.168.123.106:6825","nonce":1518956342}]},"active_addr":"192.168.123.106:6825/1518956342","active_change":"2026-03-25T10:36:24.841315+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":"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":"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":"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.106:0","nonce":41818029}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.106:0","nonce":855680772}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.106:0","nonce":2952259612}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.106:0","nonce":3696099018}]}]} 2026-03-25T10:36:33.418 INFO:tasks.ceph.ceph_manager.cluster1:mgr available! 2026-03-25T10:36:33.418 INFO:tasks.ceph.ceph_manager.cluster1:waiting for all up 2026-03-25T10:36:33.418 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-25T10:36:33.590 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:33.590 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":13,"fsid":"45c0860a-3592-4e91-9305-0e2bc9444700","created":"2026-03-25T10:36:21.877789+0000","modified":"2026-03-25T10:36:32.990960+0000","last_up_change":"2026-03-25T10:36:26.963334+0000","last_in_change":"2026-03-25T10:36:22.586218+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-25T10:36:28.864228+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-25T10:36:29.876883+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":"13","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":13,"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":"14be8e66-d82a-423b-9068-260f07662321","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":10,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6800","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6802","nonce":3459244575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6805","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6807","nonce":3459244575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6814","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6815","nonce":3459244575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6810","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6812","nonce":3459244575}]},"public_addr":"192.168.123.106:6802/3459244575","cluster_addr":"192.168.123.106:6807/3459244575","heartbeat_back_addr":"192.168.123.106:6815/3459244575","heartbeat_front_addr":"192.168.123.106:6812/3459244575","state":["exists","up"]},{"osd":1,"uuid":"303178f1-6a4a-45a9-b129-8a3304103d00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":10,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6801","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6803","nonce":3163706140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6804","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6806","nonce":3163706140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6811","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6813","nonce":3163706140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6808","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6809","nonce":3163706140}]},"public_addr":"192.168.123.106:6803/3163706140","cluster_addr":"192.168.123.106:6806/3163706140","heartbeat_back_addr":"192.168.123.106:6813/3163706140","heartbeat_front_addr":"192.168.123.106:6809/3163706140","state":["exists","up"]},{"osd":2,"uuid":"0e0cc66e-bba5-4001-b7fd-d7692c3a8c58","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":10,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6816","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6817","nonce":1176669178}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6818","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6819","nonce":1176669178}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6822","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6823","nonce":1176669178}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6820","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6821","nonce":1176669178}]},"public_addr":"192.168.123.106:6817/1176669178","cluster_addr":"192.168.123.106:6819/1176669178","heartbeat_back_addr":"192.168.123.106:6823/1176669178","heartbeat_front_addr":"192.168.123.106:6821/1176669178","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-25T10:36:33.605 INFO:tasks.ceph.ceph_manager.cluster1:all up! 2026-03-25T10:36:33.605 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-25T10:36:33.767 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:33.767 INFO:teuthology.orchestra.run.vm06.stdout:{"epoch":13,"fsid":"45c0860a-3592-4e91-9305-0e2bc9444700","created":"2026-03-25T10:36:21.877789+0000","modified":"2026-03-25T10:36:32.990960+0000","last_up_change":"2026-03-25T10:36:26.963334+0000","last_in_change":"2026-03-25T10:36:22.586218+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-25T10:36:28.864228+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-25T10:36:29.876883+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":"13","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":13,"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":"14be8e66-d82a-423b-9068-260f07662321","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":10,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6800","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6802","nonce":3459244575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6805","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6807","nonce":3459244575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6814","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6815","nonce":3459244575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6810","nonce":3459244575},{"type":"v1","addr":"192.168.123.106:6812","nonce":3459244575}]},"public_addr":"192.168.123.106:6802/3459244575","cluster_addr":"192.168.123.106:6807/3459244575","heartbeat_back_addr":"192.168.123.106:6815/3459244575","heartbeat_front_addr":"192.168.123.106:6812/3459244575","state":["exists","up"]},{"osd":1,"uuid":"303178f1-6a4a-45a9-b129-8a3304103d00","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":10,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6801","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6803","nonce":3163706140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6804","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6806","nonce":3163706140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6811","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6813","nonce":3163706140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6808","nonce":3163706140},{"type":"v1","addr":"192.168.123.106:6809","nonce":3163706140}]},"public_addr":"192.168.123.106:6803/3163706140","cluster_addr":"192.168.123.106:6806/3163706140","heartbeat_back_addr":"192.168.123.106:6813/3163706140","heartbeat_front_addr":"192.168.123.106:6809/3163706140","state":["exists","up"]},{"osd":2,"uuid":"0e0cc66e-bba5-4001-b7fd-d7692c3a8c58","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":10,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6816","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6817","nonce":1176669178}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6818","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6819","nonce":1176669178}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6822","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6823","nonce":1176669178}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.106:6820","nonce":1176669178},{"type":"v1","addr":"192.168.123.106:6821","nonce":1176669178}]},"public_addr":"192.168.123.106:6817/1176669178","cluster_addr":"192.168.123.106:6819/1176669178","heartbeat_back_addr":"192.168.123.106:6823/1176669178","heartbeat_front_addr":"192.168.123.106:6821/1176669178","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-25T10:36:33.780 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.0 flush_pg_stats 2026-03-25T10:36:33.780 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.1 flush_pg_stats 2026-03-25T10:36:33.781 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.2 flush_pg_stats 2026-03-25T10:36:33.886 INFO:teuthology.orchestra.run.vm06.stdout:34359738371 2026-03-25T10:36:33.886 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2026-03-25T10:36:33.887 INFO:teuthology.orchestra.run.vm06.stdout:34359738371 2026-03-25T10:36:33.887 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2026-03-25T10:36:33.895 INFO:teuthology.orchestra.run.vm06.stdout:34359738371 2026-03-25T10:36:33.895 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2026-03-25T10:36:34.086 INFO:teuthology.orchestra.run.vm06.stdout:34359738369 2026-03-25T10:36:34.086 INFO:teuthology.orchestra.run.vm06.stdout:34359738369 2026-03-25T10:36:34.088 INFO:teuthology.orchestra.run.vm06.stdout:34359738369 2026-03-25T10:36:34.103 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738369 for osd.2 2026-03-25T10:36:34.104 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738369 for osd.1 2026-03-25T10:36:34.104 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738369 for osd.0 2026-03-25T10:36:35.103 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2026-03-25T10:36:35.104 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2026-03-25T10:36:35.104 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2026-03-25T10:36:35.277 INFO:teuthology.orchestra.run.vm06.stdout:34359738371 2026-03-25T10:36:35.293 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738371 for osd.2 2026-03-25T10:36:35.293 DEBUG:teuthology.parallel:result is None 2026-03-25T10:36:35.299 INFO:teuthology.orchestra.run.vm06.stdout:34359738371 2026-03-25T10:36:35.299 INFO:teuthology.orchestra.run.vm06.stdout:34359738371 2026-03-25T10:36:35.315 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738371 for osd.1 2026-03-25T10:36:35.315 DEBUG:teuthology.parallel:result is None 2026-03-25T10:36:35.316 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738371 for osd.0 2026-03-25T10:36:35.316 DEBUG:teuthology.parallel:result is None 2026-03-25T10:36:35.316 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2026-03-25T10:36:35.316 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-03-25T10:36:35.541 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:35.541 INFO:teuthology.orchestra.run.vm06.stderr:dumped all 2026-03-25T10:36:35.558 INFO:teuthology.orchestra.run.vm06.stdout:{"pg_ready":true,"pg_map":{"version":15,"stamp":"2026-03-25T10:36:34.851171+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":459299,"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":46,"num_read_kb":37,"num_write":59,"num_write_kb":586,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":35,"ondisk_log_size":35,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":15,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81408,"kb_used_data":816,"kb_used_omap":21,"kb_used_meta":80426,"kb_avail":283034112,"statfs":{"total":289910292480,"available":289826930688,"internally_reserved":0,"allocated":835584,"data_stored":1016305,"data_compressed":8208,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":21760,"internal_metadata":82356992},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":11,"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":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"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":"1.856525"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996022+0000","last_change":"2026-03-25T10:36:32.996266+0000","last_active":"2026-03-25T10:36:32.996022+0000","last_peered":"2026-03-25T10:36:32.996022+0000","last_clean":"2026-03-25T10:36:32.996022+0000","last_became_active":"2026-03-25T10:36:30.990540+0000","last_became_peered":"2026-03-25T10:36:30.990540+0000","last_unstale":"2026-03-25T10:36:32.996022+0000","last_undegraded":"2026-03-25T10:36:32.996022+0000","last_fullsized":"2026-03-25T10:36:32.996022+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T11:05:37.013171+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000384399,"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":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996008+0000","last_change":"2026-03-25T10:36:32.996771+0000","last_active":"2026-03-25T10:36:32.996008+0000","last_peered":"2026-03-25T10:36:32.996008+0000","last_clean":"2026-03-25T10:36:32.996008+0000","last_became_active":"2026-03-25T10:36:30.990267+0000","last_became_peered":"2026-03-25T10:36:30.990267+0000","last_unstale":"2026-03-25T10:36:32.996008+0000","last_undegraded":"2026-03-25T10:36:32.996008+0000","last_fullsized":"2026-03-25T10:36:32.996008+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T16:38:21.805111+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00088248199999999997,"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":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996482+0000","last_change":"2026-03-25T10:36:32.996551+0000","last_active":"2026-03-25T10:36:32.996482+0000","last_peered":"2026-03-25T10:36:32.996482+0000","last_clean":"2026-03-25T10:36:32.996482+0000","last_became_active":"2026-03-25T10:36:30.990129+0000","last_became_peered":"2026-03-25T10:36:30.990129+0000","last_unstale":"2026-03-25T10:36:32.996482+0000","last_undegraded":"2026-03-25T10:36:32.996482+0000","last_fullsized":"2026-03-25T10:36:32.996482+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T16:43:27.977098+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00045609300000000003,"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":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996312+0000","last_change":"2026-03-25T10:36:32.996368+0000","last_active":"2026-03-25T10:36:32.996312+0000","last_peered":"2026-03-25T10:36:32.996312+0000","last_clean":"2026-03-25T10:36:32.996312+0000","last_became_active":"2026-03-25T10:36:30.990388+0000","last_became_peered":"2026-03-25T10:36:30.990388+0000","last_unstale":"2026-03-25T10:36:32.996312+0000","last_undegraded":"2026-03-25T10:36:32.996312+0000","last_fullsized":"2026-03-25T10:36:32.996312+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T13:15:47.679962+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034132800000000001,"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":"13'2","reported_seq":22,"reported_epoch":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.997977+0000","last_change":"2026-03-25T10:36:32.997977+0000","last_active":"2026-03-25T10:36:32.997977+0000","last_peered":"2026-03-25T10:36:32.997977+0000","last_clean":"2026-03-25T10:36:32.997977+0000","last_became_active":"2026-03-25T10:36:30.990315+0000","last_became_peered":"2026-03-25T10:36:30.990315+0000","last_unstale":"2026-03-25T10:36:32.997977+0000","last_undegraded":"2026-03-25T10:36:32.997977+0000","last_fullsized":"2026-03-25T10:36:32.997977+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T22:14:45.090033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00050030599999999995,"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":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:33.089253+0000","last_change":"2026-03-25T10:36:33.089388+0000","last_active":"2026-03-25T10:36:33.089253+0000","last_peered":"2026-03-25T10:36:33.089253+0000","last_clean":"2026-03-25T10:36:33.089253+0000","last_became_active":"2026-03-25T10:36:30.987717+0000","last_became_peered":"2026-03-25T10:36:30.987717+0000","last_unstale":"2026-03-25T10:36:33.089253+0000","last_undegraded":"2026-03-25T10:36:33.089253+0000","last_fullsized":"2026-03-25T10:36:33.089253+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T20:53:59.697745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00044032300000000001,"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":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:33.089277+0000","last_change":"2026-03-25T10:36:33.089455+0000","last_active":"2026-03-25T10:36:33.089277+0000","last_peered":"2026-03-25T10:36:33.089277+0000","last_clean":"2026-03-25T10:36:33.089277+0000","last_became_active":"2026-03-25T10:36:30.987723+0000","last_became_peered":"2026-03-25T10:36:30.987723+0000","last_unstale":"2026-03-25T10:36:33.089277+0000","last_undegraded":"2026-03-25T10:36:33.089277+0000","last_fullsized":"2026-03-25T10:36:33.089277+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T20:25:28.019299+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00041427499999999997,"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":"11'1","reported_seq":21,"reported_epoch":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996398+0000","last_change":"2026-03-25T10:36:32.996455+0000","last_active":"2026-03-25T10:36:32.996398+0000","last_peered":"2026-03-25T10:36:32.996398+0000","last_clean":"2026-03-25T10:36:32.996398+0000","last_became_active":"2026-03-25T10:36:30.986254+0000","last_became_peered":"2026-03-25T10:36:30.986254+0000","last_unstale":"2026-03-25T10:36:32.996398+0000","last_undegraded":"2026-03-25T10:36:32.996398+0000","last_fullsized":"2026-03-25T10:36:32.996398+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T16:07:29.397133+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039126200000000002,"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'32","reported_seq":61,"reported_epoch":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996075+0000","last_change":"2026-03-25T10:36:29.988404+0000","last_active":"2026-03-25T10:36:32.996075+0000","last_peered":"2026-03-25T10:36:32.996075+0000","last_clean":"2026-03-25T10:36:32.996075+0000","last_became_active":"2026-03-25T10:36:29.987892+0000","last_became_peered":"2026-03-25T10:36:29.987892+0000","last_unstale":"2026-03-25T10:36:32.996075+0000","last_undegraded":"2026-03-25T10:36:32.996075+0000","last_fullsized":"2026-03-25T10:36:32.996075+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-25T10:36:28.974764+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:28.974764+0000","last_clean_scrub_stamp":"2026-03-25T10:36:28.974764+0000","objects_scrubbed":0,"log_size":32,"log_dups_size":0,"ondisk_log_size":32,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-26T10:43:19.079278+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":483328,"data_stored":918560,"data_compressed":8208,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738371,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":26952,"kb_used_data":112,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344888,"statfs":{"total":96636764160,"available":96609165312,"internally_reserved":0,"allocated":114688,"data_stored":32569,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7471,"internal_metadata":27452113},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738371,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27184,"kb_used_data":352,"kb_used_omap":6,"kb_used_meta":26809,"kb_avail":94344656,"statfs":{"total":96636764160,"available":96608927744,"internally_reserved":0,"allocated":360448,"data_stored":491868,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":6819,"internal_metadata":27452765},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738371,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27272,"kb_used_data":352,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344568,"statfs":{"total":96636764160,"available":96608837632,"internally_reserved":0,"allocated":360448,"data_stored":491868,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":7470,"internal_metadata":27452114},"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":241664,"data_stored":459280,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":241664,"data_stored":459280,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"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-25T10:36:35.558 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-03-25T10:36:35.729 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:35.729 INFO:teuthology.orchestra.run.vm06.stderr:dumped all 2026-03-25T10:36:35.745 INFO:teuthology.orchestra.run.vm06.stdout:{"pg_ready":true,"pg_map":{"version":15,"stamp":"2026-03-25T10:36:34.851171+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":459299,"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":46,"num_read_kb":37,"num_write":59,"num_write_kb":586,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":35,"ondisk_log_size":35,"up":18,"acting":18,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":15,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81408,"kb_used_data":816,"kb_used_omap":21,"kb_used_meta":80426,"kb_avail":283034112,"statfs":{"total":289910292480,"available":289826930688,"internally_reserved":0,"allocated":835584,"data_stored":1016305,"data_compressed":8208,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":21760,"internal_metadata":82356992},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":11,"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":1,"num_write_kb":1,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"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":"1.856525"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996022+0000","last_change":"2026-03-25T10:36:32.996266+0000","last_active":"2026-03-25T10:36:32.996022+0000","last_peered":"2026-03-25T10:36:32.996022+0000","last_clean":"2026-03-25T10:36:32.996022+0000","last_became_active":"2026-03-25T10:36:30.990540+0000","last_became_peered":"2026-03-25T10:36:30.990540+0000","last_unstale":"2026-03-25T10:36:32.996022+0000","last_undegraded":"2026-03-25T10:36:32.996022+0000","last_fullsized":"2026-03-25T10:36:32.996022+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T11:05:37.013171+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000384399,"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":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996008+0000","last_change":"2026-03-25T10:36:32.996771+0000","last_active":"2026-03-25T10:36:32.996008+0000","last_peered":"2026-03-25T10:36:32.996008+0000","last_clean":"2026-03-25T10:36:32.996008+0000","last_became_active":"2026-03-25T10:36:30.990267+0000","last_became_peered":"2026-03-25T10:36:30.990267+0000","last_unstale":"2026-03-25T10:36:32.996008+0000","last_undegraded":"2026-03-25T10:36:32.996008+0000","last_fullsized":"2026-03-25T10:36:32.996008+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T16:38:21.805111+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00088248199999999997,"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":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996482+0000","last_change":"2026-03-25T10:36:32.996551+0000","last_active":"2026-03-25T10:36:32.996482+0000","last_peered":"2026-03-25T10:36:32.996482+0000","last_clean":"2026-03-25T10:36:32.996482+0000","last_became_active":"2026-03-25T10:36:30.990129+0000","last_became_peered":"2026-03-25T10:36:30.990129+0000","last_unstale":"2026-03-25T10:36:32.996482+0000","last_undegraded":"2026-03-25T10:36:32.996482+0000","last_fullsized":"2026-03-25T10:36:32.996482+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T16:43:27.977098+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00045609300000000003,"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":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996312+0000","last_change":"2026-03-25T10:36:32.996368+0000","last_active":"2026-03-25T10:36:32.996312+0000","last_peered":"2026-03-25T10:36:32.996312+0000","last_clean":"2026-03-25T10:36:32.996312+0000","last_became_active":"2026-03-25T10:36:30.990388+0000","last_became_peered":"2026-03-25T10:36:30.990388+0000","last_unstale":"2026-03-25T10:36:32.996312+0000","last_undegraded":"2026-03-25T10:36:32.996312+0000","last_fullsized":"2026-03-25T10:36:32.996312+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T13:15:47.679962+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00034132800000000001,"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":"13'2","reported_seq":22,"reported_epoch":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.997977+0000","last_change":"2026-03-25T10:36:32.997977+0000","last_active":"2026-03-25T10:36:32.997977+0000","last_peered":"2026-03-25T10:36:32.997977+0000","last_clean":"2026-03-25T10:36:32.997977+0000","last_became_active":"2026-03-25T10:36:30.990315+0000","last_became_peered":"2026-03-25T10:36:30.990315+0000","last_unstale":"2026-03-25T10:36:32.997977+0000","last_undegraded":"2026-03-25T10:36:32.997977+0000","last_fullsized":"2026-03-25T10:36:32.997977+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T22:14:45.090033+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00050030599999999995,"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":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:33.089253+0000","last_change":"2026-03-25T10:36:33.089388+0000","last_active":"2026-03-25T10:36:33.089253+0000","last_peered":"2026-03-25T10:36:33.089253+0000","last_clean":"2026-03-25T10:36:33.089253+0000","last_became_active":"2026-03-25T10:36:30.987717+0000","last_became_peered":"2026-03-25T10:36:30.987717+0000","last_unstale":"2026-03-25T10:36:33.089253+0000","last_undegraded":"2026-03-25T10:36:33.089253+0000","last_fullsized":"2026-03-25T10:36:33.089253+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T20:53:59.697745+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00044032300000000001,"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":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:33.089277+0000","last_change":"2026-03-25T10:36:33.089455+0000","last_active":"2026-03-25T10:36:33.089277+0000","last_peered":"2026-03-25T10:36:33.089277+0000","last_clean":"2026-03-25T10:36:33.089277+0000","last_became_active":"2026-03-25T10:36:30.987723+0000","last_became_peered":"2026-03-25T10:36:30.987723+0000","last_unstale":"2026-03-25T10:36:33.089277+0000","last_undegraded":"2026-03-25T10:36:33.089277+0000","last_fullsized":"2026-03-25T10:36:33.089277+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T20:25:28.019299+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00041427499999999997,"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":"11'1","reported_seq":21,"reported_epoch":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996398+0000","last_change":"2026-03-25T10:36:32.996455+0000","last_active":"2026-03-25T10:36:32.996398+0000","last_peered":"2026-03-25T10:36:32.996398+0000","last_clean":"2026-03-25T10:36:32.996398+0000","last_became_active":"2026-03-25T10:36:30.986254+0000","last_became_peered":"2026-03-25T10:36:30.986254+0000","last_unstale":"2026-03-25T10:36:32.996398+0000","last_undegraded":"2026-03-25T10:36:32.996398+0000","last_fullsized":"2026-03-25T10:36:32.996398+0000","mapping_epoch":10,"log_start":"0'0","ondisk_log_start":"0'0","created":10,"last_epoch_clean":11,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:29.977685+0000","last_clean_scrub_stamp":"2026-03-25T10:36:29.977685+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-26T16:07:29.397133+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00039126200000000002,"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'32","reported_seq":61,"reported_epoch":13,"state":"active+clean","last_fresh":"2026-03-25T10:36:32.996075+0000","last_change":"2026-03-25T10:36:29.988404+0000","last_active":"2026-03-25T10:36:32.996075+0000","last_peered":"2026-03-25T10:36:32.996075+0000","last_clean":"2026-03-25T10:36:32.996075+0000","last_became_active":"2026-03-25T10:36:29.987892+0000","last_became_peered":"2026-03-25T10:36:29.987892+0000","last_unstale":"2026-03-25T10:36:32.996075+0000","last_undegraded":"2026-03-25T10:36:32.996075+0000","last_fullsized":"2026-03-25T10:36:32.996075+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-25T10:36:28.974764+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:28.974764+0000","last_clean_scrub_stamp":"2026-03-25T10:36:28.974764+0000","objects_scrubbed":0,"log_size":32,"log_dups_size":0,"ondisk_log_size":32,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-26T10:43:19.079278+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":483328,"data_stored":918560,"data_compressed":8208,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738371,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":26952,"kb_used_data":112,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344888,"statfs":{"total":96636764160,"available":96609165312,"internally_reserved":0,"allocated":114688,"data_stored":32569,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7471,"internal_metadata":27452113},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738371,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27184,"kb_used_data":352,"kb_used_omap":6,"kb_used_meta":26809,"kb_avail":94344656,"statfs":{"total":96636764160,"available":96608927744,"internally_reserved":0,"allocated":360448,"data_stored":491868,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":6819,"internal_metadata":27452765},"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":1,"apply_latency_ms":1,"commit_latency_ns":1000000,"apply_latency_ns":1000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738371,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27272,"kb_used_data":352,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344568,"statfs":{"total":96636764160,"available":96608837632,"internally_reserved":0,"allocated":360448,"data_stored":491868,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":7470,"internal_metadata":27452114},"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":241664,"data_stored":459280,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":241664,"data_stored":459280,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"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-25T10:36:35.746 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2026-03-25T10:36:35.746 INFO:tasks.ceph:Waiting until ceph cluster cluster1 is healthy... 2026-03-25T10:36:35.746 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy 2026-03-25T10:36:35.746 DEBUG:teuthology.orchestra.run.vm06:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 health --format=json 2026-03-25T10:36:35.947 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:35.947 INFO:teuthology.orchestra.run.vm06.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-25T10:36:35.964 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy done 2026-03-25T10:36:35.964 INFO:teuthology.run_tasks:Running task ceph... 2026-03-25T10:36:35.967 INFO:tasks.ceph:Creating ceph cluster cluster2... 2026-03-25T10:36:35.967 INFO:tasks.ceph:config {'conf': {'client': {'rbd default data pool': 'datapool'}, 'global': {'mon warn on pool no app': False}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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-25T10:36:35.967 INFO:tasks.ceph:ctx.config {'archive_path': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3628', 'branch': 'tentacle', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-lz4 4-supported-random-distro$/{ubuntu_latest} 5-data-pool/replicated 6-prepare/native-standalone 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': '3628', 'ktype': 'distro', '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': 'ubuntu', 'os_version': '22.04', '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': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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': {'vm06.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMZk57CCCOWCngix1bHT6NxlWkfMKASocz3ZZjuxf7K/i5m78tRN5PvFdaTE/x/vzrp6i0xkCgG7FgbYEkydN7o=', 'vm08.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHzTTQr+YyKMJBuWs/7NL6Lc4MtcEDsud1FcrRFeupqyH3wztoR3sPwafTRRw2ezryJUNFTm0nB4kQNAZE4cM60='}, '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': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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 pool create datapool 4', 'rbd --cluster cluster1 pool init datapool'], 'cluster2.client.0': ['sudo ceph --cluster cluster2 osd pool create datapool 4', 'rbd --cluster cluster2 pool init datapool']}}, {'exec': {'cluster2.client.0': ['echo \'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}\' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0', 'rbd --cluster cluster2 migration execute client.0.0', 'rbd --cluster cluster2 migration commit client.0.0', 'rbd --cluster cluster2 snap create client.0.0@snap', 'rbd --cluster cluster2 create --size 1G client.0.1', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1', 'rbd --cluster cluster2 snap create client.0.1@snap', 'rbd --cluster cluster2 create --size 1G client.0.2', 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.2', 'rbd --cluster cluster2 snap create client.0.2@snap']}}, {'exec': {'cluster1.client.0': ['echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.0","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.0', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.1","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.1', 'echo \'{"type":"native","cluster_name":"cluster2","client_name":"client.admin","pool_name":"rbd","image_name":"client.0.2","snap_name":"snap"}\' | rbd --cluster cluster1 migration prepare --import-only --source-spec-path - client.0.2']}}, {'parallel': ['io_workload', 'migrate_workload']}], 'teuthology': {'fragments_dropped': [], 'meta': {}, 'postmerge': []}, 'teuthology_branch': '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.3013333'} 2026-03-25T10:36:35.967 DEBUG:teuthology.orchestra.run.vm06:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2026-03-25T10:36:35.968 DEBUG:teuthology.orchestra.run.vm08:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2026-03-25T10:36:35.972 DEBUG:teuthology.orchestra.run.vm06:> sudo install -d -m0777 -- /var/run/ceph 2026-03-25T10:36:36.016 DEBUG:teuthology.orchestra.run.vm08:> sudo install -d -m0777 -- /var/run/ceph 2026-03-25T10:36:36.026 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:36.026 DEBUG:teuthology.orchestra.run.vm08:> dd if=/scratch_devs of=/dev/stdout 2026-03-25T10:36:36.071 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-25T10:36:36.071 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vg_nvme/lv_1 2026-03-25T10:36:36.116 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-03-25T10:36:36.116 INFO:teuthology.orchestra.run.vm08.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T10:36:36.116 INFO:teuthology.orchestra.run.vm08.stdout:Device: 5h/5d Inode: 773 Links: 1 2026-03-25T10:36:36.116 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T10:36:36.116 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-25 10:34:45.221048000 +0000 2026-03-25T10:36:36.116 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-25 10:34:45.089048000 +0000 2026-03-25T10:36:36.116 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-25 10:34:45.089048000 +0000 2026-03-25T10:36:36.116 INFO:teuthology.orchestra.run.vm08.stdout: Birth: - 2026-03-25T10:36:36.116 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-03-25T10:36:36.164 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-25T10:36:36.164 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-25T10:36:36.164 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.000186157 s, 2.8 MB/s 2026-03-25T10:36:36.164 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-03-25T10:36:36.212 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vg_nvme/lv_2 2026-03-25T10:36:36.260 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-03-25T10:36:36.260 INFO:teuthology.orchestra.run.vm08.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T10:36:36.260 INFO:teuthology.orchestra.run.vm08.stdout:Device: 5h/5d Inode: 803 Links: 1 2026-03-25T10:36:36.260 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T10:36:36.260 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-25 10:34:45.525048000 +0000 2026-03-25T10:36:36.260 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-25 10:34:45.389048000 +0000 2026-03-25T10:36:36.260 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-25 10:34:45.389048000 +0000 2026-03-25T10:36:36.260 INFO:teuthology.orchestra.run.vm08.stdout: Birth: - 2026-03-25T10:36:36.260 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-03-25T10:36:36.308 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-25T10:36:36.308 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-25T10:36:36.308 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.000178343 s, 2.9 MB/s 2026-03-25T10:36:36.308 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-03-25T10:36:36.356 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vg_nvme/lv_3 2026-03-25T10:36:36.403 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-03-25T10:36:36.403 INFO:teuthology.orchestra.run.vm08.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T10:36:36.403 INFO:teuthology.orchestra.run.vm08.stdout:Device: 5h/5d Inode: 834 Links: 1 2026-03-25T10:36:36.403 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T10:36:36.403 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-25 10:34:45.817048000 +0000 2026-03-25T10:36:36.404 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-25 10:34:45.677048000 +0000 2026-03-25T10:36:36.404 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-25 10:34:45.677048000 +0000 2026-03-25T10:36:36.404 INFO:teuthology.orchestra.run.vm08.stdout: Birth: - 2026-03-25T10:36:36.404 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-03-25T10:36:36.451 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-25T10:36:36.451 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-25T10:36:36.451 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.00016552 s, 3.1 MB/s 2026-03-25T10:36:36.452 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-03-25T10:36:36.497 DEBUG:teuthology.orchestra.run.vm08:> stat /dev/vg_nvme/lv_4 2026-03-25T10:36:36.548 INFO:teuthology.orchestra.run.vm08.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-03-25T10:36:36.548 INFO:teuthology.orchestra.run.vm08.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-25T10:36:36.548 INFO:teuthology.orchestra.run.vm08.stdout:Device: 5h/5d Inode: 866 Links: 1 2026-03-25T10:36:36.548 INFO:teuthology.orchestra.run.vm08.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-25T10:36:36.548 INFO:teuthology.orchestra.run.vm08.stdout:Access: 2026-03-25 10:34:50.381048000 +0000 2026-03-25T10:36:36.548 INFO:teuthology.orchestra.run.vm08.stdout:Modify: 2026-03-25 10:34:45.965048000 +0000 2026-03-25T10:36:36.548 INFO:teuthology.orchestra.run.vm08.stdout:Change: 2026-03-25 10:34:45.965048000 +0000 2026-03-25T10:36:36.548 INFO:teuthology.orchestra.run.vm08.stdout: Birth: - 2026-03-25T10:36:36.549 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-03-25T10:36:36.599 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records in 2026-03-25T10:36:36.599 INFO:teuthology.orchestra.run.vm08.stderr:1+0 records out 2026-03-25T10:36:36.599 INFO:teuthology.orchestra.run.vm08.stderr:512 bytes copied, 0.000160811 s, 3.2 MB/s 2026-03-25T10:36:36.600 DEBUG:teuthology.orchestra.run.vm08:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-03-25T10:36:36.649 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-25T10:36:36.649 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@vm08.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-25T10:36:36.649 INFO:tasks.ceph:Generating config... 2026-03-25T10:36:36.649 INFO:tasks.ceph:[client] rbd default data pool = datapool 2026-03-25T10:36:36.649 INFO:tasks.ceph:[global] mon warn on pool no app = False 2026-03-25T10:36:36.649 INFO:tasks.ceph:[mgr] debug mgr = 20 2026-03-25T10:36:36.649 INFO:tasks.ceph:[mgr] debug ms = 1 2026-03-25T10:36:36.649 INFO:tasks.ceph:[mon] debug mon = 20 2026-03-25T10:36:36.649 INFO:tasks.ceph:[mon] debug ms = 1 2026-03-25T10:36:36.649 INFO:tasks.ceph:[mon] debug paxos = 20 2026-03-25T10:36:36.649 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2026-03-25T10:36:36.649 INFO:tasks.ceph:[osd] bluestore compression algorithm = lz4 2026-03-25T10:36:36.649 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2026-03-25T10:36:36.649 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2026-03-25T10:36:36.649 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2026-03-25T10:36:36.649 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2026-03-25T10:36:36.649 INFO:tasks.ceph:[osd] debug ms = 1 2026-03-25T10:36:36.649 INFO:tasks.ceph:[osd] debug osd = 20 2026-03-25T10:36:36.650 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2026-03-25T10:36:36.650 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2026-03-25T10:36:36.650 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2026-03-25T10:36:36.650 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2026-03-25T10:36:36.650 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2026-03-25T10:36:36.650 INFO:tasks.ceph:[osd] osd mclock iops capacity threshold hdd = 49000 2026-03-25T10:36:36.650 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2026-03-25T10:36:36.650 INFO:tasks.ceph:Setting up cluster2.mon.a... 2026-03-25T10:36:36.650 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster2.keyring 2026-03-25T10:36:36.710 INFO:teuthology.orchestra.run.vm08.stdout:creating /etc/ceph/cluster2.keyring 2026-03-25T10:36:36.712 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster2.keyring 2026-03-25T10:36:36.772 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-25T10:36:36.824 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster2.mon.a', '192.168.123.108')] 2026-03-25T10:36:36.824 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.108', 'mon warn on pool no app': False}, 'osd': {'osd journal size': '100', 'osd scrub load threshold': '5.0', 'osd scrub max interval': '600', 'osd mclock profile': 'high_recovery_ops', 'osd mclock skip benchmark': 'true', 'osd recover clone overlap': 'true', 'osd recovery max chunk': '1048576', 'osd debug shutdown': 'true', 'osd debug op order': 'true', 'osd debug verify stray on activate': 'true', 'osd debug trim objects': 'true', 'osd open classes on start': 'true', 'osd debug pg log writeout': 'true', 'osd deep scrub update digest min age': '30', 'osd map max advance': '10', 'journal zero on create': 'true', 'filestore ondisk finisher threads': '3', 'filestore apply finisher threads': '3', 'bdev debug aio': 'true', 'osd debug misdirected ops': 'true', 'bluestore block size': 96636764160, 'bluestore compression algorithm': 'lz4', 'bluestore compression mode': 'aggressive', 'bluestore fsck on mount': True, 'debug bluefs': '1/20', 'debug bluestore': '1/20', 'debug ms': 1, 'debug osd': 20, 'debug rocksdb': '4/10', 'mon osd backfillfull_ratio': 0.85, 'mon osd full ratio': 0.9, 'mon osd nearfull ratio': 0.8, 'osd failsafe full ratio': 0.95, 'osd 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-25T10:36:36.825 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:36.825 DEBUG:teuthology.orchestra.run.vm08:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2026-03-25T10:36:36.871 DEBUG:teuthology.orchestra.run.vm08:> 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.108 --print /home/ubuntu/cephtest/cluster2.monmap 2026-03-25T10:36:36.930 INFO:teuthology.orchestra.run.vm08.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster2.monmap 2026-03-25T10:36:36.930 INFO:teuthology.orchestra.run.vm08.stdout:monmaptool: generated fsid e5b8d106-70ae-4bf6-aba9-d7c123ec4874 2026-03-25T10:36:36.930 INFO:teuthology.orchestra.run.vm08.stdout:setting min_mon_release = tentacle 2026-03-25T10:36:36.930 INFO:teuthology.orchestra.run.vm08.stdout:epoch 0 2026-03-25T10:36:36.930 INFO:teuthology.orchestra.run.vm08.stdout:fsid e5b8d106-70ae-4bf6-aba9-d7c123ec4874 2026-03-25T10:36:36.930 INFO:teuthology.orchestra.run.vm08.stdout:last_changed 2026-03-25T10:36:36.932980+0000 2026-03-25T10:36:36.930 INFO:teuthology.orchestra.run.vm08.stdout:created 2026-03-25T10:36:36.932980+0000 2026-03-25T10:36:36.930 INFO:teuthology.orchestra.run.vm08.stdout:min_mon_release 20 (tentacle) 2026-03-25T10:36:36.930 INFO:teuthology.orchestra.run.vm08.stdout:election_strategy: 1 2026-03-25T10:36:36.930 INFO:teuthology.orchestra.run.vm08.stdout:0: [v2:192.168.123.108:3300/0,v1:192.168.123.108:6789/0] mon.a 2026-03-25T10:36:36.930 INFO:teuthology.orchestra.run.vm08.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster2.monmap (1 monitors) 2026-03-25T10:36:36.932 DEBUG:teuthology.orchestra.run.vm08:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2026-03-25T10:36:36.975 INFO:tasks.ceph:Writing /etc/ceph/cluster2.conf for FSID e5b8d106-70ae-4bf6-aba9-d7c123ec4874... 2026-03-25T10:36:36.975 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:36:36.976 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout:[global] 2026-03-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout: chdir = "" 2026-03-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout: auth supported = cephx 2026-03-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout: filestore xattr use omap = true 2026-03-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout: mon clock drift allowed = 1.000 2026-03-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout: osd crush chooseleaf type = 0 2026-03-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout: auth debug = true 2026-03-25T10:36:37.017 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: ms die on old message = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: ms die on bug = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon pg warn max object skew = 0 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: # disable pg_autoscaler by default for new pools 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd pool default size = 2 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon osd allow primary affinity = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon osd allow pg remap = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on legacy crush tunables = false 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on crush straw calc version zero = false 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on no sortbitwise = false 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on osd down out interval zero = false 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on too few osds = false 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon_allow_pool_size_one = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd default data pool replay window = 5 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon allow pool delete = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon cluster log file level = debug 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: debug asserts on shutdown = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon health detail to clog = false 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon host = 192.168.123.108 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: mon warn on pool no app = False 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: fsid = e5b8d106-70ae-4bf6-aba9-d7c123ec4874 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout:[osd] 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd journal size = 100 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd scrub load threshold = 5.0 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd scrub max interval = 600 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd mclock profile = high_recovery_ops 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd mclock skip benchmark = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd recover clone overlap = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd recovery max chunk = 1048576 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd debug shutdown = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd debug op order = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd debug verify stray on activate = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd debug trim objects = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd open classes on start = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd debug pg log writeout = true 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.018 INFO:teuthology.orchestra.run.vm06.stdout: osd deep scrub update digest min age = 30 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: osd map max advance = 10 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: journal zero on create = true 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: filestore ondisk finisher threads = 3 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: filestore apply finisher threads = 3 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: bdev debug aio = true 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: osd debug misdirected ops = true 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: bluestore block size = 96636764160 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: bluestore compression algorithm = lz4 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: bluestore compression mode = aggressive 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: bluestore fsck on mount = True 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug bluefs = 1/20 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug bluestore = 1/20 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug ms = 1 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug osd = 20 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug rocksdb = 4/10 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon osd backfillfull_ratio = 0.85 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon osd full ratio = 0.9 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon osd nearfull ratio = 0.8 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: osd failsafe full ratio = 0.95 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: osd objectstore = bluestore 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout:[mgr] 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug ms = 1 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug mgr = 20 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug mon = 20 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug auth = 20 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon reweight min pgs per osd = 4 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon reweight min bytes per osd = 10 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mgr/telemetry/nag = false 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout:[mon] 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug ms = 1 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug mon = 20 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug paxos = 20 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: debug auth = 20 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon data avail warn = 5 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon mgr mkfs grace = 240 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon reweight min pgs per osd = 4 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon osd reporter subtree level = osd 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon osd prime pg temp = true 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon reweight min bytes per osd = 10 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: auth mon ticket ttl = 660 # 11m 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: auth service ticket ttl = 240 # 4m 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: # don't complain about insecure global_id in the test suite 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: # 1m isn't quite enough 2026-03-25T10:36:37.019 INFO:teuthology.orchestra.run.vm06.stdout: mon_down_mkfs_grace = 2m 2026-03-25T10:36:37.020 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.020 INFO:teuthology.orchestra.run.vm06.stdout: mon_warn_on_filestore_osds = false 2026-03-25T10:36:37.020 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-25T10:36:37.020 INFO:teuthology.orchestra.run.vm06.stdout:[client] 2026-03-25T10:36:37.020 INFO:teuthology.orchestra.run.vm06.stdout: rgw cache enabled = true 2026-03-25T10:36:37.020 INFO:teuthology.orchestra.run.vm06.stdout: rgw enable ops log = true 2026-03-25T10:36:37.020 INFO:teuthology.orchestra.run.vm06.stdout: rgw enable usage log = true 2026-03-25T10:36:37.020 INFO:teuthology.orchestra.run.vm06.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-25T10:36:37.020 INFO:teuthology.orchestra.run.vm06.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-25T10:36:37.020 INFO:teuthology.orchestra.run.vm06.stdout: rbd default data pool = datapool 2026-03-25T10:36:37.020 INFO:teuthology.orchestra.run.vm06.stdout:[mon.a] 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout:[global] 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: chdir = "" 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: auth supported = cephx 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: filestore xattr use omap = true 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon clock drift allowed = 1.000 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: osd crush chooseleaf type = 0 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: auth debug = true 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: ms die on old message = true 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: ms die on bug = true 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon pg warn max object skew = 0 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: # disable pg_autoscaler by default for new pools 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: osd pool default size = 2 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon osd allow primary affinity = true 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon osd allow pg remap = true 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on legacy crush tunables = false 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on crush straw calc version zero = false 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on no sortbitwise = false 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on osd down out interval zero = false 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on too few osds = false 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon_allow_pool_size_one = true 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: osd default data pool replay window = 5 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon allow pool delete = true 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon cluster log file level = debug 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: debug asserts on shutdown = true 2026-03-25T10:36:37.033 INFO:teuthology.orchestra.run.vm08.stdout: mon health detail to clog = false 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: mon host = 192.168.123.108 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: mon warn on pool no app = False 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: fsid = e5b8d106-70ae-4bf6-aba9-d7c123ec4874 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout:[osd] 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd journal size = 100 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd scrub load threshold = 5.0 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd scrub max interval = 600 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd mclock profile = high_recovery_ops 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd mclock skip benchmark = true 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd recover clone overlap = true 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd recovery max chunk = 1048576 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd debug shutdown = true 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd debug op order = true 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd debug verify stray on activate = true 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd debug trim objects = true 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd open classes on start = true 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd debug pg log writeout = true 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd deep scrub update digest min age = 30 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd map max advance = 10 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: journal zero on create = true 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: filestore ondisk finisher threads = 3 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: filestore apply finisher threads = 3 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: bdev debug aio = true 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd debug misdirected ops = true 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: bluestore block size = 96636764160 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: bluestore compression algorithm = lz4 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: bluestore compression mode = aggressive 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: bluestore fsck on mount = True 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: debug bluefs = 1/20 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: debug bluestore = 1/20 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: debug ms = 1 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: debug osd = 20 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: debug rocksdb = 4/10 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: mon osd backfillfull_ratio = 0.85 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: mon osd full ratio = 0.9 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: mon osd nearfull ratio = 0.8 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd failsafe full ratio = 0.95 2026-03-25T10:36:37.034 INFO:teuthology.orchestra.run.vm08.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: osd objectstore = bluestore 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout:[mgr] 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: debug ms = 1 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: debug mgr = 20 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: debug mon = 20 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: debug auth = 20 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon reweight min pgs per osd = 4 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon reweight min bytes per osd = 10 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mgr/telemetry/nag = false 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout:[mon] 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: debug ms = 1 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: debug mon = 20 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: debug paxos = 20 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: debug auth = 20 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon data avail warn = 5 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon mgr mkfs grace = 240 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon reweight min pgs per osd = 4 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon osd reporter subtree level = osd 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon osd prime pg temp = true 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon reweight min bytes per osd = 10 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: auth mon ticket ttl = 660 # 11m 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: auth service ticket ttl = 240 # 4m 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: # don't complain about insecure global_id in the test suite 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: # 1m isn't quite enough 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon_down_mkfs_grace = 2m 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: mon_warn_on_filestore_osds = false 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout:[client] 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: rgw cache enabled = true 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: rgw enable ops log = true 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: rgw enable usage log = true 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout: rbd default data pool = datapool 2026-03-25T10:36:37.035 INFO:teuthology.orchestra.run.vm08.stdout:[mon.a] 2026-03-25T10:36:37.039 INFO:tasks.ceph:Creating admin key on cluster2.mon.a... 2026-03-25T10:36:37.039 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:37.107 INFO:tasks.ceph:Copying monmap to all nodes... 2026-03-25T10:36:37.107 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:37.107 DEBUG:teuthology.orchestra.run.vm08:> dd if=/etc/ceph/cluster2.keyring of=/dev/stdout 2026-03-25T10:36:37.151 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:37.151 DEBUG:teuthology.orchestra.run.vm08:> dd if=/home/ubuntu/cephtest/cluster2.monmap of=/dev/stdout 2026-03-25T10:36:37.195 INFO:tasks.ceph:Sending monmap to node ubuntu@vm06.local 2026-03-25T10:36:37.195 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:37.195 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/ceph/cluster2.keyring 2026-03-25T10:36:37.195 DEBUG:teuthology.orchestra.run.vm06:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-25T10:36:37.209 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:36:37.209 DEBUG:teuthology.orchestra.run.vm06:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2026-03-25T10:36:37.258 INFO:tasks.ceph:Sending monmap to node ubuntu@vm08.local 2026-03-25T10:36:37.258 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:37.258 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/ceph/cluster2.keyring 2026-03-25T10:36:37.258 DEBUG:teuthology.orchestra.run.vm08:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-25T10:36:37.272 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:37.272 DEBUG:teuthology.orchestra.run.vm08:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2026-03-25T10:36:37.319 INFO:tasks.ceph:Setting up mon nodes... 2026-03-25T10:36:37.319 INFO:tasks.ceph:Setting up mgr nodes... 2026-03-25T10:36:37.319 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:37.385 INFO:teuthology.orchestra.run.vm08.stdout:creating /var/lib/ceph/mgr/cluster2-x/keyring 2026-03-25T10:36:37.387 INFO:tasks.ceph:Setting up mds nodes... 2026-03-25T10:36:37.387 INFO:tasks.ceph_client:Setting up client nodes... 2026-03-25T10:36:37.387 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:37.451 INFO:teuthology.orchestra.run.vm08.stdout:creating /etc/ceph/cluster2.client.0.keyring 2026-03-25T10:36:37.459 INFO:tasks.ceph:Running mkfs on osd nodes... 2026-03-25T10:36:37.459 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@vm06.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@vm08.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-25T10:36:37.459 DEBUG:teuthology.orchestra.run.vm08:> sudo mkdir -p /var/lib/ceph/osd/cluster2-0 2026-03-25T10:36:37.513 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-25T10:36:37.513 INFO:tasks.ceph:role: cluster2.osd.0 2026-03-25T10:36:37.513 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@vm08.local 2026-03-25T10:36:37.513 DEBUG:teuthology.orchestra.run.vm08:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2026-03-25T10:36:37.570 INFO:teuthology.orchestra.run.vm08.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T10:36:37.570 INFO:teuthology.orchestra.run.vm08.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T10:36:37.570 INFO:teuthology.orchestra.run.vm08.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T10:36:37.570 INFO:teuthology.orchestra.run.vm08.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T10:36:37.570 INFO:teuthology.orchestra.run.vm08.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T10:36:37.570 INFO:teuthology.orchestra.run.vm08.stdout: = sunit=0 swidth=0 blks 2026-03-25T10:36:37.570 INFO:teuthology.orchestra.run.vm08.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T10:36:37.570 INFO:teuthology.orchestra.run.vm08.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T10:36:37.570 INFO:teuthology.orchestra.run.vm08.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T10:36:37.570 INFO:teuthology.orchestra.run.vm08.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T10:36:37.575 INFO:teuthology.orchestra.run.vm08.stdout:Discarding blocks...Done. 2026-03-25T10:36:37.576 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@vm08.local -o noatime 2026-03-25T10:36:37.576 DEBUG:teuthology.orchestra.run.vm08:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster2-0 2026-03-25T10:36:37.679 DEBUG:teuthology.orchestra.run.vm08:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-0 2026-03-25T10:36:37.687 INFO:teuthology.orchestra.run.vm08.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T10:36:37.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T10:36:37.688 DEBUG:teuthology.orchestra.run.vm08:> sudo mkdir -p /var/lib/ceph/osd/cluster2-1 2026-03-25T10:36:37.736 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-25T10:36:37.736 INFO:tasks.ceph:role: cluster2.osd.1 2026-03-25T10:36:37.737 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@vm08.local 2026-03-25T10:36:37.737 DEBUG:teuthology.orchestra.run.vm08:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2026-03-25T10:36:37.788 INFO:teuthology.orchestra.run.vm08.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T10:36:37.788 INFO:teuthology.orchestra.run.vm08.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T10:36:37.788 INFO:teuthology.orchestra.run.vm08.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T10:36:37.788 INFO:teuthology.orchestra.run.vm08.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T10:36:37.788 INFO:teuthology.orchestra.run.vm08.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T10:36:37.788 INFO:teuthology.orchestra.run.vm08.stdout: = sunit=0 swidth=0 blks 2026-03-25T10:36:37.788 INFO:teuthology.orchestra.run.vm08.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T10:36:37.788 INFO:teuthology.orchestra.run.vm08.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T10:36:37.788 INFO:teuthology.orchestra.run.vm08.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T10:36:37.788 INFO:teuthology.orchestra.run.vm08.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T10:36:37.793 INFO:teuthology.orchestra.run.vm08.stdout:Discarding blocks...Done. 2026-03-25T10:36:37.794 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@vm08.local -o noatime 2026-03-25T10:36:37.794 DEBUG:teuthology.orchestra.run.vm08:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster2-1 2026-03-25T10:36:37.847 DEBUG:teuthology.orchestra.run.vm08:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-1 2026-03-25T10:36:37.894 INFO:teuthology.orchestra.run.vm08.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T10:36:37.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T10:36:37.895 DEBUG:teuthology.orchestra.run.vm08:> sudo mkdir -p /var/lib/ceph/osd/cluster2-2 2026-03-25T10:36:37.944 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-25T10:36:37.944 INFO:tasks.ceph:role: cluster2.osd.2 2026-03-25T10:36:37.944 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@vm08.local 2026-03-25T10:36:37.944 DEBUG:teuthology.orchestra.run.vm08:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2026-03-25T10:36:37.993 INFO:teuthology.orchestra.run.vm08.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=1310464 blks 2026-03-25T10:36:37.993 INFO:teuthology.orchestra.run.vm08.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-25T10:36:37.993 INFO:teuthology.orchestra.run.vm08.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-25T10:36:37.993 INFO:teuthology.orchestra.run.vm08.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-25T10:36:37.993 INFO:teuthology.orchestra.run.vm08.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-25T10:36:37.993 INFO:teuthology.orchestra.run.vm08.stdout: = sunit=0 swidth=0 blks 2026-03-25T10:36:37.993 INFO:teuthology.orchestra.run.vm08.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-25T10:36:37.993 INFO:teuthology.orchestra.run.vm08.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-25T10:36:37.993 INFO:teuthology.orchestra.run.vm08.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-25T10:36:37.993 INFO:teuthology.orchestra.run.vm08.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-25T10:36:37.998 INFO:teuthology.orchestra.run.vm08.stdout:Discarding blocks...Done. 2026-03-25T10:36:37.999 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@vm08.local -o noatime 2026-03-25T10:36:37.999 DEBUG:teuthology.orchestra.run.vm08:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster2-2 2026-03-25T10:36:38.052 DEBUG:teuthology.orchestra.run.vm08:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-2 2026-03-25T10:36:38.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-25T10:36:38.103 INFO:teuthology.orchestra.run.vm08.stderr:sudo: /sbin/restorecon: command not found 2026-03-25T10:36:38.104 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:38.167 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:38.163+0000 7fe8f1dc2a40 -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-25T10:36:38.167 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:38.163+0000 7fe8f1dc2a40 -1 created new key in keyring /var/lib/ceph/osd/cluster2-0/keyring 2026-03-25T10:36:38.167 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:38.163+0000 7fe8f1dc2a40 -1 bdev(0x5637bedb7800 /var/lib/ceph/osd/cluster2-0/block) open stat got: (1) Operation not permitted 2026-03-25T10:36:38.167 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:38.163+0000 7fe8f1dc2a40 -1 bluestore(/var/lib/ceph/osd/cluster2-0) _read_fsid unparsable uuid 2026-03-25T10:36:39.116 DEBUG:teuthology.orchestra.run.vm08:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-0 2026-03-25T10:36:39.164 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:39.230 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:39.227+0000 7f18ec7c5a40 -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-25T10:36:39.230 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:39.227+0000 7f18ec7c5a40 -1 created new key in keyring /var/lib/ceph/osd/cluster2-1/keyring 2026-03-25T10:36:39.230 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:39.227+0000 7f18ec7c5a40 -1 bdev(0x55fc37d43800 /var/lib/ceph/osd/cluster2-1/block) open stat got: (1) Operation not permitted 2026-03-25T10:36:39.230 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:39.227+0000 7f18ec7c5a40 -1 bluestore(/var/lib/ceph/osd/cluster2-1) _read_fsid unparsable uuid 2026-03-25T10:36:40.136 DEBUG:teuthology.orchestra.run.vm08:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-1 2026-03-25T10:36:40.190 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:40.255 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:40.251+0000 7fe2904f3a40 -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-25T10:36:40.255 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:40.251+0000 7fe2904f3a40 -1 created new key in keyring /var/lib/ceph/osd/cluster2-2/keyring 2026-03-25T10:36:40.255 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:40.251+0000 7fe2904f3a40 -1 bdev(0x558714f0b800 /var/lib/ceph/osd/cluster2-2/block) open stat got: (1) Operation not permitted 2026-03-25T10:36:40.255 INFO:teuthology.orchestra.run.vm08.stderr:2026-03-25T10:36:40.251+0000 7fe2904f3a40 -1 bluestore(/var/lib/ceph/osd/cluster2-2) _read_fsid unparsable uuid 2026-03-25T10:36:41.140 DEBUG:teuthology.orchestra.run.vm08:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-2 2026-03-25T10:36:41.194 INFO:tasks.ceph:Reading keys from all nodes... 2026-03-25T10:36:41.194 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:41.194 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/var/lib/ceph/mgr/cluster2-x/keyring of=/dev/stdout 2026-03-25T10:36:41.245 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:41.245 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/var/lib/ceph/osd/cluster2-0/keyring of=/dev/stdout 2026-03-25T10:36:41.295 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:41.296 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/var/lib/ceph/osd/cluster2-1/keyring of=/dev/stdout 2026-03-25T10:36:41.344 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:41.344 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/var/lib/ceph/osd/cluster2-2/keyring of=/dev/stdout 2026-03-25T10:36:41.397 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:41.397 DEBUG:teuthology.orchestra.run.vm08:> dd if=/etc/ceph/cluster2.client.0.keyring of=/dev/stdout 2026-03-25T10:36:41.443 INFO:tasks.ceph:Adding keys to all mons... 2026-03-25T10:36:41.443 DEBUG:teuthology.orchestra.run.vm08:> sudo tee -a /etc/ceph/cluster2.keyring 2026-03-25T10:36:41.491 INFO:teuthology.orchestra.run.vm08.stdout:[mgr.x] 2026-03-25T10:36:41.491 INFO:teuthology.orchestra.run.vm08.stdout: key = AQC1usNp220fFxAAi8Y5hmMkcoiOmbbSf/vxog== 2026-03-25T10:36:41.491 INFO:teuthology.orchestra.run.vm08.stdout:[osd.0] 2026-03-25T10:36:41.491 INFO:teuthology.orchestra.run.vm08.stdout: key = AQC2usNpEkgkChAA5Ot//17hu9zF7o0/PTcv/g== 2026-03-25T10:36:41.491 INFO:teuthology.orchestra.run.vm08.stdout:[osd.1] 2026-03-25T10:36:41.491 INFO:teuthology.orchestra.run.vm08.stdout: key = AQC3usNpvFHeDRAAt4T65m2zfgYzAvis4CzB/g== 2026-03-25T10:36:41.491 INFO:teuthology.orchestra.run.vm08.stdout:[osd.2] 2026-03-25T10:36:41.491 INFO:teuthology.orchestra.run.vm08.stdout: key = AQC4usNp/yRkDxAAbMW1vJJJgVHtGtmXs0H31g== 2026-03-25T10:36:41.491 INFO:teuthology.orchestra.run.vm08.stdout:[client.0] 2026-03-25T10:36:41.491 INFO:teuthology.orchestra.run.vm08.stdout: key = AQC1usNp2M8QGxAA+5LZQfJ+ZyLGghTAYviyrA== 2026-03-25T10:36:41.492 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:41.560 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:41.628 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:41.694 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:41.760 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:41.833 INFO:tasks.ceph:Running mkfs on mon nodes... 2026-03-25T10:36:41.833 DEBUG:teuthology.orchestra.run.vm08:> sudo mkdir -p /var/lib/ceph/mon/cluster2-a 2026-03-25T10:36:41.884 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:36:42.014 DEBUG:teuthology.orchestra.run.vm08:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster2-a 2026-03-25T10:36:42.023 DEBUG:teuthology.orchestra.run.vm08:> rm -- /home/ubuntu/cephtest/cluster2.monmap 2026-03-25T10:36:42.067 INFO:tasks.ceph:Starting mon daemons in cluster cluster2... 2026-03-25T10:36:42.067 INFO:tasks.ceph.cluster2.mon.a:Restarting daemon 2026-03-25T10:36:42.068 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster2 -i a 2026-03-25T10:36:42.109 INFO:tasks.ceph.cluster2.mon.a:Started 2026-03-25T10:36:42.109 INFO:tasks.ceph:Starting mgr daemons in cluster cluster2... 2026-03-25T10:36:42.109 INFO:tasks.ceph.cluster2.mgr.x:Restarting daemon 2026-03-25T10:36:42.110 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster2 -i x 2026-03-25T10:36:42.110 INFO:tasks.ceph.cluster2.mgr.x:Started 2026-03-25T10:36:42.110 DEBUG:tasks.ceph:set 0 configs 2026-03-25T10:36:42.110 DEBUG:teuthology.orchestra.run.vm08:> sudo ceph --cluster cluster2 config dump 2026-03-25T10:36:42.416 INFO:teuthology.orchestra.run.vm08.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-03-25T10:36:42.430 INFO:tasks.ceph:Setting crush tunables to default 2026-03-25T10:36:42.430 DEBUG:teuthology.orchestra.run.vm08:> sudo ceph --cluster cluster2 osd crush tunables default 2026-03-25T10:36:42.549 INFO:teuthology.orchestra.run.vm08.stderr:adjusted tunables profile to default 2026-03-25T10:36:42.563 INFO:tasks.ceph:check_enable_crimson: False 2026-03-25T10:36:42.563 INFO:tasks.ceph:Starting osd daemons in cluster cluster2... 2026-03-25T10:36:42.563 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:42.563 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/var/lib/ceph/osd/cluster2-0/fsid of=/dev/stdout 2026-03-25T10:36:42.572 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:42.572 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/var/lib/ceph/osd/cluster2-1/fsid of=/dev/stdout 2026-03-25T10:36:42.624 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-25T10:36:42.624 DEBUG:teuthology.orchestra.run.vm08:> sudo dd if=/var/lib/ceph/osd/cluster2-2/fsid of=/dev/stdout 2026-03-25T10:36:42.677 DEBUG:teuthology.orchestra.run.vm08:> sudo ceph --cluster cluster2 osd new b0d2a1d5-5916-4b6a-b52c-6a9b956ce5dd 0 2026-03-25T10:36:42.836 INFO:teuthology.orchestra.run.vm08.stdout:0 2026-03-25T10:36:42.849 DEBUG:teuthology.orchestra.run.vm08:> sudo ceph --cluster cluster2 osd new 6224167f-96fb-4e16-80de-ee93bb5a048d 1 2026-03-25T10:36:42.966 INFO:teuthology.orchestra.run.vm08.stdout:1 2026-03-25T10:36:42.978 DEBUG:teuthology.orchestra.run.vm08:> sudo ceph --cluster cluster2 osd new e8c16ba3-67f4-4c78-9f8d-d7578caf23e6 2 2026-03-25T10:36:43.087 INFO:teuthology.orchestra.run.vm08.stdout:2 2026-03-25T10:36:43.100 INFO:tasks.ceph.cluster2.osd.0:Restarting daemon 2026-03-25T10:36:43.100 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 0 2026-03-25T10:36:43.101 INFO:tasks.ceph.cluster2.osd.0:Started 2026-03-25T10:36:43.101 INFO:tasks.ceph.cluster2.osd.1:Restarting daemon 2026-03-25T10:36:43.101 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 1 2026-03-25T10:36:43.102 INFO:tasks.ceph.cluster2.osd.1:Started 2026-03-25T10:36:43.102 INFO:tasks.ceph.cluster2.osd.2:Restarting daemon 2026-03-25T10:36:43.102 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 2 2026-03-25T10:36:43.103 INFO:tasks.ceph.cluster2.osd.2:Started 2026-03-25T10:36:43.103 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-25T10:36:43.247 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:43.247 INFO:teuthology.orchestra.run.vm08.stdout:{"epoch":5,"fsid":"e5b8d106-70ae-4bf6-aba9-d7c123ec4874","created":"2026-03-25T10:36:42.210230+0000","modified":"2026-03-25T10:36:43.088385+0000","last_up_change":"0.000000","last_in_change":"2026-03-25T10:36:43.088385+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":"b0d2a1d5-5916-4b6a-b52c-6a9b956ce5dd","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":"6224167f-96fb-4e16-80de-ee93bb5a048d","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":"e8c16ba3-67f4-4c78-9f8d-d7578caf23e6","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-25T10:36:43.259 INFO:tasks.ceph.ceph_manager.cluster2:[] 2026-03-25T10:36:43.259 INFO:tasks.ceph:Waiting for OSDs to come up 2026-03-25T10:36:43.425 INFO:tasks.ceph.cluster2.osd.0.vm08.stderr:2026-03-25T10:36:43.427+0000 7ff51ee60a40 -1 Falling back to public interface 2026-03-25T10:36:43.553 INFO:tasks.ceph.cluster2.osd.1.vm08.stderr:2026-03-25T10:36:43.551+0000 7f6dc6d6da40 -1 Falling back to public interface 2026-03-25T10:36:43.561 DEBUG:teuthology.orchestra.run.vm08:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2026-03-25T10:36:43.593 INFO:tasks.ceph.cluster2.osd.2.vm08.stderr:2026-03-25T10:36:43.591+0000 7f7a7f0daa40 -1 Falling back to public interface 2026-03-25T10:36:43.661 INFO:tasks.ceph.cluster2.mgr.x.vm08.stderr:/usr/lib/python3/dist-packages/scipy/__init__.py:67: 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-25T10:36:43.661 INFO:tasks.ceph.cluster2.mgr.x.vm08.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-25T10:36:43.661 INFO:tasks.ceph.cluster2.mgr.x.vm08.stderr: from numpy import show_config as show_numpy_config 2026-03-25T10:36:43.702 INFO:teuthology.misc.health.vm08.stdout: 2026-03-25T10:36:43.702 INFO:teuthology.misc.health.vm08.stdout:{"epoch":5,"fsid":"e5b8d106-70ae-4bf6-aba9-d7c123ec4874","created":"2026-03-25T10:36:42.210230+0000","modified":"2026-03-25T10:36:43.088385+0000","last_up_change":"0.000000","last_in_change":"2026-03-25T10:36:43.088385+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":"b0d2a1d5-5916-4b6a-b52c-6a9b956ce5dd","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":"6224167f-96fb-4e16-80de-ee93bb5a048d","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":"e8c16ba3-67f4-4c78-9f8d-d7578caf23e6","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-25T10:36:43.714 DEBUG:teuthology.misc:0 of 3 OSDs are up 2026-03-25T10:36:44.444 INFO:tasks.ceph.cluster2.osd.0.vm08.stderr:2026-03-25T10:36:44.439+0000 7ff51ee60a40 -1 osd.0 0 log_to_monitors true 2026-03-25T10:36:44.533 INFO:tasks.ceph.cluster2.osd.1.vm08.stderr:2026-03-25T10:36:44.531+0000 7f6dc6d6da40 -1 osd.1 0 log_to_monitors true 2026-03-25T10:36:44.687 INFO:tasks.ceph.cluster2.mgr.x.vm08.stderr:Failed to import NVMeoFClient and related components: cannot import name 'NVMeoFClient' from 'dashboard.services.nvmeof_client' (/usr/share/ceph/mgr/dashboard/services/nvmeof_client.py) 2026-03-25T10:36:44.691 INFO:tasks.ceph.cluster2.osd.2.vm08.stderr:2026-03-25T10:36:44.687+0000 7f7a7f0daa40 -1 osd.2 0 log_to_monitors true 2026-03-25T10:36:46.309 INFO:tasks.ceph.cluster2.mgr.x.vm08.stderr:2026-03-25T10:36:46.307+0000 7fa8ac21d640 -1 mgr.server handle_report got status from non-daemon mon.a 2026-03-25T10:36:46.316 INFO:tasks.ceph.cluster2.osd.2.vm08.stderr:2026-03-25T10:36:46.315+0000 7f7a7b083640 -1 osd.2 0 waiting for initial osdmap 2026-03-25T10:36:46.316 INFO:tasks.ceph.cluster2.osd.1.vm08.stderr:2026-03-25T10:36:46.315+0000 7f6dc3528640 -1 osd.1 0 waiting for initial osdmap 2026-03-25T10:36:46.319 INFO:tasks.ceph.cluster2.osd.2.vm08.stderr:2026-03-25T10:36:46.315+0000 7f7a75e91640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T10:36:46.320 INFO:tasks.ceph.cluster2.osd.1.vm08.stderr:2026-03-25T10:36:46.315+0000 7f6dbdb24640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T10:36:46.324 INFO:tasks.ceph.cluster2.osd.0.vm08.stderr:2026-03-25T10:36:46.323+0000 7ff51ae09640 -1 osd.0 0 waiting for initial osdmap 2026-03-25T10:36:46.327 INFO:tasks.ceph.cluster2.osd.0.vm08.stderr:2026-03-25T10:36:46.323+0000 7ff515c17640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-25T10:36:50.016 DEBUG:teuthology.orchestra.run.vm08:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2026-03-25T10:36:50.187 INFO:teuthology.misc.health.vm08.stdout: 2026-03-25T10:36:50.187 INFO:teuthology.misc.health.vm08.stdout:{"epoch":10,"fsid":"e5b8d106-70ae-4bf6-aba9-d7c123ec4874","created":"2026-03-25T10:36:42.210230+0000","modified":"2026-03-25T10:36:49.317227+0000","last_up_change":"2026-03-25T10:36:47.305234+0000","last_in_change":"2026-03-25T10:36:43.088385+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-25T10:36:47.324362+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"10","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":"b0d2a1d5-5916-4b6a-b52c-6a9b956ce5dd","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.108:6800","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6801","nonce":735522952}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6802","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6803","nonce":735522952}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6806","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6807","nonce":735522952}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6804","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6805","nonce":735522952}]},"public_addr":"192.168.123.108:6801/735522952","cluster_addr":"192.168.123.108:6803/735522952","heartbeat_back_addr":"192.168.123.108:6807/735522952","heartbeat_front_addr":"192.168.123.108:6805/735522952","state":["exists","up"]},{"osd":1,"uuid":"6224167f-96fb-4e16-80de-ee93bb5a048d","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.108:6808","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6809","nonce":1485340717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6810","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6811","nonce":1485340717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6814","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6815","nonce":1485340717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6812","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6813","nonce":1485340717}]},"public_addr":"192.168.123.108:6809/1485340717","cluster_addr":"192.168.123.108:6811/1485340717","heartbeat_back_addr":"192.168.123.108:6815/1485340717","heartbeat_front_addr":"192.168.123.108:6813/1485340717","state":["exists","up"]},{"osd":2,"uuid":"e8c16ba3-67f4-4c78-9f8d-d7578caf23e6","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.108:6816","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6817","nonce":536448358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6818","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6819","nonce":536448358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6822","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6823","nonce":536448358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6820","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6821","nonce":536448358}]},"public_addr":"192.168.123.108:6817/536448358","cluster_addr":"192.168.123.108:6819/536448358","heartbeat_back_addr":"192.168.123.108:6823/536448358","heartbeat_front_addr":"192.168.123.108:6821/536448358","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-03-25T10:36:45.429719+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-03-25T10:36:45.517909+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-03-25T10:36:45.669219+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"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-25T10:36:50.203 DEBUG:teuthology.misc:3 of 3 OSDs are up 2026-03-25T10:36:50.203 INFO:tasks.ceph:Creating RBD pool 2026-03-25T10:36:50.203 DEBUG:teuthology.orchestra.run.vm08:> sudo ceph --cluster cluster2 osd pool create rbd 8 2026-03-25T10:36:51.334 INFO:teuthology.orchestra.run.vm08.stderr:pool 'rbd' created 2026-03-25T10:36:51.355 DEBUG:teuthology.orchestra.run.vm08:> rbd --cluster cluster2 pool init rbd 2026-03-25T10:36:54.588 INFO:tasks.ceph:Starting mds daemons in cluster cluster2... 2026-03-25T10:36:54.589 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 config log 1 --format=json 2026-03-25T10:36:54.589 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2026-03-25T10:36:54.764 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:54.778 INFO:teuthology.orchestra.run.vm08.stdout:[{"version":1,"timestamp":"0.000000","name":"","changes":[]}] 2026-03-25T10:36:54.779 INFO:tasks.ceph_manager:config epoch is 1 2026-03-25T10:36:54.779 INFO:tasks.ceph:Waiting until cluster2 daemons up and pgs clean... 2026-03-25T10:36:54.779 INFO:tasks.ceph.ceph_manager.cluster2:waiting for mgr available 2026-03-25T10:36:54.779 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 mgr dump --format=json 2026-03-25T10:36:54.971 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:54.985 INFO:teuthology.orchestra.run.vm08.stdout:{"epoch":5,"flags":0,"active_gid":4098,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6824","nonce":1334456792},{"type":"v1","addr":"192.168.123.108:6825","nonce":1334456792}]},"active_addr":"192.168.123.108:6825/1334456792","active_change":"2026-03-25T10:36:45.187606+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":"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":"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":"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.108:0","nonce":3470080938}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.108:0","nonce":1653517651}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.108:0","nonce":479181089}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.108:0","nonce":4108844626}]}]} 2026-03-25T10:36:54.986 INFO:tasks.ceph.ceph_manager.cluster2:mgr available! 2026-03-25T10:36:54.986 INFO:tasks.ceph.ceph_manager.cluster2:waiting for all up 2026-03-25T10:36:54.986 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-25T10:36:55.161 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:55.162 INFO:teuthology.orchestra.run.vm08.stdout:{"epoch":15,"fsid":"e5b8d106-70ae-4bf6-aba9-d7c123ec4874","created":"2026-03-25T10:36:42.210230+0000","modified":"2026-03-25T10:36:54.580001+0000","last_up_change":"2026-03-25T10:36:47.305234+0000","last_in_change":"2026-03-25T10:36:43.088385+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-25T10:36:47.324362+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-25T10:36:50.387163+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":"b0d2a1d5-5916-4b6a-b52c-6a9b956ce5dd","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.108:6800","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6801","nonce":735522952}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6802","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6803","nonce":735522952}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6806","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6807","nonce":735522952}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6804","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6805","nonce":735522952}]},"public_addr":"192.168.123.108:6801/735522952","cluster_addr":"192.168.123.108:6803/735522952","heartbeat_back_addr":"192.168.123.108:6807/735522952","heartbeat_front_addr":"192.168.123.108:6805/735522952","state":["exists","up"]},{"osd":1,"uuid":"6224167f-96fb-4e16-80de-ee93bb5a048d","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.108:6808","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6809","nonce":1485340717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6810","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6811","nonce":1485340717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6814","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6815","nonce":1485340717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6812","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6813","nonce":1485340717}]},"public_addr":"192.168.123.108:6809/1485340717","cluster_addr":"192.168.123.108:6811/1485340717","heartbeat_back_addr":"192.168.123.108:6815/1485340717","heartbeat_front_addr":"192.168.123.108:6813/1485340717","state":["exists","up"]},{"osd":2,"uuid":"e8c16ba3-67f4-4c78-9f8d-d7578caf23e6","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.108:6816","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6817","nonce":536448358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6818","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6819","nonce":536448358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6822","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6823","nonce":536448358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6820","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6821","nonce":536448358}]},"public_addr":"192.168.123.108:6817/536448358","cluster_addr":"192.168.123.108:6819/536448358","heartbeat_back_addr":"192.168.123.108:6823/536448358","heartbeat_front_addr":"192.168.123.108:6821/536448358","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-03-25T10:36:45.429719+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-03-25T10:36:45.517909+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-03-25T10:36:45.669219+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"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-25T10:36:55.177 INFO:tasks.ceph.ceph_manager.cluster2:all up! 2026-03-25T10:36:55.177 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-25T10:36:55.346 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:55.346 INFO:teuthology.orchestra.run.vm08.stdout:{"epoch":15,"fsid":"e5b8d106-70ae-4bf6-aba9-d7c123ec4874","created":"2026-03-25T10:36:42.210230+0000","modified":"2026-03-25T10:36:54.580001+0000","last_up_change":"2026-03-25T10:36:47.305234+0000","last_in_change":"2026-03-25T10:36:43.088385+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-25T10:36:47.324362+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-25T10:36:50.387163+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":"b0d2a1d5-5916-4b6a-b52c-6a9b956ce5dd","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.108:6800","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6801","nonce":735522952}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6802","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6803","nonce":735522952}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6806","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6807","nonce":735522952}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6804","nonce":735522952},{"type":"v1","addr":"192.168.123.108:6805","nonce":735522952}]},"public_addr":"192.168.123.108:6801/735522952","cluster_addr":"192.168.123.108:6803/735522952","heartbeat_back_addr":"192.168.123.108:6807/735522952","heartbeat_front_addr":"192.168.123.108:6805/735522952","state":["exists","up"]},{"osd":1,"uuid":"6224167f-96fb-4e16-80de-ee93bb5a048d","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.108:6808","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6809","nonce":1485340717}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6810","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6811","nonce":1485340717}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6814","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6815","nonce":1485340717}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6812","nonce":1485340717},{"type":"v1","addr":"192.168.123.108:6813","nonce":1485340717}]},"public_addr":"192.168.123.108:6809/1485340717","cluster_addr":"192.168.123.108:6811/1485340717","heartbeat_back_addr":"192.168.123.108:6815/1485340717","heartbeat_front_addr":"192.168.123.108:6813/1485340717","state":["exists","up"]},{"osd":2,"uuid":"e8c16ba3-67f4-4c78-9f8d-d7578caf23e6","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.108:6816","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6817","nonce":536448358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6818","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6819","nonce":536448358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6822","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6823","nonce":536448358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.108:6820","nonce":536448358},{"type":"v1","addr":"192.168.123.108:6821","nonce":536448358}]},"public_addr":"192.168.123.108:6817/536448358","cluster_addr":"192.168.123.108:6819/536448358","heartbeat_back_addr":"192.168.123.108:6823/536448358","heartbeat_front_addr":"192.168.123.108:6821/536448358","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-03-25T10:36:45.429719+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-03-25T10:36:45.517909+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-03-25T10:36:45.669219+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"isa","technique":"reed_sol_van"}},"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-25T10:36:55.361 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.0 flush_pg_stats 2026-03-25T10:36:55.362 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.1 flush_pg_stats 2026-03-25T10:36:55.362 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.2 flush_pg_stats 2026-03-25T10:36:55.469 INFO:teuthology.orchestra.run.vm08.stdout:34359738371 2026-03-25T10:36:55.469 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2026-03-25T10:36:55.478 INFO:teuthology.orchestra.run.vm08.stdout:34359738372 2026-03-25T10:36:55.478 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2026-03-25T10:36:55.484 INFO:teuthology.orchestra.run.vm08.stdout:34359738371 2026-03-25T10:36:55.485 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-03-25T10:36:55.664 INFO:teuthology.orchestra.run.vm08.stdout:34359738370 2026-03-25T10:36:55.678 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.2 2026-03-25T10:36:55.709 INFO:teuthology.orchestra.run.vm08.stdout:34359738370 2026-03-25T10:36:55.724 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.0 2026-03-25T10:36:55.731 INFO:teuthology.orchestra.run.vm08.stdout:34359738371 2026-03-25T10:36:55.747 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738371 for osd.1 2026-03-25T10:36:56.679 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2026-03-25T10:36:56.724 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-03-25T10:36:56.748 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2026-03-25T10:36:56.861 INFO:teuthology.orchestra.run.vm08.stdout:34359738370 2026-03-25T10:36:56.878 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.2 2026-03-25T10:36:56.903 INFO:teuthology.orchestra.run.vm08.stdout:34359738370 2026-03-25T10:36:56.918 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.0 2026-03-25T10:36:56.943 INFO:teuthology.orchestra.run.vm08.stdout:34359738371 2026-03-25T10:36:56.957 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738371 for osd.1 2026-03-25T10:36:57.878 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2026-03-25T10:36:57.919 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-03-25T10:36:57.957 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2026-03-25T10:36:58.057 INFO:teuthology.orchestra.run.vm08.stdout:34359738371 2026-03-25T10:36:58.074 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.2 2026-03-25T10:36:58.074 DEBUG:teuthology.parallel:result is None 2026-03-25T10:36:58.096 INFO:teuthology.orchestra.run.vm08.stdout:34359738371 2026-03-25T10:36:58.110 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.0 2026-03-25T10:36:58.110 DEBUG:teuthology.parallel:result is None 2026-03-25T10:36:58.155 INFO:teuthology.orchestra.run.vm08.stdout:34359738372 2026-03-25T10:36:58.170 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738372 got 34359738372 for osd.1 2026-03-25T10:36:58.170 DEBUG:teuthology.parallel:result is None 2026-03-25T10:36:58.170 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2026-03-25T10:36:58.170 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-03-25T10:36:58.345 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:58.345 INFO:teuthology.orchestra.run.vm08.stderr:dumped all 2026-03-25T10:36:58.361 INFO:teuthology.orchestra.run.vm08.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2026-03-25T10:36:57.301566+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":459299,"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":46,"num_read_kb":37,"num_write":59,"num_write_kb":586,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":35,"ondisk_log_size":35,"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":81408,"kb_used_data":856,"kb_used_omap":23,"kb_used_meta":80424,"kb_avail":283034112,"statfs":{"total":289910292480,"available":289826930688,"internally_reserved":0,"allocated":876544,"data_stored":1029849,"data_compressed":8208,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":23713,"internal_metadata":82355039},"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":28,"apply_latency_ms":28,"commit_latency_ns":28000000,"apply_latency_ns":28000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"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},"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":"3.702241"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-25T10:36:54.585960+0000","last_change":"2026-03-25T10:36:54.586057+0000","last_active":"2026-03-25T10:36:54.585960+0000","last_peered":"2026-03-25T10:36:54.585960+0000","last_clean":"2026-03-25T10:36:54.585960+0000","last_became_active":"2026-03-25T10:36:52.346615+0000","last_became_peered":"2026-03-25T10:36:52.346615+0000","last_unstale":"2026-03-25T10:36:54.585960+0000","last_undegraded":"2026-03-25T10:36:54.585960+0000","last_fullsized":"2026-03-25T10:36:54.585960+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T22:05:17.514664+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00019965299999999999,"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-25T10:36:54.586075+0000","last_change":"2026-03-25T10:36:54.586131+0000","last_active":"2026-03-25T10:36:54.586075+0000","last_peered":"2026-03-25T10:36:54.586075+0000","last_clean":"2026-03-25T10:36:54.586075+0000","last_became_active":"2026-03-25T10:36:52.345497+0000","last_became_peered":"2026-03-25T10:36:52.345497+0000","last_unstale":"2026-03-25T10:36:54.586075+0000","last_undegraded":"2026-03-25T10:36:54.586075+0000","last_fullsized":"2026-03-25T10:36:54.586075+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T21:59:44.062137+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00027001500000000002,"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-25T10:36:54.586099+0000","last_change":"2026-03-25T10:36:54.586180+0000","last_active":"2026-03-25T10:36:54.586099+0000","last_peered":"2026-03-25T10:36:54.586099+0000","last_clean":"2026-03-25T10:36:54.586099+0000","last_became_active":"2026-03-25T10:36:52.344621+0000","last_became_peered":"2026-03-25T10:36:52.344621+0000","last_unstale":"2026-03-25T10:36:54.586099+0000","last_undegraded":"2026-03-25T10:36:54.586099+0000","last_fullsized":"2026-03-25T10:36:54.586099+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T17:16:29.349502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029773700000000001,"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-25T10:36:54.586295+0000","last_change":"2026-03-25T10:36:54.586408+0000","last_active":"2026-03-25T10:36:54.586295+0000","last_peered":"2026-03-25T10:36:54.586295+0000","last_clean":"2026-03-25T10:36:54.586295+0000","last_became_active":"2026-03-25T10:36:52.346721+0000","last_became_peered":"2026-03-25T10:36:52.346721+0000","last_unstale":"2026-03-25T10:36:54.586295+0000","last_undegraded":"2026-03-25T10:36:54.586295+0000","last_fullsized":"2026-03-25T10:36:54.586295+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T19:57:34.564955+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040109999999999999,"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-25T10:36:54.583227+0000","last_change":"2026-03-25T10:36:54.583227+0000","last_active":"2026-03-25T10:36:54.583227+0000","last_peered":"2026-03-25T10:36:54.583227+0000","last_clean":"2026-03-25T10:36:54.583227+0000","last_became_active":"2026-03-25T10:36:52.346805+0000","last_became_peered":"2026-03-25T10:36:52.346805+0000","last_unstale":"2026-03-25T10:36:54.583227+0000","last_undegraded":"2026-03-25T10:36:54.583227+0000","last_fullsized":"2026-03-25T10:36:54.583227+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T12:07:41.521081+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00024141200000000001,"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-25T10:36:54.635334+0000","last_change":"2026-03-25T10:36:54.635585+0000","last_active":"2026-03-25T10:36:54.635334+0000","last_peered":"2026-03-25T10:36:54.635334+0000","last_clean":"2026-03-25T10:36:54.635334+0000","last_became_active":"2026-03-25T10:36:52.345493+0000","last_became_peered":"2026-03-25T10:36:52.345493+0000","last_unstale":"2026-03-25T10:36:54.635334+0000","last_undegraded":"2026-03-25T10:36:54.635334+0000","last_fullsized":"2026-03-25T10:36:54.635334+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T16:39:02.859292+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00049377299999999998,"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-25T10:36:54.635390+0000","last_change":"2026-03-25T10:36:54.635527+0000","last_active":"2026-03-25T10:36:54.635390+0000","last_peered":"2026-03-25T10:36:54.635390+0000","last_clean":"2026-03-25T10:36:54.635390+0000","last_became_active":"2026-03-25T10:36:52.346078+0000","last_became_peered":"2026-03-25T10:36:52.346078+0000","last_unstale":"2026-03-25T10:36:54.635390+0000","last_undegraded":"2026-03-25T10:36:54.635390+0000","last_fullsized":"2026-03-25T10:36:54.635390+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T19:16:42.059568+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00033318300000000003,"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-25T10:36:54.586189+0000","last_change":"2026-03-25T10:36:54.586234+0000","last_active":"2026-03-25T10:36:54.586189+0000","last_peered":"2026-03-25T10:36:54.586189+0000","last_clean":"2026-03-25T10:36:54.586189+0000","last_became_active":"2026-03-25T10:36:52.344741+0000","last_became_peered":"2026-03-25T10:36:52.344741+0000","last_unstale":"2026-03-25T10:36:54.586189+0000","last_undegraded":"2026-03-25T10:36:54.586189+0000","last_fullsized":"2026-03-25T10:36:54.586189+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T17:50:10.090785+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00025413600000000002,"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'32","reported_seq":65,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-25T10:36:54.585975+0000","last_change":"2026-03-25T10:36:49.324529+0000","last_active":"2026-03-25T10:36:54.585975+0000","last_peered":"2026-03-25T10:36:54.585975+0000","last_clean":"2026-03-25T10:36:54.585975+0000","last_became_active":"2026-03-25T10:36:49.323896+0000","last_became_peered":"2026-03-25T10:36:49.323896+0000","last_unstale":"2026-03-25T10:36:54.585975+0000","last_undegraded":"2026-03-25T10:36:54.585975+0000","last_fullsized":"2026-03-25T10:36:54.585975+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-25T10:36:48.315745+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:48.315745+0000","last_clean_scrub_stamp":"2026-03-25T10:36:48.315745+0000","objects_scrubbed":0,"log_size":32,"log_dups_size":0,"ondisk_log_size":32,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-26T22:23:20.901778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":483328,"data_stored":918560,"data_compressed":8208,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738371,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":26976,"kb_used_data":120,"kb_used_omap":6,"kb_used_meta":26809,"kb_avail":94344864,"statfs":{"total":96636764160,"available":96609140736,"internally_reserved":0,"allocated":122880,"data_stored":34713,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6821,"internal_metadata":27452763},"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":18,"apply_latency_ms":18,"commit_latency_ns":18000000,"apply_latency_ns":18000000},"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":27216,"kb_used_data":368,"kb_used_omap":8,"kb_used_meta":26807,"kb_avail":94344624,"statfs":{"total":96636764160,"available":96608894976,"internally_reserved":0,"allocated":376832,"data_stored":497568,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":8771,"internal_metadata":27450813},"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":8,"apply_latency_ms":8,"commit_latency_ns":8000000,"apply_latency_ns":8000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738371,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27216,"kb_used_data":368,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344624,"statfs":{"total":96636764160,"available":96608894976,"internally_reserved":0,"allocated":376832,"data_stored":497568,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":8121,"internal_metadata":27451463},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":241664,"data_stored":459280,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":241664,"data_stored":459280,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"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-25T10:36:58.361 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-03-25T10:36:58.534 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:58.534 INFO:teuthology.orchestra.run.vm08.stderr:dumped all 2026-03-25T10:36:58.549 INFO:teuthology.orchestra.run.vm08.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2026-03-25T10:36:57.301566+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":459299,"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":46,"num_read_kb":37,"num_write":59,"num_write_kb":586,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":35,"ondisk_log_size":35,"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":81408,"kb_used_data":856,"kb_used_omap":23,"kb_used_meta":80424,"kb_avail":283034112,"statfs":{"total":289910292480,"available":289826930688,"internally_reserved":0,"allocated":876544,"data_stored":1029849,"data_compressed":8208,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":23713,"internal_metadata":82355039},"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":28,"apply_latency_ms":28,"commit_latency_ns":28000000,"apply_latency_ns":28000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"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},"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":"3.702241"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-25T10:36:54.585960+0000","last_change":"2026-03-25T10:36:54.586057+0000","last_active":"2026-03-25T10:36:54.585960+0000","last_peered":"2026-03-25T10:36:54.585960+0000","last_clean":"2026-03-25T10:36:54.585960+0000","last_became_active":"2026-03-25T10:36:52.346615+0000","last_became_peered":"2026-03-25T10:36:52.346615+0000","last_unstale":"2026-03-25T10:36:54.585960+0000","last_undegraded":"2026-03-25T10:36:54.585960+0000","last_fullsized":"2026-03-25T10:36:54.585960+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T22:05:17.514664+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00019965299999999999,"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-25T10:36:54.586075+0000","last_change":"2026-03-25T10:36:54.586131+0000","last_active":"2026-03-25T10:36:54.586075+0000","last_peered":"2026-03-25T10:36:54.586075+0000","last_clean":"2026-03-25T10:36:54.586075+0000","last_became_active":"2026-03-25T10:36:52.345497+0000","last_became_peered":"2026-03-25T10:36:52.345497+0000","last_unstale":"2026-03-25T10:36:54.586075+0000","last_undegraded":"2026-03-25T10:36:54.586075+0000","last_fullsized":"2026-03-25T10:36:54.586075+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T21:59:44.062137+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00027001500000000002,"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-25T10:36:54.586099+0000","last_change":"2026-03-25T10:36:54.586180+0000","last_active":"2026-03-25T10:36:54.586099+0000","last_peered":"2026-03-25T10:36:54.586099+0000","last_clean":"2026-03-25T10:36:54.586099+0000","last_became_active":"2026-03-25T10:36:52.344621+0000","last_became_peered":"2026-03-25T10:36:52.344621+0000","last_unstale":"2026-03-25T10:36:54.586099+0000","last_undegraded":"2026-03-25T10:36:54.586099+0000","last_fullsized":"2026-03-25T10:36:54.586099+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T17:16:29.349502+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00029773700000000001,"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-25T10:36:54.586295+0000","last_change":"2026-03-25T10:36:54.586408+0000","last_active":"2026-03-25T10:36:54.586295+0000","last_peered":"2026-03-25T10:36:54.586295+0000","last_clean":"2026-03-25T10:36:54.586295+0000","last_became_active":"2026-03-25T10:36:52.346721+0000","last_became_peered":"2026-03-25T10:36:52.346721+0000","last_unstale":"2026-03-25T10:36:54.586295+0000","last_undegraded":"2026-03-25T10:36:54.586295+0000","last_fullsized":"2026-03-25T10:36:54.586295+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T19:57:34.564955+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040109999999999999,"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-25T10:36:54.583227+0000","last_change":"2026-03-25T10:36:54.583227+0000","last_active":"2026-03-25T10:36:54.583227+0000","last_peered":"2026-03-25T10:36:54.583227+0000","last_clean":"2026-03-25T10:36:54.583227+0000","last_became_active":"2026-03-25T10:36:52.346805+0000","last_became_peered":"2026-03-25T10:36:52.346805+0000","last_unstale":"2026-03-25T10:36:54.583227+0000","last_undegraded":"2026-03-25T10:36:54.583227+0000","last_fullsized":"2026-03-25T10:36:54.583227+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T12:07:41.521081+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00024141200000000001,"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-25T10:36:54.635334+0000","last_change":"2026-03-25T10:36:54.635585+0000","last_active":"2026-03-25T10:36:54.635334+0000","last_peered":"2026-03-25T10:36:54.635334+0000","last_clean":"2026-03-25T10:36:54.635334+0000","last_became_active":"2026-03-25T10:36:52.345493+0000","last_became_peered":"2026-03-25T10:36:52.345493+0000","last_unstale":"2026-03-25T10:36:54.635334+0000","last_undegraded":"2026-03-25T10:36:54.635334+0000","last_fullsized":"2026-03-25T10:36:54.635334+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T16:39:02.859292+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00049377299999999998,"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-25T10:36:54.635390+0000","last_change":"2026-03-25T10:36:54.635527+0000","last_active":"2026-03-25T10:36:54.635390+0000","last_peered":"2026-03-25T10:36:54.635390+0000","last_clean":"2026-03-25T10:36:54.635390+0000","last_became_active":"2026-03-25T10:36:52.346078+0000","last_became_peered":"2026-03-25T10:36:52.346078+0000","last_unstale":"2026-03-25T10:36:54.635390+0000","last_undegraded":"2026-03-25T10:36:54.635390+0000","last_fullsized":"2026-03-25T10:36:54.635390+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T19:16:42.059568+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00033318300000000003,"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-25T10:36:54.586189+0000","last_change":"2026-03-25T10:36:54.586234+0000","last_active":"2026-03-25T10:36:54.586189+0000","last_peered":"2026-03-25T10:36:54.586189+0000","last_clean":"2026-03-25T10:36:54.586189+0000","last_became_active":"2026-03-25T10:36:52.344741+0000","last_became_peered":"2026-03-25T10:36:52.344741+0000","last_unstale":"2026-03-25T10:36:54.586189+0000","last_undegraded":"2026-03-25T10:36:54.586189+0000","last_fullsized":"2026-03-25T10:36:54.586189+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-25T10:36:51.332174+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:51.332174+0000","last_clean_scrub_stamp":"2026-03-25T10:36:51.332174+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-26T17:50:10.090785+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00025413600000000002,"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'32","reported_seq":65,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-25T10:36:54.585975+0000","last_change":"2026-03-25T10:36:49.324529+0000","last_active":"2026-03-25T10:36:54.585975+0000","last_peered":"2026-03-25T10:36:54.585975+0000","last_clean":"2026-03-25T10:36:54.585975+0000","last_became_active":"2026-03-25T10:36:49.323896+0000","last_became_peered":"2026-03-25T10:36:49.323896+0000","last_unstale":"2026-03-25T10:36:54.585975+0000","last_undegraded":"2026-03-25T10:36:54.585975+0000","last_fullsized":"2026-03-25T10:36:54.585975+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-25T10:36:48.315745+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-25T10:36:48.315745+0000","last_clean_scrub_stamp":"2026-03-25T10:36:48.315745+0000","objects_scrubbed":0,"log_size":32,"log_dups_size":0,"ondisk_log_size":32,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_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-26T22:23:20.901778+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_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":459280,"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":46,"num_read_kb":37,"num_write":57,"num_write_kb":584,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_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":483328,"data_stored":918560,"data_compressed":8208,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":0,"internal_metadata":0},"log_size":32,"ondisk_log_size":32,"up":2,"acting":2,"num_store_stats":2}],"osd_stats":[{"osd":2,"up_from":8,"seq":34359738371,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":26976,"kb_used_data":120,"kb_used_omap":6,"kb_used_meta":26809,"kb_avail":94344864,"statfs":{"total":96636764160,"available":96609140736,"internally_reserved":0,"allocated":122880,"data_stored":34713,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6821,"internal_metadata":27452763},"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":18,"apply_latency_ms":18,"commit_latency_ns":18000000,"apply_latency_ns":18000000},"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":27216,"kb_used_data":368,"kb_used_omap":8,"kb_used_meta":26807,"kb_avail":94344624,"statfs":{"total":96636764160,"available":96608894976,"internally_reserved":0,"allocated":376832,"data_stored":497568,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":8771,"internal_metadata":27450813},"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":8,"apply_latency_ms":8,"commit_latency_ns":8000000,"apply_latency_ns":8000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738371,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27216,"kb_used_data":368,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344624,"statfs":{"total":96636764160,"available":96608894976,"internally_reserved":0,"allocated":376832,"data_stored":497568,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":8121,"internal_metadata":27451463},"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":241664,"data_stored":459280,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":241664,"data_stored":459280,"data_compressed":4104,"data_compressed_allocated":221184,"data_compressed_original":442368,"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-25T10:36:58.549 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2026-03-25T10:36:58.549 INFO:tasks.ceph:Waiting until ceph cluster cluster2 is healthy... 2026-03-25T10:36:58.549 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy 2026-03-25T10:36:58.549 DEBUG:teuthology.orchestra.run.vm08:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 health --format=json 2026-03-25T10:36:58.739 INFO:teuthology.orchestra.run.vm08.stdout: 2026-03-25T10:36:58.739 INFO:teuthology.orchestra.run.vm08.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-25T10:36:58.753 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy done 2026-03-25T10:36:58.753 INFO:teuthology.run_tasks:Running task exec... 2026-03-25T10:36:58.756 INFO:teuthology.task.exec:Executing custom commands... 2026-03-25T10:36:58.756 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm06.local 2026-03-25T10:36:58.756 DEBUG:teuthology.orchestra.run.vm06:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool create datapool 4' 2026-03-25T10:36:59.908 INFO:teuthology.orchestra.run.vm06.stderr:pool 'datapool' created 2026-03-25T10:36:59.926 DEBUG:teuthology.orchestra.run.vm06:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 pool init datapool' 2026-03-25T10:37:02.983 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@vm08.local 2026-03-25T10:37:02.983 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool create datapool 4' 2026-03-25T10:37:03.356 INFO:teuthology.orchestra.run.vm08.stderr:pool 'datapool' created 2026-03-25T10:37:03.373 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 pool init datapool' 2026-03-25T10:37:06.381 INFO:teuthology.run_tasks:Running task exec... 2026-03-25T10:37:06.383 INFO:teuthology.task.exec:Executing custom commands... 2026-03-25T10:37:06.383 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@vm08.local 2026-03-25T10:37:06.383 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'echo '"'"'{"type":"qcow","stream":{"type":"http","url":"http://download.ceph.com/qa/ubuntu-12.04.qcow2"}}'"'"' | rbd --cluster cluster2 migration prepare --import-only --source-spec-path - client.0.0' 2026-03-25T10:37:06.943 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration execute client.0.0' 2026-03-25T10:38:35.155 INFO:teuthology.orchestra.run.vm08.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-25T10:38:35.162 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration commit client.0.0' 2026-03-25T10:38:35.226 INFO:teuthology.orchestra.run.vm08.stderr: Commit image migration: 100% complete...done. 2026-03-25T10:38:35.231 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0@snap' 2026-03-25T10:38:35.329 INFO:teuthology.orchestra.run.vm08.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-25T10:38:35.339 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.1' 2026-03-25T10:38:35.423 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 bench --io-type write --io-pattern rand --io-size 16K --io-threads 1 --io-total 2M client.0.1' 2026-03-25T10:38:35.509 INFO:teuthology.orchestra.run.vm08.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2026-03-25T10:38:35.593 INFO:teuthology.orchestra.run.vm08.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-25T10:38:35.593 INFO:teuthology.orchestra.run.vm08.stdout:elapsed: 0 ops: 128 ops/sec: 1523.81 bytes/sec: 24 MiB/s 2026-03-25T10:38:35.602 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1@snap' 2026-03-25T10:38:36.394 INFO:teuthology.orchestra.run.vm08.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-25T10:38:36.404 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.2' 2026-03-25T10:38:36.494 DEBUG:teuthology.orchestra.run.vm08:> 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-25T10:38:36.538 INFO:teuthology.orchestra.run.vm08.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2026-03-25T10:38:36.633 INFO:teuthology.orchestra.run.vm08.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-25T10:38:36.633 INFO:teuthology.orchestra.run.vm08.stdout:elapsed: 0 ops: 128 ops/sec: 1333.33 bytes/sec: 21 MiB/s 2026-03-25T10:38:36.643 DEBUG:teuthology.orchestra.run.vm08:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2@snap' 2026-03-25T10:38:37.388 INFO:teuthology.orchestra.run.vm08.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-25T10:38:37.396 INFO:teuthology.run_tasks:Running task exec... 2026-03-25T10:38:37.399 INFO:teuthology.task.exec:Executing custom commands... 2026-03-25T10:38:37.399 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm06.local 2026-03-25T10:38:37.399 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:38:38.015 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:38:39.021 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:38:40.028 INFO:teuthology.run_tasks:Running task parallel... 2026-03-25T10:38:40.032 INFO:teuthology.task.parallel:starting parallel... 2026-03-25T10:38:40.032 INFO:teuthology.task.parallel:In parallel, running task sequential... 2026-03-25T10:38:40.033 INFO:teuthology.task.sequential:In sequential, running task qemu... 2026-03-25T10:38:40.038 DEBUG:teuthology.orchestra.run.vm06:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2026-03-25T10:38:40.038 INFO:teuthology.task.parallel:In parallel, running task sequential... 2026-03-25T10:38:40.038 INFO:teuthology.task.sequential:In sequential, running task exec... 2026-03-25T10:38:40.038 INFO:teuthology.task.exec:Executing custom commands... 2026-03-25T10:38:40.038 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm06.local 2026-03-25T10:38:40.038 DEBUG:teuthology.orchestra.run.vm06:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-25T10:38:40.042 INFO:teuthology.packaging:Installing package genisoimage on ubuntu@vm06.local 2026-03-25T10:38:40.042 DEBUG:teuthology.orchestra.run.vm06:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install genisoimage 2026-03-25T10:38:40.121 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-25T10:38:40.254 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-25T10:38:40.255 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-25T10:38:40.360 INFO:teuthology.orchestra.run.vm06.stdout:genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2026-03-25T10:38:40.360 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T10:38:40.360 INFO:teuthology.orchestra.run.vm06.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T10:38:40.360 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T10:38:40.360 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T10:38:40.373 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T10:38:40.373 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T10:38:40.375 INFO:teuthology.packaging:Installing package qemu-block-extra on ubuntu@vm06.local 2026-03-25T10:38:40.375 DEBUG:teuthology.orchestra.run.vm06:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install qemu-block-extra 2026-03-25T10:38:40.452 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-25T10:38:40.608 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-25T10:38:40.609 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-25T10:38:40.726 INFO:teuthology.orchestra.run.vm06.stdout:qemu-block-extra is already the newest version (1:6.2+dfsg-2ubuntu6.28). 2026-03-25T10:38:40.726 INFO:teuthology.orchestra.run.vm06.stdout:qemu-block-extra set to manually installed. 2026-03-25T10:38:40.726 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T10:38:40.726 INFO:teuthology.orchestra.run.vm06.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T10:38:40.727 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T10:38:40.727 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T10:38:40.759 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T10:38:40.759 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T10:38:40.760 INFO:teuthology.packaging:Installing package qemu-utils on ubuntu@vm06.local 2026-03-25T10:38:40.761 DEBUG:teuthology.orchestra.run.vm06:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install qemu-utils 2026-03-25T10:38:40.839 INFO:teuthology.orchestra.run.vm06.stdout:Reading package lists... 2026-03-25T10:38:40.993 INFO:teuthology.orchestra.run.vm06.stdout:Building dependency tree... 2026-03-25T10:38:40.993 INFO:teuthology.orchestra.run.vm06.stdout:Reading state information... 2026-03-25T10:38:41.164 INFO:teuthology.orchestra.run.vm06.stdout:qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.28). 2026-03-25T10:38:41.164 INFO:teuthology.orchestra.run.vm06.stdout:qemu-utils set to manually installed. 2026-03-25T10:38:41.164 INFO:teuthology.orchestra.run.vm06.stdout:The following packages were automatically installed and are no longer required: 2026-03-25T10:38:41.164 INFO:teuthology.orchestra.run.vm06.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-25T10:38:41.165 INFO:teuthology.orchestra.run.vm06.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-25T10:38:41.165 INFO:teuthology.orchestra.run.vm06.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-25T10:38:41.189 INFO:teuthology.orchestra.run.vm06.stdout:0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. 2026-03-25T10:38:41.189 INFO:teuthology.orchestra.run.vm06.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-25T10:38:41.191 INFO:tasks.qemu:generating iso... 2026-03-25T10:38:41.191 INFO:tasks.qemu:Pulling tests from https://github.com/kshtsk/ceph.git ref 0392f78529848ec72469e8e431875cb98d3a5fb4 2026-03-25T10:38:41.191 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:38:41.236 INFO:teuthology.orchestra.run.vm06.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.cluster1.client.0'... 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr:Note: switching to '0392f78529848ec72469e8e431875cb98d3a5fb4'. 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr: 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr:changes and commit them, and you can discard any commits you make in this 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr:state without impacting any branches by switching back to a branch. 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr: 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr:If you want to create a new branch to retain commits you create, you may 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr:do so (now or later) by using -c with the switch command. Example: 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr: 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr: git switch -c 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr: 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr:Or undo this operation with: 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr: 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr: git switch - 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr: 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr: 2026-03-25T10:39:19.680 INFO:teuthology.orchestra.run.vm06.stderr:HEAD is now at 0392f785298 qa/tasks/keystone: restart mariadb for rocky and alma linux too 2026-03-25T10:39:19.689 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:39:19.689 DEBUG:teuthology.orchestra.run.vm06:> dd of=/home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 2026-03-25T10:39:19.735 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-25T10:39:19.735 DEBUG:teuthology.orchestra.run.vm06:> dd of=/home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 2026-03-25T10:39:19.778 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for cluster1.client.0 2026-03-25T10:39:19.779 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:39:19.824 DEBUG:teuthology.orchestra.run.vm06:> 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-25T10:39:19.874 INFO:tasks.qemu:downloading base image 2026-03-25T10:39:19.874 DEBUG:teuthology.orchestra.run.vm06:> rbd --cluster cluster1 resize --size=10240M client.0.0 || true 2026-03-25T10:39:19.965 INFO:teuthology.orchestra.run.vm06.stderr: Resizing image: 100% complete...done. 2026-03-25T10:39:19.976 DEBUG:teuthology.orchestra.run.vm06:> rbd --cluster cluster1 resize --size=10240M client.0.1 || true 2026-03-25T10:39:20.031 INFO:teuthology.orchestra.run.vm06.stderr: Resizing image: 100% complete...done. 2026-03-25T10:39:20.041 DEBUG:teuthology.orchestra.run.vm06:> rbd --cluster cluster1 resize --size=10240M client.0.2 || true 2026-03-25T10:39:20.096 INFO:teuthology.orchestra.run.vm06.stderr: Resizing image: 100% complete...done. 2026-03-25T10:39:20.105 DEBUG:teuthology.orchestra.run.vm06:> mkdir /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 && sudo modprobe kvm 2026-03-25T10:39:20.115 INFO:tasks.qemu:Creating the nfs export directory... 2026-03-25T10:39:20.116 DEBUG:teuthology.orchestra.run.vm06:> sudo mkdir -p /export/cluster1.client.0 2026-03-25T10:39:20.169 INFO:tasks.qemu:Mounting the test directory... 2026-03-25T10:39:20.169 DEBUG:teuthology.orchestra.run.vm06:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 /export/cluster1.client.0 2026-03-25T10:39:20.222 INFO:tasks.qemu:Adding mount to /etc/exports... 2026-03-25T10:39:20.222 INFO:tasks.qemu:Deleting export from /etc/exports... 2026-03-25T10:39:20.222 DEBUG:teuthology.orchestra.run.vm06:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2026-03-25T10:39:20.272 DEBUG:teuthology.orchestra.run.vm06:> echo '/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2026-03-25T10:39:20.327 INFO:teuthology.orchestra.run.vm06.stdout:/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2026-03-25T10:39:20.328 INFO:tasks.qemu:Restarting NFS... 2026-03-25T10:39:20.328 DEBUG:teuthology.orchestra.run.vm06:> sudo service nfs-kernel-server restart 2026-03-25T10:39:20.640 DEBUG:teuthology.orchestra.run.vm06:> sudo udevadm control --reload 2026-03-25T10:39:20.650 DEBUG:teuthology.orchestra.run.vm06:> sudo udevadm trigger /dev/kvm 2026-03-25T10:39:20.704 DEBUG:teuthology.orchestra.run.vm06:> ls -l /dev/kvm 2026-03-25T10:39:20.750 INFO:teuthology.orchestra.run.vm06.stdout:crw-rw---- 1 root kvm 10, 232 Mar 25 10:39 /dev/kvm 2026-03-25T10:39:20.751 INFO:tasks.qemu:starting qemu... 2026-03-25T10:39:20.751 DEBUG:teuthology.orchestra.run.vm06:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper term qemu-system-x86_64 -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-25T10:39:20.792 INFO:tasks.qemu:waiting for qemu tests to finish... 2026-03-25T10:39:21.108 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:c[?7lSeaBIOS (version 1.15.0-1) 2026-03-25T10:39:21.112 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:21.112 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:21.118 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:iPXE (https://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BFF8B380+BFECB380 CA00 2026-03-25T10:39:21.132 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2026-03-25T10:39:21.132 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:21.132 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:21.339 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Booting from Hard Disk... 2026-03-25T10:39:21.692 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2026-03-25T10:39:21.693 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:21.698 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2026-03-25T10:39:21.704 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2026-03-25T10:39:21.708 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: before booting or 'c' for a command-line. 2026-03-25T10:39:21.792 INFO:tasks.qemu.cluster1.client.0.vm06.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-25T10:39:21.792 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:21.792 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:21.792 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:21.792 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:21.792 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: The highlighted entry will be executed automatically in 5s.  2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:22.643 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: The highlighted entry will be executed automatically in 4s.  2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.644 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:23.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: The highlighted entry will be executed automatically in 3s.  2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:24.645 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: The highlighted entry will be executed automatically in 2s.  2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.646 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:25.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: The highlighted entry will be executed automatically in 1s.  2026-03-25T10:39:26.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.647 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.648 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.648 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.648 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.648 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.648 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.648 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.648 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:26.648 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:27.978 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2026-03-25T10:39:27.979 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Initializing cgroup subsys cpu 2026-03-25T10:39:27.985 INFO:tasks.qemu.cluster1.client.0.vm06.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-25T10:39:27.989 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2026-03-25T10:39:27.990 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] KERNEL supported cpus: 2026-03-25T10:39:27.992 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Intel GenuineIntel 2026-03-25T10:39:27.993 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] AMD AuthenticAMD 2026-03-25T10:39:27.994 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Centaur CentaurHauls 2026-03-25T10:39:27.996 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] BIOS-provided physical RAM map: 2026-03-25T10:39:27.998 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2026-03-25T10:39:28.001 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2026-03-25T10:39:28.003 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2026-03-25T10:39:28.006 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffd7000 (usable) 2026-03-25T10:39:28.008 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] BIOS-e820: 00000000bffd7000 - 00000000c0000000 (reserved) 2026-03-25T10:39:28.011 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2026-03-25T10:39:28.013 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2026-03-25T10:39:28.015 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2026-03-25T10:39:28.017 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] NX (Execute Disable) protection: active 2026-03-25T10:39:28.018 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] DMI 2.8 present. 2026-03-25T10:39:28.019 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] No AGP bridge found 2026-03-25T10:39:28.022 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2026-03-25T10:39:28.024 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2026-03-25T10:39:28.027 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] last_pfn = 0xbffd7 max_arch_pfn = 0x400000000 2026-03-25T10:39:28.029 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f5b80] f5b80 2026-03-25T10:39:28.031 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Using GB pages for direct mapping 2026-03-25T10:39:28.033 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffd7000 2026-03-25T10:39:28.035 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2026-03-25T10:39:28.037 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2026-03-25T10:39:28.039 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: RSDP 00000000000f59a0 00014 (v00 BOCHS ) 2026-03-25T10:39:28.042 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: RSDT 00000000bffe191a 00034 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T10:39:28.045 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: FACP 00000000bffe17ce 00074 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T10:39:28.048 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 0178E (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T10:39:28.049 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2026-03-25T10:39:28.052 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: APIC 00000000bffe1842 00078 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T10:39:28.055 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: HPET 00000000bffe18ba 00038 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T10:39:28.060 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: WAET 00000000bffe18f2 00028 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-25T10:39:28.062 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] No NUMA configuration found 2026-03-25T10:39:28.064 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2026-03-25T10:39:28.066 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2026-03-25T10:39:28.068 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2026-03-25T10:39:28.070 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2026-03-25T10:39:28.072 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2026-03-25T10:39:28.073 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Zone PFN ranges: 2026-03-25T10:39:28.075 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2026-03-25T10:39:28.077 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2026-03-25T10:39:28.079 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2026-03-25T10:39:28.081 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Movable zone start PFN for each node 2026-03-25T10:39:28.082 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2026-03-25T10:39:28.084 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2026-03-25T10:39:28.086 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffd7 2026-03-25T10:39:28.087 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2026-03-25T10:39:28.089 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2026-03-25T10:39:28.092 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2026-03-25T10:39:28.094 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2026-03-25T10:39:28.097 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2026-03-25T10:39:28.099 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2026-03-25T10:39:28.102 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2026-03-25T10:39:28.115 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2026-03-25T10:39:28.115 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2026-03-25T10:39:28.115 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2026-03-25T10:39:28.115 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2026-03-25T10:39:28.115 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2026-03-25T10:39:28.118 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 2026-03-25T10:39:28.118 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2026-03-25T10:39:28.120 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2026-03-25T10:39:28.123 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2026-03-25T10:39:28.126 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2026-03-25T10:39:28.129 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffd7000 - 00000000c0000000 2026-03-25T10:39:28.131 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2026-03-25T10:39:28.134 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2026-03-25T10:39:28.137 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2026-03-25T10:39:28.139 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2026-03-25T10:39:28.143 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2026-03-25T10:39:28.144 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2026-03-25T10:39:28.147 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2026-03-25T10:39:28.150 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2026-03-25T10:39:28.152 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2026-03-25T10:39:28.154 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] KVM setup async PF for cpu 0 2026-03-25T10:39:28.155 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2026-03-25T10:39:28.158 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027937 2026-03-25T10:39:28.159 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Policy zone: Normal 2026-03-25T10:39:28.163 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2026-03-25T10:39:28.166 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2026-03-25T10:39:28.168 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2026-03-25T10:39:28.169 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Checking aperture... 2026-03-25T10:39:28.170 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] No AGP bridge found 2026-03-25T10:39:28.175 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Memory: 4041884k/5242880k available (6532k kernel code, 1049192k absent, 151804k reserved, 6657k data, 924k init) 2026-03-25T10:39:28.178 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2026-03-25T10:39:28.179 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Hierarchical RCU implementation. 2026-03-25T10:39:28.182 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2026-03-25T10:39:28.183 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2026-03-25T10:39:28.185 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Console: colour VGA+ 80x25 2026-03-25T10:39:28.186 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] console [ttyS0] enabled 2026-03-25T10:39:28.264 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2026-03-25T10:39:28.266 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2026-03-25T10:39:28.269 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.000000] Detected 4192.140 MHz processor. 2026-03-25T10:39:28.272 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 8384.28 BogoMIPS (lpj=16768560) 2026-03-25T10:39:28.274 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.008013] pid_max: default: 32768 minimum: 301 2026-03-25T10:39:28.275 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.009731] Security Framework initialized 2026-03-25T10:39:28.277 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.012021] AppArmor: AppArmor initialized 2026-03-25T10:39:28.278 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.013588] Yama: becoming mindful. 2026-03-25T10:39:28.284 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.016032] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2026-03-25T10:39:28.292 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.026633] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2026-03-25T10:39:28.295 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.028555] Mount-cache hash table entries: 256 2026-03-25T10:39:28.296 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.030281] Initializing cgroup subsys cpuacct 2026-03-25T10:39:28.298 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.032014] Initializing cgroup subsys memory 2026-03-25T10:39:28.300 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.033645] Initializing cgroup subsys devices 2026-03-25T10:39:28.301 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.036012] Initializing cgroup subsys freezer 2026-03-25T10:39:28.303 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.037615] Initializing cgroup subsys blkio 2026-03-25T10:39:28.305 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.040016] Initializing cgroup subsys perf_event 2026-03-25T10:39:28.307 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.042490] mce: CPU supports 10 MCE banks 2026-03-25T10:39:28.312 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.046812] SMP alternatives: switching to UP code 2026-03-25T10:39:28.418 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.153224] Freeing SMP alternatives: 24k freed 2026-03-25T10:39:28.419 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.154899] ACPI: Core revision 20110623 2026-03-25T10:39:28.422 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.156339] ftrace: allocating 27008 entries in 106 pages 2026-03-25T10:39:28.665 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.161187] Enabling x2apic 2026-03-25T10:39:28.666 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.162305] Enabled x2apic 2026-03-25T10:39:28.669 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.164022] Switched APIC routing to physical x2apic. 2026-03-25T10:39:28.678 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.171792] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2026-03-25T10:39:28.680 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.172013] CPU0: AMD Ryzen 9 7950X3D 16-Core Processor stepping 02 2026-03-25T10:39:28.790 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.180010] Performance Events: no PMU driver, software events only. 2026-03-25T10:39:28.792 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.180010] NMI watchdog disabled (cpu0): hardware events not enabled 2026-03-25T10:39:28.793 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.180032] Brought up 1 CPUs 2026-03-25T10:39:28.796 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.181227] Total of 1 processors activated (8384.28 BogoMIPS). 2026-03-25T10:39:28.798 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.185430] devtmpfs: initialized 2026-03-25T10:39:28.800 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.187167] EVM: security.selinux 2026-03-25T10:39:28.801 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.188013] EVM: security.SMACK64 2026-03-25T10:39:28.803 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.189362] EVM: security.capability 2026-03-25T10:39:28.805 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.191040] print_constraints: dummy: 2026-03-25T10:39:28.806 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.192204] RTC time: 10:39:27, date: 03/25/26 2026-03-25T10:39:28.808 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.193904] NET: Registered protocol family 16 2026-03-25T10:39:28.812 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.198096] Extended Config Space enabled on 0 nodes 2026-03-25T10:39:28.814 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.200067] ACPI: bus type pci registered 2026-03-25T10:39:28.816 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.201816] PCI: Using configuration type 1 for base access 2026-03-25T10:39:28.818 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.204014] PCI: Using configuration type 1 for extended access 2026-03-25T10:39:28.820 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.206528] bio: create slab at 0 2026-03-25T10:39:28.822 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.208068] ACPI: Added _OSI(Module Device) 2026-03-25T10:39:28.824 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.209696] ACPI: Added _OSI(Processor Device) 2026-03-25T10:39:28.825 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.212014] ACPI: Added _OSI(3.0 _SCP Extensions) 2026-03-25T10:39:28.828 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.213868] ACPI: Added _OSI(Processor Aggregator Device) 2026-03-25T10:39:28.830 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.217214] ACPI: Interpreter enabled 2026-03-25T10:39:28.832 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.218635] ACPI: (supports S0 S3 S4 S5) 2026-03-25T10:39:28.834 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.220644] ACPI: Using IOAPIC for interrupt routing 2026-03-25T10:39:28.837 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.224026] ACPI: No dock devices found. 2026-03-25T10:39:28.838 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.225515] HEST: Table not found. 2026-03-25T10:39:28.841 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.226821] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2026-03-25T10:39:28.844 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.228032] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2026-03-25T10:39:28.846 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.232061] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2026-03-25T10:39:28.849 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.234550] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2026-03-25T10:39:28.851 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.236017] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2026-03-25T10:39:28.854 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.240015] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2026-03-25T10:39:28.857 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.242716] pci_root PNP0A03:00: host bridge window [mem 0x140000000-0x1bfffffff] 2026-03-25T10:39:28.868 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.254252] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2026-03-25T10:39:28.871 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.256048] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2026-03-25T10:39:28.928 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.314925] pci0000:00: Requesting ACPI _OSC control (0x1d) 2026-03-25T10:39:28.931 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.316021] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d 2026-03-25T10:39:28.934 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.320019] ACPI _OSC control for PCIe not granted, disabling ASPM 2026-03-25T10:39:28.937 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.323034] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2026-03-25T10:39:28.940 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.324937] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2026-03-25T10:39:28.943 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.328805] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2026-03-25T10:39:28.946 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.331577] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2026-03-25T10:39:28.948 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.332780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2026-03-25T10:39:28.951 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.336512] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2026-03-25T10:39:28.952 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.339610] vgaarb: loaded 2026-03-25T10:39:28.954 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.340021] vgaarb: bridge control possible 0000:00:02.0 2026-03-25T10:39:28.957 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.342171] i2c-core: driver [aat2870] using legacy suspend method 2026-03-25T10:39:28.959 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.344022] i2c-core: driver [aat2870] using legacy resume method 2026-03-25T10:39:28.961 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.348063] SCSI subsystem initialized 2026-03-25T10:39:28.963 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.349667] usbcore: registered new interface driver usbfs 2026-03-25T10:39:28.965 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.352030] usbcore: registered new interface driver hub 2026-03-25T10:39:28.967 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.354138] usbcore: registered new device driver usb 2026-03-25T10:39:28.969 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.356075] PCI: Using ACPI for IRQ routing 2026-03-25T10:39:28.971 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.358284] NetLabel: Initializing 2026-03-25T10:39:28.973 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.359588] NetLabel: domain hash size = 128 2026-03-25T10:39:28.975 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.360022] NetLabel: protocols = UNLABELED CIPSOv4 2026-03-25T10:39:28.977 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.362061] NetLabel: unlabeled traffic allowed by default 2026-03-25T10:39:28.979 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.364126] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 2026-03-25T10:39:28.981 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.368023] hpet0: 3 comparators, 64-bit 100.000000 MHz counter 2026-03-25T10:39:28.986 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.373097] Switching to clocksource kvm-clock 2026-03-25T10:39:28.997 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.380344] AppArmor: AppArmor Filesystem Enabled 2026-03-25T10:39:28.998 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.382248] pnp: PnP ACPI init 2026-03-25T10:39:29.000 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.383519] ACPI: bus type pnp registered 2026-03-25T10:39:29.002 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.385893] pnp: PnP ACPI: found 11 devices 2026-03-25T10:39:29.004 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.387567] ACPI: ACPI bus type pnp unregistered 2026-03-25T10:39:29.011 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.394839] NET: Registered protocol family 2 2026-03-25T10:39:29.014 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.396652] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2026-03-25T10:39:29.020 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.402232] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2026-03-25T10:39:29.032 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.415194] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2026-03-25T10:39:29.035 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.418002] TCP: Hash tables configured (established 524288 bind 65536) 2026-03-25T10:39:29.036 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.420561] TCP reno registered 2026-03-25T10:39:29.039 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.421787] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2026-03-25T10:39:29.041 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.424175] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2026-03-25T10:39:29.043 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.426655] NET: Registered protocol family 1 2026-03-25T10:39:29.045 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.428381] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2026-03-25T10:39:29.047 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.430685] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2026-03-25T10:39:29.050 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.433007] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2026-03-25T10:39:29.052 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.435532] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2026-03-25T10:39:29.055 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.438020] Placing 64MB software IO TLB between ffff8800bbfd7000 - ffff8800bffd7000 2026-03-25T10:39:29.058 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.441003] software IO TLB at phys 0xbbfd7000 - 0xbffd7000 2026-03-25T10:39:29.060 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.443809] audit: initializing netlink socket (disabled) 2026-03-25T10:39:29.063 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.445945] type=2000 audit(1774435167.444:1): initialized 2026-03-25T10:39:29.075 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.458902] Trying to unpack rootfs image as initramfs... 2026-03-25T10:39:29.096 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.478669] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2026-03-25T10:39:29.106 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.490131] VFS: Disk quotas dquot_6.5.2 2026-03-25T10:39:29.109 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.491852] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2026-03-25T10:39:29.111 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.494809] fuse init (API version 7.17) 2026-03-25T10:39:29.113 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.496575] msgmni has been set to 7894 2026-03-25T10:39:29.134 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.516148] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2026-03-25T10:39:29.135 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.519110] io scheduler noop registered 2026-03-25T10:39:29.138 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.520777] io scheduler deadline registered (default) 2026-03-25T10:39:29.140 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.523277] io scheduler cfq registered 2026-03-25T10:39:29.142 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.525266] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2026-03-25T10:39:29.146 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.527922] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2026-03-25T10:39:29.149 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.531183] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2026-03-25T10:39:29.151 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.534768] ACPI: Power Button [PWRF] 2026-03-25T10:39:29.168 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.551529] Freeing initrd memory: 4308k freed 2026-03-25T10:39:29.171 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.553778] ERST: Table is not found! 2026-03-25T10:39:29.171 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.555174] GHES: HEST is not enabled! 2026-03-25T10:39:29.174 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.557531] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2026-03-25T10:39:29.178 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.559863] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2026-03-25T10:39:29.181 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.564378] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2026-03-25T10:39:29.185 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.566688] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2026-03-25T10:39:29.188 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.571068] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2026-03-25T10:39:29.191 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.573384] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2026-03-25T10:39:29.194 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.576921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2026-03-25T10:39:29.223 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.605947] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2026-03-25T10:39:29.252 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.635191] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2026-03-25T10:39:29.254 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.637518] Linux agpgart interface v0.103 2026-03-25T10:39:29.255 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.639568] brd: module loaded 2026-03-25T10:39:29.261 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.645696] loop: module loaded 2026-03-25T10:39:29.265 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.649627] vda: vda1 2026-03-25T10:39:29.269 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.653473] vdb: unknown partition table 2026-03-25T10:39:29.275 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.659296] vdc: unknown partition table 2026-03-25T10:39:29.280 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.664524] scsi0 : ata_piix 2026-03-25T10:39:29.281 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.665645] scsi1 : ata_piix 2026-03-25T10:39:29.284 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.666764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc1c0 irq 14 2026-03-25T10:39:29.286 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.669353] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc1c8 irq 15 2026-03-25T10:39:29.288 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.672121] Fixed MDIO Bus: probed 2026-03-25T10:39:29.290 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.673495] tun: Universal TUN/TAP device driver, 1.6 2026-03-25T10:39:29.292 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.675379] tun: (C) 1999-2004 Max Krasnyansky 2026-03-25T10:39:29.295 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.679337] PPP generic driver version 2.4.2 2026-03-25T10:39:29.299 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.681082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2026-03-25T10:39:29.302 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.684107] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2026-03-25T10:39:29.304 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.686974] uhci_hcd: USB Universal Host Controller Interface driver 2026-03-25T10:39:29.306 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.689516] usbcore: registered new interface driver libusual 2026-03-25T10:39:29.309 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.691659] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2026-03-25T10:39:29.313 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.696630] serio: i8042 KBD port at 0x60,0x64 irq 1 2026-03-25T10:39:29.315 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.698496] serio: i8042 AUX port at 0x60,0x64 irq 12 2026-03-25T10:39:29.317 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.700511] mousedev: PS/2 mouse device common for all mice 2026-03-25T10:39:29.321 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.703397] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2026-03-25T10:39:29.324 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.706875] rtc_cmos 00:06: RTC can wake from S4 2026-03-25T10:39:29.328 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.710222] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 2026-03-25T10:39:29.331 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.713641] rtc0: alarms up to one day, y3k, 242 bytes nvram, hpet irqs 2026-03-25T10:39:29.332 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.716255] device-mapper: uevent: version 1.0.3 2026-03-25T10:39:29.336 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.718018] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2026-03-25T10:39:29.337 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.721218] cpuidle: using governor ladder 2026-03-25T10:39:29.339 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.722728] cpuidle: using governor menu 2026-03-25T10:39:29.341 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.724219] EFI Variables Facility v0.08 2004-May-17 2026-03-25T10:39:29.342 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.726192] TCP cubic registered 2026-03-25T10:39:29.344 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.727457] NET: Registered protocol family 10 2026-03-25T10:39:29.345 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.729420] NET: Registered protocol family 17 2026-03-25T10:39:29.347 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.731047] Registering the dns_resolver key type 2026-03-25T10:39:29.349 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.732908] registered taskstats version 1 2026-03-25T10:39:29.355 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.739204] Magic number: 2:54:680 2026-03-25T10:39:29.358 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.740833] rtc_cmos 00:06: setting system clock to 2026-03-25 10:39:28 UTC (1774435168) 2026-03-25T10:39:29.360 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.743755] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2026-03-25T10:39:29.362 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.745953] EDD information not available. 2026-03-25T10:39:29.451 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.834362] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2026-03-25T10:39:29.454 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.837816] ata2.00: configured for MWDMA2 2026-03-25T10:39:29.459 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.840452] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2026-03-25T10:39:29.462 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.845102] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2026-03-25T10:39:29.464 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.847578] cdrom: Uniform CD-ROM driver Revision: 3.20 2026-03-25T10:39:29.467 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.850309] sr 1:0:0:0: Attached scsi generic sg0 type 5 2026-03-25T10:39:29.470 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.853699] Freeing unused kernel memory: 924k freed 2026-03-25T10:39:29.473 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.855957] Write protecting the kernel read-only data: 12288k 2026-03-25T10:39:29.477 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.860641] Freeing unused kernel memory: 1640k freed 2026-03-25T10:39:29.481 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.864372] Freeing unused kernel memory: 1200k freed 2026-03-25T10:39:29.486 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Loading, please wait... 2026-03-25T10:39:29.494 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Begin: Loading essential drivers ... done. 2026-03-25T10:39:29.505 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.888758] udevd[84]: starting version 175 2026-03-25T10:39:29.507 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Begin: Running /scripts/init-premount ... done. 2026-03-25T10:39:29.527 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2026-03-25T10:39:29.559 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.941645] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2026-03-25T10:39:29.561 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.944646] e1000: Copyright (c) 1999-2006 Intel Corporation. 2026-03-25T10:39:29.577 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.960342] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2026-03-25T10:39:29.581 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.963057] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2026-03-25T10:39:29.602 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 0.985307] Floppy drive(s): fd0 is 2.88M AMI BIOS 2026-03-25T10:39:29.618 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 1.002017] FDC 0 is a S82078B 2026-03-25T10:39:30.038 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 1.420478] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2026-03-25T10:39:30.041 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 1.423699] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2026-03-25T10:39:30.234 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Begin: Running /scripts/local-premount ... done. 2026-03-25T10:39:30.242 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 1.624334] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2026-03-25T10:39:30.284 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Begin: Running /scripts/local-bottom ... [ 1.668726] vda: vda1 2026-03-25T10:39:30.290 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2026-03-25T10:39:30.348 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 1.729927] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2026-03-25T10:39:30.352 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:done. 2026-03-25T10:39:30.352 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:done. 2026-03-25T10:39:30.360 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Begin: Running /scripts/init-bottom ... done. 2026-03-25T10:39:33.626 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:cloud-init start-local running: Wed, 25 Mar 2026 10:39:30 +0000. up 2.36 seconds 2026-03-25T10:39:34.021 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:no instance data found in start-local 2026-03-25T10:39:34.217 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2026-03-25T10:39:34.221 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2026-03-25T10:39:34.225 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2026-03-25T10:39:34.228 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2026-03-25T10:39:34.232 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:cloud-init start running: Wed, 25 Mar 2026 10:39:33 +0000. up 5.57 seconds 2026-03-25T10:39:34.499 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2026-03-25T10:39:37.441 INFO:tasks.qemu.cluster1.client.0.vm06.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-25T10:39:37.443 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2026-03-25T10:39:37.448 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2026-03-25T10:39:37.448 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:The key fingerprint is: 2026-03-25T10:39:37.448 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:3d:d6:a3:5e:51:64:09:7e:e0:56:d6:3e:10:2f:1e:6c root@test 2026-03-25T10:39:37.448 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:The key's randomart image is: 2026-03-25T10:39:37.448 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:+--[ RSA 2048]----+ 2026-03-25T10:39:37.448 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| oo*o | 2026-03-25T10:39:37.451 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| o.Bo .| 2026-03-25T10:39:37.452 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| +E+o | 2026-03-25T10:39:37.452 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . oooo..| 2026-03-25T10:39:37.452 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| S + +. .| 2026-03-25T10:39:37.452 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . o o | 2026-03-25T10:39:37.453 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . . | 2026-03-25T10:39:37.453 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . . | 2026-03-25T10:39:37.454 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . | 2026-03-25T10:39:37.455 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:+-----------------+ 2026-03-25T10:39:37.518 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Generating public/private dsa key pair. 2026-03-25T10:39:37.519 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2026-03-25T10:39:37.521 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2026-03-25T10:39:37.522 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:The key fingerprint is: 2026-03-25T10:39:37.524 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:b3:26:ed:5d:a1:9d:db:bf:1c:75:7f:9c:4d:2d:07:5d root@test 2026-03-25T10:39:37.524 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:The key's randomart image is: 2026-03-25T10:39:37.525 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:+--[ DSA 1024]----+ 2026-03-25T10:39:37.526 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| E| 2026-03-25T10:39:37.526 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| ..| 2026-03-25T10:39:37.527 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . .| 2026-03-25T10:39:37.528 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| ..| 2026-03-25T10:39:37.529 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| S . . *| 2026-03-25T10:39:37.529 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . o o o =*| 2026-03-25T10:39:37.530 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . + . + o=| 2026-03-25T10:39:37.531 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| + . . o. o| 2026-03-25T10:39:37.531 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . . . .+o| 2026-03-25T10:39:37.532 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:+-----------------+ 2026-03-25T10:39:37.536 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Generating public/private ecdsa key pair. 2026-03-25T10:39:37.540 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2026-03-25T10:39:37.540 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2026-03-25T10:39:37.542 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:The key fingerprint is: 2026-03-25T10:39:37.542 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:dc:3c:9a:aa:7a:15:15:6f:2b:44:a5:a5:77:bf:e7:e9 root@test 2026-03-25T10:39:37.544 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:The key's randomart image is: 2026-03-25T10:39:37.544 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:+--[ECDSA 256]---+ 2026-03-25T10:39:37.545 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| ooo | 2026-03-25T10:39:37.545 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| ..= | 2026-03-25T10:39:37.545 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| .+ + . | 2026-03-25T10:39:37.546 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| .o = o . | 2026-03-25T10:39:37.547 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| .S = . | 2026-03-25T10:39:37.547 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . + . . | 2026-03-25T10:39:37.548 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . o . .| 2026-03-25T10:39:37.549 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| . . o.| 2026-03-25T10:39:37.549 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:| .o... .E.| 2026-03-25T10:39:37.550 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:+-----------------+ 2026-03-25T10:39:37.697 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2026-03-25T10:39:37.826 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Starting AppArmor profiles  [ OK ] 2026-03-25T10:39:37.862 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:landscape-client is not configured, please run landscape-config. 2026-03-25T10:39:37.871 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Stopping System V initialisation compatibility[ OK ] 2026-03-25T10:39:37.882 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Starting System V runlevel compatibility[ OK ] 2026-03-25T10:39:37.887 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Starting automatic crash report generation[ OK ] 2026-03-25T10:39:37.889 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Starting deferred execution scheduler[ OK ] 2026-03-25T10:39:37.891 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Starting regular background program processing daemon[ OK ] 2026-03-25T10:39:37.892 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Starting ACPI daemon[ OK ] 2026-03-25T10:39:37.893 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Starting save kernel messages[ OK ] 2026-03-25T10:39:37.902 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2026-03-25T10:39:37.914 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Stopping save kernel messages[ OK ] 2026-03-25T10:39:37.988 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Starting crash report submission daemon[ OK ] 2026-03-25T10:39:38.037 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: * Stopping System V runlevel compatibility[ OK ] 2026-03-25T10:39:38.138 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Generating locales... 2026-03-25T10:39:38.481 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: en_US.UTF-8... done 2026-03-25T10:39:38.487 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Generation complete. 2026-03-25T10:39:38.920 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:passwd: password expiry information changed. 2026-03-25T10:39:39.103 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Ign http://old-releases.ubuntu.com precise InRelease 2026-03-25T10:39:39.144 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:1 http://old-releases.ubuntu.com precise-updates InRelease [55.7 kB] 2026-03-25T10:39:39.260 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:2 http://old-releases.ubuntu.com precise-security InRelease [55.7 kB] 2026-03-25T10:39:39.315 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:3 http://old-releases.ubuntu.com precise Release.gpg [198 B] 2026-03-25T10:39:39.354 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:4 http://old-releases.ubuntu.com precise-updates/main Sources [815 kB] 2026-03-25T10:39:39.545 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:5 http://old-releases.ubuntu.com precise-updates/universe Sources [208 kB] 2026-03-25T10:39:39.601 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:6 http://old-releases.ubuntu.com precise-updates/main amd64 Packages [1104 kB] 2026-03-25T10:39:39.695 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:7 http://old-releases.ubuntu.com precise-updates/universe amd64 Packages [406 kB] 2026-03-25T10:39:39.748 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:8 http://old-releases.ubuntu.com precise-updates/main i386 Packages [1111 kB] 2026-03-25T10:39:39.826 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:9 http://old-releases.ubuntu.com precise-updates/universe i386 Packages [422 kB] 2026-03-25T10:39:39.876 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:10 http://old-releases.ubuntu.com precise-updates/main TranslationIndex [208 B] 2026-03-25T10:39:39.912 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:11 http://old-releases.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2026-03-25T10:39:39.950 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:12 http://old-releases.ubuntu.com precise-security/main Sources [242 kB] 2026-03-25T10:39:39.997 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:13 http://old-releases.ubuntu.com precise-security/universe Sources [88.1 kB] 2026-03-25T10:39:40.041 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:14 http://old-releases.ubuntu.com precise-security/main amd64 Packages [584 kB] 2026-03-25T10:39:40.099 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:15 http://old-releases.ubuntu.com precise-security/universe amd64 Packages [213 kB] 2026-03-25T10:39:40.146 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:16 http://old-releases.ubuntu.com precise-security/main i386 Packages [589 kB] 2026-03-25T10:39:40.206 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:17 http://old-releases.ubuntu.com precise-security/universe i386 Packages [228 kB] 2026-03-25T10:39:40.251 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:18 http://old-releases.ubuntu.com precise-security/main TranslationIndex [208 B] 2026-03-25T10:39:40.292 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:19 http://old-releases.ubuntu.com precise-security/universe TranslationIndex [205 B] 2026-03-25T10:39:40.339 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:20 http://old-releases.ubuntu.com precise Release [49.6 kB] 2026-03-25T10:39:40.384 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:21 http://old-releases.ubuntu.com precise-updates/main Translation-en [353 kB] 2026-03-25T10:39:40.437 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:22 http://old-releases.ubuntu.com precise-updates/universe Translation-en [176 kB] 2026-03-25T10:39:40.481 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:23 http://old-releases.ubuntu.com precise-security/main Translation-en [202 kB] 2026-03-25T10:39:40.532 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:24 http://old-releases.ubuntu.com precise-security/universe Translation-en [96.4 kB] 2026-03-25T10:39:40.576 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:25 http://old-releases.ubuntu.com precise/main Sources [934 kB] 2026-03-25T10:39:40.666 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:26 http://old-releases.ubuntu.com precise/universe Sources [5019 kB] 2026-03-25T10:39:40.985 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:27 http://old-releases.ubuntu.com precise/main amd64 Packages [1273 kB] 2026-03-25T10:39:41.070 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:28 http://old-releases.ubuntu.com precise/universe amd64 Packages [4786 kB] 2026-03-25T10:39:41.294 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:29 http://old-releases.ubuntu.com precise/main i386 Packages [1274 kB] 2026-03-25T10:39:41.373 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:30 http://old-releases.ubuntu.com precise/universe i386 Packages [4796 kB] 2026-03-25T10:39:41.596 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:31 http://old-releases.ubuntu.com precise/main TranslationIndex [3706 B] 2026-03-25T10:39:41.632 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:32 http://old-releases.ubuntu.com precise/universe TranslationIndex [2922 B] 2026-03-25T10:39:41.673 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:33 http://old-releases.ubuntu.com precise/main Translation-en [726 kB] 2026-03-25T10:39:41.735 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:34 http://old-releases.ubuntu.com precise/universe Translation-en [3341 kB] 2026-03-25T10:39:45.026 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Fetched 29.2 MB in 6s (4200 kB/s) 2026-03-25T10:39:49.220 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Reading package lists... 2026-03-25T10:39:49.220 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Reading package lists... 2026-03-25T10:39:49.405 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Building dependency tree... 2026-03-25T10:39:49.407 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Reading state information... 2026-03-25T10:39:49.529 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:The following packages will be upgraded: 2026-03-25T10:39:49.536 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: ca-certificates libssl1.0.0 2026-03-25T10:39:49.739 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:2 upgraded, 0 newly installed, 0 to remove and 226 not upgraded. 2026-03-25T10:39:49.741 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Need to get 1233 kB of archives. 2026-03-25T10:39:49.744 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:After this operation, 108 kB of additional disk space will be used. 2026-03-25T10:39:49.750 INFO:tasks.qemu.cluster1.client.0.vm06.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-25T10:39:50.482 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20190110~12.04.1 [179 kB] 2026-03-25T10:39:50.550 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2026-03-25T10:39:50.561 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Fetched 1233 kB in 0s (1302 kB/s) 2026-03-25T10:39:50.906 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:(Reading database ... 36182 files and directories currently installed.) 2026-03-25T10:39:50.913 INFO:tasks.qemu.cluster1.client.0.vm06.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-25T10:39:50.957 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Unpacking replacement libssl1.0.0 ... 2026-03-25T10:39:51.084 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Setting up libssl1.0.0 (1.0.1-4ubuntu5.45) ... 2026-03-25T10:39:51.343 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Processing triggers for libc-bin ... 2026-03-25T10:39:51.356 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:ldconfig deferred processing now taking place 2026-03-25T10:39:51.631 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:(Reading database ... 36182 files and directories currently installed.) 2026-03-25T10:39:51.635 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Preparing to replace ca-certificates 20111211 (using .../ca-certificates_20190110~12.04.1_all.deb) ... 2026-03-25T10:39:51.665 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Unpacking replacement ca-certificates ... 2026-03-25T10:39:51.797 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Processing triggers for man-db ... 2026-03-25T10:39:52.253 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Setting up ca-certificates (20190110~12.04.1) ... 2026-03-25T10:39:54.273 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Updating certificates in /etc/ssl/certs... 73 added, 78 removed; done. 2026-03-25T10:39:54.276 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2026-03-25T10:39:55.706 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Updating certificates in /etc/ssl/certs... 0 added, 1 removed; done. 2026-03-25T10:39:55.708 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2026-03-25T10:39:55.713 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Reading package lists... 2026-03-25T10:39:55.901 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Building dependency tree... 2026-03-25T10:39:55.902 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Reading state information... 2026-03-25T10:39:55.982 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:The following extra packages will be installed: 2026-03-25T10:39:55.984 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2026-03-25T10:39:55.991 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:The following NEW packages will be installed: 2026-03-25T10:39:55.993 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2026-03-25T10:39:56.077 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:0 upgraded, 5 newly installed, 0 to remove and 226 not upgraded. 2026-03-25T10:39:56.079 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Need to get 424 kB of archives. 2026-03-25T10:39:56.081 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:After this operation, 1326 kB of additional disk space will be used. 2026-03-25T10:39:56.086 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2026-03-25T10:39:56.155 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libtirpc1 amd64 0.2.2-5ubuntu0.1 [85.0 kB] 2026-03-25T10:39:56.263 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:3 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2026-03-25T10:39:56.314 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Get:4 http://old-releases.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2026-03-25T10:39:56.361 INFO:tasks.qemu.cluster1.client.0.vm06.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-25T10:39:56.475 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2026-03-25T10:39:56.485 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Fetched 424 kB in 0s (980 kB/s) 2026-03-25T10:39:56.556 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Selecting previously unselected package libgssglue1. 2026-03-25T10:39:56.559 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:(Reading database ... 36174 files and directories currently installed.) 2026-03-25T10:39:56.561 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2026-03-25T10:39:56.654 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Selecting previously unselected package libtirpc1. 2026-03-25T10:39:56.657 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5ubuntu0.1_amd64.deb) ... 2026-03-25T10:39:56.773 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Selecting previously unselected package rpcbind. 2026-03-25T10:39:56.776 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2026-03-25T10:39:56.897 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Selecting previously unselected package libnfsidmap2. 2026-03-25T10:39:56.899 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2026-03-25T10:39:56.996 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Selecting previously unselected package nfs-common. 2026-03-25T10:39:56.998 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2026-03-25T10:39:57.140 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Processing triggers for man-db ... 2026-03-25T10:39:57.372 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Processing triggers for ureadahead ... 2026-03-25T10:39:57.428 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2026-03-25T10:39:57.510 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Setting up libtirpc1 (0.2.2-5ubuntu0.1) ... 2026-03-25T10:39:57.563 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2026-03-25T10:39:57.633 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2026-03-25T10:39:57.654 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:portmap start/running, process 8167 2026-03-25T10:39:57.672 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2026-03-25T10:39:57.723 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2026-03-25T10:39:57.858 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:57.860 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Creating config file /etc/idmapd.conf with new version 2026-03-25T10:39:58.002 INFO:tasks.qemu.cluster1.client.0.vm06.stdout: 2026-03-25T10:39:58.002 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Creating config file /etc/default/nfs-common with new version 2026-03-25T10:39:58.079 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Adding system user `statd' (UID 106) ... 2026-03-25T10:39:58.082 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2026-03-25T10:39:58.213 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Not creating home directory `/var/lib/nfs'. 2026-03-25T10:39:58.249 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:statd start/running, process 8401 2026-03-25T10:39:58.270 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:gssd stop/post-stop, process 8432 2026-03-25T10:39:58.653 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:idmapd start/running, process 8472 2026-03-25T10:39:58.668 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:Processing triggers for libc-bin ... 2026-03-25T10:39:58.677 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:ldconfig deferred processing now taking place 2026-03-25T10:39:59.226 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:mount.nfs: timeout set for Wed Mar 25 10:41:59 2026 2026-03-25T10:39:59.226 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2026-03-25T10:39:59.228 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:10.0.2.2:/export/cluster1.client.0 on /mnt/log type nfs (rw,proto=tcp) 2026-03-25T10:39:59.246 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2026-03-25T10:42:33.054 DEBUG:teuthology.orchestra.run.vm06:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.0' 2026-03-25T10:42:46.805 INFO:teuthology.orchestra.run.vm06.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: 90% 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-25T10:42:46.814 DEBUG:teuthology.orchestra.run.vm06:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-25T10:45:06.849 DEBUG:teuthology.orchestra.run.vm06:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration commit client.0.0' 2026-03-25T10:45:06.924 INFO:teuthology.orchestra.run.vm06.stderr: Commit image migration: 100% complete...done. 2026-03-25T10:45:06.928 DEBUG:teuthology.orchestra.run.vm06:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-25T10:51:13.938 DEBUG:teuthology.orchestra.run.vm06:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.1' 2026-03-25T10:51:14.746 INFO:teuthology.orchestra.run.vm06.stderr: Image migration: 1% 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: 50% complete... Image migration: 51% complete... Image migration: 52% complete... Image migration: 53% complete... Image migration: 54% complete... Image migration: 55% 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-25T10:51:14.751 DEBUG:teuthology.parallel:result is None 2026-03-25T11:04:55.486 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.486+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.488 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.486+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.492 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.490+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.495 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.494+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.498 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.498+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.501 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.502+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.503 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.502+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.507 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.506+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.509 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.510+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.512 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.510+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.520 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.518+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.524 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.522+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.527 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.526+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.530 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.530+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.533 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.534+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.538 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.538+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.539 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.538+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.543 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.542+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.545 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.546+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.548 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.550+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.551 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.550+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.558 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.558+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.559 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.558+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.561 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.562+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.564 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.562+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.567 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.566+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.569 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.570+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.569 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.570+0000 7fef81f06640 -1 bdev(0x5625725a7400 /var/lib/ceph/osd/cluster1-2/block) _aio_thread got r=-28 ((28) No space left on device) 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:./src/blk/kernel/KernelDevice.cc: In function 'void KernelDevice::_aio_thread()' thread 7fef81f06640 time 2026-03-25T11:04:55.571573+0000 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:./src/blk/kernel/KernelDevice.cc: 714: ceph_abort_msg("Unexpected IO error. This may suggest a hardware issue. Please check your kernel log!") 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xb6) [0x56255314c6b0] 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2: (KernelDevice::_aio_thread()+0xa22) [0x562553bbda82] 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 3: ceph-osd(+0xebb331) [0x562553bbe331] 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 4: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7fef8c56eac3] 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 5: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7fef8c6008d0] 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:*** Caught signal (Aborted) ** 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: in thread 7fef81f06640 thread_name:bstore_aio 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.574+0000 7fef81f06640 -1 ./src/blk/kernel/KernelDevice.cc: In function 'void KernelDevice::_aio_thread()' thread 7fef81f06640 time 2026-03-25T11:04:55.571573+0000 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:./src/blk/kernel/KernelDevice.cc: 714: ceph_abort_msg("Unexpected IO error. This may suggest a hardware issue. Please check your kernel log!") 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xb6) [0x56255314c6b0] 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2: (KernelDevice::_aio_thread()+0xa22) [0x562553bbda82] 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 3: ceph-osd(+0xebb331) [0x562553bbe331] 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 4: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7fef8c56eac3] 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 5: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7fef8c6008d0] 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.574+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7fef8c51c520] 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2: pthread_kill() 2026-03-25T11:04:55.573 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 3: raise() 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 4: abort() 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x16e) [0x56255314c768] 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 6: (KernelDevice::_aio_thread()+0xa22) [0x562553bbda82] 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 7: ceph-osd(+0xebb331) [0x562553bbe331] 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 8: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7fef8c56eac3] 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 9: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7fef8c6008d0] 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.574+0000 7fef81f06640 -1 *** Caught signal (Aborted) ** 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: in thread 7fef81f06640 thread_name:bstore_aio 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7fef8c51c520] 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2: pthread_kill() 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 3: raise() 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 4: abort() 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x16e) [0x56255314c768] 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 6: (KernelDevice::_aio_thread()+0xa22) [0x562553bbda82] 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 7: ceph-osd(+0xebb331) [0x562553bbe331] 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 8: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7fef8c56eac3] 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 9: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7fef8c6008d0] 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-25T11:04:55.574 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.580 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -4794> 2026-03-25T11:04:55.486+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.580 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -4669> 2026-03-25T11:04:55.486+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.580 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -4498> 2026-03-25T11:04:55.490+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.580 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -4212> 2026-03-25T11:04:55.494+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.580 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -4036> 2026-03-25T11:04:55.498+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.580 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -3772> 2026-03-25T11:04:55.502+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.580 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -3633> 2026-03-25T11:04:55.502+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.580 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -3461> 2026-03-25T11:04:55.506+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.580 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -3285> 2026-03-25T11:04:55.510+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -3076> 2026-03-25T11:04:55.510+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2903> 2026-03-25T11:04:55.518+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2719> 2026-03-25T11:04:55.522+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2543> 2026-03-25T11:04:55.526+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2411> 2026-03-25T11:04:55.530+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2283> 2026-03-25T11:04:55.534+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2121> 2026-03-25T11:04:55.538+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1996> 2026-03-25T11:04:55.538+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1818> 2026-03-25T11:04:55.542+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1692> 2026-03-25T11:04:55.546+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1471> 2026-03-25T11:04:55.550+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.581 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1299> 2026-03-25T11:04:55.550+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.582 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1158> 2026-03-25T11:04:55.558+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.582 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1045> 2026-03-25T11:04:55.558+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.582 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -899> 2026-03-25T11:04:55.562+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.582 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -721> 2026-03-25T11:04:55.562+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.582 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -593> 2026-03-25T11:04:55.566+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.582 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -423> 2026-03-25T11:04:55.570+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.582 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -215> 2026-03-25T11:04:55.570+0000 7fef81f06640 -1 bdev(0x5625725a7400 /var/lib/ceph/osd/cluster1-2/block) _aio_thread got r=-28 ((28) No space left on device) 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -124> 2026-03-25T11:04:55.574+0000 7fef81f06640 -1 ./src/blk/kernel/KernelDevice.cc: In function 'void KernelDevice::_aio_thread()' thread 7fef81f06640 time 2026-03-25T11:04:55.571573+0000 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:./src/blk/kernel/KernelDevice.cc: 714: ceph_abort_msg("Unexpected IO error. This may suggest a hardware issue. Please check your kernel log!") 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xb6) [0x56255314c6b0] 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2: (KernelDevice::_aio_thread()+0xa22) [0x562553bbda82] 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 3: ceph-osd(+0xebb331) [0x562553bbe331] 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 4: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7fef8c56eac3] 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 5: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7fef8c6008d0] 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -32> 2026-03-25T11:04:55.574+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 0> 2026-03-25T11:04:55.574+0000 7fef81f06640 -1 *** Caught signal (Aborted) ** 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: in thread 7fef81f06640 thread_name:bstore_aio 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7fef8c51c520] 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2: pthread_kill() 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 3: raise() 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 4: abort() 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x16e) [0x56255314c768] 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 6: (KernelDevice::_aio_thread()+0xa22) [0x562553bbda82] 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 7: ceph-osd(+0xebb331) [0x562553bbe331] 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 8: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7fef8c56eac3] 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 9: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7fef8c6008d0] 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.583 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.582+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.586 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -4987> 2026-03-25T11:04:55.486+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.586 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -4862> 2026-03-25T11:04:55.486+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.586 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -4691> 2026-03-25T11:04:55.490+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.586 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -4405> 2026-03-25T11:04:55.494+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.586 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -4229> 2026-03-25T11:04:55.498+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.586 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -3965> 2026-03-25T11:04:55.502+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.586 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -3826> 2026-03-25T11:04:55.502+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.587 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -3654> 2026-03-25T11:04:55.506+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.587 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -3478> 2026-03-25T11:04:55.510+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.587 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -3269> 2026-03-25T11:04:55.510+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.587 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -3096> 2026-03-25T11:04:55.518+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.587 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2912> 2026-03-25T11:04:55.522+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.587 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2736> 2026-03-25T11:04:55.526+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.587 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2604> 2026-03-25T11:04:55.530+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.587 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2476> 2026-03-25T11:04:55.534+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.587 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2314> 2026-03-25T11:04:55.538+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.587 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2189> 2026-03-25T11:04:55.538+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.588 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -2011> 2026-03-25T11:04:55.542+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.588 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1885> 2026-03-25T11:04:55.546+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.588 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1664> 2026-03-25T11:04:55.550+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.588 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1492> 2026-03-25T11:04:55.550+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.588 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1351> 2026-03-25T11:04:55.558+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.588 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1238> 2026-03-25T11:04:55.558+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.588 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -1092> 2026-03-25T11:04:55.562+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.588 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -914> 2026-03-25T11:04:55.562+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.588 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -786> 2026-03-25T11:04:55.566+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.588 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -616> 2026-03-25T11:04:55.570+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.588 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -408> 2026-03-25T11:04:55.570+0000 7fef81f06640 -1 bdev(0x5625725a7400 /var/lib/ceph/osd/cluster1-2/block) _aio_thread got r=-28 ((28) No space left on device) 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -317> 2026-03-25T11:04:55.574+0000 7fef81f06640 -1 ./src/blk/kernel/KernelDevice.cc: In function 'void KernelDevice::_aio_thread()' thread 7fef81f06640 time 2026-03-25T11:04:55.571573+0000 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:./src/blk/kernel/KernelDevice.cc: 714: ceph_abort_msg("Unexpected IO error. This may suggest a hardware issue. Please check your kernel log!") 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xb6) [0x56255314c6b0] 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2: (KernelDevice::_aio_thread()+0xa22) [0x562553bbda82] 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 3: ceph-osd(+0xebb331) [0x562553bbe331] 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 4: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7fef8c56eac3] 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 5: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7fef8c6008d0] 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -225> 2026-03-25T11:04:55.574+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -193> 2026-03-25T11:04:55.574+0000 7fef81f06640 -1 *** Caught signal (Aborted) ** 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: in thread 7fef81f06640 thread_name:bstore_aio 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7fef8c51c520] 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2: pthread_kill() 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 3: raise() 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 4: abort() 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x16e) [0x56255314c768] 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 6: (KernelDevice::_aio_thread()+0xa22) [0x562553bbda82] 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 7: ceph-osd(+0xebb331) [0x562553bbe331] 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 8: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7fef8c56eac3] 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 9: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7fef8c6008d0] 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr: -56> 2026-03-25T11:04:55.582+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.589 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:2026-03-25T11:04:55.586+0000 7fef7ac05640 -1 bdev(0x5625725a7800 /var/lib/ceph/osd/cluster1-2/block) _sync_write pwritev error: (28) No space left on device 2026-03-25T11:04:55.682 INFO:tasks.ceph.cluster1.osd.2.vm06.stderr:daemon-helper: command failed with exit status 5 2026-03-25T11:04:59.360 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~0s 2026-03-25T11:05:04.763 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~5s 2026-03-25T11:05:10.166 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~11s 2026-03-25T11:05:15.569 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~16s 2026-03-25T11:05:20.972 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~22s 2026-03-25T11:05:26.375 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~27s 2026-03-25T11:05:31.778 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~32s 2026-03-25T11:05:37.181 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~38s 2026-03-25T11:05:42.583 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~43s 2026-03-25T11:05:47.986 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~49s 2026-03-25T11:05:53.388 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~54s 2026-03-25T11:05:58.791 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~59s 2026-03-25T11:06:04.193 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~65s 2026-03-25T11:06:09.596 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~70s 2026-03-25T11:06:14.998 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~76s 2026-03-25T11:06:20.401 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~81s 2026-03-25T11:06:25.803 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~86s 2026-03-25T11:06:31.206 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~92s 2026-03-25T11:06:36.608 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~97s 2026-03-25T11:06:42.010 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~103s 2026-03-25T11:06:47.413 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~108s 2026-03-25T11:06:52.815 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~113s 2026-03-25T11:06:58.218 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~119s 2026-03-25T11:07:03.621 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~124s 2026-03-25T11:07:09.023 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~130s 2026-03-25T11:07:14.426 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~135s 2026-03-25T11:07:19.828 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~140s 2026-03-25T11:07:25.231 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~146s 2026-03-25T11:07:30.633 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~151s 2026-03-25T11:07:36.035 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~157s 2026-03-25T11:07:41.437 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~162s 2026-03-25T11:07:46.840 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~167s 2026-03-25T11:07:52.243 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~173s 2026-03-25T11:07:57.645 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~178s 2026-03-25T11:08:03.047 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~184s 2026-03-25T11:08:08.449 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~189s 2026-03-25T11:08:13.852 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~194s 2026-03-25T11:08:19.255 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~200s 2026-03-25T11:08:24.658 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~205s 2026-03-25T11:08:30.061 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~211s 2026-03-25T11:08:35.463 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~216s 2026-03-25T11:08:40.866 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~222s 2026-03-25T11:08:46.269 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~227s 2026-03-25T11:08:51.672 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~232s 2026-03-25T11:08:57.075 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~238s 2026-03-25T11:09:02.478 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~243s 2026-03-25T11:09:07.881 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~249s 2026-03-25T11:09:13.284 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~254s 2026-03-25T11:09:18.687 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~259s 2026-03-25T11:09:24.089 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~265s 2026-03-25T11:09:29.491 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~270s 2026-03-25T11:09:34.894 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~276s 2026-03-25T11:09:40.297 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~281s 2026-03-25T11:09:45.700 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~286s 2026-03-25T11:09:51.103 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~292s 2026-03-25T11:09:56.505 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~297s 2026-03-25T11:10:01.908 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~303s 2026-03-25T11:10:01.908 INFO:tasks.daemonwatchdog.daemon_watchdog:BARK! unmounting mounts and killing all daemons 2026-03-25T11:10:02.310 INFO:tasks.ceph.cluster1.osd.0:Sent signal 15 2026-03-25T11:10:02.311 INFO:tasks.ceph.cluster1.osd.1:Sent signal 15 2026-03-25T11:10:02.311 INFO:tasks.ceph.cluster1.mon.a:Sent signal 15 2026-03-25T11:10:02.311 INFO:tasks.ceph.cluster1.mgr.x:Sent signal 15 2026-03-25T11:10:02.313 INFO:tasks.ceph.cluster1.mon.a.vm06.stderr:2026-03-25T11:10:02.306+0000 7fbef688d640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-mon -f --cluster cluster1 -i a (PID: 22736) UID: 0 2026-03-25T11:10:02.313 INFO:tasks.ceph.cluster1.mon.a.vm06.stderr:2026-03-25T11:10:02.306+0000 7fbef688d640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-03-25T11:10:02.313 INFO:tasks.ceph.cluster1.mgr.x.vm06.stderr:2026-03-25T11:10:02.306+0000 7fc27be5f640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-mgr -f --cluster cluster1 -i x (PID: 22735) UID: 0 2026-03-25T11:10:02.313 INFO:tasks.ceph.cluster1.mgr.x.vm06.stderr:2026-03-25T11:10:02.306+0000 7fc27be5f640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-03-25T11:10:02.313 INFO:tasks.ceph.cluster1.osd.1.vm06.stderr:2026-03-25T11:10:02.306+0000 7fce33fb4640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 (PID: 22930) UID: 0 2026-03-25T11:10:02.313 INFO:tasks.ceph.cluster1.osd.1.vm06.stderr:2026-03-25T11:10:02.306+0000 7fce33fb4640 -1 osd.1 26 *** Got signal Terminated *** 2026-03-25T11:10:02.313 INFO:tasks.ceph.cluster1.osd.1.vm06.stderr:2026-03-25T11:10:02.306+0000 7fce33fb4640 -1 osd.1 26 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-25T11:10:02.313 INFO:tasks.ceph.cluster1.osd.0.vm06.stderr:2026-03-25T11:10:02.306+0000 7f939f8a2640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 (PID: 22928) UID: 0 2026-03-25T11:10:02.313 INFO:tasks.ceph.cluster1.osd.0.vm06.stderr:2026-03-25T11:10:02.306+0000 7f939f8a2640 -1 osd.0 26 *** Got signal Terminated *** 2026-03-25T11:10:02.313 INFO:tasks.ceph.cluster1.osd.0.vm06.stderr:2026-03-25T11:10:02.306+0000 7f939f8a2640 -1 osd.0 26 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-25T11:13:29.096 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2040.476150] INFO: task kworker/0:3:17011 blocked for more than 120 seconds. 2026-03-25T11:13:29.099 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2040.479388] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T11:13:29.101 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2040.482234] INFO: task fsx:17022 blocked for more than 120 seconds. 2026-03-25T11:13:29.104 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2040.484452] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T11:15:29.104 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2160.484088] INFO: task kworker/0:3:17011 blocked for more than 120 seconds. 2026-03-25T11:15:29.107 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2160.486797] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T11:15:29.110 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2160.489926] INFO: task fsx:17022 blocked for more than 120 seconds. 2026-03-25T11:15:29.113 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2160.492381] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T11:17:29.112 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2280.492110] INFO: task jbd2/vda1-8:247 blocked for more than 120 seconds. 2026-03-25T11:17:29.115 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2280.494692] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T11:17:29.118 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2280.497524] INFO: task kworker/0:3:17011 blocked for more than 120 seconds. 2026-03-25T11:17:29.120 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2280.499949] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T11:17:29.123 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2280.502770] INFO: task fsx:17022 blocked for more than 120 seconds. 2026-03-25T11:17:29.126 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2280.505003] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T11:19:29.127 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2400.504100] INFO: task jbd2/vda1-8:247 blocked for more than 120 seconds. 2026-03-25T11:19:29.132 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2400.508291] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T11:19:29.136 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2400.513250] INFO: task rs:main Q:Reg:817 blocked for more than 120 seconds. 2026-03-25T11:19:29.141 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2400.518039] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T11:19:29.145 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2400.522669] INFO: task kworker/0:3:17011 blocked for more than 120 seconds. 2026-03-25T11:19:29.150 INFO:tasks.qemu.cluster1.client.0.vm06.stdout:[ 2400.526779] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-25T12:32:30.777 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2026-03-25T12:32:30.778 DEBUG:teuthology.exit:Finished running handlers