2026-03-21T15:16:14.649 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-21T15:16:14.655 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-21T15:16:14.679 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3491 branch: tentacle description: rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-zlib 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: '3491' 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: zlib 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: vm02.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFRVdB/54xTFJLl5GNUq1LQ1ChWDPtnhD5wTHT2xh7afafJYx5b2F+YdfddfYi4Vz6SVp3nDPQ88F7U8ej4+Zq0= vm03.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBgAGWSOPHZMvwk8Vmp6rqEAaH/RFGPTkqfpJdayd2I8ZWgiVaF+vxPVnvbfoBDu9jct/eHYEegweYZLUEu0kik= 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.4188345 2026-03-21T15:16:14.679 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa; will attempt to use it 2026-03-21T15:16:14.680 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa/tasks 2026-03-21T15:16:14.680 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-03-21T15:16:14.680 INFO:teuthology.task.internal:Checking packages... 2026-03-21T15:16:14.680 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '70f8415b300f041766fa27faf7d5472699e32388' 2026-03-21T15:16:14.680 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-03-21T15:16:14.680 INFO:teuthology.packaging:ref: None 2026-03-21T15:16:14.680 INFO:teuthology.packaging:tag: None 2026-03-21T15:16:14.680 INFO:teuthology.packaging:branch: tentacle 2026-03-21T15:16:14.680 INFO:teuthology.packaging:sha1: 70f8415b300f041766fa27faf7d5472699e32388 2026-03-21T15:16:14.680 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-21T15:16:15.491 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-714-g147f7c6a-1jammy 2026-03-21T15:16:15.492 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-03-21T15:16:15.492 INFO:teuthology.task.internal:no buildpackages task found 2026-03-21T15:16:15.492 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-21T15:16:15.493 INFO:teuthology.task.internal:Saving configuration 2026-03-21T15:16:15.500 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-21T15:16:15.501 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-21T15:16:15.507 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm02.local', 'description': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3491', '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-21 15:15:05.453584', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:02', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFRVdB/54xTFJLl5GNUq1LQ1ChWDPtnhD5wTHT2xh7afafJYx5b2F+YdfddfYi4Vz6SVp3nDPQ88F7U8ej4+Zq0='} 2026-03-21T15:16:15.513 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm03.local', 'description': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3491', '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-21 15:15:05.452663', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:03', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBgAGWSOPHZMvwk8Vmp6rqEAaH/RFGPTkqfpJdayd2I8ZWgiVaF+vxPVnvbfoBDu9jct/eHYEegweYZLUEu0kik='} 2026-03-21T15:16:15.513 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-21T15:16:15.514 INFO:teuthology.task.internal:roles: ubuntu@vm02.local - ['cluster1.mon.a', 'cluster1.mgr.x', 'cluster1.osd.0', 'cluster1.osd.1', 'cluster1.osd.2', 'cluster1.client.0'] 2026-03-21T15:16:15.514 INFO:teuthology.task.internal:roles: ubuntu@vm03.local - ['cluster2.mon.a', 'cluster2.mgr.x', 'cluster2.osd.0', 'cluster2.osd.1', 'cluster2.osd.2', 'cluster2.client.0'] 2026-03-21T15:16:15.514 INFO:teuthology.run_tasks:Running task console_log... 2026-03-21T15:16:15.521 DEBUG:teuthology.task.console_log:vm02 does not support IPMI; excluding 2026-03-21T15:16:15.528 DEBUG:teuthology.task.console_log:vm03 does not support IPMI; excluding 2026-03-21T15:16:15.528 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc8270f08b0>, signals=[15]) 2026-03-21T15:16:15.528 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-21T15:16:15.529 INFO:teuthology.task.internal:Opening connections... 2026-03-21T15:16:15.529 DEBUG:teuthology.task.internal:connecting to ubuntu@vm02.local 2026-03-21T15:16:15.529 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm02.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-21T15:16:15.591 DEBUG:teuthology.task.internal:connecting to ubuntu@vm03.local 2026-03-21T15:16:15.592 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm03.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-21T15:16:15.653 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-21T15:16:15.655 DEBUG:teuthology.orchestra.run.vm02:> uname -m 2026-03-21T15:16:15.685 INFO:teuthology.orchestra.run.vm02.stdout:x86_64 2026-03-21T15:16:15.685 DEBUG:teuthology.orchestra.run.vm02:> cat /etc/os-release 2026-03-21T15:16:15.732 INFO:teuthology.orchestra.run.vm02.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-21T15:16:15.732 INFO:teuthology.orchestra.run.vm02.stdout:NAME="Ubuntu" 2026-03-21T15:16:15.732 INFO:teuthology.orchestra.run.vm02.stdout:VERSION_ID="22.04" 2026-03-21T15:16:15.732 INFO:teuthology.orchestra.run.vm02.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-21T15:16:15.732 INFO:teuthology.orchestra.run.vm02.stdout:VERSION_CODENAME=jammy 2026-03-21T15:16:15.732 INFO:teuthology.orchestra.run.vm02.stdout:ID=ubuntu 2026-03-21T15:16:15.732 INFO:teuthology.orchestra.run.vm02.stdout:ID_LIKE=debian 2026-03-21T15:16:15.733 INFO:teuthology.orchestra.run.vm02.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-21T15:16:15.733 INFO:teuthology.orchestra.run.vm02.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-21T15:16:15.733 INFO:teuthology.orchestra.run.vm02.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-21T15:16:15.733 INFO:teuthology.orchestra.run.vm02.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-21T15:16:15.733 INFO:teuthology.orchestra.run.vm02.stdout:UBUNTU_CODENAME=jammy 2026-03-21T15:16:15.733 INFO:teuthology.lock.ops:Updating vm02.local on lock server 2026-03-21T15:16:15.739 DEBUG:teuthology.orchestra.run.vm03:> uname -m 2026-03-21T15:16:15.749 INFO:teuthology.orchestra.run.vm03.stdout:x86_64 2026-03-21T15:16:15.749 DEBUG:teuthology.orchestra.run.vm03:> cat /etc/os-release 2026-03-21T15:16:15.794 INFO:teuthology.orchestra.run.vm03.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-21T15:16:15.795 INFO:teuthology.orchestra.run.vm03.stdout:NAME="Ubuntu" 2026-03-21T15:16:15.795 INFO:teuthology.orchestra.run.vm03.stdout:VERSION_ID="22.04" 2026-03-21T15:16:15.795 INFO:teuthology.orchestra.run.vm03.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-21T15:16:15.795 INFO:teuthology.orchestra.run.vm03.stdout:VERSION_CODENAME=jammy 2026-03-21T15:16:15.795 INFO:teuthology.orchestra.run.vm03.stdout:ID=ubuntu 2026-03-21T15:16:15.795 INFO:teuthology.orchestra.run.vm03.stdout:ID_LIKE=debian 2026-03-21T15:16:15.795 INFO:teuthology.orchestra.run.vm03.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-21T15:16:15.795 INFO:teuthology.orchestra.run.vm03.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-21T15:16:15.795 INFO:teuthology.orchestra.run.vm03.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-21T15:16:15.795 INFO:teuthology.orchestra.run.vm03.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-21T15:16:15.795 INFO:teuthology.orchestra.run.vm03.stdout:UBUNTU_CODENAME=jammy 2026-03-21T15:16:15.795 INFO:teuthology.lock.ops:Updating vm03.local on lock server 2026-03-21T15:16:15.799 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-21T15:16:15.801 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-21T15:16:15.802 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-21T15:16:15.803 DEBUG:teuthology.orchestra.run.vm02:> test '!' -e /home/ubuntu/cephtest 2026-03-21T15:16:15.804 DEBUG:teuthology.orchestra.run.vm03:> test '!' -e /home/ubuntu/cephtest 2026-03-21T15:16:15.838 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-21T15:16:15.839 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-21T15:16:15.839 DEBUG:teuthology.orchestra.run.vm02:> test -z $(ls -A /var/lib/ceph) 2026-03-21T15:16:15.848 DEBUG:teuthology.orchestra.run.vm03:> test -z $(ls -A /var/lib/ceph) 2026-03-21T15:16:15.850 INFO:teuthology.orchestra.run.vm02.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-21T15:16:15.883 INFO:teuthology.orchestra.run.vm03.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-21T15:16:15.883 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-21T15:16:15.891 DEBUG:teuthology.orchestra.run.vm02:> test -e /ceph-qa-ready 2026-03-21T15:16:15.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-21T15:16:16.134 DEBUG:teuthology.orchestra.run.vm03:> test -e /ceph-qa-ready 2026-03-21T15:16:16.136 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-21T15:16:16.364 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-21T15:16:16.366 INFO:teuthology.task.internal:Creating test directory... 2026-03-21T15:16:16.366 DEBUG:teuthology.orchestra.run.vm02:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-21T15:16:16.367 DEBUG:teuthology.orchestra.run.vm03:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-21T15:16:16.369 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-21T15:16:16.371 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-21T15:16:16.372 INFO:teuthology.task.internal:Creating archive directory... 2026-03-21T15:16:16.372 DEBUG:teuthology.orchestra.run.vm02:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-21T15:16:16.413 DEBUG:teuthology.orchestra.run.vm03:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-21T15:16:16.421 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-21T15:16:16.423 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-21T15:16:16.424 DEBUG:teuthology.orchestra.run.vm02:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-21T15:16:16.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-21T15:16:16.459 DEBUG:teuthology.orchestra.run.vm03:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-21T15:16:16.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-21T15:16:16.462 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:16:16.500 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:16:16.508 INFO:teuthology.orchestra.run.vm02.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-21T15:16:16.511 INFO:teuthology.orchestra.run.vm03.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-21T15:16:16.512 INFO:teuthology.orchestra.run.vm02.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-21T15:16:16.515 INFO:teuthology.orchestra.run.vm03.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-21T15:16:16.516 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-21T15:16:16.517 INFO:teuthology.task.internal:Configuring sudo... 2026-03-21T15:16:16.517 DEBUG:teuthology.orchestra.run.vm02:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-21T15:16:16.556 DEBUG:teuthology.orchestra.run.vm03:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-21T15:16:16.570 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-21T15:16:16.572 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-21T15:16:16.572 DEBUG:teuthology.orchestra.run.vm02:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-21T15:16:16.605 DEBUG:teuthology.orchestra.run.vm03:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-21T15:16:16.614 DEBUG:teuthology.orchestra.run.vm02:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-21T15:16:16.651 DEBUG:teuthology.orchestra.run.vm02:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-21T15:16:16.694 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:16:16.694 DEBUG:teuthology.orchestra.run.vm02:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-21T15:16:16.743 DEBUG:teuthology.orchestra.run.vm03:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-21T15:16:16.746 DEBUG:teuthology.orchestra.run.vm03:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-21T15:16:16.791 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:16:16.791 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-21T15:16:16.844 DEBUG:teuthology.orchestra.run.vm02:> sudo service rsyslog restart 2026-03-21T15:16:16.846 DEBUG:teuthology.orchestra.run.vm03:> sudo service rsyslog restart 2026-03-21T15:16:17.863 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-21T15:16:17.865 INFO:teuthology.task.internal:Starting timer... 2026-03-21T15:16:17.865 INFO:teuthology.run_tasks:Running task pcp... 2026-03-21T15:16:17.867 INFO:teuthology.run_tasks:Running task selinux... 2026-03-21T15:16:17.869 INFO:teuthology.task.selinux:Excluding vm02: VMs are not yet supported 2026-03-21T15:16:17.869 INFO:teuthology.task.selinux:Excluding vm03: VMs are not yet supported 2026-03-21T15:16:17.869 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-21T15:16:17.869 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-21T15:16:17.869 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-21T15:16:17.870 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-21T15:16:17.871 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-21T15:16:17.871 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-21T15:16:17.873 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-21T15:16:18.456 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-21T15:16:18.462 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-21T15:16:18.462 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_inventory8l8y4gla --limit vm02.local,vm03.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-21T15:19:08.622 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm02.local'), Remote(name='ubuntu@vm03.local')] 2026-03-21T15:19:08.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm02.local' 2026-03-21T15:19:08.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm02.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-21T15:19:08.684 DEBUG:teuthology.orchestra.run.vm02:> true 2026-03-21T15:19:08.917 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm02.local' 2026-03-21T15:19:08.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm03.local' 2026-03-21T15:19:08.918 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm03.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-21T15:19:08.977 DEBUG:teuthology.orchestra.run.vm03:> true 2026-03-21T15:19:09.208 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm03.local' 2026-03-21T15:19:09.209 INFO:teuthology.run_tasks:Running task clock... 2026-03-21T15:19:09.212 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-21T15:19:09.212 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-21T15:19:09.212 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:19:09.213 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-21T15:19:09.213 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:19:09.230 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-21T15:19:09.230 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: Command line: ntpd -gq 2026-03-21T15:19:09.230 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: ---------------------------------------------------- 2026-03-21T15:19:09.230 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: ntp-4 is maintained by Network Time Foundation, 2026-03-21T15:19:09.230 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-21T15:19:09.230 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: corporation. Support and training for ntp-4 are 2026-03-21T15:19:09.230 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: available at https://www.nwtime.org/support 2026-03-21T15:19:09.230 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: ---------------------------------------------------- 2026-03-21T15:19:09.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: proto: precision = 0.029 usec (-25) 2026-03-21T15:19:09.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: basedate set to 2022-02-04 2026-03-21T15:19:09.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: gps base set to 2022-02-06 (week 2196) 2026-03-21T15:19:09.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-21T15:19:09.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: 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-21T15:19:09.231 INFO:teuthology.orchestra.run.vm02.stderr:21 Mar 15:19:09 ntpd[16222]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 84 days ago 2026-03-21T15:19:09.232 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: Listen and drop on 0 v6wildcard [::]:123 2026-03-21T15:19:09.232 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-21T15:19:09.232 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: Listen normally on 2 lo 127.0.0.1:123 2026-03-21T15:19:09.232 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: Listen normally on 3 ens3 192.168.123.102:123 2026-03-21T15:19:09.232 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: Listen normally on 4 lo [::1]:123 2026-03-21T15:19:09.232 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:2%2]:123 2026-03-21T15:19:09.232 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:09 ntpd[16222]: Listening on routing socket on fd #22 for interface updates 2026-03-21T15:19:09.271 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-21T15:19:09.271 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: Command line: ntpd -gq 2026-03-21T15:19:09.271 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: ---------------------------------------------------- 2026-03-21T15:19:09.271 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: ntp-4 is maintained by Network Time Foundation, 2026-03-21T15:19:09.271 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-21T15:19:09.271 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: corporation. Support and training for ntp-4 are 2026-03-21T15:19:09.271 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: available at https://www.nwtime.org/support 2026-03-21T15:19:09.271 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: ---------------------------------------------------- 2026-03-21T15:19:09.271 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: proto: precision = 0.029 usec (-25) 2026-03-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: basedate set to 2022-02-04 2026-03-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: gps base set to 2022-02-06 (week 2196) 2026-03-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: 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-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stderr:21 Mar 15:19:09 ntpd[16273]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 84 days ago 2026-03-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: Listen and drop on 0 v6wildcard [::]:123 2026-03-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: Listen normally on 2 lo 127.0.0.1:123 2026-03-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: Listen normally on 3 ens3 192.168.123.103:123 2026-03-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: Listen normally on 4 lo [::1]:123 2026-03-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:3%2]:123 2026-03-21T15:19:09.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:09 ntpd[16273]: Listening on routing socket on fd #22 for interface updates 2026-03-21T15:19:10.232 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:10 ntpd[16222]: Soliciting pool server 185.216.176.59 2026-03-21T15:19:10.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:10 ntpd[16273]: Soliciting pool server 185.216.176.59 2026-03-21T15:19:11.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:11 ntpd[16222]: Soliciting pool server 85.215.189.120 2026-03-21T15:19:11.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:11 ntpd[16222]: Soliciting pool server 77.90.0.148 2026-03-21T15:19:11.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:11 ntpd[16273]: Soliciting pool server 85.215.189.120 2026-03-21T15:19:11.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:11 ntpd[16273]: Soliciting pool server 77.90.0.148 2026-03-21T15:19:12.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:12 ntpd[16222]: Soliciting pool server 185.16.60.96 2026-03-21T15:19:12.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:12 ntpd[16222]: Soliciting pool server 144.91.126.59 2026-03-21T15:19:12.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:12 ntpd[16222]: Soliciting pool server 193.158.22.13 2026-03-21T15:19:12.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:12 ntpd[16273]: Soliciting pool server 185.16.60.96 2026-03-21T15:19:12.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:12 ntpd[16273]: Soliciting pool server 144.91.126.59 2026-03-21T15:19:12.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:12 ntpd[16273]: Soliciting pool server 193.158.22.13 2026-03-21T15:19:13.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:13 ntpd[16222]: Soliciting pool server 172.236.195.26 2026-03-21T15:19:13.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:13 ntpd[16222]: Soliciting pool server 172.104.149.161 2026-03-21T15:19:13.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:13 ntpd[16222]: Soliciting pool server 212.132.108.186 2026-03-21T15:19:13.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:13 ntpd[16222]: Soliciting pool server 158.180.28.150 2026-03-21T15:19:13.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:13 ntpd[16273]: Soliciting pool server 172.236.195.26 2026-03-21T15:19:13.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:13 ntpd[16273]: Soliciting pool server 172.104.149.161 2026-03-21T15:19:13.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:13 ntpd[16273]: Soliciting pool server 212.132.108.186 2026-03-21T15:19:13.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:13 ntpd[16273]: Soliciting pool server 158.180.28.150 2026-03-21T15:19:14.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:14 ntpd[16222]: Soliciting pool server 129.70.132.36 2026-03-21T15:19:14.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:14 ntpd[16222]: Soliciting pool server 18.192.244.117 2026-03-21T15:19:14.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:14 ntpd[16222]: Soliciting pool server 202.61.195.221 2026-03-21T15:19:14.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:14 ntpd[16222]: Soliciting pool server 91.189.91.157 2026-03-21T15:19:14.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:14 ntpd[16273]: Soliciting pool server 129.70.132.36 2026-03-21T15:19:14.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:14 ntpd[16273]: Soliciting pool server 18.192.244.117 2026-03-21T15:19:14.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:14 ntpd[16273]: Soliciting pool server 202.61.195.221 2026-03-21T15:19:14.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:14 ntpd[16273]: Soliciting pool server 91.189.91.157 2026-03-21T15:19:15.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:15 ntpd[16222]: Soliciting pool server 185.125.190.57 2026-03-21T15:19:15.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:15 ntpd[16222]: Soliciting pool server 5.45.97.204 2026-03-21T15:19:15.231 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:15 ntpd[16222]: Soliciting pool server 212.132.97.26 2026-03-21T15:19:15.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:15 ntpd[16273]: Soliciting pool server 185.125.190.57 2026-03-21T15:19:15.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:15 ntpd[16273]: Soliciting pool server 5.45.97.204 2026-03-21T15:19:15.272 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:15 ntpd[16273]: Soliciting pool server 212.132.97.26 2026-03-21T15:19:17.259 INFO:teuthology.orchestra.run.vm02.stdout:21 Mar 15:19:17 ntpd[16222]: ntpd: time slew -0.000410 s 2026-03-21T15:19:17.259 INFO:teuthology.orchestra.run.vm02.stdout:ntpd: time slew -0.000410s 2026-03-21T15:19:17.282 INFO:teuthology.orchestra.run.vm02.stdout: remote refid st t when poll reach delay offset jitter 2026-03-21T15:19:17.282 INFO:teuthology.orchestra.run.vm02.stdout:============================================================================== 2026-03-21T15:19:17.282 INFO:teuthology.orchestra.run.vm02.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-21T15:19:17.282 INFO:teuthology.orchestra.run.vm02.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-21T15:19:17.282 INFO:teuthology.orchestra.run.vm02.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-21T15:19:17.282 INFO:teuthology.orchestra.run.vm02.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-21T15:19:17.282 INFO:teuthology.orchestra.run.vm02.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-21T15:19:17.300 INFO:teuthology.orchestra.run.vm03.stdout:21 Mar 15:19:17 ntpd[16273]: ntpd: time slew -0.000275 s 2026-03-21T15:19:17.300 INFO:teuthology.orchestra.run.vm03.stdout:ntpd: time slew -0.000275s 2026-03-21T15:19:17.321 INFO:teuthology.orchestra.run.vm03.stdout: remote refid st t when poll reach delay offset jitter 2026-03-21T15:19:17.322 INFO:teuthology.orchestra.run.vm03.stdout:============================================================================== 2026-03-21T15:19:17.322 INFO:teuthology.orchestra.run.vm03.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-21T15:19:17.322 INFO:teuthology.orchestra.run.vm03.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-21T15:19:17.322 INFO:teuthology.orchestra.run.vm03.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-21T15:19:17.322 INFO:teuthology.orchestra.run.vm03.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-21T15:19:17.322 INFO:teuthology.orchestra.run.vm03.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-21T15:19:17.322 INFO:teuthology.run_tasks:Running task install... 2026-03-21T15:19:17.324 DEBUG:teuthology.task.install:project ceph 2026-03-21T15:19:17.324 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-21T15:19:17.324 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-21T15:19:17.324 INFO:teuthology.task.install:Using flavor: default 2026-03-21T15:19:17.326 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-21T15:19:17.326 INFO:teuthology.task.install:extra packages: [] 2026-03-21T15:19:17.326 DEBUG:teuthology.orchestra.run.vm02:> sudo apt-key list | grep Ceph 2026-03-21T15:19:17.326 DEBUG:teuthology.orchestra.run.vm03:> sudo apt-key list | grep Ceph 2026-03-21T15:19:17.366 INFO:teuthology.orchestra.run.vm02.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-21T15:19:17.389 INFO:teuthology.orchestra.run.vm02.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-21T15:19:17.389 INFO:teuthology.orchestra.run.vm02.stdout:uid [ unknown] Ceph.com (release key) 2026-03-21T15:19:17.390 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-21T15:19:17.390 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-21T15:19:17.390 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-21T15:19:17.406 INFO:teuthology.orchestra.run.vm03.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-21T15:19:17.428 INFO:teuthology.orchestra.run.vm03.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-21T15:19:17.428 INFO:teuthology.orchestra.run.vm03.stdout:uid [ unknown] Ceph.com (release key) 2026-03-21T15:19:17.428 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-21T15:19:17.428 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-21T15:19:17.428 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-21T15:19:18.004 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default/ 2026-03-21T15:19:18.004 INFO:teuthology.task.install.deb:Package version is 20.2.0-712-g70f8415b-1jammy 2026-03-21T15:19:18.037 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default/ 2026-03-21T15:19:18.037 INFO:teuthology.task.install.deb:Package version is 20.2.0-712-g70f8415b-1jammy 2026-03-21T15:19:18.505 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:19:18.506 DEBUG:teuthology.orchestra.run.vm02:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-03-21T15:19:18.515 DEBUG:teuthology.orchestra.run.vm02:> sudo apt-get update 2026-03-21T15:19:18.531 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:19:18.531 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2026-03-21T15:19:18.540 DEBUG:teuthology.orchestra.run.vm03:> sudo apt-get update 2026-03-21T15:19:18.634 INFO:teuthology.orchestra.run.vm02.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-21T15:19:18.824 INFO:teuthology.orchestra.run.vm02.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-21T15:19:18.837 INFO:teuthology.orchestra.run.vm03.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2026-03-21T15:19:18.837 INFO:teuthology.orchestra.run.vm03.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2026-03-21T15:19:18.926 INFO:teuthology.orchestra.run.vm02.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-21T15:19:18.930 INFO:teuthology.orchestra.run.vm03.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2026-03-21T15:19:19.028 INFO:teuthology.orchestra.run.vm03.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-21T15:19:19.029 INFO:teuthology.orchestra.run.vm02.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2026-03-21T15:19:19.187 INFO:teuthology.orchestra.run.vm03.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy InRelease 2026-03-21T15:19:19.193 INFO:teuthology.orchestra.run.vm02.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy InRelease 2026-03-21T15:19:19.304 INFO:teuthology.orchestra.run.vm03.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-03-21T15:19:19.310 INFO:teuthology.orchestra.run.vm02.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release [7680 B] 2026-03-21T15:19:19.421 INFO:teuthology.orchestra.run.vm03.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release.gpg 2026-03-21T15:19:19.428 INFO:teuthology.orchestra.run.vm02.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/tentacle/70f8415b300f041766fa27faf7d5472699e32388/ubuntu/jammy/flavors/default jammy Release.gpg 2026-03-21T15:19:19.538 INFO:teuthology.orchestra.run.vm03.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-21T15:19:19.547 INFO:teuthology.orchestra.run.vm02.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-21T15:19:19.620 INFO:teuthology.orchestra.run.vm03.stdout:Fetched 26.5 kB in 1s (28.9 kB/s) 2026-03-21T15:19:19.629 INFO:teuthology.orchestra.run.vm02.stdout:Fetched 26.5 kB in 1s (27.8 kB/s) 2026-03-21T15:19:20.368 INFO:teuthology.orchestra.run.vm02.stdout:Reading package lists... 2026-03-21T15:19:20.382 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:19:20.383 INFO:teuthology.orchestra.run.vm03.stdout:Reading package lists... 2026-03-21T15:19:20.395 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:19:20.418 INFO:teuthology.orchestra.run.vm02.stdout:Reading package lists... 2026-03-21T15:19:20.431 INFO:teuthology.orchestra.run.vm03.stdout:Reading package lists... 2026-03-21T15:19:20.607 INFO:teuthology.orchestra.run.vm02.stdout:Building dependency tree... 2026-03-21T15:19:20.607 INFO:teuthology.orchestra.run.vm02.stdout:Reading state information... 2026-03-21T15:19:20.622 INFO:teuthology.orchestra.run.vm03.stdout:Building dependency tree... 2026-03-21T15:19:20.622 INFO:teuthology.orchestra.run.vm03.stdout:Reading state information... 2026-03-21T15:19:20.829 INFO:teuthology.orchestra.run.vm02.stdout:The following packages were automatically installed and are no longer required: 2026-03-21T15:19:20.829 INFO:teuthology.orchestra.run.vm02.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-21T15:19:20.830 INFO:teuthology.orchestra.run.vm02.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-21T15:19:20.830 INFO:teuthology.orchestra.run.vm02.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-21T15:19:20.830 INFO:teuthology.orchestra.run.vm02.stdout:The following additional packages will be installed: 2026-03-21T15:19:20.830 INFO:teuthology.orchestra.run.vm02.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-03-21T15:19:20.830 INFO:teuthology.orchestra.run.vm02.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-03-21T15:19:20.830 INFO:teuthology.orchestra.run.vm02.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-03-21T15:19:20.830 INFO:teuthology.orchestra.run.vm02.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-03-21T15:19:20.830 INFO:teuthology.orchestra.run.vm02.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: smartmontools socat xmlstarlet 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout:Suggested packages: 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: python-sklearn-doc ipython3 python-webob-doc gsmartcontrol smart-notifier 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: mailx | mailutils 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout:Recommended packages: 2026-03-21T15:19:20.831 INFO:teuthology.orchestra.run.vm02.stdout: btrfs-tools 2026-03-21T15:19:20.854 INFO:teuthology.orchestra.run.vm03.stdout:The following packages were automatically installed and are no longer required: 2026-03-21T15:19:20.854 INFO:teuthology.orchestra.run.vm03.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-21T15:19:20.854 INFO:teuthology.orchestra.run.vm03.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-21T15:19:20.854 INFO:teuthology.orchestra.run.vm03.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-21T15:19:20.855 INFO:teuthology.orchestra.run.vm03.stdout:The following additional packages will be installed: 2026-03-21T15:19:20.855 INFO:teuthology.orchestra.run.vm03.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2026-03-21T15:19:20.855 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2026-03-21T15:19:20.855 INFO:teuthology.orchestra.run.vm03.stdout: libcephfs-daemon libcephfs-proxy2 libdouble-conversion3 libfuse2 libjq1 2026-03-21T15:19:20.855 INFO:teuthology.orchestra.run.vm03.stdout: liblttng-ust1 libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2026-03-21T15:19:20.855 INFO:teuthology.orchestra.run.vm03.stdout: libqt5dbus5 libqt5network5 libradosstriper1 librdkafka1 librgw2 2026-03-21T15:19:20.855 INFO:teuthology.orchestra.run.vm03.stdout: libsqlite3-mod-ceph libthrift-0.16.0 nvme-cli python-asyncssh-doc 2026-03-21T15:19:20.855 INFO:teuthology.orchestra.run.vm03.stdout: python3-asyncssh python3-cachetools python3-ceph-argparse 2026-03-21T15:19:20.855 INFO:teuthology.orchestra.run.vm03.stdout: python3-ceph-common python3-cheroot python3-cherrypy3 python3-google-auth 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco.functools python3-jaraco.text python3-joblib 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: python3-kubernetes python3-natsort python3-pluggy python3-portend 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: python3-prettytable python3-psutil python3-py python3-pygments 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: python3-pytest python3-repoze.lru python3-requests-oauthlib python3-routes 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: python3-rsa python3-simplejson python3-sklearn python3-sklearn-lib 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: python3-tempora python3-threadpoolctl python3-toml python3-wcwidth 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: python3-webob python3-websocket python3-zc.lockfile qttranslations5-l10n 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: smartmontools socat xmlstarlet 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout:Suggested packages: 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: python3-influxdb liblua5.3-dev luarocks python-natsort-doc python-psutil-doc 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: subversion python-pygments-doc ttf-bitstream-vera python3-paste python3-dap 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: python-sklearn-doc ipython3 python-webob-doc gsmartcontrol smart-notifier 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: mailx | mailutils 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout:Recommended packages: 2026-03-21T15:19:20.856 INFO:teuthology.orchestra.run.vm03.stdout: btrfs-tools 2026-03-21T15:19:20.878 INFO:teuthology.orchestra.run.vm02.stdout:The following NEW packages will be installed: 2026-03-21T15:19:20.878 INFO:teuthology.orchestra.run.vm02.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-03-21T15:19:20.878 INFO:teuthology.orchestra.run.vm02.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-03-21T15:19:20.878 INFO:teuthology.orchestra.run.vm02.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-03-21T15:19:20.878 INFO:teuthology.orchestra.run.vm02.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-03-21T15:19:20.879 INFO:teuthology.orchestra.run.vm02.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-03-21T15:19:20.879 INFO:teuthology.orchestra.run.vm02.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: libradosstriper1 librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: python3-ceph-argparse python3-ceph-common python3-cephfs python3-cheroot 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: python3-cherrypy3 python3-google-auth python3-iniconfig 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-03-21T15:19:20.880 INFO:teuthology.orchestra.run.vm02.stdout: smartmontools socat xmlstarlet 2026-03-21T15:19:20.882 INFO:teuthology.orchestra.run.vm02.stdout:The following packages will be upgraded: 2026-03-21T15:19:20.883 INFO:teuthology.orchestra.run.vm02.stdout: librados2 librbd1 2026-03-21T15:19:20.907 INFO:teuthology.orchestra.run.vm03.stdout:The following NEW packages will be installed: 2026-03-21T15:19:20.907 INFO:teuthology.orchestra.run.vm03.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2026-03-21T15:19:20.907 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2026-03-21T15:19:20.907 INFO:teuthology.orchestra.run.vm03.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2026-03-21T15:19:20.907 INFO:teuthology.orchestra.run.vm03.stdout: libcephfs-daemon libcephfs-dev libcephfs-proxy2 libcephfs2 2026-03-21T15:19:20.907 INFO:teuthology.orchestra.run.vm03.stdout: libdouble-conversion3 libfuse2 libjq1 liblttng-ust1 libnbd0 liboath0 2026-03-21T15:19:20.907 INFO:teuthology.orchestra.run.vm03.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2026-03-21T15:19:20.907 INFO:teuthology.orchestra.run.vm03.stdout: libradosstriper1 librdkafka1 librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: nvme-cli python-asyncssh-doc python3-asyncssh python3-cachetools 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: python3-ceph-argparse python3-ceph-common python3-cephfs python3-cheroot 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: python3-cherrypy3 python3-google-auth python3-iniconfig 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: python3-jaraco.text python3-joblib python3-kubernetes python3-natsort 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: python3-pluggy python3-portend python3-prettytable python3-psutil python3-py 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: python3-pygments python3-pytest python3-rados python3-rbd python3-repoze.lru 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: python3-requests-oauthlib python3-rgw python3-routes python3-rsa 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: python3-simplejson python3-sklearn python3-sklearn-lib python3-tempora 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: python3-threadpoolctl python3-toml python3-wcwidth python3-webob 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: python3-websocket python3-zc.lockfile qttranslations5-l10n radosgw rbd-fuse 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: smartmontools socat xmlstarlet 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout:The following packages will be upgraded: 2026-03-21T15:19:20.908 INFO:teuthology.orchestra.run.vm03.stdout: librados2 librbd1 2026-03-21T15:19:21.096 INFO:teuthology.orchestra.run.vm02.stdout:2 upgraded, 85 newly installed, 0 to remove and 36 not upgraded. 2026-03-21T15:19:21.096 INFO:teuthology.orchestra.run.vm02.stdout:Need to get 281 MB of archives. 2026-03-21T15:19:21.096 INFO:teuthology.orchestra.run.vm02.stdout:After this operation, 1092 MB of additional disk space will be used. 2026-03-21T15:19:21.096 INFO:teuthology.orchestra.run.vm02.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-03-21T15:19:21.115 INFO:teuthology.orchestra.run.vm03.stdout:2 upgraded, 85 newly installed, 0 to remove and 36 not upgraded. 2026-03-21T15:19:21.115 INFO:teuthology.orchestra.run.vm03.stdout:Need to get 281 MB of archives. 2026-03-21T15:19:21.115 INFO:teuthology.orchestra.run.vm03.stdout:After this operation, 1092 MB of additional disk space will be used. 2026-03-21T15:19:21.115 INFO:teuthology.orchestra.run.vm03.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2026-03-21T15:19:21.465 INFO:teuthology.orchestra.run.vm02.stdout:Get:2 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-21T15:19:21.526 INFO:teuthology.orchestra.run.vm03.stdout:Get:2 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-21T15:19:21.591 INFO:teuthology.orchestra.run.vm02.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-03-21T15:19:21.604 INFO:teuthology.orchestra.run.vm03.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2026-03-21T15:19:21.606 INFO:teuthology.orchestra.run.vm02.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-03-21T15:19:21.619 INFO:teuthology.orchestra.run.vm03.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2026-03-21T15:19:21.702 INFO:teuthology.orchestra.run.vm02.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-03-21T15:19:21.713 INFO:teuthology.orchestra.run.vm03.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2006 kB] 2026-03-21T15:19:21.978 INFO:teuthology.orchestra.run.vm02.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-03-21T15:19:21.986 INFO:teuthology.orchestra.run.vm03.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2026-03-21T15:19:21.992 INFO:teuthology.orchestra.run.vm02.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-03-21T15:19:22.000 INFO:teuthology.orchestra.run.vm03.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2026-03-21T15:19:22.031 INFO:teuthology.orchestra.run.vm02.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-03-21T15:19:22.037 INFO:teuthology.orchestra.run.vm03.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2026-03-21T15:19:22.041 INFO:teuthology.orchestra.run.vm02.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-03-21T15:19:22.043 INFO:teuthology.orchestra.run.vm02.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-03-21T15:19:22.044 INFO:teuthology.orchestra.run.vm02.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-03-21T15:19:22.045 INFO:teuthology.orchestra.run.vm02.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-03-21T15:19:22.049 INFO:teuthology.orchestra.run.vm03.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2026-03-21T15:19:22.051 INFO:teuthology.orchestra.run.vm03.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2026-03-21T15:19:22.051 INFO:teuthology.orchestra.run.vm03.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2026-03-21T15:19:22.052 INFO:teuthology.orchestra.run.vm03.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2026-03-21T15:19:22.068 INFO:teuthology.orchestra.run.vm02.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-03-21T15:19:22.069 INFO:teuthology.orchestra.run.vm02.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-03-21T15:19:22.074 INFO:teuthology.orchestra.run.vm03.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liboath0 amd64 2.6.7-3ubuntu0.1 [41.3 kB] 2026-03-21T15:19:22.076 INFO:teuthology.orchestra.run.vm03.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9030 B] 2026-03-21T15:19:22.076 INFO:teuthology.orchestra.run.vm02.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-03-21T15:19:22.082 INFO:teuthology.orchestra.run.vm03.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2026-03-21T15:19:22.167 INFO:teuthology.orchestra.run.vm02.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-03-21T15:19:22.167 INFO:teuthology.orchestra.run.vm02.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-03-21T15:19:22.168 INFO:teuthology.orchestra.run.vm02.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-03-21T15:19:22.168 INFO:teuthology.orchestra.run.vm02.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-03-21T15:19:22.168 INFO:teuthology.orchestra.run.vm02.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-03-21T15:19:22.168 INFO:teuthology.orchestra.run.vm02.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-03-21T15:19:22.168 INFO:teuthology.orchestra.run.vm02.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-03-21T15:19:22.171 INFO:teuthology.orchestra.run.vm02.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-03-21T15:19:22.172 INFO:teuthology.orchestra.run.vm03.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6452 B] 2026-03-21T15:19:22.172 INFO:teuthology.orchestra.run.vm03.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8716 B] 2026-03-21T15:19:22.172 INFO:teuthology.orchestra.run.vm03.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2026-03-21T15:19:22.173 INFO:teuthology.orchestra.run.vm03.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2026-03-21T15:19:22.173 INFO:teuthology.orchestra.run.vm03.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7240 B] 2026-03-21T15:19:22.173 INFO:teuthology.orchestra.run.vm03.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8980 B] 2026-03-21T15:19:22.173 INFO:teuthology.orchestra.run.vm03.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2026-03-21T15:19:22.173 INFO:teuthology.orchestra.run.vm02.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-03-21T15:19:22.176 INFO:teuthology.orchestra.run.vm03.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2026-03-21T15:19:22.178 INFO:teuthology.orchestra.run.vm03.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB] 2026-03-21T15:19:22.260 INFO:teuthology.orchestra.run.vm02.stdout:Get:25 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-21T15:19:22.271 INFO:teuthology.orchestra.run.vm02.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-03-21T15:19:22.274 INFO:teuthology.orchestra.run.vm02.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-03-21T15:19:22.274 INFO:teuthology.orchestra.run.vm02.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-03-21T15:19:22.274 INFO:teuthology.orchestra.run.vm03.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-asyncssh all 2.5.0-1ubuntu0.1 [189 kB] 2026-03-21T15:19:22.275 INFO:teuthology.orchestra.run.vm02.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-03-21T15:19:22.278 INFO:teuthology.orchestra.run.vm03.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2026-03-21T15:19:22.279 INFO:teuthology.orchestra.run.vm03.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2026-03-21T15:19:22.280 INFO:teuthology.orchestra.run.vm03.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2058 kB] 2026-03-21T15:19:22.375 INFO:teuthology.orchestra.run.vm03.stdout:Get:29 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-21T15:19:22.420 INFO:teuthology.orchestra.run.vm03.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-03-21T15:19:22.421 INFO:teuthology.orchestra.run.vm03.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-03-21T15:19:22.421 INFO:teuthology.orchestra.run.vm03.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-03-21T15:19:22.464 INFO:teuthology.orchestra.run.vm02.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2026-03-21T15:19:22.464 INFO:teuthology.orchestra.run.vm02.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2026-03-21T15:19:22.465 INFO:teuthology.orchestra.run.vm02.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1829 kB] 2026-03-21T15:19:22.525 INFO:teuthology.orchestra.run.vm03.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-03-21T15:19:22.525 INFO:teuthology.orchestra.run.vm03.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-03-21T15:19:22.525 INFO:teuthology.orchestra.run.vm03.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-03-21T15:19:22.525 INFO:teuthology.orchestra.run.vm02.stdout:Get:33 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-21T15:19:22.526 INFO:teuthology.orchestra.run.vm03.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-03-21T15:19:22.526 INFO:teuthology.orchestra.run.vm03.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-03-21T15:19:22.526 INFO:teuthology.orchestra.run.vm03.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-03-21T15:19:22.528 INFO:teuthology.orchestra.run.vm02.stdout:Get:34 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-21T15:19:22.530 INFO:teuthology.orchestra.run.vm03.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-03-21T15:19:22.530 INFO:teuthology.orchestra.run.vm02.stdout:Get:35 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-21T15:19:22.530 INFO:teuthology.orchestra.run.vm02.stdout:Get:36 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-21T15:19:22.566 INFO:teuthology.orchestra.run.vm02.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9722 B] 2026-03-21T15:19:22.566 INFO:teuthology.orchestra.run.vm02.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2026-03-21T15:19:22.566 INFO:teuthology.orchestra.run.vm02.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2026-03-21T15:19:22.567 INFO:teuthology.orchestra.run.vm02.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2026-03-21T15:19:22.567 INFO:teuthology.orchestra.run.vm02.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2026-03-21T15:19:22.567 INFO:teuthology.orchestra.run.vm02.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2026-03-21T15:19:22.597 INFO:teuthology.orchestra.run.vm02.stdout:Get:43 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-21T15:19:22.597 INFO:teuthology.orchestra.run.vm02.stdout:Get:44 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-21T15:19:22.613 INFO:teuthology.orchestra.run.vm02.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2026-03-21T15:19:22.616 INFO:teuthology.orchestra.run.vm02.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-03-21T15:19:22.620 INFO:teuthology.orchestra.run.vm02.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-03-21T15:19:22.620 INFO:teuthology.orchestra.run.vm03.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjq1 amd64 1.6-2.1ubuntu3.1 [133 kB] 2026-03-21T15:19:22.622 INFO:teuthology.orchestra.run.vm03.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 jq amd64 1.6-2.1ubuntu3.1 [52.5 kB] 2026-03-21T15:19:22.634 INFO:teuthology.orchestra.run.vm02.stdout:Get:48 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-21T15:19:22.715 INFO:teuthology.orchestra.run.vm02.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-03-21T15:19:22.719 INFO:teuthology.orchestra.run.vm02.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-03-21T15:19:22.721 INFO:teuthology.orchestra.run.vm03.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2026-03-21T15:19:22.724 INFO:teuthology.orchestra.run.vm02.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-03-21T15:19:22.727 INFO:teuthology.orchestra.run.vm03.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2026-03-21T15:19:22.743 INFO:teuthology.orchestra.run.vm03.stdout:Get:44 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-21T15:19:22.868 INFO:teuthology.orchestra.run.vm02.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-03-21T15:19:22.869 INFO:teuthology.orchestra.run.vm02.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-03-21T15:19:22.869 INFO:teuthology.orchestra.run.vm02.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-03-21T15:19:22.869 INFO:teuthology.orchestra.run.vm02.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-03-21T15:19:22.886 INFO:teuthology.orchestra.run.vm03.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2026-03-21T15:19:22.888 INFO:teuthology.orchestra.run.vm03.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python-asyncssh-doc all 2.5.0-1ubuntu0.1 [309 kB] 2026-03-21T15:19:22.889 INFO:teuthology.orchestra.run.vm03.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6024 B] 2026-03-21T15:19:22.889 INFO:teuthology.orchestra.run.vm03.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2026-03-21T15:19:22.890 INFO:teuthology.orchestra.run.vm03.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2026-03-21T15:19:22.890 INFO:teuthology.orchestra.run.vm03.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-03-21T15:19:22.911 INFO:teuthology.orchestra.run.vm02.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2026-03-21T15:19:22.911 INFO:teuthology.orchestra.run.vm02.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-03-21T15:19:22.914 INFO:teuthology.orchestra.run.vm02.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-03-21T15:19:22.915 INFO:teuthology.orchestra.run.vm03.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pygments all 2.11.2+dfsg-2ubuntu0.1 [750 kB] 2026-03-21T15:19:22.965 INFO:teuthology.orchestra.run.vm02.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-03-21T15:19:22.966 INFO:teuthology.orchestra.run.vm02.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-03-21T15:19:22.980 INFO:teuthology.orchestra.run.vm03.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2026-03-21T15:19:22.980 INFO:teuthology.orchestra.run.vm03.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2026-03-21T15:19:22.985 INFO:teuthology.orchestra.run.vm03.stdout:Get:54 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-21T15:19:22.986 INFO:teuthology.orchestra.run.vm03.stdout:Get:55 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-21T15:19:22.986 INFO:teuthology.orchestra.run.vm03.stdout:Get:56 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-21T15:19:22.987 INFO:teuthology.orchestra.run.vm03.stdout:Get:57 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-21T15:19:22.988 INFO:teuthology.orchestra.run.vm03.stdout:Get:58 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-21T15:19:22.989 INFO:teuthology.orchestra.run.vm03.stdout:Get:59 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-21T15:19:23.008 INFO:teuthology.orchestra.run.vm02.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-03-21T15:19:23.009 INFO:teuthology.orchestra.run.vm02.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-03-21T15:19:23.011 INFO:teuthology.orchestra.run.vm03.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2026-03-21T15:19:23.011 INFO:teuthology.orchestra.run.vm03.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2026-03-21T15:19:23.012 INFO:teuthology.orchestra.run.vm03.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1983 kB] 2026-03-21T15:19:23.074 INFO:teuthology.orchestra.run.vm02.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 smartmontools amd64 7.2-1ubuntu0.1 [583 kB] 2026-03-21T15:19:23.091 INFO:teuthology.orchestra.run.vm03.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 smartmontools amd64 7.2-1ubuntu0.1 [583 kB] 2026-03-21T15:19:23.103 INFO:teuthology.orchestra.run.vm02.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-21T15:19:23.103 INFO:teuthology.orchestra.run.vm02.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-21T15:19:23.104 INFO:teuthology.orchestra.run.vm02.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-21T15:19:23.609 INFO:teuthology.orchestra.run.vm03.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-21T15:19:23.610 INFO:teuthology.orchestra.run.vm03.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-21T15:19:23.613 INFO:teuthology.orchestra.run.vm03.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-21T15:19:24.435 INFO:teuthology.orchestra.run.vm02.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-21T15:19:24.658 INFO:teuthology.orchestra.run.vm02.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-21T15:19:24.659 INFO:teuthology.orchestra.run.vm02.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-21T15:19:24.663 INFO:teuthology.orchestra.run.vm02.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-21T15:19:24.692 INFO:teuthology.orchestra.run.vm02.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-21T15:19:24.981 INFO:teuthology.orchestra.run.vm02.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-21T15:19:25.641 INFO:teuthology.orchestra.run.vm03.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-21T15:19:25.828 INFO:teuthology.orchestra.run.vm02.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-21T15:19:25.828 INFO:teuthology.orchestra.run.vm02.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-21T15:19:25.896 INFO:teuthology.orchestra.run.vm02.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-21T15:19:25.982 INFO:teuthology.orchestra.run.vm03.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-21T15:19:25.992 INFO:teuthology.orchestra.run.vm02.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-21T15:19:25.997 INFO:teuthology.orchestra.run.vm03.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-21T15:19:25.999 INFO:teuthology.orchestra.run.vm03.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-21T15:19:26.019 INFO:teuthology.orchestra.run.vm03.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-21T15:19:26.022 INFO:teuthology.orchestra.run.vm02.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-21T15:19:26.026 INFO:teuthology.orchestra.run.vm02.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-21T15:19:26.473 INFO:teuthology.orchestra.run.vm03.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-21T15:19:27.798 INFO:teuthology.orchestra.run.vm03.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-21T15:19:27.798 INFO:teuthology.orchestra.run.vm03.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-21T15:19:27.816 INFO:teuthology.orchestra.run.vm02.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-21T15:19:27.855 INFO:teuthology.orchestra.run.vm03.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-21T15:19:28.024 INFO:teuthology.orchestra.run.vm03.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-21T15:19:28.052 INFO:teuthology.orchestra.run.vm03.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-21T15:19:28.059 INFO:teuthology.orchestra.run.vm03.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-21T15:19:28.143 INFO:teuthology.orchestra.run.vm02.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-21T15:19:28.143 INFO:teuthology.orchestra.run.vm02.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-21T15:19:30.897 INFO:teuthology.orchestra.run.vm03.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-21T15:19:31.390 INFO:teuthology.orchestra.run.vm03.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-21T15:19:31.391 INFO:teuthology.orchestra.run.vm03.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-21T15:19:32.953 INFO:teuthology.orchestra.run.vm02.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-21T15:19:32.954 INFO:teuthology.orchestra.run.vm02.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-21T15:19:32.954 INFO:teuthology.orchestra.run.vm02.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-21T15:19:32.954 INFO:teuthology.orchestra.run.vm02.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-21T15:19:32.954 INFO:teuthology.orchestra.run.vm02.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-21T15:19:34.067 INFO:teuthology.orchestra.run.vm02.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-21T15:19:34.354 INFO:teuthology.orchestra.run.vm02.stdout:Fetched 281 MB in 13s (21.3 MB/s) 2026-03-21T15:19:34.530 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-03-21T15:19:34.583 INFO:teuthology.orchestra.run.vm02.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-21T15:19:34.586 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-03-21T15:19:34.588 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-21T15:19:34.613 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-03-21T15:19:34.623 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-03-21T15:19:34.624 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-21T15:19:34.640 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-03-21T15:19:34.646 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-03-21T15:19:34.647 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-21T15:19:34.671 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-03-21T15:19:34.678 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-21T15:19:34.683 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:34.733 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-03-21T15:19:34.743 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-21T15:19:34.743 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:34.766 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-03-21T15:19:34.773 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-21T15:19:34.774 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:34.804 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-03-21T15:19:34.813 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-03-21T15:19:34.814 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-21T15:19:34.846 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../07-librbd1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:34.849 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking librbd1 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-21T15:19:34.929 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../08-librados2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:34.932 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking librados2 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-21T15:19:35.003 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libnbd0. 2026-03-21T15:19:35.010 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../09-libnbd0_1.10.5-1_amd64.deb ... 2026-03-21T15:19:35.011 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-03-21T15:19:35.028 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libcephfs2. 2026-03-21T15:19:35.032 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:35.033 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:35.058 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-rados. 2026-03-21T15:19:35.064 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../11-python3-rados_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:35.065 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:35.086 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-03-21T15:19:35.091 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:35.093 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:35.106 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-cephfs. 2026-03-21T15:19:35.112 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:35.113 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:35.131 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-ceph-common. 2026-03-21T15:19:35.137 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:35.138 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:35.159 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-wcwidth. 2026-03-21T15:19:35.165 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-03-21T15:19:35.166 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-21T15:19:35.184 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-prettytable. 2026-03-21T15:19:35.190 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-03-21T15:19:35.191 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-03-21T15:19:35.206 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-rbd. 2026-03-21T15:19:35.212 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:35.213 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:35.236 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-03-21T15:19:35.242 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-03-21T15:19:35.243 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-21T15:19:35.267 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package librgw2. 2026-03-21T15:19:35.272 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../19-librgw2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:35.273 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:35.432 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-rgw. 2026-03-21T15:19:35.436 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:35.437 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:35.460 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package liboath0:amd64. 2026-03-21T15:19:35.462 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-03-21T15:19:35.463 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-21T15:19:35.479 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libradosstriper1. 2026-03-21T15:19:35.486 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:35.487 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:35.508 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-common. 2026-03-21T15:19:35.514 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../23-ceph-common_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:35.515 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:35.969 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-base. 2026-03-21T15:19:35.976 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../24-ceph-base_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:35.982 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:36.091 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-03-21T15:19:36.096 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-03-21T15:19:36.098 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-03-21T15:19:36.115 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-cheroot. 2026-03-21T15:19:36.121 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-03-21T15:19:36.122 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-21T15:19:36.143 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-03-21T15:19:36.150 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-03-21T15:19:36.151 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-03-21T15:19:36.168 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-jaraco.text. 2026-03-21T15:19:36.175 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-03-21T15:19:36.176 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-03-21T15:19:36.193 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-03-21T15:19:36.199 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-03-21T15:19:36.200 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-03-21T15:19:36.217 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-tempora. 2026-03-21T15:19:36.224 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-03-21T15:19:36.225 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-03-21T15:19:36.242 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-portend. 2026-03-21T15:19:36.249 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-03-21T15:19:36.250 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-03-21T15:19:36.266 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-03-21T15:19:36.272 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-03-21T15:19:36.273 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-03-21T15:19:36.290 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-cherrypy3. 2026-03-21T15:19:36.297 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-03-21T15:19:36.298 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-03-21T15:19:36.327 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-natsort. 2026-03-21T15:19:36.332 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-03-21T15:19:36.333 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-03-21T15:19:36.349 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-03-21T15:19:36.354 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:36.355 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:36.389 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-03-21T15:19:36.394 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:36.395 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:36.410 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-mgr. 2026-03-21T15:19:36.415 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:36.416 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:36.443 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-mon. 2026-03-21T15:19:36.448 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:36.449 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:36.545 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libfuse2:amd64. 2026-03-21T15:19:36.551 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-03-21T15:19:36.552 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-21T15:19:36.570 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-osd. 2026-03-21T15:19:36.576 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:36.576 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:36.866 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph. 2026-03-21T15:19:36.873 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../41-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:36.874 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:36.891 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-fuse. 2026-03-21T15:19:36.899 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:36.900 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:36.930 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-mds. 2026-03-21T15:19:36.936 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:36.937 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:36.982 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package cephadm. 2026-03-21T15:19:36.988 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../44-cephadm_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:36.990 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:37.010 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-asyncssh. 2026-03-21T15:19:37.016 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-03-21T15:19:37.017 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-21T15:19:37.046 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-03-21T15:19:37.052 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:37.053 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:37.080 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-repoze.lru. 2026-03-21T15:19:37.086 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-03-21T15:19:37.087 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-03-21T15:19:37.105 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-routes. 2026-03-21T15:19:37.111 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-03-21T15:19:37.112 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-03-21T15:19:37.137 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-03-21T15:19:37.143 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:37.143 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:37.396 INFO:teuthology.orchestra.run.vm03.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-21T15:19:37.397 INFO:teuthology.orchestra.run.vm03.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-21T15:19:37.399 INFO:teuthology.orchestra.run.vm03.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-21T15:19:37.400 INFO:teuthology.orchestra.run.vm03.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-21T15:19:37.400 INFO:teuthology.orchestra.run.vm03.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-21T15:19:37.967 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-03-21T15:19:37.973 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-03-21T15:19:37.974 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-21T15:19:38.037 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-joblib. 2026-03-21T15:19:38.043 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-03-21T15:19:38.044 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-03-21T15:19:38.083 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-03-21T15:19:38.089 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-03-21T15:19:38.090 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-03-21T15:19:38.108 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-sklearn. 2026-03-21T15:19:38.114 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-03-21T15:19:38.115 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-21T15:19:38.246 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-03-21T15:19:38.253 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:38.254 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:38.522 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-cachetools. 2026-03-21T15:19:38.529 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-03-21T15:19:38.530 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-03-21T15:19:38.555 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-rsa. 2026-03-21T15:19:38.561 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-03-21T15:19:38.562 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-rsa (4.8-1) ... 2026-03-21T15:19:38.584 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-google-auth. 2026-03-21T15:19:38.590 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-03-21T15:19:38.591 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-03-21T15:19:38.612 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-03-21T15:19:38.618 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-03-21T15:19:38.619 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-21T15:19:38.638 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-websocket. 2026-03-21T15:19:38.644 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-03-21T15:19:38.645 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-03-21T15:19:38.668 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-kubernetes. 2026-03-21T15:19:38.675 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-03-21T15:19:38.676 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-21T15:19:38.824 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-03-21T15:19:38.831 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:38.833 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:38.855 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libonig5:amd64. 2026-03-21T15:19:38.862 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-03-21T15:19:38.864 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-21T15:19:38.889 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libjq1:amd64. 2026-03-21T15:19:38.897 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-21T15:19:38.899 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-21T15:19:38.917 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package jq. 2026-03-21T15:19:38.922 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-21T15:19:38.924 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-03-21T15:19:38.939 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package socat. 2026-03-21T15:19:38.944 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-03-21T15:19:38.946 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-03-21T15:19:38.971 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package xmlstarlet. 2026-03-21T15:19:38.976 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-03-21T15:19:38.977 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-03-21T15:19:39.023 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-test. 2026-03-21T15:19:39.029 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../67-ceph-test_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:39.030 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:39.252 INFO:teuthology.orchestra.run.vm03.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-21T15:19:39.536 INFO:teuthology.orchestra.run.vm03.stdout:Fetched 281 MB in 18s (15.3 MB/s) 2026-03-21T15:19:39.586 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2026-03-21T15:19:39.619 INFO:teuthology.orchestra.run.vm03.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-21T15:19:39.621 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../00-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2026-03-21T15:19:39.623 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-21T15:19:39.646 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2026-03-21T15:19:39.651 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../01-libdouble-conversion3_3.1.7-4_amd64.deb ... 2026-03-21T15:19:39.652 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-21T15:19:39.678 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2026-03-21T15:19:39.683 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../02-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2026-03-21T15:19:39.684 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-21T15:19:39.708 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libqt5core5a:amd64. 2026-03-21T15:19:39.713 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../03-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-21T15:19:39.718 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:39.762 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2026-03-21T15:19:39.767 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../04-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-21T15:19:39.768 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:39.795 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libqt5network5:amd64. 2026-03-21T15:19:39.795 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../05-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2026-03-21T15:19:39.795 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:39.825 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2026-03-21T15:19:39.829 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../06-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2026-03-21T15:19:39.830 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-21T15:19:39.855 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../07-librbd1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:39.858 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking librbd1 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-21T15:19:39.930 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../08-librados2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:39.933 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking librados2 (20.2.0-712-g70f8415b-1jammy) over (17.2.9-0ubuntu0.22.04.2) ... 2026-03-21T15:19:40.269 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libnbd0. 2026-03-21T15:19:40.272 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../09-libnbd0_1.10.5-1_amd64.deb ... 2026-03-21T15:19:40.346 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libnbd0 (1.10.5-1) ... 2026-03-21T15:19:40.538 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libcephfs2. 2026-03-21T15:19:40.544 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../10-libcephfs2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:40.545 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.547 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package ceph-volume. 2026-03-21T15:19:40.554 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:40.558 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.568 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-rados. 2026-03-21T15:19:40.574 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../11-python3-rados_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:40.575 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.587 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libcephfs-daemon. 2026-03-21T15:19:40.593 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-ceph-argparse. 2026-03-21T15:19:40.595 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:40.596 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.598 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../12-python3-ceph-argparse_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:40.599 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.612 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-cephfs. 2026-03-21T15:19:40.616 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-03-21T15:19:40.616 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../13-python3-cephfs_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:40.617 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.619 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:40.620 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.634 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-ceph-common. 2026-03-21T15:19:40.636 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package libcephfs-dev. 2026-03-21T15:19:40.638 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../14-python3-ceph-common_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:40.639 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.641 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:40.642 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.665 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-wcwidth. 2026-03-21T15:19:40.668 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package nvme-cli. 2026-03-21T15:19:40.669 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../15-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2026-03-21T15:19:40.670 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-21T15:19:40.673 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-03-21T15:19:40.674 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-03-21T15:19:40.687 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-prettytable. 2026-03-21T15:19:40.691 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../16-python3-prettytable_2.5.0-2_all.deb ... 2026-03-21T15:19:40.693 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2026-03-21T15:19:40.708 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-rbd. 2026-03-21T15:19:40.712 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../17-python3-rbd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:40.713 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-03-21T15:19:40.713 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.720 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-03-21T15:19:40.722 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-21T15:19:40.734 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package librdkafka1:amd64. 2026-03-21T15:19:40.738 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../18-librdkafka1_1.8.0-1build1_amd64.deb ... 2026-03-21T15:19:40.739 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-21T15:19:40.763 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package librgw2. 2026-03-21T15:19:40.768 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-iniconfig. 2026-03-21T15:19:40.768 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../19-librgw2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:40.768 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.774 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-03-21T15:19:40.775 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-03-21T15:19:40.794 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-pluggy. 2026-03-21T15:19:40.801 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-03-21T15:19:40.802 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-03-21T15:19:40.822 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-psutil. 2026-03-21T15:19:40.829 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-03-21T15:19:40.830 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-03-21T15:19:40.857 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-py. 2026-03-21T15:19:40.864 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-03-21T15:19:40.865 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-py (1.10.0-1) ... 2026-03-21T15:19:40.928 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-rgw. 2026-03-21T15:19:40.934 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../20-python3-rgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:40.934 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-pygments. 2026-03-21T15:19:40.935 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:40.941 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-03-21T15:19:40.942 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-21T15:19:40.954 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package liboath0:amd64. 2026-03-21T15:19:40.960 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../21-liboath0_2.6.7-3ubuntu0.1_amd64.deb ... 2026-03-21T15:19:40.961 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-21T15:19:40.983 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libradosstriper1. 2026-03-21T15:19:40.989 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../22-libradosstriper1_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:40.989 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:41.006 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-toml. 2026-03-21T15:19:41.009 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-common. 2026-03-21T15:19:41.013 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-03-21T15:19:41.013 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../23-ceph-common_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:41.014 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-03-21T15:19:41.015 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:41.033 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-pytest. 2026-03-21T15:19:41.040 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-03-21T15:19:41.041 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-03-21T15:19:41.085 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-simplejson. 2026-03-21T15:19:41.091 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-03-21T15:19:41.093 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-03-21T15:19:41.116 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-webob. 2026-03-21T15:19:41.122 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-03-21T15:19:41.124 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-21T15:19:41.145 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-03-21T15:19:41.152 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-03-21T15:19:41.153 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-03-21T15:19:41.267 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package radosgw. 2026-03-21T15:19:41.274 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../84-radosgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:41.275 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:41.504 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-base. 2026-03-21T15:19:41.510 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../24-ceph-base_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:41.516 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:41.683 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package rbd-fuse. 2026-03-21T15:19:41.683 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-jaraco.functools. 2026-03-21T15:19:41.689 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../25-python3-jaraco.functools_3.4.0-2_all.deb ... 2026-03-21T15:19:41.689 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:41.690 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2026-03-21T15:19:41.690 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:41.704 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-cheroot. 2026-03-21T15:19:41.710 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../26-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2026-03-21T15:19:41.710 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package smartmontools. 2026-03-21T15:19:41.710 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-21T15:19:41.716 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../86-smartmontools_7.2-1ubuntu0.1_amd64.deb ... 2026-03-21T15:19:41.725 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking smartmontools (7.2-1ubuntu0.1) ... 2026-03-21T15:19:41.730 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-jaraco.classes. 2026-03-21T15:19:41.735 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../27-python3-jaraco.classes_3.2.1-3_all.deb ... 2026-03-21T15:19:41.738 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2026-03-21T15:19:41.754 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-jaraco.text. 2026-03-21T15:19:41.760 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../28-python3-jaraco.text_3.6.0-2_all.deb ... 2026-03-21T15:19:41.761 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2026-03-21T15:19:41.769 INFO:teuthology.orchestra.run.vm02.stdout:Setting up smartmontools (7.2-1ubuntu0.1) ... 2026-03-21T15:19:41.778 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-jaraco.collections. 2026-03-21T15:19:41.784 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../29-python3-jaraco.collections_3.4.0-2_all.deb ... 2026-03-21T15:19:41.785 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2026-03-21T15:19:41.803 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-tempora. 2026-03-21T15:19:41.808 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../30-python3-tempora_4.1.2-1_all.deb ... 2026-03-21T15:19:41.809 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-tempora (4.1.2-1) ... 2026-03-21T15:19:41.826 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-portend. 2026-03-21T15:19:41.832 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../31-python3-portend_3.0.0-1_all.deb ... 2026-03-21T15:19:41.833 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-portend (3.0.0-1) ... 2026-03-21T15:19:41.850 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-zc.lockfile. 2026-03-21T15:19:41.855 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../32-python3-zc.lockfile_2.0-1_all.deb ... 2026-03-21T15:19:41.856 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2026-03-21T15:19:41.872 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-cherrypy3. 2026-03-21T15:19:41.877 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../33-python3-cherrypy3_18.6.1-4_all.deb ... 2026-03-21T15:19:41.878 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2026-03-21T15:19:41.910 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-natsort. 2026-03-21T15:19:41.917 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../34-python3-natsort_8.0.2-1_all.deb ... 2026-03-21T15:19:41.918 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-natsort (8.0.2-1) ... 2026-03-21T15:19:41.937 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2026-03-21T15:19:41.943 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../35-ceph-mgr-modules-core_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:41.944 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:41.981 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2026-03-21T15:19:41.987 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../36-libsqlite3-mod-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:41.988 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:42.006 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-mgr. 2026-03-21T15:19:42.012 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../37-ceph-mgr_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:42.013 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:42.041 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-mon. 2026-03-21T15:19:42.042 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service. 2026-03-21T15:19:42.042 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service. 2026-03-21T15:19:42.047 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../38-ceph-mon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:42.048 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:42.187 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libfuse2:amd64. 2026-03-21T15:19:42.193 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../39-libfuse2_2.9.9-5ubuntu3_amd64.deb ... 2026-03-21T15:19:42.194 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-21T15:19:42.216 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-osd. 2026-03-21T15:19:42.221 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../40-ceph-osd_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:42.222 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:42.478 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-03-21T15:19:42.503 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph. 2026-03-21T15:19:42.510 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../41-ceph_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:42.511 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:42.528 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-fuse. 2026-03-21T15:19:42.534 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../42-ceph-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:42.535 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:42.560 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-21T15:19:42.562 INFO:teuthology.orchestra.run.vm02.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-03-21T15:19:42.565 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-mds. 2026-03-21T15:19:42.571 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../43-ceph-mds_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:42.573 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:42.621 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package cephadm. 2026-03-21T15:19:42.628 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../44-cephadm_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:42.629 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:42.631 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-03-21T15:19:42.648 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-asyncssh. 2026-03-21T15:19:42.653 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../45-python3-asyncssh_2.5.0-1ubuntu0.1_all.deb ... 2026-03-21T15:19:42.654 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-21T15:19:42.682 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2026-03-21T15:19:42.686 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../46-ceph-mgr-cephadm_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:42.687 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:42.714 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-repoze.lru. 2026-03-21T15:19:42.719 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../47-python3-repoze.lru_0.7-2_all.deb ... 2026-03-21T15:19:42.719 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2026-03-21T15:19:42.737 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-routes. 2026-03-21T15:19:42.741 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../48-python3-routes_2.5.1-1ubuntu1_all.deb ... 2026-03-21T15:19:42.742 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2026-03-21T15:19:42.767 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2026-03-21T15:19:42.772 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../49-ceph-mgr-dashboard_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:42.773 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:42.873 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-03-21T15:19:43.272 INFO:teuthology.orchestra.run.vm02.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-03-21T15:19:43.381 INFO:teuthology.orchestra.run.vm02.stdout:Setting up cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:43.462 INFO:teuthology.orchestra.run.vm02.stdout:Adding system user cephadm....done 2026-03-21T15:19:43.472 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-03-21T15:19:43.488 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2026-03-21T15:19:43.495 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../50-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2026-03-21T15:19:43.495 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-21T15:19:43.542 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-21T15:19:43.545 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-03-21T15:19:43.558 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-joblib. 2026-03-21T15:19:43.565 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../51-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2026-03-21T15:19:43.566 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2026-03-21T15:19:43.604 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-threadpoolctl. 2026-03-21T15:19:43.610 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../52-python3-threadpoolctl_3.1.0-1_all.deb ... 2026-03-21T15:19:43.611 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2026-03-21T15:19:43.614 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-03-21T15:19:43.631 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-sklearn. 2026-03-21T15:19:43.636 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../53-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2026-03-21T15:19:43.637 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-21T15:19:43.685 INFO:teuthology.orchestra.run.vm02.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-21T15:19:43.688 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-py (1.10.0-1) ... 2026-03-21T15:19:43.762 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2026-03-21T15:19:43.768 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../54-ceph-mgr-diskprediction-local_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:43.769 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:43.781 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-03-21T15:19:43.905 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-03-21T15:19:43.982 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-03-21T15:19:44.045 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-cachetools. 2026-03-21T15:19:44.052 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../55-python3-cachetools_5.0.0-1_all.deb ... 2026-03-21T15:19:44.052 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2026-03-21T15:19:44.061 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:44.071 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-rsa. 2026-03-21T15:19:44.078 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../56-python3-rsa_4.8-1_all.deb ... 2026-03-21T15:19:44.079 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-rsa (4.8-1) ... 2026-03-21T15:19:44.105 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-google-auth. 2026-03-21T15:19:44.110 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../57-python3-google-auth_1.5.1-3_all.deb ... 2026-03-21T15:19:44.111 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2026-03-21T15:19:44.132 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-requests-oauthlib. 2026-03-21T15:19:44.140 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../58-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2026-03-21T15:19:44.141 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-21T15:19:44.142 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-21T15:19:44.144 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-03-21T15:19:44.147 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-21T15:19:44.150 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-21T15:19:44.153 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-03-21T15:19:44.162 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-websocket. 2026-03-21T15:19:44.172 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../59-python3-websocket_1.2.3-1_all.deb ... 2026-03-21T15:19:44.173 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-websocket (1.2.3-1) ... 2026-03-21T15:19:44.204 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-kubernetes. 2026-03-21T15:19:44.213 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../60-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2026-03-21T15:19:44.214 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-21T15:19:44.307 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-03-21T15:19:44.383 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2026-03-21T15:19:44.389 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:44.392 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-03-21T15:19:44.392 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../61-ceph-mgr-k8sevents_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:44.393 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:44.417 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libonig5:amd64. 2026-03-21T15:19:44.418 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../62-libonig5_6.9.7.1-2build1_amd64.deb ... 2026-03-21T15:19:44.419 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-21T15:19:44.437 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libjq1:amd64. 2026-03-21T15:19:44.443 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../63-libjq1_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-21T15:19:44.444 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-21T15:19:44.459 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package jq. 2026-03-21T15:19:44.464 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../64-jq_1.6-2.1ubuntu3.1_amd64.deb ... 2026-03-21T15:19:44.465 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking jq (1.6-2.1ubuntu3.1) ... 2026-03-21T15:19:44.468 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-03-21T15:19:44.479 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package socat. 2026-03-21T15:19:44.484 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../65-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2026-03-21T15:19:44.485 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2026-03-21T15:19:44.509 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package xmlstarlet. 2026-03-21T15:19:44.514 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../66-xmlstarlet_1.6.1-2.1_amd64.deb ... 2026-03-21T15:19:44.515 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2026-03-21T15:19:44.556 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-21T15:19:44.565 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-test. 2026-03-21T15:19:44.568 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../67-ceph-test_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:44.568 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:44.838 INFO:teuthology.orchestra.run.vm02.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-03-21T15:19:44.840 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-21T15:19:44.942 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-21T15:19:45.103 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-21T15:19:45.198 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-03-21T15:19:45.272 INFO:teuthology.orchestra.run.vm02.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-03-21T15:19:45.275 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:45.375 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-21T15:19:46.040 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:46.150 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-toml (0.10.2-1) ... 2026-03-21T15:19:46.168 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package ceph-volume. 2026-03-21T15:19:46.175 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../68-ceph-volume_20.2.0-712-g70f8415b-1jammy_all.deb ... 2026-03-21T15:19:46.176 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:46.206 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libcephfs-daemon. 2026-03-21T15:19:46.214 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../69-libcephfs-daemon_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:46.215 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:46.233 INFO:teuthology.orchestra.run.vm02.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-21T15:19:46.234 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libcephfs-proxy2. 2026-03-21T15:19:46.236 INFO:teuthology.orchestra.run.vm02.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-03-21T15:19:46.238 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-03-21T15:19:46.241 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../70-libcephfs-proxy2_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:46.242 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:46.261 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package libcephfs-dev. 2026-03-21T15:19:46.266 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../71-libcephfs-dev_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:46.266 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:46.289 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package nvme-cli. 2026-03-21T15:19:46.291 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../72-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2026-03-21T15:19:46.292 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2026-03-21T15:19:46.308 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-03-21T15:19:46.337 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python-asyncssh-doc. 2026-03-21T15:19:46.340 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../73-python-asyncssh-doc_2.5.0-1ubuntu0.1_all.deb ... 2026-03-21T15:19:46.341 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-21T15:19:46.374 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:46.377 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-rsa (4.8-1) ... 2026-03-21T15:19:46.389 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-iniconfig. 2026-03-21T15:19:46.393 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../74-python3-iniconfig_1.1.1-2_all.deb ... 2026-03-21T15:19:46.394 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2026-03-21T15:19:46.413 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-pluggy. 2026-03-21T15:19:46.417 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../75-python3-pluggy_0.13.0-7.1_all.deb ... 2026-03-21T15:19:46.418 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2026-03-21T15:19:46.437 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-psutil. 2026-03-21T15:19:46.443 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../76-python3-psutil_5.9.0-1build1_amd64.deb ... 2026-03-21T15:19:46.444 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2026-03-21T15:19:46.447 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-03-21T15:19:46.469 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-py. 2026-03-21T15:19:46.472 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../77-python3-py_1.10.0-1_all.deb ... 2026-03-21T15:19:46.473 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-py (1.10.0-1) ... 2026-03-21T15:19:46.501 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-pygments. 2026-03-21T15:19:46.504 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../78-python3-pygments_2.11.2+dfsg-2ubuntu0.1_all.deb ... 2026-03-21T15:19:46.505 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-21T15:19:46.518 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-03-21T15:19:46.567 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-toml. 2026-03-21T15:19:46.574 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../79-python3-toml_0.10.2-1_all.deb ... 2026-03-21T15:19:46.575 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-toml (0.10.2-1) ... 2026-03-21T15:19:46.593 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-pytest. 2026-03-21T15:19:46.598 INFO:teuthology.orchestra.run.vm02.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-21T15:19:46.599 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../80-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2026-03-21T15:19:46.601 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2026-03-21T15:19:46.601 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-03-21T15:19:46.641 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-simplejson. 2026-03-21T15:19:46.648 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../81-python3-simplejson_3.17.6-1build1_amd64.deb ... 2026-03-21T15:19:46.649 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2026-03-21T15:19:46.673 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-webob. 2026-03-21T15:19:46.679 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../82-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2026-03-21T15:19:46.679 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-21T15:19:46.688 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-21T15:19:46.690 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-21T15:19:46.701 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package qttranslations5-l10n. 2026-03-21T15:19:46.705 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../83-qttranslations5-l10n_5.15.3-1_all.deb ... 2026-03-21T15:19:46.706 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2026-03-21T15:19:46.767 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-21T15:19:46.825 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package radosgw. 2026-03-21T15:19:46.830 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../84-radosgw_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:46.831 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:46.890 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-03-21T15:19:46.967 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-21T15:19:46.969 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-03-21T15:19:47.196 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-portend (3.0.0-1) ... 2026-03-21T15:19:47.241 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package rbd-fuse. 2026-03-21T15:19:47.245 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../85-rbd-fuse_20.2.0-712-g70f8415b-1jammy_amd64.deb ... 2026-03-21T15:19:47.246 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:47.273 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package smartmontools. 2026-03-21T15:19:47.276 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../86-smartmontools_7.2-1ubuntu0.1_amd64.deb ... 2026-03-21T15:19:47.286 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking smartmontools (7.2-1ubuntu0.1) ... 2026-03-21T15:19:47.294 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:47.297 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-03-21T15:19:47.332 INFO:teuthology.orchestra.run.vm03.stdout:Setting up smartmontools (7.2-1ubuntu0.1) ... 2026-03-21T15:19:47.385 INFO:teuthology.orchestra.run.vm02.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-03-21T15:19:47.388 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-03-21T15:19:47.534 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-21T15:19:47.536 INFO:teuthology.orchestra.run.vm02.stdout:Setting up librados2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:47.539 INFO:teuthology.orchestra.run.vm02.stdout:Setting up librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:47.541 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:47.543 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-21T15:19:47.595 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/smartd.service → /lib/systemd/system/smartmontools.service. 2026-03-21T15:19:47.595 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/smartmontools.service → /lib/systemd/system/smartmontools.service. 2026-03-21T15:19:47.980 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2026-03-21T15:19:48.048 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2026-03-21T15:19:48.050 INFO:teuthology.orchestra.run.vm03.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2026-03-21T15:19:48.123 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /lib/systemd/system/nvmefc-boot-connections.service. 2026-03-21T15:19:48.169 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.172 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.175 INFO:teuthology.orchestra.run.vm02.stdout:Setting up librbd1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.177 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.180 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.248 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-21T15:19:48.248 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-21T15:19:48.380 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service → /lib/systemd/system/nvmf-autoconnect.service. 2026-03-21T15:19:48.658 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.660 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.663 INFO:teuthology.orchestra.run.vm02.stdout:Setting up libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.666 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.668 INFO:teuthology.orchestra.run.vm02.stdout:Setting up rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.671 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.673 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.676 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.711 INFO:teuthology.orchestra.run.vm02.stdout:Adding group ceph....done 2026-03-21T15:19:48.751 INFO:teuthology.orchestra.run.vm02.stdout:Adding system user ceph....done 2026-03-21T15:19:48.761 INFO:teuthology.orchestra.run.vm02.stdout:Setting system user ceph properties....done 2026-03-21T15:19:48.766 INFO:teuthology.orchestra.run.vm02.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-03-21T15:19:48.791 INFO:teuthology.orchestra.run.vm03.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2026-03-21T15:19:48.815 INFO:teuthology.orchestra.run.vm03.stdout:Setting up cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:48.843 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-03-21T15:19:48.860 INFO:teuthology.orchestra.run.vm03.stdout:Adding system user cephadm....done 2026-03-21T15:19:48.870 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2026-03-21T15:19:48.936 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python-asyncssh-doc (2.5.0-1ubuntu0.1) ... 2026-03-21T15:19:48.938 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2026-03-21T15:19:49.007 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-repoze.lru (0.7-2) ... 2026-03-21T15:19:49.079 INFO:teuthology.orchestra.run.vm03.stdout:Setting up liboath0:amd64 (2.6.7-3ubuntu0.1) ... 2026-03-21T15:19:49.082 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-py (1.10.0-1) ... 2026-03-21T15:19:49.094 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-03-21T15:19:49.177 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2026-03-21T15:19:49.311 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-cachetools (5.0.0-1) ... 2026-03-21T15:19:49.387 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2026-03-21T15:19:49.462 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-ceph-argparse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:49.487 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:49.490 INFO:teuthology.orchestra.run.vm02.stdout:Setting up radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:49.544 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2026-03-21T15:19:49.547 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libnbd0 (1.10.5-1) ... 2026-03-21T15:19:49.549 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ... 2026-03-21T15:19:49.552 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2026-03-21T15:19:49.555 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2026-03-21T15:19:49.683 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-natsort (8.0.2-1) ... 2026-03-21T15:19:49.750 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-21T15:19:49.750 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-21T15:19:49.765 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libcephfs-proxy2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:49.768 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2026-03-21T15:19:49.847 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2026-03-21T15:19:49.939 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-pygments (2.11.2+dfsg-2ubuntu0.1) ... 2026-03-21T15:19:50.141 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:50.233 INFO:teuthology.orchestra.run.vm03.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2026-03-21T15:19:50.233 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-03-21T15:19:50.236 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2026-03-21T15:19:50.339 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-asyncssh (2.5.0-1ubuntu0.1) ... 2026-03-21T15:19:50.488 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2026-03-21T15:19:50.583 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2026-03-21T15:19:50.655 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:50.656 INFO:teuthology.orchestra.run.vm03.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2026-03-21T15:19:50.658 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:50.721 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-21T15:19:50.721 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-21T15:19:50.767 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2026-03-21T15:19:51.138 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:51.214 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-21T15:19:51.214 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-21T15:19:51.353 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:51.358 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-toml (0.10.2-1) ... 2026-03-21T15:19:51.434 INFO:teuthology.orchestra.run.vm03.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2026-03-21T15:19:51.436 INFO:teuthology.orchestra.run.vm03.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2026-03-21T15:19:51.438 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2026-03-21T15:19:51.516 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2026-03-21T15:19:51.583 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:51.585 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-rsa (4.8-1) ... 2026-03-21T15:19:51.592 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:51.668 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-tempora (4.1.2-1) ... 2026-03-21T15:19:51.679 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-21T15:19:51.679 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-21T15:19:51.750 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-prettytable (2.5.0-2) ... 2026-03-21T15:19:51.848 INFO:teuthology.orchestra.run.vm03.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2026-03-21T15:19:51.850 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-websocket (1.2.3-1) ... 2026-03-21T15:19:51.937 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2026-03-21T15:19:51.939 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2026-03-21T15:19:52.015 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2026-03-21T15:19:52.098 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:52.100 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:52.111 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2026-03-21T15:19:52.113 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:52.179 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-21T15:19:52.179 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-21T15:19:52.188 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3.1) ... 2026-03-21T15:19:52.191 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2026-03-21T15:19:52.340 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-portend (3.0.0-1) ... 2026-03-21T15:19:52.412 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2026-03-21T15:19:52.415 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-google-auth (1.5.1-3) ... 2026-03-21T15:19:52.497 INFO:teuthology.orchestra.run.vm03.stdout:Setting up jq (1.6-2.1ubuntu3.1) ... 2026-03-21T15:19:52.499 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2026-03-21T15:19:52.578 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:52.591 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:52.594 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:52.606 INFO:teuthology.orchestra.run.vm02.stdout:Setting up ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:52.641 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2026-03-21T15:19:52.643 INFO:teuthology.orchestra.run.vm03.stdout:Setting up librados2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:52.646 INFO:teuthology.orchestra.run.vm03.stdout:Setting up librgw2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:52.648 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libsqlite3-mod-ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:52.650 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2026-03-21T15:19:52.733 INFO:teuthology.orchestra.run.vm02.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-21T15:19:52.815 INFO:teuthology.orchestra.run.vm02.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-21T15:19:53.137 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:53.137 INFO:teuthology.orchestra.run.vm02.stdout:Running kernel seems to be up-to-date. 2026-03-21T15:19:53.137 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:53.137 INFO:teuthology.orchestra.run.vm02.stdout:Services to be restarted: 2026-03-21T15:19:53.140 INFO:teuthology.orchestra.run.vm02.stdout: systemctl restart apache-htcacheclean.service 2026-03-21T15:19:53.146 INFO:teuthology.orchestra.run.vm02.stdout: systemctl restart rsyslog.service 2026-03-21T15:19:53.150 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:53.150 INFO:teuthology.orchestra.run.vm02.stdout:Service restarts being deferred: 2026-03-21T15:19:53.150 INFO:teuthology.orchestra.run.vm02.stdout: systemctl restart networkd-dispatcher.service 2026-03-21T15:19:53.150 INFO:teuthology.orchestra.run.vm02.stdout: systemctl restart unattended-upgrades.service 2026-03-21T15:19:53.150 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:53.150 INFO:teuthology.orchestra.run.vm02.stdout:No containers need to be restarted. 2026-03-21T15:19:53.150 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:53.150 INFO:teuthology.orchestra.run.vm02.stdout:No user sessions are running outdated binaries. 2026-03-21T15:19:53.150 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:53.150 INFO:teuthology.orchestra.run.vm02.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-21T15:19:53.428 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libcephfs2 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.431 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libradosstriper1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.434 INFO:teuthology.orchestra.run.vm03.stdout:Setting up librbd1 (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.437 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-mgr-modules-core (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.440 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.505 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-21T15:19:53.505 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target → /lib/systemd/system/ceph-fuse.target. 2026-03-21T15:19:53.893 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libcephfs-dev (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.896 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-rados (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.899 INFO:teuthology.orchestra.run.vm03.stdout:Setting up libcephfs-daemon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.902 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-rbd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.905 INFO:teuthology.orchestra.run.vm03.stdout:Setting up rbd-fuse (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.907 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-rgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.910 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-cephfs (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.913 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-common (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:53.949 INFO:teuthology.orchestra.run.vm03.stdout:Adding group ceph....done 2026-03-21T15:19:53.977 INFO:teuthology.orchestra.run.vm02.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-21T15:19:53.980 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:19:53.988 INFO:teuthology.orchestra.run.vm03.stdout:Adding system user ceph....done 2026-03-21T15:19:54.000 INFO:teuthology.orchestra.run.vm03.stdout:Setting system user ceph properties....done 2026-03-21T15:19:54.004 INFO:teuthology.orchestra.run.vm03.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2026-03-21T15:19:54.060 INFO:teuthology.orchestra.run.vm02.stdout:Reading package lists... 2026-03-21T15:19:54.073 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /lib/systemd/system/ceph.target. 2026-03-21T15:19:54.173 INFO:teuthology.orchestra.run.vm02.stdout:Building dependency tree... 2026-03-21T15:19:54.173 INFO:teuthology.orchestra.run.vm02.stdout:Reading state information... 2026-03-21T15:19:54.281 INFO:teuthology.orchestra.run.vm02.stdout:The following packages were automatically installed and are no longer required: 2026-03-21T15:19:54.281 INFO:teuthology.orchestra.run.vm02.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-21T15:19:54.281 INFO:teuthology.orchestra.run.vm02.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-21T15:19:54.282 INFO:teuthology.orchestra.run.vm02.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-21T15:19:54.292 INFO:teuthology.orchestra.run.vm02.stdout:The following NEW packages will be installed: 2026-03-21T15:19:54.292 INFO:teuthology.orchestra.run.vm02.stdout: python3-jmespath python3-xmltodict s3cmd 2026-03-21T15:19:54.335 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service → /lib/systemd/system/rbdmap.service. 2026-03-21T15:19:54.371 INFO:teuthology.orchestra.run.vm02.stdout:0 upgraded, 3 newly installed, 0 to remove and 36 not upgraded. 2026-03-21T15:19:54.371 INFO:teuthology.orchestra.run.vm02.stdout:Need to get 155 kB of archives. 2026-03-21T15:19:54.371 INFO:teuthology.orchestra.run.vm02.stdout:After this operation, 678 kB of additional disk space will be used. 2026-03-21T15:19:54.371 INFO:teuthology.orchestra.run.vm02.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2026-03-21T15:19:54.446 INFO:teuthology.orchestra.run.vm02.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-xmltodict all 0.12.0-2 [12.6 kB] 2026-03-21T15:19:54.454 INFO:teuthology.orchestra.run.vm02.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 s3cmd all 2.2.0-1 [120 kB] 2026-03-21T15:19:54.723 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-test (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:54.726 INFO:teuthology.orchestra.run.vm03.stdout:Setting up radosgw (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:54.752 INFO:teuthology.orchestra.run.vm02.stdout:Fetched 155 kB in 0s (651 kB/s) 2026-03-21T15:19:54.948 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-jmespath. 2026-03-21T15:19:54.975 INFO:teuthology.orchestra.run.vm02.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-21T15:19:54.977 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../python3-jmespath_0.10.0-1_all.deb ... 2026-03-21T15:19:54.978 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2026-03-21T15:19:54.995 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-21T15:19:54.995 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /lib/systemd/system/ceph-radosgw.target. 2026-03-21T15:19:54.997 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package python3-xmltodict. 2026-03-21T15:19:55.004 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../python3-xmltodict_0.12.0-2_all.deb ... 2026-03-21T15:19:55.004 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking python3-xmltodict (0.12.0-2) ... 2026-03-21T15:19:55.024 INFO:teuthology.orchestra.run.vm02.stdout:Selecting previously unselected package s3cmd. 2026-03-21T15:19:55.030 INFO:teuthology.orchestra.run.vm02.stdout:Preparing to unpack .../archives/s3cmd_2.2.0-1_all.deb ... 2026-03-21T15:19:55.031 INFO:teuthology.orchestra.run.vm02.stdout:Unpacking s3cmd (2.2.0-1) ... 2026-03-21T15:19:55.068 INFO:teuthology.orchestra.run.vm02.stdout:Setting up s3cmd (2.2.0-1) ... 2026-03-21T15:19:55.168 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-xmltodict (0.12.0-2) ... 2026-03-21T15:19:55.237 INFO:teuthology.orchestra.run.vm02.stdout:Setting up python3-jmespath (0.10.0-1) ... 2026-03-21T15:19:55.316 INFO:teuthology.orchestra.run.vm02.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-21T15:19:55.385 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-base (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:55.479 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /lib/systemd/system/ceph-crash.service. 2026-03-21T15:19:55.653 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:55.653 INFO:teuthology.orchestra.run.vm02.stdout:Running kernel seems to be up-to-date. 2026-03-21T15:19:55.654 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:55.654 INFO:teuthology.orchestra.run.vm02.stdout:Services to be restarted: 2026-03-21T15:19:55.656 INFO:teuthology.orchestra.run.vm02.stdout: systemctl restart apache-htcacheclean.service 2026-03-21T15:19:55.663 INFO:teuthology.orchestra.run.vm02.stdout: systemctl restart rsyslog.service 2026-03-21T15:19:55.665 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:55.665 INFO:teuthology.orchestra.run.vm02.stdout:Service restarts being deferred: 2026-03-21T15:19:55.665 INFO:teuthology.orchestra.run.vm02.stdout: systemctl restart networkd-dispatcher.service 2026-03-21T15:19:55.665 INFO:teuthology.orchestra.run.vm02.stdout: systemctl restart unattended-upgrades.service 2026-03-21T15:19:55.666 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:55.666 INFO:teuthology.orchestra.run.vm02.stdout:No containers need to be restarted. 2026-03-21T15:19:55.666 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:55.666 INFO:teuthology.orchestra.run.vm02.stdout:No user sessions are running outdated binaries. 2026-03-21T15:19:55.666 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:19:55.666 INFO:teuthology.orchestra.run.vm02.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-21T15:19:55.883 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-mds (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:55.950 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-21T15:19:55.950 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /lib/systemd/system/ceph-mds.target. 2026-03-21T15:19:56.368 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-mgr (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:56.443 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-21T15:19:56.443 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /lib/systemd/system/ceph-mgr.target. 2026-03-21T15:19:56.665 INFO:teuthology.orchestra.run.vm02.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-21T15:19:56.669 DEBUG:teuthology.parallel:result is None 2026-03-21T15:19:56.817 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-osd (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:56.898 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-21T15:19:56.898 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /lib/systemd/system/ceph-osd.target. 2026-03-21T15:19:57.321 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-mgr-k8sevents (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:57.323 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-mgr-diskprediction-local (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:57.337 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-mon (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:57.405 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-21T15:19:57.405 INFO:teuthology.orchestra.run.vm03.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /lib/systemd/system/ceph-mon.target. 2026-03-21T15:19:57.817 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-mgr-cephadm (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:57.832 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:57.834 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-mgr-dashboard (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:57.847 INFO:teuthology.orchestra.run.vm03.stdout:Setting up ceph-volume (20.2.0-712-g70f8415b-1jammy) ... 2026-03-21T15:19:57.966 INFO:teuthology.orchestra.run.vm03.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-21T15:19:58.050 INFO:teuthology.orchestra.run.vm03.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.13) ... 2026-03-21T15:19:58.361 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:19:58.361 INFO:teuthology.orchestra.run.vm03.stdout:Running kernel seems to be up-to-date. 2026-03-21T15:19:58.361 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:19:58.361 INFO:teuthology.orchestra.run.vm03.stdout:Services to be restarted: 2026-03-21T15:19:58.364 INFO:teuthology.orchestra.run.vm03.stdout: systemctl restart apache-htcacheclean.service 2026-03-21T15:19:58.370 INFO:teuthology.orchestra.run.vm03.stdout: systemctl restart rsyslog.service 2026-03-21T15:19:58.373 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:19:58.373 INFO:teuthology.orchestra.run.vm03.stdout:Service restarts being deferred: 2026-03-21T15:19:58.373 INFO:teuthology.orchestra.run.vm03.stdout: systemctl restart networkd-dispatcher.service 2026-03-21T15:19:58.373 INFO:teuthology.orchestra.run.vm03.stdout: systemctl restart unattended-upgrades.service 2026-03-21T15:19:58.373 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:19:58.373 INFO:teuthology.orchestra.run.vm03.stdout:No containers need to be restarted. 2026-03-21T15:19:58.373 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:19:58.373 INFO:teuthology.orchestra.run.vm03.stdout:No user sessions are running outdated binaries. 2026-03-21T15:19:58.373 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:19:58.373 INFO:teuthology.orchestra.run.vm03.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-21T15:19:59.349 INFO:teuthology.orchestra.run.vm03.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-21T15:19:59.352 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:19:59.427 INFO:teuthology.orchestra.run.vm03.stdout:Reading package lists... 2026-03-21T15:19:59.618 INFO:teuthology.orchestra.run.vm03.stdout:Building dependency tree... 2026-03-21T15:19:59.618 INFO:teuthology.orchestra.run.vm03.stdout:Reading state information... 2026-03-21T15:19:59.754 INFO:teuthology.orchestra.run.vm03.stdout:The following packages were automatically installed and are no longer required: 2026-03-21T15:19:59.754 INFO:teuthology.orchestra.run.vm03.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-21T15:19:59.754 INFO:teuthology.orchestra.run.vm03.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-21T15:19:59.754 INFO:teuthology.orchestra.run.vm03.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-21T15:19:59.769 INFO:teuthology.orchestra.run.vm03.stdout:The following NEW packages will be installed: 2026-03-21T15:19:59.769 INFO:teuthology.orchestra.run.vm03.stdout: python3-jmespath python3-xmltodict s3cmd 2026-03-21T15:19:59.852 INFO:teuthology.orchestra.run.vm03.stdout:0 upgraded, 3 newly installed, 0 to remove and 36 not upgraded. 2026-03-21T15:19:59.852 INFO:teuthology.orchestra.run.vm03.stdout:Need to get 155 kB of archives. 2026-03-21T15:19:59.852 INFO:teuthology.orchestra.run.vm03.stdout:After this operation, 678 kB of additional disk space will be used. 2026-03-21T15:19:59.852 INFO:teuthology.orchestra.run.vm03.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2026-03-21T15:19:59.930 INFO:teuthology.orchestra.run.vm03.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-xmltodict all 0.12.0-2 [12.6 kB] 2026-03-21T15:19:59.938 INFO:teuthology.orchestra.run.vm03.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 s3cmd all 2.2.0-1 [120 kB] 2026-03-21T15:20:00.219 INFO:teuthology.orchestra.run.vm03.stdout:Fetched 155 kB in 0s (630 kB/s) 2026-03-21T15:20:00.237 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-jmespath. 2026-03-21T15:20:00.270 INFO:teuthology.orchestra.run.vm03.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-21T15:20:00.272 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../python3-jmespath_0.10.0-1_all.deb ... 2026-03-21T15:20:00.273 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2026-03-21T15:20:00.293 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package python3-xmltodict. 2026-03-21T15:20:00.298 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../python3-xmltodict_0.12.0-2_all.deb ... 2026-03-21T15:20:00.299 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking python3-xmltodict (0.12.0-2) ... 2026-03-21T15:20:00.316 INFO:teuthology.orchestra.run.vm03.stdout:Selecting previously unselected package s3cmd. 2026-03-21T15:20:00.323 INFO:teuthology.orchestra.run.vm03.stdout:Preparing to unpack .../archives/s3cmd_2.2.0-1_all.deb ... 2026-03-21T15:20:00.324 INFO:teuthology.orchestra.run.vm03.stdout:Unpacking s3cmd (2.2.0-1) ... 2026-03-21T15:20:00.359 INFO:teuthology.orchestra.run.vm03.stdout:Setting up s3cmd (2.2.0-1) ... 2026-03-21T15:20:00.453 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-xmltodict (0.12.0-2) ... 2026-03-21T15:20:00.524 INFO:teuthology.orchestra.run.vm03.stdout:Setting up python3-jmespath (0.10.0-1) ... 2026-03-21T15:20:00.612 INFO:teuthology.orchestra.run.vm03.stdout:Processing triggers for man-db (2.10.2-1) ... 2026-03-21T15:20:00.951 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:00.951 INFO:teuthology.orchestra.run.vm03.stdout:Running kernel seems to be up-to-date. 2026-03-21T15:20:00.951 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:00.951 INFO:teuthology.orchestra.run.vm03.stdout:Services to be restarted: 2026-03-21T15:20:00.953 INFO:teuthology.orchestra.run.vm03.stdout: systemctl restart apache-htcacheclean.service 2026-03-21T15:20:00.959 INFO:teuthology.orchestra.run.vm03.stdout: systemctl restart rsyslog.service 2026-03-21T15:20:00.962 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:00.962 INFO:teuthology.orchestra.run.vm03.stdout:Service restarts being deferred: 2026-03-21T15:20:00.963 INFO:teuthology.orchestra.run.vm03.stdout: systemctl restart networkd-dispatcher.service 2026-03-21T15:20:00.963 INFO:teuthology.orchestra.run.vm03.stdout: systemctl restart unattended-upgrades.service 2026-03-21T15:20:00.963 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:00.963 INFO:teuthology.orchestra.run.vm03.stdout:No containers need to be restarted. 2026-03-21T15:20:00.963 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:00.963 INFO:teuthology.orchestra.run.vm03.stdout:No user sessions are running outdated binaries. 2026-03-21T15:20:00.963 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:00.963 INFO:teuthology.orchestra.run.vm03.stdout:No VM guests are running outdated hypervisor (qemu) binaries on this host. 2026-03-21T15:20:01.979 INFO:teuthology.orchestra.run.vm03.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-21T15:20:01.983 DEBUG:teuthology.parallel:result is None 2026-03-21T15:20:01.983 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-21T15:20:02.560 DEBUG:teuthology.orchestra.run.vm02:> dpkg-query -W -f '${Version}' ceph 2026-03-21T15:20:02.570 INFO:teuthology.orchestra.run.vm02.stdout:20.2.0-712-g70f8415b-1jammy 2026-03-21T15:20:02.570 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-712-g70f8415b-1jammy 2026-03-21T15:20:02.570 INFO:teuthology.task.install:The correct ceph version 20.2.0-712-g70f8415b-1jammy is installed. 2026-03-21T15:20:02.571 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-21T15:20:03.272 DEBUG:teuthology.orchestra.run.vm03:> dpkg-query -W -f '${Version}' ceph 2026-03-21T15:20:03.281 INFO:teuthology.orchestra.run.vm03.stdout:20.2.0-712-g70f8415b-1jammy 2026-03-21T15:20:03.281 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-712-g70f8415b-1jammy 2026-03-21T15:20:03.281 INFO:teuthology.task.install:The correct ceph version 20.2.0-712-g70f8415b-1jammy is installed. 2026-03-21T15:20:03.282 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-03-21T15:20:03.282 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:03.282 DEBUG:teuthology.orchestra.run.vm02:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-21T15:20:03.292 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:03.292 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-03-21T15:20:03.333 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-03-21T15:20:03.334 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:03.334 DEBUG:teuthology.orchestra.run.vm02:> sudo dd of=/usr/bin/daemon-helper 2026-03-21T15:20:03.343 DEBUG:teuthology.orchestra.run.vm02:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-21T15:20:03.392 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:03.392 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/usr/bin/daemon-helper 2026-03-21T15:20:03.400 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-03-21T15:20:03.449 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-03-21T15:20:03.449 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:03.449 DEBUG:teuthology.orchestra.run.vm02:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-21T15:20:03.458 DEBUG:teuthology.orchestra.run.vm02:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-21T15:20:03.508 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:03.508 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/usr/bin/adjust-ulimits 2026-03-21T15:20:03.516 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-03-21T15:20:03.565 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-03-21T15:20:03.565 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:03.565 DEBUG:teuthology.orchestra.run.vm02:> sudo dd of=/usr/bin/stdin-killer 2026-03-21T15:20:03.573 DEBUG:teuthology.orchestra.run.vm02:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-21T15:20:03.624 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:03.624 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/usr/bin/stdin-killer 2026-03-21T15:20:03.632 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-03-21T15:20:03.680 INFO:teuthology.run_tasks:Running task ceph... 2026-03-21T15:20:03.725 INFO:tasks.ceph:Making ceph log dir writeable by non-root... 2026-03-21T15:20:03.725 DEBUG:teuthology.orchestra.run.vm02:> sudo chmod 777 /var/log/ceph 2026-03-21T15:20:03.726 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod 777 /var/log/ceph 2026-03-21T15:20:03.734 INFO:tasks.ceph:Disabling ceph logrotate... 2026-03-21T15:20:03.734 DEBUG:teuthology.orchestra.run.vm02:> sudo rm -f -- /etc/logrotate.d/ceph 2026-03-21T15:20:03.777 DEBUG:teuthology.orchestra.run.vm03:> sudo rm -f -- /etc/logrotate.d/ceph 2026-03-21T15:20:03.788 INFO:tasks.ceph:Creating extra log directories... 2026-03-21T15:20:03.788 DEBUG:teuthology.orchestra.run.vm02:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2026-03-21T15:20:03.829 DEBUG:teuthology.orchestra.run.vm03:> sudo install -d -m0777 -- /var/log/ceph/valgrind /var/log/ceph/profiling-logger 2026-03-21T15:20:03.841 INFO:tasks.ceph:Creating ceph cluster cluster1... 2026-03-21T15:20:03.841 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': 'zlib', '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-21T15:20:03.841 INFO:tasks.ceph:ctx.config {'archive_path': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3491', 'branch': 'tentacle', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-zlib 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': '3491', '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': 'zlib', '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': {'vm02.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFRVdB/54xTFJLl5GNUq1LQ1ChWDPtnhD5wTHT2xh7afafJYx5b2F+YdfddfYi4Vz6SVp3nDPQ88F7U8ej4+Zq0=', 'vm03.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBgAGWSOPHZMvwk8Vmp6rqEAaH/RFGPTkqfpJdayd2I8ZWgiVaF+vxPVnvbfoBDu9jct/eHYEegweYZLUEu0kik='}, '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': 'zlib', '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.4188345'} 2026-03-21T15:20:03.841 DEBUG:teuthology.orchestra.run.vm02:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2026-03-21T15:20:03.881 DEBUG:teuthology.orchestra.run.vm03:> install -d -m0755 -- /home/ubuntu/cephtest/cluster1.data 2026-03-21T15:20:03.885 DEBUG:teuthology.orchestra.run.vm02:> sudo install -d -m0777 -- /var/run/ceph 2026-03-21T15:20:03.925 DEBUG:teuthology.orchestra.run.vm03:> sudo install -d -m0777 -- /var/run/ceph 2026-03-21T15:20:03.936 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:03.936 DEBUG:teuthology.orchestra.run.vm02:> dd if=/scratch_devs of=/dev/stdout 2026-03-21T15:20:03.975 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-21T15:20:03.975 DEBUG:teuthology.orchestra.run.vm02:> stat /dev/vg_nvme/lv_1 2026-03-21T15:20:04.019 INFO:teuthology.orchestra.run.vm02.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-03-21T15:20:04.019 INFO:teuthology.orchestra.run.vm02.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-21T15:20:04.019 INFO:teuthology.orchestra.run.vm02.stdout:Device: 5h/5d Inode: 775 Links: 1 2026-03-21T15:20:04.019 INFO:teuthology.orchestra.run.vm02.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-21T15:20:04.019 INFO:teuthology.orchestra.run.vm02.stdout:Access: 2026-03-21 15:19:01.354192884 +0000 2026-03-21T15:20:04.019 INFO:teuthology.orchestra.run.vm02.stdout:Modify: 2026-03-21 15:19:01.226192884 +0000 2026-03-21T15:20:04.019 INFO:teuthology.orchestra.run.vm02.stdout:Change: 2026-03-21 15:19:01.226192884 +0000 2026-03-21T15:20:04.019 INFO:teuthology.orchestra.run.vm02.stdout: Birth: - 2026-03-21T15:20:04.020 DEBUG:teuthology.orchestra.run.vm02:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-03-21T15:20:04.067 INFO:teuthology.orchestra.run.vm02.stderr:1+0 records in 2026-03-21T15:20:04.067 INFO:teuthology.orchestra.run.vm02.stderr:1+0 records out 2026-03-21T15:20:04.067 INFO:teuthology.orchestra.run.vm02.stderr:512 bytes copied, 0.000174877 s, 2.9 MB/s 2026-03-21T15:20:04.068 DEBUG:teuthology.orchestra.run.vm02:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-03-21T15:20:04.120 DEBUG:teuthology.orchestra.run.vm02:> stat /dev/vg_nvme/lv_2 2026-03-21T15:20:04.167 INFO:teuthology.orchestra.run.vm02.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-03-21T15:20:04.167 INFO:teuthology.orchestra.run.vm02.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-21T15:20:04.167 INFO:teuthology.orchestra.run.vm02.stdout:Device: 5h/5d Inode: 809 Links: 1 2026-03-21T15:20:04.167 INFO:teuthology.orchestra.run.vm02.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-21T15:20:04.167 INFO:teuthology.orchestra.run.vm02.stdout:Access: 2026-03-21 15:19:01.510192884 +0000 2026-03-21T15:20:04.167 INFO:teuthology.orchestra.run.vm02.stdout:Modify: 2026-03-21 15:19:01.506192884 +0000 2026-03-21T15:20:04.167 INFO:teuthology.orchestra.run.vm02.stdout:Change: 2026-03-21 15:19:01.506192884 +0000 2026-03-21T15:20:04.167 INFO:teuthology.orchestra.run.vm02.stdout: Birth: - 2026-03-21T15:20:04.167 DEBUG:teuthology.orchestra.run.vm02:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-03-21T15:20:04.215 INFO:teuthology.orchestra.run.vm02.stderr:1+0 records in 2026-03-21T15:20:04.215 INFO:teuthology.orchestra.run.vm02.stderr:1+0 records out 2026-03-21T15:20:04.215 INFO:teuthology.orchestra.run.vm02.stderr:512 bytes copied, 0.000152766 s, 3.4 MB/s 2026-03-21T15:20:04.216 DEBUG:teuthology.orchestra.run.vm02:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-03-21T15:20:04.264 DEBUG:teuthology.orchestra.run.vm02:> stat /dev/vg_nvme/lv_3 2026-03-21T15:20:04.311 INFO:teuthology.orchestra.run.vm02.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-03-21T15:20:04.311 INFO:teuthology.orchestra.run.vm02.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-21T15:20:04.311 INFO:teuthology.orchestra.run.vm02.stdout:Device: 5h/5d Inode: 842 Links: 1 2026-03-21T15:20:04.311 INFO:teuthology.orchestra.run.vm02.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-21T15:20:04.311 INFO:teuthology.orchestra.run.vm02.stdout:Access: 2026-03-21 15:19:01.914192884 +0000 2026-03-21T15:20:04.311 INFO:teuthology.orchestra.run.vm02.stdout:Modify: 2026-03-21 15:19:01.786192884 +0000 2026-03-21T15:20:04.311 INFO:teuthology.orchestra.run.vm02.stdout:Change: 2026-03-21 15:19:01.786192884 +0000 2026-03-21T15:20:04.311 INFO:teuthology.orchestra.run.vm02.stdout: Birth: - 2026-03-21T15:20:04.311 DEBUG:teuthology.orchestra.run.vm02:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-03-21T15:20:04.359 INFO:teuthology.orchestra.run.vm02.stderr:1+0 records in 2026-03-21T15:20:04.359 INFO:teuthology.orchestra.run.vm02.stderr:1+0 records out 2026-03-21T15:20:04.359 INFO:teuthology.orchestra.run.vm02.stderr:512 bytes copied, 0.000124382 s, 4.1 MB/s 2026-03-21T15:20:04.360 DEBUG:teuthology.orchestra.run.vm02:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-03-21T15:20:04.408 DEBUG:teuthology.orchestra.run.vm02:> stat /dev/vg_nvme/lv_4 2026-03-21T15:20:04.455 INFO:teuthology.orchestra.run.vm02.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-03-21T15:20:04.455 INFO:teuthology.orchestra.run.vm02.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-21T15:20:04.455 INFO:teuthology.orchestra.run.vm02.stdout:Device: 5h/5d Inode: 872 Links: 1 2026-03-21T15:20:04.455 INFO:teuthology.orchestra.run.vm02.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-21T15:20:04.455 INFO:teuthology.orchestra.run.vm02.stdout:Access: 2026-03-21 15:19:05.870192884 +0000 2026-03-21T15:20:04.455 INFO:teuthology.orchestra.run.vm02.stdout:Modify: 2026-03-21 15:19:02.078192884 +0000 2026-03-21T15:20:04.455 INFO:teuthology.orchestra.run.vm02.stdout:Change: 2026-03-21 15:19:02.078192884 +0000 2026-03-21T15:20:04.455 INFO:teuthology.orchestra.run.vm02.stdout: Birth: - 2026-03-21T15:20:04.455 DEBUG:teuthology.orchestra.run.vm02:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-03-21T15:20:04.502 INFO:teuthology.orchestra.run.vm02.stderr:1+0 records in 2026-03-21T15:20:04.502 INFO:teuthology.orchestra.run.vm02.stderr:1+0 records out 2026-03-21T15:20:04.503 INFO:teuthology.orchestra.run.vm02.stderr:512 bytes copied, 0.000127498 s, 4.0 MB/s 2026-03-21T15:20:04.503 DEBUG:teuthology.orchestra.run.vm02:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-03-21T15:20:04.548 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-21T15:20:04.548 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@vm02.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-21T15:20:04.548 INFO:tasks.ceph:Generating config... 2026-03-21T15:20:04.549 INFO:tasks.ceph:[client] rbd default data pool = datapool 2026-03-21T15:20:04.549 INFO:tasks.ceph:[global] mon warn on pool no app = False 2026-03-21T15:20:04.549 INFO:tasks.ceph:[mgr] debug mgr = 20 2026-03-21T15:20:04.550 INFO:tasks.ceph:[mgr] debug ms = 1 2026-03-21T15:20:04.550 INFO:tasks.ceph:[mon] debug mon = 20 2026-03-21T15:20:04.550 INFO:tasks.ceph:[mon] debug ms = 1 2026-03-21T15:20:04.550 INFO:tasks.ceph:[mon] debug paxos = 20 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] bluestore compression algorithm = zlib 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] debug ms = 1 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] debug osd = 20 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] osd mclock iops capacity threshold hdd = 49000 2026-03-21T15:20:04.550 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2026-03-21T15:20:04.550 INFO:tasks.ceph:Setting up cluster1.mon.a... 2026-03-21T15:20:04.550 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster1.keyring 2026-03-21T15:20:04.609 INFO:teuthology.orchestra.run.vm02.stdout:creating /etc/ceph/cluster1.keyring 2026-03-21T15:20:04.611 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster1.keyring 2026-03-21T15:20:04.672 DEBUG:teuthology.orchestra.run.vm02:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-21T15:20:04.724 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster1.mon.a', '192.168.123.102')] 2026-03-21T15:20:04.724 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.102', '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': 'zlib', '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-21T15:20:04.725 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:04.725 DEBUG:teuthology.orchestra.run.vm02:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2026-03-21T15:20:04.772 DEBUG:teuthology.orchestra.run.vm02:> 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.102 --print /home/ubuntu/cephtest/cluster1.monmap 2026-03-21T15:20:04.834 INFO:teuthology.orchestra.run.vm02.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster1.monmap 2026-03-21T15:20:04.834 INFO:teuthology.orchestra.run.vm02.stdout:monmaptool: generated fsid e57b2338-bcc8-42ca-9c89-6699dcb97f8c 2026-03-21T15:20:04.834 INFO:teuthology.orchestra.run.vm02.stdout:setting min_mon_release = tentacle 2026-03-21T15:20:04.834 INFO:teuthology.orchestra.run.vm02.stdout:epoch 0 2026-03-21T15:20:04.834 INFO:teuthology.orchestra.run.vm02.stdout:fsid e57b2338-bcc8-42ca-9c89-6699dcb97f8c 2026-03-21T15:20:04.834 INFO:teuthology.orchestra.run.vm02.stdout:last_changed 2026-03-21T15:20:04.834264+0000 2026-03-21T15:20:04.834 INFO:teuthology.orchestra.run.vm02.stdout:created 2026-03-21T15:20:04.834264+0000 2026-03-21T15:20:04.834 INFO:teuthology.orchestra.run.vm02.stdout:min_mon_release 20 (tentacle) 2026-03-21T15:20:04.834 INFO:teuthology.orchestra.run.vm02.stdout:election_strategy: 1 2026-03-21T15:20:04.834 INFO:teuthology.orchestra.run.vm02.stdout:0: [v2:192.168.123.102:3300/0,v1:192.168.123.102:6789/0] mon.a 2026-03-21T15:20:04.834 INFO:teuthology.orchestra.run.vm02.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster1.monmap (1 monitors) 2026-03-21T15:20:04.835 DEBUG:teuthology.orchestra.run.vm02:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2026-03-21T15:20:04.879 INFO:tasks.ceph:Writing /etc/ceph/cluster1.conf for FSID e57b2338-bcc8-42ca-9c89-6699dcb97f8c... 2026-03-21T15:20:04.879 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:04.921 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:04.937 INFO:teuthology.orchestra.run.vm02.stdout:[global] 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: chdir = "" 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: auth supported = cephx 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: filestore xattr use omap = true 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon clock drift allowed = 1.000 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: osd crush chooseleaf type = 0 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: auth debug = true 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: ms die on old message = true 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: ms die on bug = true 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon pg warn max object skew = 0 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: # disable pg_autoscaler by default for new pools 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: osd pool default size = 2 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon osd allow primary affinity = true 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon osd allow pg remap = true 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on legacy crush tunables = false 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on crush straw calc version zero = false 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on no sortbitwise = false 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on osd down out interval zero = false 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on too few osds = false 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon_allow_pool_size_one = true 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: osd default data pool replay window = 5 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon allow pool delete = true 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon cluster log file level = debug 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: debug asserts on shutdown = true 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon health detail to clog = false 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon host = 192.168.123.102 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on pool no app = False 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: fsid = e57b2338-bcc8-42ca-9c89-6699dcb97f8c 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout:[osd] 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: osd journal size = 100 2026-03-21T15:20:04.938 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd scrub load threshold = 5.0 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd scrub max interval = 600 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd mclock profile = high_recovery_ops 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd mclock skip benchmark = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd recover clone overlap = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd recovery max chunk = 1048576 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd debug shutdown = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd debug op order = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd debug verify stray on activate = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd debug trim objects = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd open classes on start = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd debug pg log writeout = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd deep scrub update digest min age = 30 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd map max advance = 10 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: journal zero on create = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: filestore ondisk finisher threads = 3 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: filestore apply finisher threads = 3 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: bdev debug aio = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd debug misdirected ops = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: bluestore block size = 96636764160 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: bluestore compression algorithm = zlib 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: bluestore compression mode = aggressive 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: bluestore fsck on mount = True 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug bluefs = 1/20 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug bluestore = 1/20 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug ms = 1 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug osd = 20 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug rocksdb = 4/10 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mon osd backfillfull_ratio = 0.85 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mon osd full ratio = 0.9 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mon osd nearfull ratio = 0.8 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd failsafe full ratio = 0.95 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: osd objectstore = bluestore 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout:[mgr] 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug ms = 1 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug mgr = 20 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug mon = 20 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug auth = 20 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mon reweight min pgs per osd = 4 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mon reweight min bytes per osd = 10 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mgr/telemetry/nag = false 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout:[mon] 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug ms = 1 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug mon = 20 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug paxos = 20 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: debug auth = 20 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mon data avail warn = 5 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mon mgr mkfs grace = 240 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mon reweight min pgs per osd = 4 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mon osd reporter subtree level = osd 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mon osd prime pg temp = true 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: mon reweight min bytes per osd = 10 2026-03-21T15:20:04.939 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: auth mon ticket ttl = 660 # 11m 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: auth service ticket ttl = 240 # 4m 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: # don't complain about insecure global_id in the test suite 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: # 1m isn't quite enough 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: mon_down_mkfs_grace = 2m 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: mon_warn_on_filestore_osds = false 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout:[client] 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: rgw cache enabled = true 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: rgw enable ops log = true 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: rgw enable usage log = true 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout: rbd default data pool = datapool 2026-03-21T15:20:04.940 INFO:teuthology.orchestra.run.vm02.stdout:[mon.a] 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout:[global] 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: chdir = "" 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: auth supported = cephx 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: filestore xattr use omap = true 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon clock drift allowed = 1.000 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: osd crush chooseleaf type = 0 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: auth debug = true 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: ms die on old message = true 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: ms die on bug = true 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon pg warn max object skew = 0 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: # disable pg_autoscaler by default for new pools 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: osd pool default size = 2 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon osd allow primary affinity = true 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon osd allow pg remap = true 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on legacy crush tunables = false 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on crush straw calc version zero = false 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on no sortbitwise = false 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on osd down out interval zero = false 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on too few osds = false 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-21T15:20:04.942 INFO:teuthology.orchestra.run.vm03.stdout: mon_allow_pool_size_one = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd default data pool replay window = 5 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: mon allow pool delete = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: mon cluster log file level = debug 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: debug asserts on shutdown = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: mon health detail to clog = false 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: mon host = 192.168.123.102 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on pool no app = False 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: fsid = e57b2338-bcc8-42ca-9c89-6699dcb97f8c 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout:[osd] 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd journal size = 100 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd scrub load threshold = 5.0 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd scrub max interval = 600 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd mclock profile = high_recovery_ops 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd mclock skip benchmark = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd recover clone overlap = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd recovery max chunk = 1048576 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd debug shutdown = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd debug op order = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd debug verify stray on activate = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd debug trim objects = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd open classes on start = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd debug pg log writeout = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd deep scrub update digest min age = 30 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd map max advance = 10 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: journal zero on create = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: filestore ondisk finisher threads = 3 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: filestore apply finisher threads = 3 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: bdev debug aio = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: osd debug misdirected ops = true 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: bluestore block size = 96636764160 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: bluestore compression algorithm = zlib 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: bluestore compression mode = aggressive 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: bluestore fsck on mount = True 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: debug bluefs = 1/20 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: debug bluestore = 1/20 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: debug ms = 1 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: debug osd = 20 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: debug rocksdb = 4/10 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: mon osd backfillfull_ratio = 0.85 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: mon osd full ratio = 0.9 2026-03-21T15:20:04.943 INFO:teuthology.orchestra.run.vm03.stdout: mon osd nearfull ratio = 0.8 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: osd failsafe full ratio = 0.95 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: osd objectstore = bluestore 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout:[mgr] 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: debug ms = 1 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: debug mgr = 20 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: debug mon = 20 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: debug auth = 20 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon reweight min pgs per osd = 4 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon reweight min bytes per osd = 10 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mgr/telemetry/nag = false 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout:[mon] 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: debug ms = 1 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: debug mon = 20 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: debug paxos = 20 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: debug auth = 20 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon data avail warn = 5 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon mgr mkfs grace = 240 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon reweight min pgs per osd = 4 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon osd reporter subtree level = osd 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon osd prime pg temp = true 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon reweight min bytes per osd = 10 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: auth mon ticket ttl = 660 # 11m 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: auth service ticket ttl = 240 # 4m 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: # don't complain about insecure global_id in the test suite 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: # 1m isn't quite enough 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon_down_mkfs_grace = 2m 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: mon_warn_on_filestore_osds = false 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout:[client] 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: rgw cache enabled = true 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: rgw enable ops log = true 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: rgw enable usage log = true 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout: rbd default data pool = datapool 2026-03-21T15:20:04.944 INFO:teuthology.orchestra.run.vm03.stdout:[mon.a] 2026-03-21T15:20:04.949 INFO:tasks.ceph:Creating admin key on cluster1.mon.a... 2026-03-21T15:20:04.950 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:05.013 INFO:tasks.ceph:Copying monmap to all nodes... 2026-03-21T15:20:05.013 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:05.013 DEBUG:teuthology.orchestra.run.vm02:> dd if=/etc/ceph/cluster1.keyring of=/dev/stdout 2026-03-21T15:20:05.059 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:05.059 DEBUG:teuthology.orchestra.run.vm02:> dd if=/home/ubuntu/cephtest/cluster1.monmap of=/dev/stdout 2026-03-21T15:20:05.104 INFO:tasks.ceph:Sending monmap to node ubuntu@vm02.local 2026-03-21T15:20:05.104 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:05.104 DEBUG:teuthology.orchestra.run.vm02:> sudo dd of=/etc/ceph/cluster1.keyring 2026-03-21T15:20:05.104 DEBUG:teuthology.orchestra.run.vm02:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-21T15:20:05.161 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:05.161 DEBUG:teuthology.orchestra.run.vm02:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2026-03-21T15:20:05.211 INFO:tasks.ceph:Sending monmap to node ubuntu@vm03.local 2026-03-21T15:20:05.211 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:05.211 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/ceph/cluster1.keyring 2026-03-21T15:20:05.211 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod 0644 /etc/ceph/cluster1.keyring 2026-03-21T15:20:05.224 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:05.224 DEBUG:teuthology.orchestra.run.vm03:> dd of=/home/ubuntu/cephtest/cluster1.monmap 2026-03-21T15:20:05.268 INFO:tasks.ceph:Setting up mon nodes... 2026-03-21T15:20:05.268 INFO:tasks.ceph:Setting up mgr nodes... 2026-03-21T15:20:05.268 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:05.294 INFO:teuthology.orchestra.run.vm02.stdout:creating /var/lib/ceph/mgr/cluster1-x/keyring 2026-03-21T15:20:05.296 INFO:tasks.ceph:Setting up mds nodes... 2026-03-21T15:20:05.296 INFO:tasks.ceph_client:Setting up client nodes... 2026-03-21T15:20:05.296 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:05.358 INFO:teuthology.orchestra.run.vm02.stdout:creating /etc/ceph/cluster1.client.0.keyring 2026-03-21T15:20:05.365 INFO:tasks.ceph:Running mkfs on osd nodes... 2026-03-21T15:20:05.365 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@vm02.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-21T15:20:05.366 DEBUG:teuthology.orchestra.run.vm02:> sudo mkdir -p /var/lib/ceph/osd/cluster1-0 2026-03-21T15:20:05.415 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-21T15:20:05.415 INFO:tasks.ceph:role: cluster1.osd.0 2026-03-21T15:20:05.415 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@vm02.local 2026-03-21T15:20:05.416 DEBUG:teuthology.orchestra.run.vm02:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2026-03-21T15:20:05.465 INFO:teuthology.orchestra.run.vm02.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=1310464 blks 2026-03-21T15:20:05.465 INFO:teuthology.orchestra.run.vm02.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-21T15:20:05.465 INFO:teuthology.orchestra.run.vm02.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-21T15:20:05.465 INFO:teuthology.orchestra.run.vm02.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-21T15:20:05.465 INFO:teuthology.orchestra.run.vm02.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-21T15:20:05.465 INFO:teuthology.orchestra.run.vm02.stdout: = sunit=0 swidth=0 blks 2026-03-21T15:20:05.465 INFO:teuthology.orchestra.run.vm02.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-21T15:20:05.465 INFO:teuthology.orchestra.run.vm02.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-21T15:20:05.465 INFO:teuthology.orchestra.run.vm02.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-21T15:20:05.465 INFO:teuthology.orchestra.run.vm02.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-21T15:20:05.477 INFO:teuthology.orchestra.run.vm02.stdout:Discarding blocks...Done. 2026-03-21T15:20:05.481 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@vm02.local -o noatime 2026-03-21T15:20:05.481 DEBUG:teuthology.orchestra.run.vm02:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster1-0 2026-03-21T15:20:05.571 DEBUG:teuthology.orchestra.run.vm02:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-0 2026-03-21T15:20:05.618 INFO:teuthology.orchestra.run.vm02.stderr:sudo: /sbin/restorecon: command not found 2026-03-21T15:20:05.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-21T15:20:05.619 DEBUG:teuthology.orchestra.run.vm02:> sudo mkdir -p /var/lib/ceph/osd/cluster1-1 2026-03-21T15:20:05.668 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-21T15:20:05.668 INFO:tasks.ceph:role: cluster1.osd.1 2026-03-21T15:20:05.668 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@vm02.local 2026-03-21T15:20:05.668 DEBUG:teuthology.orchestra.run.vm02:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2026-03-21T15:20:05.721 INFO:teuthology.orchestra.run.vm02.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=1310464 blks 2026-03-21T15:20:05.721 INFO:teuthology.orchestra.run.vm02.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-21T15:20:05.721 INFO:teuthology.orchestra.run.vm02.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-21T15:20:05.721 INFO:teuthology.orchestra.run.vm02.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-21T15:20:05.721 INFO:teuthology.orchestra.run.vm02.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-21T15:20:05.721 INFO:teuthology.orchestra.run.vm02.stdout: = sunit=0 swidth=0 blks 2026-03-21T15:20:05.721 INFO:teuthology.orchestra.run.vm02.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-21T15:20:05.721 INFO:teuthology.orchestra.run.vm02.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-21T15:20:05.721 INFO:teuthology.orchestra.run.vm02.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-21T15:20:05.721 INFO:teuthology.orchestra.run.vm02.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-21T15:20:05.726 INFO:teuthology.orchestra.run.vm02.stdout:Discarding blocks...Done. 2026-03-21T15:20:05.727 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@vm02.local -o noatime 2026-03-21T15:20:05.728 DEBUG:teuthology.orchestra.run.vm02:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster1-1 2026-03-21T15:20:05.781 DEBUG:teuthology.orchestra.run.vm02:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-1 2026-03-21T15:20:05.830 INFO:teuthology.orchestra.run.vm02.stderr:sudo: /sbin/restorecon: command not found 2026-03-21T15:20:05.831 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-21T15:20:05.831 DEBUG:teuthology.orchestra.run.vm02:> sudo mkdir -p /var/lib/ceph/osd/cluster1-2 2026-03-21T15:20:05.879 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-21T15:20:05.879 INFO:tasks.ceph:role: cluster1.osd.2 2026-03-21T15:20:05.879 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@vm02.local 2026-03-21T15:20:05.879 DEBUG:teuthology.orchestra.run.vm02:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2026-03-21T15:20:05.927 INFO:teuthology.orchestra.run.vm02.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=1310464 blks 2026-03-21T15:20:05.927 INFO:teuthology.orchestra.run.vm02.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-21T15:20:05.927 INFO:teuthology.orchestra.run.vm02.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-21T15:20:05.927 INFO:teuthology.orchestra.run.vm02.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-21T15:20:05.927 INFO:teuthology.orchestra.run.vm02.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-21T15:20:05.927 INFO:teuthology.orchestra.run.vm02.stdout: = sunit=0 swidth=0 blks 2026-03-21T15:20:05.927 INFO:teuthology.orchestra.run.vm02.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-21T15:20:05.927 INFO:teuthology.orchestra.run.vm02.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-21T15:20:05.927 INFO:teuthology.orchestra.run.vm02.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-21T15:20:05.927 INFO:teuthology.orchestra.run.vm02.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-21T15:20:05.932 INFO:teuthology.orchestra.run.vm02.stdout:Discarding blocks...Done. 2026-03-21T15:20:05.933 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@vm02.local -o noatime 2026-03-21T15:20:05.933 DEBUG:teuthology.orchestra.run.vm02:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster1-2 2026-03-21T15:20:05.988 DEBUG:teuthology.orchestra.run.vm02:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster1-2 2026-03-21T15:20:06.038 INFO:teuthology.orchestra.run.vm02.stderr:sudo: /sbin/restorecon: command not found 2026-03-21T15:20:06.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-21T15:20:06.039 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:06.103 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:06.099+0000 7f46cdeeaa40 -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-21T15:20:06.103 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:06.099+0000 7f46cdeeaa40 -1 created new key in keyring /var/lib/ceph/osd/cluster1-0/keyring 2026-03-21T15:20:06.103 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:06.099+0000 7f46cdeeaa40 -1 bdev(0x561013717800 /var/lib/ceph/osd/cluster1-0/block) open stat got: (1) Operation not permitted 2026-03-21T15:20:06.103 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:06.099+0000 7f46cdeeaa40 -1 bluestore(/var/lib/ceph/osd/cluster1-0) _read_fsid unparsable uuid 2026-03-21T15:20:06.950 DEBUG:teuthology.orchestra.run.vm02:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-0 2026-03-21T15:20:07.003 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:07.076 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:07.071+0000 7f7b28186a40 -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-21T15:20:07.076 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:07.075+0000 7f7b28186a40 -1 created new key in keyring /var/lib/ceph/osd/cluster1-1/keyring 2026-03-21T15:20:07.076 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:07.075+0000 7f7b28186a40 -1 bdev(0x55f89c711800 /var/lib/ceph/osd/cluster1-1/block) open stat got: (1) Operation not permitted 2026-03-21T15:20:07.077 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:07.075+0000 7f7b28186a40 -1 bluestore(/var/lib/ceph/osd/cluster1-1) _read_fsid unparsable uuid 2026-03-21T15:20:07.951 DEBUG:teuthology.orchestra.run.vm02:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-1 2026-03-21T15:20:08.004 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:08.069 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:08.067+0000 7f6df6d42a40 -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-21T15:20:08.069 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:08.067+0000 7f6df6d42a40 -1 created new key in keyring /var/lib/ceph/osd/cluster1-2/keyring 2026-03-21T15:20:08.069 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:08.067+0000 7f6df6d42a40 -1 bdev(0x55a917b93800 /var/lib/ceph/osd/cluster1-2/block) open stat got: (1) Operation not permitted 2026-03-21T15:20:08.069 INFO:teuthology.orchestra.run.vm02.stderr:2026-03-21T15:20:08.067+0000 7f6df6d42a40 -1 bluestore(/var/lib/ceph/osd/cluster1-2) _read_fsid unparsable uuid 2026-03-21T15:20:08.940 DEBUG:teuthology.orchestra.run.vm02:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster1-2 2026-03-21T15:20:08.991 INFO:tasks.ceph:Reading keys from all nodes... 2026-03-21T15:20:08.992 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:08.992 DEBUG:teuthology.orchestra.run.vm02:> sudo dd if=/var/lib/ceph/mgr/cluster1-x/keyring of=/dev/stdout 2026-03-21T15:20:09.040 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:09.040 DEBUG:teuthology.orchestra.run.vm02:> sudo dd if=/var/lib/ceph/osd/cluster1-0/keyring of=/dev/stdout 2026-03-21T15:20:09.092 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:09.092 DEBUG:teuthology.orchestra.run.vm02:> sudo dd if=/var/lib/ceph/osd/cluster1-1/keyring of=/dev/stdout 2026-03-21T15:20:09.144 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:09.144 DEBUG:teuthology.orchestra.run.vm02:> sudo dd if=/var/lib/ceph/osd/cluster1-2/keyring of=/dev/stdout 2026-03-21T15:20:09.203 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:09.203 DEBUG:teuthology.orchestra.run.vm02:> dd if=/etc/ceph/cluster1.client.0.keyring of=/dev/stdout 2026-03-21T15:20:09.251 INFO:tasks.ceph:Adding keys to all mons... 2026-03-21T15:20:09.251 DEBUG:teuthology.orchestra.run.vm02:> sudo tee -a /etc/ceph/cluster1.keyring 2026-03-21T15:20:09.302 INFO:teuthology.orchestra.run.vm02.stdout:[mgr.x] 2026-03-21T15:20:09.302 INFO:teuthology.orchestra.run.vm02.stdout: key = AQAlt75pdmSKERAAbAcM71ZWK/r99beZsoQ4Rg== 2026-03-21T15:20:09.302 INFO:teuthology.orchestra.run.vm02.stdout:[osd.0] 2026-03-21T15:20:09.302 INFO:teuthology.orchestra.run.vm02.stdout: key = AQAmt75pzIglBhAAnXUAAsrIgIGoh0bl5xSNYw== 2026-03-21T15:20:09.303 INFO:teuthology.orchestra.run.vm02.stdout:[osd.1] 2026-03-21T15:20:09.303 INFO:teuthology.orchestra.run.vm02.stdout: key = AQAnt75pjfaGBBAAl72dF7M8X8MIEnYZMnpreg== 2026-03-21T15:20:09.303 INFO:teuthology.orchestra.run.vm02.stdout:[osd.2] 2026-03-21T15:20:09.303 INFO:teuthology.orchestra.run.vm02.stdout: key = AQAot75pPSAhBBAAMLxp+bpw/Bhu40ao2p2fMg== 2026-03-21T15:20:09.303 INFO:teuthology.orchestra.run.vm02.stdout:[client.0] 2026-03-21T15:20:09.303 INFO:teuthology.orchestra.run.vm02.stdout: key = AQAlt75p4yRkFRAArYh5BEkdDnnrIPdjhobJBw== 2026-03-21T15:20:09.303 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:09.367 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:09.433 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:09.498 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:09.564 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:09.633 INFO:tasks.ceph:Running mkfs on mon nodes... 2026-03-21T15:20:09.633 DEBUG:teuthology.orchestra.run.vm02:> sudo mkdir -p /var/lib/ceph/mon/cluster1-a 2026-03-21T15:20:09.685 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:09.766 DEBUG:teuthology.orchestra.run.vm02:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster1-a 2026-03-21T15:20:09.820 DEBUG:teuthology.orchestra.run.vm02:> rm -- /home/ubuntu/cephtest/cluster1.monmap 2026-03-21T15:20:09.863 INFO:tasks.ceph:Starting mon daemons in cluster cluster1... 2026-03-21T15:20:09.863 INFO:tasks.ceph.cluster1.mon.a:Restarting daemon 2026-03-21T15:20:09.863 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster1 -i a 2026-03-21T15:20:09.904 INFO:tasks.ceph.cluster1.mon.a:Started 2026-03-21T15:20:09.904 INFO:tasks.ceph:Starting mgr daemons in cluster cluster1... 2026-03-21T15:20:09.905 INFO:tasks.ceph.cluster1.mgr.x:Restarting daemon 2026-03-21T15:20:09.905 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster1 -i x 2026-03-21T15:20:09.905 INFO:tasks.ceph.cluster1.mgr.x:Started 2026-03-21T15:20:09.905 DEBUG:tasks.ceph:set 0 configs 2026-03-21T15:20:09.905 DEBUG:teuthology.orchestra.run.vm02:> sudo ceph --cluster cluster1 config dump 2026-03-21T15:20:10.007 INFO:teuthology.orchestra.run.vm02.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-03-21T15:20:10.019 INFO:tasks.ceph:Setting crush tunables to default 2026-03-21T15:20:10.019 DEBUG:teuthology.orchestra.run.vm02:> sudo ceph --cluster cluster1 osd crush tunables default 2026-03-21T15:20:10.138 INFO:teuthology.orchestra.run.vm02.stderr:adjusted tunables profile to default 2026-03-21T15:20:10.155 INFO:tasks.ceph:check_enable_crimson: False 2026-03-21T15:20:10.155 INFO:tasks.ceph:Starting osd daemons in cluster cluster1... 2026-03-21T15:20:10.156 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:10.156 DEBUG:teuthology.orchestra.run.vm02:> sudo dd if=/var/lib/ceph/osd/cluster1-0/fsid of=/dev/stdout 2026-03-21T15:20:10.165 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:10.165 DEBUG:teuthology.orchestra.run.vm02:> sudo dd if=/var/lib/ceph/osd/cluster1-1/fsid of=/dev/stdout 2026-03-21T15:20:10.221 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:10.221 DEBUG:teuthology.orchestra.run.vm02:> sudo dd if=/var/lib/ceph/osd/cluster1-2/fsid of=/dev/stdout 2026-03-21T15:20:10.277 DEBUG:teuthology.orchestra.run.vm02:> sudo ceph --cluster cluster1 osd new dfac8055-346a-4750-822b-b77a4d672ee6 0 2026-03-21T15:20:10.429 INFO:teuthology.orchestra.run.vm02.stdout:0 2026-03-21T15:20:10.442 DEBUG:teuthology.orchestra.run.vm02:> sudo ceph --cluster cluster1 osd new 95557d4e-2f94-4fde-8016-72721e59aac8 1 2026-03-21T15:20:10.551 INFO:teuthology.orchestra.run.vm02.stdout:1 2026-03-21T15:20:10.563 DEBUG:teuthology.orchestra.run.vm02:> sudo ceph --cluster cluster1 osd new 62a5c229-a658-45f1-b6cb-ed973dd42593 2 2026-03-21T15:20:10.671 INFO:teuthology.orchestra.run.vm02.stdout:2 2026-03-21T15:20:10.683 INFO:tasks.ceph.cluster1.osd.0:Restarting daemon 2026-03-21T15:20:10.683 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 2026-03-21T15:20:10.684 INFO:tasks.ceph.cluster1.osd.0:Started 2026-03-21T15:20:10.684 INFO:tasks.ceph.cluster1.osd.1:Restarting daemon 2026-03-21T15:20:10.684 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 2026-03-21T15:20:10.685 INFO:tasks.ceph.cluster1.osd.1:Started 2026-03-21T15:20:10.685 INFO:tasks.ceph.cluster1.osd.2:Restarting daemon 2026-03-21T15:20:10.685 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster1 -i 2 2026-03-21T15:20:10.685 INFO:tasks.ceph.cluster1.osd.2:Started 2026-03-21T15:20:10.685 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-21T15:20:10.800 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:10.800 INFO:teuthology.orchestra.run.vm02.stdout:{"epoch":5,"fsid":"e57b2338-bcc8-42ca-9c89-6699dcb97f8c","created":"2026-03-21T15:20:09.957559+0000","modified":"2026-03-21T15:20:10.669419+0000","last_up_change":"0.000000","last_in_change":"2026-03-21T15:20:10.669419+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":"dfac8055-346a-4750-822b-b77a4d672ee6","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":"95557d4e-2f94-4fde-8016-72721e59aac8","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":"62a5c229-a658-45f1-b6cb-ed973dd42593","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-21T15:20:10.813 INFO:tasks.ceph.ceph_manager.cluster1:[] 2026-03-21T15:20:10.813 INFO:tasks.ceph:Waiting for OSDs to come up 2026-03-21T15:20:11.041 INFO:tasks.ceph.cluster1.osd.0.vm02.stderr:2026-03-21T15:20:11.039+0000 7f0ea156aa40 -1 Falling back to public interface 2026-03-21T15:20:11.048 INFO:tasks.ceph.cluster1.osd.1.vm02.stderr:2026-03-21T15:20:11.047+0000 7f2c6a110a40 -1 Falling back to public interface 2026-03-21T15:20:11.064 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr:2026-03-21T15:20:11.063+0000 7ff46a6d7a40 -1 Falling back to public interface 2026-03-21T15:20:11.115 DEBUG:teuthology.orchestra.run.vm02:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2026-03-21T15:20:11.217 INFO:teuthology.misc.health.vm02.stdout: 2026-03-21T15:20:11.217 INFO:teuthology.misc.health.vm02.stdout:{"epoch":5,"fsid":"e57b2338-bcc8-42ca-9c89-6699dcb97f8c","created":"2026-03-21T15:20:09.957559+0000","modified":"2026-03-21T15:20:10.669419+0000","last_up_change":"0.000000","last_in_change":"2026-03-21T15:20:10.669419+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":"dfac8055-346a-4750-822b-b77a4d672ee6","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":"95557d4e-2f94-4fde-8016-72721e59aac8","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":"62a5c229-a658-45f1-b6cb-ed973dd42593","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-21T15:20:11.228 DEBUG:teuthology.misc:0 of 3 OSDs are up 2026-03-21T15:20:11.297 INFO:tasks.ceph.cluster1.mgr.x.vm02.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-21T15:20:11.298 INFO:tasks.ceph.cluster1.mgr.x.vm02.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-21T15:20:11.298 INFO:tasks.ceph.cluster1.mgr.x.vm02.stderr: from numpy import show_config as show_numpy_config 2026-03-21T15:20:11.686 INFO:tasks.ceph.cluster1.osd.1.vm02.stderr:2026-03-21T15:20:11.683+0000 7f2c6a110a40 -1 osd.1 0 log_to_monitors true 2026-03-21T15:20:11.726 INFO:tasks.ceph.cluster1.osd.0.vm02.stderr:2026-03-21T15:20:11.723+0000 7f0ea156aa40 -1 osd.0 0 log_to_monitors true 2026-03-21T15:20:11.876 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr:2026-03-21T15:20:11.875+0000 7ff46a6d7a40 -1 osd.2 0 log_to_monitors true 2026-03-21T15:20:11.949 INFO:tasks.ceph.cluster1.mgr.x.vm02.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-21T15:20:12.996 INFO:tasks.ceph.cluster1.osd.0.vm02.stderr:2026-03-21T15:20:12.995+0000 7f0e9d513640 -1 osd.0 0 waiting for initial osdmap 2026-03-21T15:20:12.996 INFO:tasks.ceph.cluster1.osd.1.vm02.stderr:2026-03-21T15:20:12.995+0000 7f2c660b9640 -1 osd.1 0 waiting for initial osdmap 2026-03-21T15:20:13.004 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr:2026-03-21T15:20:13.003+0000 7ff466680640 -1 osd.2 0 waiting for initial osdmap 2026-03-21T15:20:13.004 INFO:tasks.ceph.cluster1.osd.1.vm02.stderr:2026-03-21T15:20:13.003+0000 7f2c60ec7640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-21T15:20:13.004 INFO:tasks.ceph.cluster1.osd.0.vm02.stderr:2026-03-21T15:20:13.003+0000 7f0e98321640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-21T15:20:13.007 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr:2026-03-21T15:20:13.003+0000 7ff46148e640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-21T15:20:13.426 INFO:tasks.ceph.cluster1.mgr.x.vm02.stderr:2026-03-21T15:20:13.423+0000 7fb5bf245640 -1 mgr.server handle_report got status from non-daemon mon.a 2026-03-21T15:20:17.530 DEBUG:teuthology.orchestra.run.vm02:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster1 osd dump --format=json 2026-03-21T15:20:17.690 INFO:teuthology.misc.health.vm02.stdout: 2026-03-21T15:20:17.691 INFO:teuthology.misc.health.vm02.stdout:{"epoch":11,"fsid":"e57b2338-bcc8-42ca-9c89-6699dcb97f8c","created":"2026-03-21T15:20:09.957559+0000","modified":"2026-03-21T15:20:17.429939+0000","last_up_change":"2026-03-21T15:20:13.981658+0000","last_in_change":"2026-03-21T15:20:10.669419+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-21T15:20:14.431313+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"11","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"dfac8055-346a-4750-822b-b77a4d672ee6","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.102:6800","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6801","nonce":2064135581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6802","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6803","nonce":2064135581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6806","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6807","nonce":2064135581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6804","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6805","nonce":2064135581}]},"public_addr":"192.168.123.102:6801/2064135581","cluster_addr":"192.168.123.102:6803/2064135581","heartbeat_back_addr":"192.168.123.102:6807/2064135581","heartbeat_front_addr":"192.168.123.102:6805/2064135581","state":["exists","up"]},{"osd":1,"uuid":"95557d4e-2f94-4fde-8016-72721e59aac8","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.102:6808","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6809","nonce":1436808593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6810","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6811","nonce":1436808593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6814","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6815","nonce":1436808593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6812","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6813","nonce":1436808593}]},"public_addr":"192.168.123.102:6809/1436808593","cluster_addr":"192.168.123.102:6811/1436808593","heartbeat_back_addr":"192.168.123.102:6815/1436808593","heartbeat_front_addr":"192.168.123.102:6813/1436808593","state":["exists","up"]},{"osd":2,"uuid":"62a5c229-a658-45f1-b6cb-ed973dd42593","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.102:6816","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6817","nonce":452877291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6818","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6819","nonce":452877291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6822","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6823","nonce":452877291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6820","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6821","nonce":452877291}]},"public_addr":"192.168.123.102:6817/452877291","cluster_addr":"192.168.123.102:6819/452877291","heartbeat_back_addr":"192.168.123.102:6823/452877291","heartbeat_front_addr":"192.168.123.102:6821/452877291","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-21T15:20:17.703 DEBUG:teuthology.misc:3 of 3 OSDs are up 2026-03-21T15:20:17.703 INFO:tasks.ceph:Creating RBD pool 2026-03-21T15:20:17.703 DEBUG:teuthology.orchestra.run.vm02:> sudo ceph --cluster cluster1 osd pool create rbd 8 2026-03-21T15:20:18.438 INFO:teuthology.orchestra.run.vm02.stderr:pool 'rbd' created 2026-03-21T15:20:18.457 DEBUG:teuthology.orchestra.run.vm02:> rbd --cluster cluster1 pool init rbd 2026-03-21T15:20:21.508 INFO:tasks.ceph:Starting mds daemons in cluster cluster1... 2026-03-21T15:20:21.508 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 config log 1 --format=json 2026-03-21T15:20:21.508 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2026-03-21T15:20:21.671 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:21.684 INFO:teuthology.orchestra.run.vm02.stdout:[{"version":1,"timestamp":"0.000000","name":"","changes":[]}] 2026-03-21T15:20:21.685 INFO:tasks.ceph_manager:config epoch is 1 2026-03-21T15:20:21.685 INFO:tasks.ceph:Waiting until cluster1 daemons up and pgs clean... 2026-03-21T15:20:21.685 INFO:tasks.ceph.ceph_manager.cluster1:waiting for mgr available 2026-03-21T15:20:21.685 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 mgr dump --format=json 2026-03-21T15:20:21.867 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:21.881 INFO:teuthology.orchestra.run.vm02.stdout:{"epoch":5,"flags":0,"active_gid":4105,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6824","nonce":2239743174},{"type":"v1","addr":"192.168.123.102:6825","nonce":2239743174}]},"active_addr":"192.168.123.102:6825/2239743174","active_change":"2026-03-21T15:20:12.413690+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.102:0","nonce":2775530375}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.102:0","nonce":1127463519}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.102:0","nonce":1064101977}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.102:0","nonce":2326583008}]}]} 2026-03-21T15:20:21.882 INFO:tasks.ceph.ceph_manager.cluster1:mgr available! 2026-03-21T15:20:21.882 INFO:tasks.ceph.ceph_manager.cluster1:waiting for all up 2026-03-21T15:20:21.882 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-21T15:20:22.045 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:22.045 INFO:teuthology.orchestra.run.vm02.stdout:{"epoch":15,"fsid":"e57b2338-bcc8-42ca-9c89-6699dcb97f8c","created":"2026-03-21T15:20:09.957559+0000","modified":"2026-03-21T15:20:21.496820+0000","last_up_change":"2026-03-21T15:20:13.981658+0000","last_in_change":"2026-03-21T15:20:10.669419+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-21T15:20:14.431313+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-21T15:20:17.864154+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":"dfac8055-346a-4750-822b-b77a4d672ee6","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.102:6800","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6801","nonce":2064135581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6802","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6803","nonce":2064135581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6806","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6807","nonce":2064135581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6804","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6805","nonce":2064135581}]},"public_addr":"192.168.123.102:6801/2064135581","cluster_addr":"192.168.123.102:6803/2064135581","heartbeat_back_addr":"192.168.123.102:6807/2064135581","heartbeat_front_addr":"192.168.123.102:6805/2064135581","state":["exists","up"]},{"osd":1,"uuid":"95557d4e-2f94-4fde-8016-72721e59aac8","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.102:6808","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6809","nonce":1436808593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6810","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6811","nonce":1436808593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6814","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6815","nonce":1436808593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6812","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6813","nonce":1436808593}]},"public_addr":"192.168.123.102:6809/1436808593","cluster_addr":"192.168.123.102:6811/1436808593","heartbeat_back_addr":"192.168.123.102:6815/1436808593","heartbeat_front_addr":"192.168.123.102:6813/1436808593","state":["exists","up"]},{"osd":2,"uuid":"62a5c229-a658-45f1-b6cb-ed973dd42593","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.102:6816","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6817","nonce":452877291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6818","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6819","nonce":452877291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6822","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6823","nonce":452877291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6820","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6821","nonce":452877291}]},"public_addr":"192.168.123.102:6817/452877291","cluster_addr":"192.168.123.102:6819/452877291","heartbeat_back_addr":"192.168.123.102:6823/452877291","heartbeat_front_addr":"192.168.123.102:6821/452877291","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-21T15:20:22.061 INFO:tasks.ceph.ceph_manager.cluster1:all up! 2026-03-21T15:20:22.061 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd dump --format=json 2026-03-21T15:20:22.221 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:22.221 INFO:teuthology.orchestra.run.vm02.stdout:{"epoch":15,"fsid":"e57b2338-bcc8-42ca-9c89-6699dcb97f8c","created":"2026-03-21T15:20:09.957559+0000","modified":"2026-03-21T15:20:21.496820+0000","last_up_change":"2026-03-21T15:20:13.981658+0000","last_in_change":"2026-03-21T15:20:10.669419+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-21T15:20:14.431313+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-21T15:20:17.864154+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":"dfac8055-346a-4750-822b-b77a4d672ee6","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.102:6800","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6801","nonce":2064135581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6802","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6803","nonce":2064135581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6806","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6807","nonce":2064135581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6804","nonce":2064135581},{"type":"v1","addr":"192.168.123.102:6805","nonce":2064135581}]},"public_addr":"192.168.123.102:6801/2064135581","cluster_addr":"192.168.123.102:6803/2064135581","heartbeat_back_addr":"192.168.123.102:6807/2064135581","heartbeat_front_addr":"192.168.123.102:6805/2064135581","state":["exists","up"]},{"osd":1,"uuid":"95557d4e-2f94-4fde-8016-72721e59aac8","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.102:6808","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6809","nonce":1436808593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6810","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6811","nonce":1436808593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6814","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6815","nonce":1436808593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6812","nonce":1436808593},{"type":"v1","addr":"192.168.123.102:6813","nonce":1436808593}]},"public_addr":"192.168.123.102:6809/1436808593","cluster_addr":"192.168.123.102:6811/1436808593","heartbeat_back_addr":"192.168.123.102:6815/1436808593","heartbeat_front_addr":"192.168.123.102:6813/1436808593","state":["exists","up"]},{"osd":2,"uuid":"62a5c229-a658-45f1-b6cb-ed973dd42593","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.102:6816","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6817","nonce":452877291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6818","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6819","nonce":452877291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6822","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6823","nonce":452877291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.102:6820","nonce":452877291},{"type":"v1","addr":"192.168.123.102:6821","nonce":452877291}]},"public_addr":"192.168.123.102:6817/452877291","cluster_addr":"192.168.123.102:6819/452877291","heartbeat_back_addr":"192.168.123.102:6823/452877291","heartbeat_front_addr":"192.168.123.102:6821/452877291","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-21T15:20:22.235 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.0 flush_pg_stats 2026-03-21T15:20:22.235 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.1 flush_pg_stats 2026-03-21T15:20:22.235 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 tell osd.2 flush_pg_stats 2026-03-21T15:20:22.332 INFO:teuthology.orchestra.run.vm02.stdout:34359738371 2026-03-21T15:20:22.332 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.1 2026-03-21T15:20:22.339 INFO:teuthology.orchestra.run.vm02.stdout:34359738372 2026-03-21T15:20:22.339 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.0 2026-03-21T15:20:22.339 INFO:teuthology.orchestra.run.vm02.stdout:34359738371 2026-03-21T15:20:22.340 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 osd last-stat-seq osd.2 2026-03-21T15:20:22.505 INFO:teuthology.orchestra.run.vm02.stdout:34359738371 2026-03-21T15:20:22.509 INFO:teuthology.orchestra.run.vm02.stdout:34359738372 2026-03-21T15:20:22.520 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738371 for osd.1 2026-03-21T15:20:22.520 DEBUG:teuthology.parallel:result is None 2026-03-21T15:20:22.521 INFO:teuthology.orchestra.run.vm02.stdout:34359738371 2026-03-21T15:20:22.522 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738372 got 34359738372 for osd.0 2026-03-21T15:20:22.522 DEBUG:teuthology.parallel:result is None 2026-03-21T15:20:22.534 INFO:tasks.ceph.ceph_manager.cluster1:need seq 34359738371 got 34359738371 for osd.2 2026-03-21T15:20:22.534 DEBUG:teuthology.parallel:result is None 2026-03-21T15:20:22.534 INFO:tasks.ceph.ceph_manager.cluster1:waiting for clean 2026-03-21T15:20:22.534 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-03-21T15:20:22.730 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:22.730 INFO:teuthology.orchestra.run.vm02.stderr:dumped all 2026-03-21T15:20:22.743 INFO:teuthology.orchestra.run.vm02.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2026-03-21T15:20:22.421797+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":13,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81376,"kb_used_data":848,"kb_used_omap":23,"kb_used_meta":80424,"kb_avail":283034144,"statfs":{"total":289910292480,"available":289826963456,"internally_reserved":0,"allocated":868352,"data_stored":1025927,"data_compressed":5426,"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"2.931430"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:21.503206+0000","last_change":"2026-03-21T15:20:21.503540+0000","last_active":"2026-03-21T15:20:21.503206+0000","last_peered":"2026-03-21T15:20:21.503206+0000","last_clean":"2026-03-21T15:20:21.503206+0000","last_became_active":"2026-03-21T15:20:19.496403+0000","last_became_peered":"2026-03-21T15:20:19.496403+0000","last_unstale":"2026-03-21T15:20:21.503206+0000","last_undegraded":"2026-03-21T15:20:21.503206+0000","last_fullsized":"2026-03-21T15:20:21.503206+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-22T19:31:46.389196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00041451599999999997,"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-21T15:20:21.503283+0000","last_change":"2026-03-21T15:20:21.503588+0000","last_active":"2026-03-21T15:20:21.503283+0000","last_peered":"2026-03-21T15:20:21.503283+0000","last_clean":"2026-03-21T15:20:21.503283+0000","last_became_active":"2026-03-21T15:20:19.496282+0000","last_became_peered":"2026-03-21T15:20:19.496282+0000","last_unstale":"2026-03-21T15:20:21.503283+0000","last_undegraded":"2026-03-21T15:20:21.503283+0000","last_fullsized":"2026-03-21T15:20:21.503283+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-23T03:11:07.823360+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00036947100000000001,"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-21T15:20:21.503558+0000","last_change":"2026-03-21T15:20:21.503663+0000","last_active":"2026-03-21T15:20:21.503558+0000","last_peered":"2026-03-21T15:20:21.503558+0000","last_clean":"2026-03-21T15:20:21.503558+0000","last_became_active":"2026-03-21T15:20:19.495628+0000","last_became_peered":"2026-03-21T15:20:19.495628+0000","last_unstale":"2026-03-21T15:20:21.503558+0000","last_undegraded":"2026-03-21T15:20:21.503558+0000","last_fullsized":"2026-03-21T15:20:21.503558+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-23T01:31:50.356777+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00036842899999999998,"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-21T15:20:21.503607+0000","last_change":"2026-03-21T15:20:21.503819+0000","last_active":"2026-03-21T15:20:21.503607+0000","last_peered":"2026-03-21T15:20:21.503607+0000","last_clean":"2026-03-21T15:20:21.503607+0000","last_became_active":"2026-03-21T15:20:19.495666+0000","last_became_peered":"2026-03-21T15:20:19.495666+0000","last_unstale":"2026-03-21T15:20:21.503607+0000","last_undegraded":"2026-03-21T15:20:21.503607+0000","last_fullsized":"2026-03-21T15:20:21.503607+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-22T15:57:14.238853+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00046745499999999998,"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-21T15:20:21.500185+0000","last_change":"2026-03-21T15:20:21.500185+0000","last_active":"2026-03-21T15:20:21.500185+0000","last_peered":"2026-03-21T15:20:21.500185+0000","last_clean":"2026-03-21T15:20:21.500185+0000","last_became_active":"2026-03-21T15:20:19.499689+0000","last_became_peered":"2026-03-21T15:20:19.499689+0000","last_unstale":"2026-03-21T15:20:21.500185+0000","last_undegraded":"2026-03-21T15:20:21.500185+0000","last_fullsized":"2026-03-21T15:20:21.500185+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-22T17:16:36.985723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000210344,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:21.990570+0000","last_change":"2026-03-21T15:20:21.990673+0000","last_active":"2026-03-21T15:20:21.990570+0000","last_peered":"2026-03-21T15:20:21.990570+0000","last_clean":"2026-03-21T15:20:21.990570+0000","last_became_active":"2026-03-21T15:20:19.497020+0000","last_became_peered":"2026-03-21T15:20:19.497020+0000","last_unstale":"2026-03-21T15:20:21.990570+0000","last_undegraded":"2026-03-21T15:20:21.990570+0000","last_fullsized":"2026-03-21T15:20:21.990570+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-22T21:24:31.723616+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00028259999999999998,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:21.990580+0000","last_change":"2026-03-21T15:20:21.990734+0000","last_active":"2026-03-21T15:20:21.990580+0000","last_peered":"2026-03-21T15:20:21.990580+0000","last_clean":"2026-03-21T15:20:21.990580+0000","last_became_active":"2026-03-21T15:20:19.499614+0000","last_became_peered":"2026-03-21T15:20:19.499614+0000","last_unstale":"2026-03-21T15:20:21.990580+0000","last_undegraded":"2026-03-21T15:20:21.990580+0000","last_fullsized":"2026-03-21T15:20:21.990580+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-23T01:19:28.020851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00026191000000000002,"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-21T15:20:21.503743+0000","last_change":"2026-03-21T15:20:21.503859+0000","last_active":"2026-03-21T15:20:21.503743+0000","last_peered":"2026-03-21T15:20:21.503743+0000","last_clean":"2026-03-21T15:20:21.503743+0000","last_became_active":"2026-03-21T15:20:19.495453+0000","last_became_peered":"2026-03-21T15:20:19.495453+0000","last_unstale":"2026-03-21T15:20:21.503743+0000","last_undegraded":"2026-03-21T15:20:21.503743+0000","last_fullsized":"2026-03-21T15:20:21.503743+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-22T16:49:45.955072+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042229000000000002,"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-21T15:20:21.503447+0000","last_change":"2026-03-21T15:20:16.433483+0000","last_active":"2026-03-21T15:20:21.503447+0000","last_peered":"2026-03-21T15:20:21.503447+0000","last_clean":"2026-03-21T15:20:21.503447+0000","last_became_active":"2026-03-21T15:20:16.433372+0000","last_became_peered":"2026-03-21T15:20:16.433372+0000","last_unstale":"2026-03-21T15:20:21.503447+0000","last_undegraded":"2026-03-21T15:20:21.503447+0000","last_fullsized":"2026-03-21T15:20:21.503447+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-21T15:20:15.426670+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:15.426670+0000","last_clean_scrub_stamp":"2026-03-21T15:20:15.426670+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-22T16:19:18.410452+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":5426,"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":26960,"kb_used_data":112,"kb_used_omap":6,"kb_used_meta":26809,"kb_avail":94344880,"statfs":{"total":96636764160,"available":96609157120,"internally_reserved":0,"allocated":114688,"data_stored":31091,"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":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":27208,"kb_used_data":368,"kb_used_omap":8,"kb_used_meta":26807,"kb_avail":94344632,"statfs":{"total":96636764160,"available":96608903168,"internally_reserved":0,"allocated":376832,"data_stored":497418,"data_compressed":2713,"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738372,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27208,"kb_used_data":368,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344632,"statfs":{"total":96636764160,"available":96608903168,"internally_reserved":0,"allocated":376832,"data_stored":497418,"data_compressed":2713,"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":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":2713,"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":2713,"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-21T15:20:22.743 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 pg dump --format=json 2026-03-21T15:20:22.898 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:22.899 INFO:teuthology.orchestra.run.vm02.stderr:dumped all 2026-03-21T15:20:22.912 INFO:teuthology.orchestra.run.vm02.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2026-03-21T15:20:22.421797+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":13,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":283115520,"kb_used":81376,"kb_used_data":848,"kb_used_omap":23,"kb_used_meta":80424,"kb_avail":283034144,"statfs":{"total":289910292480,"available":289826963456,"internally_reserved":0,"allocated":868352,"data_stored":1025927,"data_compressed":5426,"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":3,"apply_latency_ms":3,"commit_latency_ns":3000000,"apply_latency_ns":3000000},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"2.931430"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:21.503206+0000","last_change":"2026-03-21T15:20:21.503540+0000","last_active":"2026-03-21T15:20:21.503206+0000","last_peered":"2026-03-21T15:20:21.503206+0000","last_clean":"2026-03-21T15:20:21.503206+0000","last_became_active":"2026-03-21T15:20:19.496403+0000","last_became_peered":"2026-03-21T15:20:19.496403+0000","last_unstale":"2026-03-21T15:20:21.503206+0000","last_undegraded":"2026-03-21T15:20:21.503206+0000","last_fullsized":"2026-03-21T15:20:21.503206+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-22T19:31:46.389196+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00041451599999999997,"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-21T15:20:21.503283+0000","last_change":"2026-03-21T15:20:21.503588+0000","last_active":"2026-03-21T15:20:21.503283+0000","last_peered":"2026-03-21T15:20:21.503283+0000","last_clean":"2026-03-21T15:20:21.503283+0000","last_became_active":"2026-03-21T15:20:19.496282+0000","last_became_peered":"2026-03-21T15:20:19.496282+0000","last_unstale":"2026-03-21T15:20:21.503283+0000","last_undegraded":"2026-03-21T15:20:21.503283+0000","last_fullsized":"2026-03-21T15:20:21.503283+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-23T03:11:07.823360+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00036947100000000001,"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-21T15:20:21.503558+0000","last_change":"2026-03-21T15:20:21.503663+0000","last_active":"2026-03-21T15:20:21.503558+0000","last_peered":"2026-03-21T15:20:21.503558+0000","last_clean":"2026-03-21T15:20:21.503558+0000","last_became_active":"2026-03-21T15:20:19.495628+0000","last_became_peered":"2026-03-21T15:20:19.495628+0000","last_unstale":"2026-03-21T15:20:21.503558+0000","last_undegraded":"2026-03-21T15:20:21.503558+0000","last_fullsized":"2026-03-21T15:20:21.503558+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-23T01:31:50.356777+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00036842899999999998,"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-21T15:20:21.503607+0000","last_change":"2026-03-21T15:20:21.503819+0000","last_active":"2026-03-21T15:20:21.503607+0000","last_peered":"2026-03-21T15:20:21.503607+0000","last_clean":"2026-03-21T15:20:21.503607+0000","last_became_active":"2026-03-21T15:20:19.495666+0000","last_became_peered":"2026-03-21T15:20:19.495666+0000","last_unstale":"2026-03-21T15:20:21.503607+0000","last_undegraded":"2026-03-21T15:20:21.503607+0000","last_fullsized":"2026-03-21T15:20:21.503607+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-22T15:57:14.238853+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00046745499999999998,"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-21T15:20:21.500185+0000","last_change":"2026-03-21T15:20:21.500185+0000","last_active":"2026-03-21T15:20:21.500185+0000","last_peered":"2026-03-21T15:20:21.500185+0000","last_clean":"2026-03-21T15:20:21.500185+0000","last_became_active":"2026-03-21T15:20:19.499689+0000","last_became_peered":"2026-03-21T15:20:19.499689+0000","last_unstale":"2026-03-21T15:20:21.500185+0000","last_undegraded":"2026-03-21T15:20:21.500185+0000","last_fullsized":"2026-03-21T15:20:21.500185+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-22T17:16:36.985723+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.000210344,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:21.990570+0000","last_change":"2026-03-21T15:20:21.990673+0000","last_active":"2026-03-21T15:20:21.990570+0000","last_peered":"2026-03-21T15:20:21.990570+0000","last_clean":"2026-03-21T15:20:21.990570+0000","last_became_active":"2026-03-21T15:20:19.497020+0000","last_became_peered":"2026-03-21T15:20:19.497020+0000","last_unstale":"2026-03-21T15:20:21.990570+0000","last_undegraded":"2026-03-21T15:20:21.990570+0000","last_fullsized":"2026-03-21T15:20:21.990570+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-22T21:24:31.723616+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00028259999999999998,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:21.990580+0000","last_change":"2026-03-21T15:20:21.990734+0000","last_active":"2026-03-21T15:20:21.990580+0000","last_peered":"2026-03-21T15:20:21.990580+0000","last_clean":"2026-03-21T15:20:21.990580+0000","last_became_active":"2026-03-21T15:20:19.499614+0000","last_became_peered":"2026-03-21T15:20:19.499614+0000","last_unstale":"2026-03-21T15:20:21.990580+0000","last_undegraded":"2026-03-21T15:20:21.990580+0000","last_fullsized":"2026-03-21T15:20:21.990580+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-23T01:19:28.020851+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00026191000000000002,"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-21T15:20:21.503743+0000","last_change":"2026-03-21T15:20:21.503859+0000","last_active":"2026-03-21T15:20:21.503743+0000","last_peered":"2026-03-21T15:20:21.503743+0000","last_clean":"2026-03-21T15:20:21.503743+0000","last_became_active":"2026-03-21T15:20:19.495453+0000","last_became_peered":"2026-03-21T15:20:19.495453+0000","last_unstale":"2026-03-21T15:20:21.503743+0000","last_undegraded":"2026-03-21T15:20:21.503743+0000","last_fullsized":"2026-03-21T15:20:21.503743+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-21T15:20:18.434515+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:18.434515+0000","last_clean_scrub_stamp":"2026-03-21T15:20:18.434515+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-22T16:49:45.955072+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042229000000000002,"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-21T15:20:21.503447+0000","last_change":"2026-03-21T15:20:16.433483+0000","last_active":"2026-03-21T15:20:21.503447+0000","last_peered":"2026-03-21T15:20:21.503447+0000","last_clean":"2026-03-21T15:20:21.503447+0000","last_became_active":"2026-03-21T15:20:16.433372+0000","last_became_peered":"2026-03-21T15:20:16.433372+0000","last_unstale":"2026-03-21T15:20:21.503447+0000","last_undegraded":"2026-03-21T15:20:21.503447+0000","last_fullsized":"2026-03-21T15:20:21.503447+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-21T15:20:15.426670+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:15.426670+0000","last_clean_scrub_stamp":"2026-03-21T15:20:15.426670+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-22T16:19:18.410452+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":5426,"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":26960,"kb_used_data":112,"kb_used_omap":6,"kb_used_meta":26809,"kb_avail":94344880,"statfs":{"total":96636764160,"available":96609157120,"internally_reserved":0,"allocated":114688,"data_stored":31091,"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":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":27208,"kb_used_data":368,"kb_used_omap":8,"kb_used_meta":26807,"kb_avail":94344632,"statfs":{"total":96636764160,"available":96608903168,"internally_reserved":0,"allocated":376832,"data_stored":497418,"data_compressed":2713,"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":2,"apply_latency_ms":2,"commit_latency_ns":2000000,"apply_latency_ns":2000000},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738372,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":27208,"kb_used_data":368,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344632,"statfs":{"total":96636764160,"available":96608903168,"internally_reserved":0,"allocated":376832,"data_stored":497418,"data_compressed":2713,"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":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":2713,"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":2713,"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-21T15:20:22.913 INFO:tasks.ceph.ceph_manager.cluster1:clean! 2026-03-21T15:20:22.913 INFO:tasks.ceph:Waiting until ceph cluster cluster1 is healthy... 2026-03-21T15:20:22.913 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy 2026-03-21T15:20:22.913 DEBUG:teuthology.orchestra.run.vm02:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster1 health --format=json 2026-03-21T15:20:23.084 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:23.085 INFO:teuthology.orchestra.run.vm02.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-21T15:20:23.098 INFO:tasks.ceph.ceph_manager.cluster1:wait_until_healthy done 2026-03-21T15:20:23.098 INFO:teuthology.run_tasks:Running task ceph... 2026-03-21T15:20:23.100 INFO:tasks.ceph:Creating ceph cluster cluster2... 2026-03-21T15:20:23.100 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': 'zlib', '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-21T15:20:23.100 INFO:tasks.ceph:ctx.config {'archive_path': '/archive/kyr-2026-03-20_22:04:26-rbd-tentacle-none-default-vps/3491', 'branch': 'tentacle', 'description': 'rbd/migration-external/{1-base/install 2-clusters/2-node 3-objectstore/bluestore-comp-zlib 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': '3491', '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': 'zlib', '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': {'vm02.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFRVdB/54xTFJLl5GNUq1LQ1ChWDPtnhD5wTHT2xh7afafJYx5b2F+YdfddfYi4Vz6SVp3nDPQ88F7U8ej4+Zq0=', 'vm03.local': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBgAGWSOPHZMvwk8Vmp6rqEAaH/RFGPTkqfpJdayd2I8ZWgiVaF+vxPVnvbfoBDu9jct/eHYEegweYZLUEu0kik='}, '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': 'zlib', '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': 'zlib', '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.4188345'} 2026-03-21T15:20:23.100 DEBUG:teuthology.orchestra.run.vm02:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2026-03-21T15:20:23.101 DEBUG:teuthology.orchestra.run.vm03:> install -d -m0755 -- /home/ubuntu/cephtest/cluster2.data 2026-03-21T15:20:23.105 DEBUG:teuthology.orchestra.run.vm02:> sudo install -d -m0777 -- /var/run/ceph 2026-03-21T15:20:23.145 DEBUG:teuthology.orchestra.run.vm03:> sudo install -d -m0777 -- /var/run/ceph 2026-03-21T15:20:23.161 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:23.161 DEBUG:teuthology.orchestra.run.vm03:> dd if=/scratch_devs of=/dev/stdout 2026-03-21T15:20:23.208 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-21T15:20:23.208 DEBUG:teuthology.orchestra.run.vm03:> stat /dev/vg_nvme/lv_1 2026-03-21T15:20:23.252 INFO:teuthology.orchestra.run.vm03.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-03-21T15:20:23.252 INFO:teuthology.orchestra.run.vm03.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-21T15:20:23.252 INFO:teuthology.orchestra.run.vm03.stdout:Device: 5h/5d Inode: 793 Links: 1 2026-03-21T15:20:23.252 INFO:teuthology.orchestra.run.vm03.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-21T15:20:23.252 INFO:teuthology.orchestra.run.vm03.stdout:Access: 2026-03-21 15:18:35.996321439 +0000 2026-03-21T15:20:23.252 INFO:teuthology.orchestra.run.vm03.stdout:Modify: 2026-03-21 15:18:35.868321439 +0000 2026-03-21T15:20:23.252 INFO:teuthology.orchestra.run.vm03.stdout:Change: 2026-03-21 15:18:35.868321439 +0000 2026-03-21T15:20:23.252 INFO:teuthology.orchestra.run.vm03.stdout: Birth: - 2026-03-21T15:20:23.252 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-03-21T15:20:23.299 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records in 2026-03-21T15:20:23.299 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records out 2026-03-21T15:20:23.299 INFO:teuthology.orchestra.run.vm03.stderr:512 bytes copied, 0.000182852 s, 2.8 MB/s 2026-03-21T15:20:23.300 DEBUG:teuthology.orchestra.run.vm03:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-03-21T15:20:23.345 DEBUG:teuthology.orchestra.run.vm03:> stat /dev/vg_nvme/lv_2 2026-03-21T15:20:23.392 INFO:teuthology.orchestra.run.vm03.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-03-21T15:20:23.392 INFO:teuthology.orchestra.run.vm03.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-21T15:20:23.392 INFO:teuthology.orchestra.run.vm03.stdout:Device: 5h/5d Inode: 823 Links: 1 2026-03-21T15:20:23.392 INFO:teuthology.orchestra.run.vm03.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-21T15:20:23.392 INFO:teuthology.orchestra.run.vm03.stdout:Access: 2026-03-21 15:18:36.148321439 +0000 2026-03-21T15:20:23.392 INFO:teuthology.orchestra.run.vm03.stdout:Modify: 2026-03-21 15:18:36.144321439 +0000 2026-03-21T15:20:23.392 INFO:teuthology.orchestra.run.vm03.stdout:Change: 2026-03-21 15:18:36.144321439 +0000 2026-03-21T15:20:23.392 INFO:teuthology.orchestra.run.vm03.stdout: Birth: - 2026-03-21T15:20:23.392 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-03-21T15:20:23.444 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records in 2026-03-21T15:20:23.444 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records out 2026-03-21T15:20:23.444 INFO:teuthology.orchestra.run.vm03.stderr:512 bytes copied, 0.000199693 s, 2.6 MB/s 2026-03-21T15:20:23.444 DEBUG:teuthology.orchestra.run.vm03:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-03-21T15:20:23.489 DEBUG:teuthology.orchestra.run.vm03:> stat /dev/vg_nvme/lv_3 2026-03-21T15:20:23.536 INFO:teuthology.orchestra.run.vm03.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-03-21T15:20:23.536 INFO:teuthology.orchestra.run.vm03.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-21T15:20:23.536 INFO:teuthology.orchestra.run.vm03.stdout:Device: 5h/5d Inode: 858 Links: 1 2026-03-21T15:20:23.536 INFO:teuthology.orchestra.run.vm03.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-21T15:20:23.536 INFO:teuthology.orchestra.run.vm03.stdout:Access: 2026-03-21 15:18:36.588321439 +0000 2026-03-21T15:20:23.536 INFO:teuthology.orchestra.run.vm03.stdout:Modify: 2026-03-21 15:18:36.448321439 +0000 2026-03-21T15:20:23.536 INFO:teuthology.orchestra.run.vm03.stdout:Change: 2026-03-21 15:18:36.448321439 +0000 2026-03-21T15:20:23.536 INFO:teuthology.orchestra.run.vm03.stdout: Birth: - 2026-03-21T15:20:23.536 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-03-21T15:20:23.584 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records in 2026-03-21T15:20:23.584 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records out 2026-03-21T15:20:23.584 INFO:teuthology.orchestra.run.vm03.stderr:512 bytes copied, 0.000197359 s, 2.6 MB/s 2026-03-21T15:20:23.584 DEBUG:teuthology.orchestra.run.vm03:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-03-21T15:20:23.629 DEBUG:teuthology.orchestra.run.vm03:> stat /dev/vg_nvme/lv_4 2026-03-21T15:20:23.676 INFO:teuthology.orchestra.run.vm03.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-03-21T15:20:23.676 INFO:teuthology.orchestra.run.vm03.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-03-21T15:20:23.676 INFO:teuthology.orchestra.run.vm03.stdout:Device: 5h/5d Inode: 887 Links: 1 2026-03-21T15:20:23.676 INFO:teuthology.orchestra.run.vm03.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-03-21T15:20:23.676 INFO:teuthology.orchestra.run.vm03.stdout:Access: 2026-03-21 15:19:05.896321439 +0000 2026-03-21T15:20:23.676 INFO:teuthology.orchestra.run.vm03.stdout:Modify: 2026-03-21 15:18:36.752321439 +0000 2026-03-21T15:20:23.676 INFO:teuthology.orchestra.run.vm03.stdout:Change: 2026-03-21 15:18:36.752321439 +0000 2026-03-21T15:20:23.676 INFO:teuthology.orchestra.run.vm03.stdout: Birth: - 2026-03-21T15:20:23.676 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-03-21T15:20:23.724 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records in 2026-03-21T15:20:23.724 INFO:teuthology.orchestra.run.vm03.stderr:1+0 records out 2026-03-21T15:20:23.724 INFO:teuthology.orchestra.run.vm03.stderr:512 bytes copied, 0.000200426 s, 2.6 MB/s 2026-03-21T15:20:23.724 DEBUG:teuthology.orchestra.run.vm03:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-03-21T15:20:23.773 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-21T15:20:23.773 INFO:tasks.ceph:remote_to_roles_to_devs: {Remote(name='ubuntu@vm03.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-21T15:20:23.773 INFO:tasks.ceph:Generating config... 2026-03-21T15:20:23.774 INFO:tasks.ceph:[client] rbd default data pool = datapool 2026-03-21T15:20:23.774 INFO:tasks.ceph:[global] mon warn on pool no app = False 2026-03-21T15:20:23.774 INFO:tasks.ceph:[mgr] debug mgr = 20 2026-03-21T15:20:23.774 INFO:tasks.ceph:[mgr] debug ms = 1 2026-03-21T15:20:23.774 INFO:tasks.ceph:[mon] debug mon = 20 2026-03-21T15:20:23.774 INFO:tasks.ceph:[mon] debug ms = 1 2026-03-21T15:20:23.774 INFO:tasks.ceph:[mon] debug paxos = 20 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] bluestore block size = 96636764160 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] bluestore compression algorithm = zlib 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] bluestore compression mode = aggressive 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] bluestore fsck on mount = True 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] debug bluefs = 1/20 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] debug bluestore = 1/20 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] debug ms = 1 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] debug osd = 20 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] debug rocksdb = 4/10 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] mon osd backfillfull_ratio = 0.85 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] mon osd full ratio = 0.9 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] mon osd nearfull ratio = 0.8 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] osd failsafe full ratio = 0.95 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] osd mclock iops capacity threshold hdd = 49000 2026-03-21T15:20:23.774 INFO:tasks.ceph:[osd] osd objectstore = bluestore 2026-03-21T15:20:23.774 INFO:tasks.ceph:Setting up cluster2.mon.a... 2026-03-21T15:20:23.774 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --create-keyring /etc/ceph/cluster2.keyring 2026-03-21T15:20:23.835 INFO:teuthology.orchestra.run.vm03.stdout:creating /etc/ceph/cluster2.keyring 2026-03-21T15:20:23.837 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph-authtool --gen-key --name=mon. /etc/ceph/cluster2.keyring 2026-03-21T15:20:23.899 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-21T15:20:23.948 DEBUG:tasks.ceph:Ceph mon addresses: [('cluster2.mon.a', '192.168.123.103')] 2026-03-21T15:20:23.948 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.103', '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': 'zlib', '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-21T15:20:23.948 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:23.948 DEBUG:teuthology.orchestra.run.vm03:> dd of=/home/ubuntu/cephtest/ceph.tmp.conf 2026-03-21T15:20:23.992 DEBUG:teuthology.orchestra.run.vm03:> 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.103 --print /home/ubuntu/cephtest/cluster2.monmap 2026-03-21T15:20:24.050 INFO:teuthology.orchestra.run.vm03.stdout:monmaptool: monmap file /home/ubuntu/cephtest/cluster2.monmap 2026-03-21T15:20:24.050 INFO:teuthology.orchestra.run.vm03.stdout:monmaptool: generated fsid 724ae1a9-e314-4777-9c6d-6a27e98159e5 2026-03-21T15:20:24.050 INFO:teuthology.orchestra.run.vm03.stdout:setting min_mon_release = tentacle 2026-03-21T15:20:24.050 INFO:teuthology.orchestra.run.vm03.stdout:epoch 0 2026-03-21T15:20:24.050 INFO:teuthology.orchestra.run.vm03.stdout:fsid 724ae1a9-e314-4777-9c6d-6a27e98159e5 2026-03-21T15:20:24.050 INFO:teuthology.orchestra.run.vm03.stdout:last_changed 2026-03-21T15:20:24.050907+0000 2026-03-21T15:20:24.050 INFO:teuthology.orchestra.run.vm03.stdout:created 2026-03-21T15:20:24.050907+0000 2026-03-21T15:20:24.050 INFO:teuthology.orchestra.run.vm03.stdout:min_mon_release 20 (tentacle) 2026-03-21T15:20:24.050 INFO:teuthology.orchestra.run.vm03.stdout:election_strategy: 1 2026-03-21T15:20:24.050 INFO:teuthology.orchestra.run.vm03.stdout:0: [v2:192.168.123.103:3300/0,v1:192.168.123.103:6789/0] mon.a 2026-03-21T15:20:24.050 INFO:teuthology.orchestra.run.vm03.stdout:monmaptool: writing epoch 0 to /home/ubuntu/cephtest/cluster2.monmap (1 monitors) 2026-03-21T15:20:24.051 DEBUG:teuthology.orchestra.run.vm03:> rm -- /home/ubuntu/cephtest/ceph.tmp.conf 2026-03-21T15:20:24.096 INFO:tasks.ceph:Writing /etc/ceph/cluster2.conf for FSID 724ae1a9-e314-4777-9c6d-6a27e98159e5... 2026-03-21T15:20:24.096 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:20:24.097 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout:[global] 2026-03-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout: chdir = "" 2026-03-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout: auth supported = cephx 2026-03-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout: filestore xattr use omap = true 2026-03-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout: mon clock drift allowed = 1.000 2026-03-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout: osd crush chooseleaf type = 0 2026-03-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout: auth debug = true 2026-03-21T15:20:24.138 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: ms die on old message = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: ms die on bug = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon pg warn max object skew = 0 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: # disable pg_autoscaler by default for new pools 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd pool default size = 2 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon osd allow primary affinity = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon osd allow pg remap = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on legacy crush tunables = false 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on crush straw calc version zero = false 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on no sortbitwise = false 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on osd down out interval zero = false 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on too few osds = false 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon_allow_pool_size_one = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd default data pool replay window = 5 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon allow pool delete = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon cluster log file level = debug 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: debug asserts on shutdown = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon health detail to clog = false 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon host = 192.168.123.103 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: mon warn on pool no app = False 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: fsid = 724ae1a9-e314-4777-9c6d-6a27e98159e5 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout:[osd] 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd journal size = 100 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd scrub load threshold = 5.0 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd scrub max interval = 600 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd mclock profile = high_recovery_ops 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd mclock skip benchmark = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd recover clone overlap = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd recovery max chunk = 1048576 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd debug shutdown = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd debug op order = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd debug verify stray on activate = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd debug trim objects = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd open classes on start = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd debug pg log writeout = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd deep scrub update digest min age = 30 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: osd map max advance = 10 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: journal zero on create = true 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: filestore ondisk finisher threads = 3 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: filestore apply finisher threads = 3 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.139 INFO:teuthology.orchestra.run.vm02.stdout: bdev debug aio = true 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: osd debug misdirected ops = true 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: bluestore block size = 96636764160 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: bluestore compression algorithm = zlib 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: bluestore compression mode = aggressive 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: bluestore fsck on mount = True 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug bluefs = 1/20 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug bluestore = 1/20 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug ms = 1 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug osd = 20 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug rocksdb = 4/10 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon osd backfillfull_ratio = 0.85 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon osd full ratio = 0.9 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon osd nearfull ratio = 0.8 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: osd failsafe full ratio = 0.95 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: osd objectstore = bluestore 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout:[mgr] 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug ms = 1 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug mgr = 20 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug mon = 20 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug auth = 20 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon reweight min pgs per osd = 4 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon reweight min bytes per osd = 10 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mgr/telemetry/nag = false 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout:[mon] 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug ms = 1 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug mon = 20 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug paxos = 20 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: debug auth = 20 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon data avail warn = 5 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon mgr mkfs grace = 240 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon reweight min pgs per osd = 4 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon osd reporter subtree level = osd 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon osd prime pg temp = true 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon reweight min bytes per osd = 10 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: auth mon ticket ttl = 660 # 11m 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: auth service ticket ttl = 240 # 4m 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: # don't complain about insecure global_id in the test suite 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: # 1m isn't quite enough 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon_down_mkfs_grace = 2m 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: mon_warn_on_filestore_osds = false 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout:[client] 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: rgw cache enabled = true 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: rgw enable ops log = true 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: rgw enable usage log = true 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout: rbd default data pool = datapool 2026-03-21T15:20:24.140 INFO:teuthology.orchestra.run.vm02.stdout:[mon.a] 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout:[global] 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: chdir = "" 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: pid file = /var/run/ceph/$cluster-$name.pid 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: auth supported = cephx 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: filestore xattr use omap = true 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: mon clock drift allowed = 1.000 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: osd crush chooseleaf type = 0 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: auth debug = true 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: ms die on old message = true 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: ms die on bug = true 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: mon max pg per osd = 10000 # >= luminous 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: mon pg warn max object skew = 0 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: # disable pg_autoscaler by default for new pools 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: osd_pool_default_pg_autoscale_mode = off 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: osd pool default size = 2 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: mon osd allow primary affinity = true 2026-03-21T15:20:24.153 INFO:teuthology.orchestra.run.vm03.stdout: mon osd allow pg remap = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on legacy crush tunables = false 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on crush straw calc version zero = false 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on no sortbitwise = false 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on osd down out interval zero = false 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on too few osds = false 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon_warn_on_pool_pg_num_not_power_of_two = false 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon_warn_on_pool_no_redundancy = false 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon_allow_pool_size_one = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd pool default erasure code profile = plugin=isa technique=reed_sol_van k=2 m=1 crush-failure-domain=osd 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd default data pool replay window = 5 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon allow pool delete = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon cluster log file level = debug 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: debug asserts on shutdown = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon health detail to clog = false 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon host = 192.168.123.103 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: mon warn on pool no app = False 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: fsid = 724ae1a9-e314-4777-9c6d-6a27e98159e5 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout:[osd] 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd journal size = 100 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd scrub load threshold = 5.0 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd scrub max interval = 600 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd mclock profile = high_recovery_ops 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd mclock skip benchmark = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd recover clone overlap = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd recovery max chunk = 1048576 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd debug shutdown = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd debug op order = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd debug verify stray on activate = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd debug trim objects = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd open classes on start = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd debug pg log writeout = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd deep scrub update digest min age = 30 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd map max advance = 10 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: journal zero on create = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: filestore ondisk finisher threads = 3 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: filestore apply finisher threads = 3 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: bdev debug aio = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: osd debug misdirected ops = true 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: bluestore block size = 96636764160 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: bluestore compression algorithm = zlib 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: bluestore compression mode = aggressive 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: bluestore fsck on mount = True 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: debug bluefs = 1/20 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: debug bluestore = 1/20 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: debug ms = 1 2026-03-21T15:20:24.154 INFO:teuthology.orchestra.run.vm03.stdout: debug osd = 20 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: debug rocksdb = 4/10 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon osd backfillfull_ratio = 0.85 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon osd full ratio = 0.9 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon osd nearfull ratio = 0.8 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: osd failsafe full ratio = 0.95 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: osd mclock iops capacity threshold hdd = 49000 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: osd objectstore = bluestore 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout:[mgr] 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: debug ms = 1 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: debug mgr = 20 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: debug mon = 20 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: debug auth = 20 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon reweight min pgs per osd = 4 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon reweight min bytes per osd = 10 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mgr/telemetry/nag = false 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout:[mon] 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: debug ms = 1 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: debug mon = 20 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: debug paxos = 20 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: debug auth = 20 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon data avail warn = 5 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon mgr mkfs grace = 240 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon reweight min pgs per osd = 4 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon osd reporter subtree level = osd 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon osd prime pg temp = true 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon reweight min bytes per osd = 10 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: # rotate auth tickets quickly to exercise renewal paths 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: auth mon ticket ttl = 660 # 11m 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: auth service ticket ttl = 240 # 4m 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: # don't complain about insecure global_id in the test suite 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon_warn_on_insecure_global_id_reclaim = false 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon_warn_on_insecure_global_id_reclaim_allowed = false 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: # 1m isn't quite enough 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon_down_mkfs_grace = 2m 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: mon_warn_on_filestore_osds = false 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout:[client] 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: rgw cache enabled = true 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: rgw enable ops log = true 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: rgw enable usage log = true 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: log file = /var/log/ceph/$cluster-$name.$pid.log 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: admin socket = /var/run/ceph/$cluster-$name.$pid.asok 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout: rbd default data pool = datapool 2026-03-21T15:20:24.155 INFO:teuthology.orchestra.run.vm03.stdout:[mon.a] 2026-03-21T15:20:24.158 INFO:tasks.ceph:Creating admin key on cluster2.mon.a... 2026-03-21T15:20:24.158 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:24.228 INFO:tasks.ceph:Copying monmap to all nodes... 2026-03-21T15:20:24.228 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:24.228 DEBUG:teuthology.orchestra.run.vm03:> dd if=/etc/ceph/cluster2.keyring of=/dev/stdout 2026-03-21T15:20:24.272 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:24.272 DEBUG:teuthology.orchestra.run.vm03:> dd if=/home/ubuntu/cephtest/cluster2.monmap of=/dev/stdout 2026-03-21T15:20:24.316 INFO:tasks.ceph:Sending monmap to node ubuntu@vm02.local 2026-03-21T15:20:24.316 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:24.316 DEBUG:teuthology.orchestra.run.vm02:> sudo dd of=/etc/ceph/cluster2.keyring 2026-03-21T15:20:24.316 DEBUG:teuthology.orchestra.run.vm02:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-21T15:20:24.330 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:20:24.330 DEBUG:teuthology.orchestra.run.vm02:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2026-03-21T15:20:24.375 INFO:tasks.ceph:Sending monmap to node ubuntu@vm03.local 2026-03-21T15:20:24.375 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:24.375 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/ceph/cluster2.keyring 2026-03-21T15:20:24.375 DEBUG:teuthology.orchestra.run.vm03:> sudo chmod 0644 /etc/ceph/cluster2.keyring 2026-03-21T15:20:24.388 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:24.388 DEBUG:teuthology.orchestra.run.vm03:> dd of=/home/ubuntu/cephtest/cluster2.monmap 2026-03-21T15:20:24.432 INFO:tasks.ceph:Setting up mon nodes... 2026-03-21T15:20:24.432 INFO:tasks.ceph:Setting up mgr nodes... 2026-03-21T15:20:24.432 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:24.494 INFO:teuthology.orchestra.run.vm03.stdout:creating /var/lib/ceph/mgr/cluster2-x/keyring 2026-03-21T15:20:24.496 INFO:tasks.ceph:Setting up mds nodes... 2026-03-21T15:20:24.496 INFO:tasks.ceph_client:Setting up client nodes... 2026-03-21T15:20:24.496 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:24.554 INFO:teuthology.orchestra.run.vm03.stdout:creating /etc/ceph/cluster2.client.0.keyring 2026-03-21T15:20:24.562 INFO:tasks.ceph:Running mkfs on osd nodes... 2026-03-21T15:20:24.562 INFO:tasks.ceph:ctx.disk_config.remote_to_roles_to_dev: {Remote(name='ubuntu@vm02.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@vm03.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-21T15:20:24.562 DEBUG:teuthology.orchestra.run.vm03:> sudo mkdir -p /var/lib/ceph/osd/cluster2-0 2026-03-21T15:20:24.612 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-21T15:20:24.612 INFO:tasks.ceph:role: cluster2.osd.0 2026-03-21T15:20:24.612 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_1 on ubuntu@vm03.local 2026-03-21T15:20:24.612 DEBUG:teuthology.orchestra.run.vm03:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_1 2026-03-21T15:20:24.662 INFO:teuthology.orchestra.run.vm03.stdout:meta-data=/dev/vg_nvme/lv_1 isize=2048 agcount=4, agsize=1310464 blks 2026-03-21T15:20:24.662 INFO:teuthology.orchestra.run.vm03.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-21T15:20:24.662 INFO:teuthology.orchestra.run.vm03.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-21T15:20:24.662 INFO:teuthology.orchestra.run.vm03.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-21T15:20:24.662 INFO:teuthology.orchestra.run.vm03.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-21T15:20:24.662 INFO:teuthology.orchestra.run.vm03.stdout: = sunit=0 swidth=0 blks 2026-03-21T15:20:24.662 INFO:teuthology.orchestra.run.vm03.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-21T15:20:24.662 INFO:teuthology.orchestra.run.vm03.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-21T15:20:24.662 INFO:teuthology.orchestra.run.vm03.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-21T15:20:24.662 INFO:teuthology.orchestra.run.vm03.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-21T15:20:24.667 INFO:teuthology.orchestra.run.vm03.stdout:Discarding blocks...Done. 2026-03-21T15:20:24.669 INFO:tasks.ceph:mount /dev/vg_nvme/lv_1 on ubuntu@vm03.local -o noatime 2026-03-21T15:20:24.669 DEBUG:teuthology.orchestra.run.vm03:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_1 /var/lib/ceph/osd/cluster2-0 2026-03-21T15:20:24.766 DEBUG:teuthology.orchestra.run.vm03:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-0 2026-03-21T15:20:24.773 INFO:teuthology.orchestra.run.vm03.stderr:sudo: /sbin/restorecon: command not found 2026-03-21T15:20:24.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-21T15:20:24.774 DEBUG:teuthology.orchestra.run.vm03:> sudo mkdir -p /var/lib/ceph/osd/cluster2-1 2026-03-21T15:20:24.825 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-21T15:20:24.825 INFO:tasks.ceph:role: cluster2.osd.1 2026-03-21T15:20:24.825 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_2 on ubuntu@vm03.local 2026-03-21T15:20:24.825 DEBUG:teuthology.orchestra.run.vm03:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_2 2026-03-21T15:20:24.876 INFO:teuthology.orchestra.run.vm03.stdout:meta-data=/dev/vg_nvme/lv_2 isize=2048 agcount=4, agsize=1310464 blks 2026-03-21T15:20:24.876 INFO:teuthology.orchestra.run.vm03.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-21T15:20:24.876 INFO:teuthology.orchestra.run.vm03.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-21T15:20:24.876 INFO:teuthology.orchestra.run.vm03.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-21T15:20:24.876 INFO:teuthology.orchestra.run.vm03.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-21T15:20:24.876 INFO:teuthology.orchestra.run.vm03.stdout: = sunit=0 swidth=0 blks 2026-03-21T15:20:24.876 INFO:teuthology.orchestra.run.vm03.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-21T15:20:24.876 INFO:teuthology.orchestra.run.vm03.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-21T15:20:24.876 INFO:teuthology.orchestra.run.vm03.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-21T15:20:24.876 INFO:teuthology.orchestra.run.vm03.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-21T15:20:24.881 INFO:teuthology.orchestra.run.vm03.stdout:Discarding blocks...Done. 2026-03-21T15:20:24.883 INFO:tasks.ceph:mount /dev/vg_nvme/lv_2 on ubuntu@vm03.local -o noatime 2026-03-21T15:20:24.883 DEBUG:teuthology.orchestra.run.vm03:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_2 /var/lib/ceph/osd/cluster2-1 2026-03-21T15:20:24.937 DEBUG:teuthology.orchestra.run.vm03:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-1 2026-03-21T15:20:24.987 INFO:teuthology.orchestra.run.vm03.stderr:sudo: /sbin/restorecon: command not found 2026-03-21T15:20:24.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-21T15:20:24.988 DEBUG:teuthology.orchestra.run.vm03:> sudo mkdir -p /var/lib/ceph/osd/cluster2-2 2026-03-21T15:20:25.037 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-21T15:20:25.037 INFO:tasks.ceph:role: cluster2.osd.2 2026-03-21T15:20:25.037 INFO:tasks.ceph:['mkfs.xfs', '-f', '-i', 'size=2048'] on /dev/vg_nvme/lv_3 on ubuntu@vm03.local 2026-03-21T15:20:25.037 DEBUG:teuthology.orchestra.run.vm03:> yes | sudo mkfs.xfs -f -i size=2048 /dev/vg_nvme/lv_3 2026-03-21T15:20:25.088 INFO:teuthology.orchestra.run.vm03.stdout:meta-data=/dev/vg_nvme/lv_3 isize=2048 agcount=4, agsize=1310464 blks 2026-03-21T15:20:25.088 INFO:teuthology.orchestra.run.vm03.stdout: = sectsz=512 attr=2, projid32bit=1 2026-03-21T15:20:25.088 INFO:teuthology.orchestra.run.vm03.stdout: = crc=1 finobt=1, sparse=1, rmapbt=0 2026-03-21T15:20:25.088 INFO:teuthology.orchestra.run.vm03.stdout: = reflink=1 bigtime=0 inobtcount=0 2026-03-21T15:20:25.088 INFO:teuthology.orchestra.run.vm03.stdout:data = bsize=4096 blocks=5241856, imaxpct=25 2026-03-21T15:20:25.088 INFO:teuthology.orchestra.run.vm03.stdout: = sunit=0 swidth=0 blks 2026-03-21T15:20:25.088 INFO:teuthology.orchestra.run.vm03.stdout:naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2026-03-21T15:20:25.088 INFO:teuthology.orchestra.run.vm03.stdout:log =internal log bsize=4096 blocks=2560, version=2 2026-03-21T15:20:25.088 INFO:teuthology.orchestra.run.vm03.stdout: = sectsz=512 sunit=0 blks, lazy-count=1 2026-03-21T15:20:25.088 INFO:teuthology.orchestra.run.vm03.stdout:realtime =none extsz=4096 blocks=0, rtextents=0 2026-03-21T15:20:25.093 INFO:teuthology.orchestra.run.vm03.stdout:Discarding blocks...Done. 2026-03-21T15:20:25.095 INFO:tasks.ceph:mount /dev/vg_nvme/lv_3 on ubuntu@vm03.local -o noatime 2026-03-21T15:20:25.095 DEBUG:teuthology.orchestra.run.vm03:> sudo mount -t xfs -o noatime /dev/vg_nvme/lv_3 /var/lib/ceph/osd/cluster2-2 2026-03-21T15:20:25.149 DEBUG:teuthology.orchestra.run.vm03:> sudo /sbin/restorecon /var/lib/ceph/osd/cluster2-2 2026-03-21T15:20:25.199 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-21T15:20:25.199 INFO:teuthology.orchestra.run.vm03.stderr:sudo: /sbin/restorecon: command not found 2026-03-21T15:20:25.199 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:25.263 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:25.258+0000 7faa3ed55a40 -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-21T15:20:25.263 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:25.258+0000 7faa3ed55a40 -1 created new key in keyring /var/lib/ceph/osd/cluster2-0/keyring 2026-03-21T15:20:25.263 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:25.258+0000 7faa3ed55a40 -1 bdev(0x565427ee3800 /var/lib/ceph/osd/cluster2-0/block) open stat got: (1) Operation not permitted 2026-03-21T15:20:25.263 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:25.258+0000 7faa3ed55a40 -1 bluestore(/var/lib/ceph/osd/cluster2-0) _read_fsid unparsable uuid 2026-03-21T15:20:26.120 DEBUG:teuthology.orchestra.run.vm03:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-0 2026-03-21T15:20:26.174 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:26.238 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:26.234+0000 7f6e1d295a40 -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-21T15:20:26.239 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:26.234+0000 7f6e1d295a40 -1 created new key in keyring /var/lib/ceph/osd/cluster2-1/keyring 2026-03-21T15:20:26.239 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:26.234+0000 7f6e1d295a40 -1 bdev(0x555b8a0f7800 /var/lib/ceph/osd/cluster2-1/block) open stat got: (1) Operation not permitted 2026-03-21T15:20:26.239 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:26.234+0000 7f6e1d295a40 -1 bluestore(/var/lib/ceph/osd/cluster2-1) _read_fsid unparsable uuid 2026-03-21T15:20:27.627 DEBUG:teuthology.orchestra.run.vm03:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-1 2026-03-21T15:20:27.677 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:27.740 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:27.734+0000 7fe8aeb1da40 -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-21T15:20:27.741 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:27.734+0000 7fe8aeb1da40 -1 created new key in keyring /var/lib/ceph/osd/cluster2-2/keyring 2026-03-21T15:20:27.741 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:27.734+0000 7fe8aeb1da40 -1 bdev(0x55f3ad6cb800 /var/lib/ceph/osd/cluster2-2/block) open stat got: (1) Operation not permitted 2026-03-21T15:20:27.741 INFO:teuthology.orchestra.run.vm03.stderr:2026-03-21T15:20:27.738+0000 7fe8aeb1da40 -1 bluestore(/var/lib/ceph/osd/cluster2-2) _read_fsid unparsable uuid 2026-03-21T15:20:28.619 DEBUG:teuthology.orchestra.run.vm03:> sudo chown -R ceph:ceph /var/lib/ceph/osd/cluster2-2 2026-03-21T15:20:28.668 INFO:tasks.ceph:Reading keys from all nodes... 2026-03-21T15:20:28.668 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:28.668 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/var/lib/ceph/mgr/cluster2-x/keyring of=/dev/stdout 2026-03-21T15:20:28.716 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:28.716 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/var/lib/ceph/osd/cluster2-0/keyring of=/dev/stdout 2026-03-21T15:20:28.764 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:28.764 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/var/lib/ceph/osd/cluster2-1/keyring of=/dev/stdout 2026-03-21T15:20:28.812 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:28.812 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/var/lib/ceph/osd/cluster2-2/keyring of=/dev/stdout 2026-03-21T15:20:28.860 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:28.860 DEBUG:teuthology.orchestra.run.vm03:> dd if=/etc/ceph/cluster2.client.0.keyring of=/dev/stdout 2026-03-21T15:20:28.904 INFO:tasks.ceph:Adding keys to all mons... 2026-03-21T15:20:28.904 DEBUG:teuthology.orchestra.run.vm03:> sudo tee -a /etc/ceph/cluster2.keyring 2026-03-21T15:20:28.951 INFO:teuthology.orchestra.run.vm03.stdout:[mgr.x] 2026-03-21T15:20:28.952 INFO:teuthology.orchestra.run.vm03.stdout: key = AQA4t75pAYuKHRAArLmT/i6ieknGQSx0ruoLmA== 2026-03-21T15:20:28.952 INFO:teuthology.orchestra.run.vm03.stdout:[osd.0] 2026-03-21T15:20:28.952 INFO:teuthology.orchestra.run.vm03.stdout: key = AQA5t75p7sa/DxAATqJy+fuLplLq9tfr10/dKg== 2026-03-21T15:20:28.952 INFO:teuthology.orchestra.run.vm03.stdout:[osd.1] 2026-03-21T15:20:28.952 INFO:teuthology.orchestra.run.vm03.stdout: key = AQA6t75ppTBODhAAw5P8auCkAQPN4Om/yaTR3Q== 2026-03-21T15:20:28.952 INFO:teuthology.orchestra.run.vm03.stdout:[osd.2] 2026-03-21T15:20:28.952 INFO:teuthology.orchestra.run.vm03.stdout: key = AQA7t75pbhw3LBAAkQOflWa7zbrtDfGYr5I6tA== 2026-03-21T15:20:28.952 INFO:teuthology.orchestra.run.vm03.stdout:[client.0] 2026-03-21T15:20:28.952 INFO:teuthology.orchestra.run.vm03.stdout: key = AQA4t75pUlMZIRAAV0g4t0NkRHYzi9oVCRtl9Q== 2026-03-21T15:20:28.952 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:29.015 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:29.081 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:29.150 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:29.218 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:29.286 INFO:tasks.ceph:Running mkfs on mon nodes... 2026-03-21T15:20:29.286 DEBUG:teuthology.orchestra.run.vm03:> sudo mkdir -p /var/lib/ceph/mon/cluster2-a 2026-03-21T15:20:29.337 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:29.420 DEBUG:teuthology.orchestra.run.vm03:> sudo chown -R ceph:ceph /var/lib/ceph/mon/cluster2-a 2026-03-21T15:20:29.469 DEBUG:teuthology.orchestra.run.vm03:> rm -- /home/ubuntu/cephtest/cluster2.monmap 2026-03-21T15:20:29.516 INFO:tasks.ceph:Starting mon daemons in cluster cluster2... 2026-03-21T15:20:29.516 INFO:tasks.ceph.cluster2.mon.a:Restarting daemon 2026-03-21T15:20:29.516 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mon -f --cluster cluster2 -i a 2026-03-21T15:20:29.558 INFO:tasks.ceph.cluster2.mon.a:Started 2026-03-21T15:20:29.558 INFO:tasks.ceph:Starting mgr daemons in cluster cluster2... 2026-03-21T15:20:29.558 INFO:tasks.ceph.cluster2.mgr.x:Restarting daemon 2026-03-21T15:20:29.558 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-mgr -f --cluster cluster2 -i x 2026-03-21T15:20:29.559 INFO:tasks.ceph.cluster2.mgr.x:Started 2026-03-21T15:20:29.559 DEBUG:tasks.ceph:set 0 configs 2026-03-21T15:20:29.559 DEBUG:teuthology.orchestra.run.vm03:> sudo ceph --cluster cluster2 config dump 2026-03-21T15:20:29.660 INFO:teuthology.orchestra.run.vm03.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-03-21T15:20:29.673 INFO:tasks.ceph:Setting crush tunables to default 2026-03-21T15:20:29.673 DEBUG:teuthology.orchestra.run.vm03:> sudo ceph --cluster cluster2 osd crush tunables default 2026-03-21T15:20:29.775 INFO:teuthology.orchestra.run.vm03.stderr:adjusted tunables profile to default 2026-03-21T15:20:29.788 INFO:tasks.ceph:check_enable_crimson: False 2026-03-21T15:20:29.788 INFO:tasks.ceph:Starting osd daemons in cluster cluster2... 2026-03-21T15:20:29.788 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:29.788 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/var/lib/ceph/osd/cluster2-0/fsid of=/dev/stdout 2026-03-21T15:20:29.796 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:29.796 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/var/lib/ceph/osd/cluster2-1/fsid of=/dev/stdout 2026-03-21T15:20:29.845 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-21T15:20:29.845 DEBUG:teuthology.orchestra.run.vm03:> sudo dd if=/var/lib/ceph/osd/cluster2-2/fsid of=/dev/stdout 2026-03-21T15:20:29.901 DEBUG:teuthology.orchestra.run.vm03:> sudo ceph --cluster cluster2 osd new 2fd0ecaa-1fc3-4caa-a26d-485952986995 0 2026-03-21T15:20:30.064 INFO:teuthology.orchestra.run.vm03.stdout:0 2026-03-21T15:20:30.077 DEBUG:teuthology.orchestra.run.vm03:> sudo ceph --cluster cluster2 osd new 521782fb-95ee-4f29-95f6-53566c6f7914 1 2026-03-21T15:20:30.203 INFO:teuthology.orchestra.run.vm03.stdout:1 2026-03-21T15:20:30.218 DEBUG:teuthology.orchestra.run.vm03:> sudo ceph --cluster cluster2 osd new 4974545e-72f8-4f48-af3a-432537603f2a 2 2026-03-21T15:20:30.333 INFO:teuthology.orchestra.run.vm03.stdout:2 2026-03-21T15:20:30.346 INFO:tasks.ceph.cluster2.osd.0:Restarting daemon 2026-03-21T15:20:30.346 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 0 2026-03-21T15:20:30.347 INFO:tasks.ceph.cluster2.osd.0:Started 2026-03-21T15:20:30.348 INFO:tasks.ceph.cluster2.osd.1:Restarting daemon 2026-03-21T15:20:30.348 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 1 2026-03-21T15:20:30.348 INFO:tasks.ceph.cluster2.osd.1:Started 2026-03-21T15:20:30.349 INFO:tasks.ceph.cluster2.osd.2:Restarting daemon 2026-03-21T15:20:30.349 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage daemon-helper kill ceph-osd -f --cluster cluster2 -i 2 2026-03-21T15:20:30.349 INFO:tasks.ceph.cluster2.osd.2:Started 2026-03-21T15:20:30.350 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-21T15:20:30.463 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:30.463 INFO:teuthology.orchestra.run.vm03.stdout:{"epoch":5,"fsid":"724ae1a9-e314-4777-9c6d-6a27e98159e5","created":"2026-03-21T15:20:29.615674+0000","modified":"2026-03-21T15:20:30.332837+0000","last_up_change":"0.000000","last_in_change":"2026-03-21T15:20:30.332837+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":"2fd0ecaa-1fc3-4caa-a26d-485952986995","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":"521782fb-95ee-4f29-95f6-53566c6f7914","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":"4974545e-72f8-4f48-af3a-432537603f2a","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-21T15:20:30.476 INFO:tasks.ceph.ceph_manager.cluster2:[] 2026-03-21T15:20:30.476 INFO:tasks.ceph:Waiting for OSDs to come up 2026-03-21T15:20:30.662 INFO:tasks.ceph.cluster2.osd.0.vm03.stderr:2026-03-21T15:20:30.658+0000 7f162292ba40 -1 Falling back to public interface 2026-03-21T15:20:30.662 INFO:tasks.ceph.cluster2.osd.2.vm03.stderr:2026-03-21T15:20:30.658+0000 7f4ce7788a40 -1 Falling back to public interface 2026-03-21T15:20:30.678 INFO:tasks.ceph.cluster2.osd.1.vm03.stderr:2026-03-21T15:20:30.674+0000 7fa31815ba40 -1 Falling back to public interface 2026-03-21T15:20:30.778 DEBUG:teuthology.orchestra.run.vm03:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2026-03-21T15:20:30.894 INFO:teuthology.misc.health.vm03.stdout: 2026-03-21T15:20:30.894 INFO:teuthology.misc.health.vm03.stdout:{"epoch":5,"fsid":"724ae1a9-e314-4777-9c6d-6a27e98159e5","created":"2026-03-21T15:20:29.615674+0000","modified":"2026-03-21T15:20:30.332837+0000","last_up_change":"0.000000","last_in_change":"2026-03-21T15:20:30.332837+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":"2fd0ecaa-1fc3-4caa-a26d-485952986995","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":"521782fb-95ee-4f29-95f6-53566c6f7914","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":"4974545e-72f8-4f48-af3a-432537603f2a","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-21T15:20:30.909 DEBUG:teuthology.misc:0 of 3 OSDs are up 2026-03-21T15:20:30.939 INFO:tasks.ceph.cluster2.mgr.x.vm03.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-21T15:20:30.939 INFO:tasks.ceph.cluster2.mgr.x.vm03.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-21T15:20:30.939 INFO:tasks.ceph.cluster2.mgr.x.vm03.stderr: from numpy import show_config as show_numpy_config 2026-03-21T15:20:31.249 INFO:tasks.ceph.cluster2.osd.2.vm03.stderr:2026-03-21T15:20:31.242+0000 7f4ce7788a40 -1 osd.2 0 log_to_monitors true 2026-03-21T15:20:31.257 INFO:tasks.ceph.cluster2.osd.0.vm03.stderr:2026-03-21T15:20:31.254+0000 7f162292ba40 -1 osd.0 0 log_to_monitors true 2026-03-21T15:20:31.308 INFO:tasks.ceph.cluster2.osd.1.vm03.stderr:2026-03-21T15:20:31.302+0000 7fa31815ba40 -1 osd.1 0 log_to_monitors true 2026-03-21T15:20:31.587 INFO:tasks.ceph.cluster2.mgr.x.vm03.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-21T15:20:32.665 INFO:tasks.ceph.cluster2.osd.2.vm03.stderr:2026-03-21T15:20:32.662+0000 7f4ce3731640 -1 osd.2 0 waiting for initial osdmap 2026-03-21T15:20:32.665 INFO:tasks.ceph.cluster2.osd.0.vm03.stderr:2026-03-21T15:20:32.662+0000 7f161e8d4640 -1 osd.0 0 waiting for initial osdmap 2026-03-21T15:20:32.669 INFO:tasks.ceph.cluster2.osd.0.vm03.stderr:2026-03-21T15:20:32.662+0000 7f16196e2640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-21T15:20:32.669 INFO:tasks.ceph.cluster2.osd.2.vm03.stderr:2026-03-21T15:20:32.662+0000 7f4cde53f640 -1 osd.2 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-21T15:20:32.681 INFO:tasks.ceph.cluster2.osd.1.vm03.stderr:2026-03-21T15:20:32.678+0000 7fa314104640 -1 osd.1 0 waiting for initial osdmap 2026-03-21T15:20:32.684 INFO:tasks.ceph.cluster2.osd.1.vm03.stderr:2026-03-21T15:20:32.678+0000 7fa30ef12640 -1 osd.1 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-03-21T15:20:33.083 INFO:tasks.ceph.cluster2.mgr.x.vm03.stderr:2026-03-21T15:20:33.078+0000 7fab79a7d640 -1 mgr.server handle_report got status from non-daemon mon.a 2026-03-21T15:20:37.212 DEBUG:teuthology.orchestra.run.vm03:> adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage ceph --cluster cluster2 osd dump --format=json 2026-03-21T15:20:37.370 INFO:teuthology.misc.health.vm03.stdout: 2026-03-21T15:20:37.370 INFO:teuthology.misc.health.vm03.stdout:{"epoch":11,"fsid":"724ae1a9-e314-4777-9c6d-6a27e98159e5","created":"2026-03-21T15:20:29.615674+0000","modified":"2026-03-21T15:20:37.235915+0000","last_up_change":"2026-03-21T15:20:33.654119+0000","last_in_change":"2026-03-21T15:20:30.332837+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-21T15:20:34.095756+0000","flags":1,"flags_names":"hashpspool","type":1,"size":2,"min_size":1,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"11","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":2.9900000095367432,"score_stable":2.9900000095367432,"optimal_score":0.67000001668930054,"raw_score_acting":2,"raw_score_stable":2,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"2fd0ecaa-1fc3-4caa-a26d-485952986995","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.103:6800","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6802","nonce":3267601089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6804","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6806","nonce":3267601089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6812","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6814","nonce":3267601089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6808","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6810","nonce":3267601089}]},"public_addr":"192.168.123.103:6802/3267601089","cluster_addr":"192.168.123.103:6806/3267601089","heartbeat_back_addr":"192.168.123.103:6814/3267601089","heartbeat_front_addr":"192.168.123.103:6810/3267601089","state":["exists","up"]},{"osd":1,"uuid":"521782fb-95ee-4f29-95f6-53566c6f7914","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.103:6816","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6817","nonce":539048347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6818","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6819","nonce":539048347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6822","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6823","nonce":539048347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6820","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6821","nonce":539048347}]},"public_addr":"192.168.123.103:6817/539048347","cluster_addr":"192.168.123.103:6819/539048347","heartbeat_back_addr":"192.168.123.103:6823/539048347","heartbeat_front_addr":"192.168.123.103:6821/539048347","state":["exists","up"]},{"osd":2,"uuid":"4974545e-72f8-4f48-af3a-432537603f2a","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.103:6801","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6803","nonce":1335822590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6805","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6807","nonce":1335822590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6813","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6815","nonce":1335822590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6809","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6811","nonce":1335822590}]},"public_addr":"192.168.123.103:6803/1335822590","cluster_addr":"192.168.123.103:6807/1335822590","heartbeat_back_addr":"192.168.123.103:6815/1335822590","heartbeat_front_addr":"192.168.123.103:6811/1335822590","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-21T15:20:32.212301+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-21T15:20:32.306043+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-21T15:20:32.267835+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-21T15:20:37.383 DEBUG:teuthology.misc:3 of 3 OSDs are up 2026-03-21T15:20:37.383 INFO:tasks.ceph:Creating RBD pool 2026-03-21T15:20:37.383 DEBUG:teuthology.orchestra.run.vm03:> sudo ceph --cluster cluster2 osd pool create rbd 8 2026-03-21T15:20:38.419 INFO:teuthology.orchestra.run.vm03.stderr:pool 'rbd' created 2026-03-21T15:20:38.433 DEBUG:teuthology.orchestra.run.vm03:> rbd --cluster cluster2 pool init rbd 2026-03-21T15:20:41.440 INFO:tasks.ceph:Starting mds daemons in cluster cluster2... 2026-03-21T15:20:41.440 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 config log 1 --format=json 2026-03-21T15:20:41.440 INFO:tasks.daemonwatchdog.daemon_watchdog:watchdog starting 2026-03-21T15:20:41.618 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:41.635 INFO:teuthology.orchestra.run.vm03.stdout:[{"version":1,"timestamp":"0.000000","name":"","changes":[]}] 2026-03-21T15:20:41.635 INFO:tasks.ceph_manager:config epoch is 1 2026-03-21T15:20:41.635 INFO:tasks.ceph:Waiting until cluster2 daemons up and pgs clean... 2026-03-21T15:20:41.635 INFO:tasks.ceph.ceph_manager.cluster2:waiting for mgr available 2026-03-21T15:20:41.635 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 mgr dump --format=json 2026-03-21T15:20:41.826 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:41.847 INFO:teuthology.orchestra.run.vm03.stdout:{"epoch":5,"flags":0,"active_gid":4105,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6824","nonce":1612180681},{"type":"v1","addr":"192.168.123.103:6825","nonce":1612180681}]},"active_addr":"192.168.123.103:6825/1612180681","active_change":"2026-03-21T15:20:32.071924+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.103:0","nonce":1765169779}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"192.168.123.103:0","nonce":3244943321}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"192.168.123.103:0","nonce":1777715893}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"192.168.123.103:0","nonce":97159637}]}]} 2026-03-21T15:20:41.847 INFO:tasks.ceph.ceph_manager.cluster2:mgr available! 2026-03-21T15:20:41.848 INFO:tasks.ceph.ceph_manager.cluster2:waiting for all up 2026-03-21T15:20:41.848 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-21T15:20:42.015 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:42.015 INFO:teuthology.orchestra.run.vm03.stdout:{"epoch":15,"fsid":"724ae1a9-e314-4777-9c6d-6a27e98159e5","created":"2026-03-21T15:20:29.615674+0000","modified":"2026-03-21T15:20:41.429986+0000","last_up_change":"2026-03-21T15:20:33.654119+0000","last_in_change":"2026-03-21T15:20:30.332837+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-21T15:20:34.095756+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-21T15:20:37.552153+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":"2fd0ecaa-1fc3-4caa-a26d-485952986995","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.103:6800","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6802","nonce":3267601089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6804","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6806","nonce":3267601089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6812","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6814","nonce":3267601089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6808","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6810","nonce":3267601089}]},"public_addr":"192.168.123.103:6802/3267601089","cluster_addr":"192.168.123.103:6806/3267601089","heartbeat_back_addr":"192.168.123.103:6814/3267601089","heartbeat_front_addr":"192.168.123.103:6810/3267601089","state":["exists","up"]},{"osd":1,"uuid":"521782fb-95ee-4f29-95f6-53566c6f7914","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.103:6816","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6817","nonce":539048347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6818","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6819","nonce":539048347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6822","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6823","nonce":539048347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6820","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6821","nonce":539048347}]},"public_addr":"192.168.123.103:6817/539048347","cluster_addr":"192.168.123.103:6819/539048347","heartbeat_back_addr":"192.168.123.103:6823/539048347","heartbeat_front_addr":"192.168.123.103:6821/539048347","state":["exists","up"]},{"osd":2,"uuid":"4974545e-72f8-4f48-af3a-432537603f2a","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.103:6801","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6803","nonce":1335822590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6805","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6807","nonce":1335822590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6813","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6815","nonce":1335822590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6809","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6811","nonce":1335822590}]},"public_addr":"192.168.123.103:6803/1335822590","cluster_addr":"192.168.123.103:6807/1335822590","heartbeat_back_addr":"192.168.123.103:6815/1335822590","heartbeat_front_addr":"192.168.123.103:6811/1335822590","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-21T15:20:32.212301+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-21T15:20:32.306043+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-21T15:20:32.267835+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-21T15:20:42.029 INFO:tasks.ceph.ceph_manager.cluster2:all up! 2026-03-21T15:20:42.029 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd dump --format=json 2026-03-21T15:20:42.188 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:42.188 INFO:teuthology.orchestra.run.vm03.stdout:{"epoch":15,"fsid":"724ae1a9-e314-4777-9c6d-6a27e98159e5","created":"2026-03-21T15:20:29.615674+0000","modified":"2026-03-21T15:20:41.429986+0000","last_up_change":"2026-03-21T15:20:33.654119+0000","last_in_change":"2026-03-21T15:20:30.332837+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-21T15:20:34.095756+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-21T15:20:37.552153+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":"2fd0ecaa-1fc3-4caa-a26d-485952986995","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.103:6800","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6802","nonce":3267601089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6804","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6806","nonce":3267601089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6812","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6814","nonce":3267601089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6808","nonce":3267601089},{"type":"v1","addr":"192.168.123.103:6810","nonce":3267601089}]},"public_addr":"192.168.123.103:6802/3267601089","cluster_addr":"192.168.123.103:6806/3267601089","heartbeat_back_addr":"192.168.123.103:6814/3267601089","heartbeat_front_addr":"192.168.123.103:6810/3267601089","state":["exists","up"]},{"osd":1,"uuid":"521782fb-95ee-4f29-95f6-53566c6f7914","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.103:6816","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6817","nonce":539048347}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6818","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6819","nonce":539048347}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6822","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6823","nonce":539048347}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6820","nonce":539048347},{"type":"v1","addr":"192.168.123.103:6821","nonce":539048347}]},"public_addr":"192.168.123.103:6817/539048347","cluster_addr":"192.168.123.103:6819/539048347","heartbeat_back_addr":"192.168.123.103:6823/539048347","heartbeat_front_addr":"192.168.123.103:6821/539048347","state":["exists","up"]},{"osd":2,"uuid":"4974545e-72f8-4f48-af3a-432537603f2a","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.103:6801","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6803","nonce":1335822590}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6805","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6807","nonce":1335822590}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6813","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6815","nonce":1335822590}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"192.168.123.103:6809","nonce":1335822590},{"type":"v1","addr":"192.168.123.103:6811","nonce":1335822590}]},"public_addr":"192.168.123.103:6803/1335822590","cluster_addr":"192.168.123.103:6807/1335822590","heartbeat_back_addr":"192.168.123.103:6815/1335822590","heartbeat_front_addr":"192.168.123.103:6811/1335822590","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-21T15:20:32.212301+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-21T15:20:32.306043+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-21T15:20:32.267835+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-21T15:20:42.204 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.0 flush_pg_stats 2026-03-21T15:20:42.204 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.1 flush_pg_stats 2026-03-21T15:20:42.204 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 tell osd.2 flush_pg_stats 2026-03-21T15:20:42.301 INFO:teuthology.orchestra.run.vm03.stdout:34359738371 2026-03-21T15:20:42.301 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2026-03-21T15:20:42.302 INFO:teuthology.orchestra.run.vm03.stdout:34359738371 2026-03-21T15:20:42.302 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-03-21T15:20:42.306 INFO:teuthology.orchestra.run.vm03.stdout:34359738371 2026-03-21T15:20:42.306 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2026-03-21T15:20:42.470 INFO:teuthology.orchestra.run.vm03.stdout:34359738370 2026-03-21T15:20:42.489 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.2 2026-03-21T15:20:42.513 INFO:teuthology.orchestra.run.vm03.stdout:34359738370 2026-03-21T15:20:42.529 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.1 2026-03-21T15:20:42.539 INFO:teuthology.orchestra.run.vm03.stdout:34359738370 2026-03-21T15:20:42.553 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.0 2026-03-21T15:20:43.490 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2026-03-21T15:20:43.529 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2026-03-21T15:20:43.554 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-03-21T15:20:43.653 INFO:teuthology.orchestra.run.vm03.stdout:34359738370 2026-03-21T15:20:43.667 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.2 2026-03-21T15:20:43.695 INFO:teuthology.orchestra.run.vm03.stdout:34359738370 2026-03-21T15:20:43.708 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.1 2026-03-21T15:20:43.737 INFO:teuthology.orchestra.run.vm03.stdout:34359738370 2026-03-21T15:20:43.750 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738370 for osd.0 2026-03-21T15:20:44.668 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.2 2026-03-21T15:20:44.709 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.1 2026-03-21T15:20:44.751 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 osd last-stat-seq osd.0 2026-03-21T15:20:44.834 INFO:teuthology.orchestra.run.vm03.stdout:34359738371 2026-03-21T15:20:44.855 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.2 2026-03-21T15:20:44.855 DEBUG:teuthology.parallel:result is None 2026-03-21T15:20:44.893 INFO:teuthology.orchestra.run.vm03.stdout:34359738371 2026-03-21T15:20:44.911 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.1 2026-03-21T15:20:44.911 DEBUG:teuthology.parallel:result is None 2026-03-21T15:20:44.937 INFO:teuthology.orchestra.run.vm03.stdout:34359738371 2026-03-21T15:20:44.953 INFO:tasks.ceph.ceph_manager.cluster2:need seq 34359738371 got 34359738371 for osd.0 2026-03-21T15:20:44.953 DEBUG:teuthology.parallel:result is None 2026-03-21T15:20:44.953 INFO:tasks.ceph.ceph_manager.cluster2:waiting for clean 2026-03-21T15:20:44.953 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-03-21T15:20:45.159 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:45.159 INFO:teuthology.orchestra.run.vm03.stderr:dumped all 2026-03-21T15:20:45.173 INFO:teuthology.orchestra.run.vm03.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2026-03-21T15:20:44.611932+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":81400,"kb_used_data":864,"kb_used_omap":24,"kb_used_meta":80423,"kb_avail":283034120,"statfs":{"total":289910292480,"available":289826938880,"internally_reserved":0,"allocated":884736,"data_stored":1033405,"data_compressed":5424,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":25013,"internal_metadata":82353739},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"5.186934"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:41.436025+0000","last_change":"2026-03-21T15:20:41.436377+0000","last_active":"2026-03-21T15:20:41.436025+0000","last_peered":"2026-03-21T15:20:41.436025+0000","last_clean":"2026-03-21T15:20:41.436025+0000","last_became_active":"2026-03-21T15:20:39.430518+0000","last_became_peered":"2026-03-21T15:20:39.430518+0000","last_unstale":"2026-03-21T15:20:41.436025+0000","last_undegraded":"2026-03-21T15:20:41.436025+0000","last_fullsized":"2026-03-21T15:20:41.436025+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T22:10:50.394892+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043042500000000001,"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-21T15:20:41.436093+0000","last_change":"2026-03-21T15:20:41.436397+0000","last_active":"2026-03-21T15:20:41.436093+0000","last_peered":"2026-03-21T15:20:41.436093+0000","last_clean":"2026-03-21T15:20:41.436093+0000","last_became_active":"2026-03-21T15:20:39.430514+0000","last_became_peered":"2026-03-21T15:20:39.430514+0000","last_unstale":"2026-03-21T15:20:41.436093+0000","last_undegraded":"2026-03-21T15:20:41.436093+0000","last_fullsized":"2026-03-21T15:20:41.436093+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T18:08:33.379669+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00036243799999999997,"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-21T15:20:41.436452+0000","last_change":"2026-03-21T15:20:41.436526+0000","last_active":"2026-03-21T15:20:41.436452+0000","last_peered":"2026-03-21T15:20:41.436452+0000","last_clean":"2026-03-21T15:20:41.436452+0000","last_became_active":"2026-03-21T15:20:39.430407+0000","last_became_peered":"2026-03-21T15:20:39.430407+0000","last_unstale":"2026-03-21T15:20:41.436452+0000","last_undegraded":"2026-03-21T15:20:41.436452+0000","last_fullsized":"2026-03-21T15:20:41.436452+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-23T00:14:34.343100+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040805300000000002,"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-21T15:20:41.436470+0000","last_change":"2026-03-21T15:20:41.436606+0000","last_active":"2026-03-21T15:20:41.436470+0000","last_peered":"2026-03-21T15:20:41.436470+0000","last_clean":"2026-03-21T15:20:41.436470+0000","last_became_active":"2026-03-21T15:20:39.430074+0000","last_became_peered":"2026-03-21T15:20:39.430074+0000","last_unstale":"2026-03-21T15:20:41.436470+0000","last_undegraded":"2026-03-21T15:20:41.436470+0000","last_fullsized":"2026-03-21T15:20:41.436470+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T16:54:23.368700+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042298100000000001,"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-21T15:20:41.433650+0000","last_change":"2026-03-21T15:20:41.433650+0000","last_active":"2026-03-21T15:20:41.433650+0000","last_peered":"2026-03-21T15:20:41.433650+0000","last_clean":"2026-03-21T15:20:41.433650+0000","last_became_active":"2026-03-21T15:20:39.432587+0000","last_became_peered":"2026-03-21T15:20:39.432587+0000","last_unstale":"2026-03-21T15:20:41.433650+0000","last_undegraded":"2026-03-21T15:20:41.433650+0000","last_fullsized":"2026-03-21T15:20:41.433650+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T19:10:15.186950+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00025290300000000001,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:41.454566+0000","last_change":"2026-03-21T15:20:41.454670+0000","last_active":"2026-03-21T15:20:41.454566+0000","last_peered":"2026-03-21T15:20:41.454566+0000","last_clean":"2026-03-21T15:20:41.454566+0000","last_became_active":"2026-03-21T15:20:39.429919+0000","last_became_peered":"2026-03-21T15:20:39.429919+0000","last_unstale":"2026-03-21T15:20:41.454566+0000","last_undegraded":"2026-03-21T15:20:41.454566+0000","last_fullsized":"2026-03-21T15:20:41.454566+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-23T03:05:54.055281+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00022882800000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:41.454796+0000","last_change":"2026-03-21T15:20:41.454861+0000","last_active":"2026-03-21T15:20:41.454796+0000","last_peered":"2026-03-21T15:20:41.454796+0000","last_clean":"2026-03-21T15:20:41.454796+0000","last_became_active":"2026-03-21T15:20:39.429931+0000","last_became_peered":"2026-03-21T15:20:39.429931+0000","last_unstale":"2026-03-21T15:20:41.454796+0000","last_undegraded":"2026-03-21T15:20:41.454796+0000","last_fullsized":"2026-03-21T15:20:41.454796+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T23:36:04.971819+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030652300000000001,"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-21T15:20:41.436634+0000","last_change":"2026-03-21T15:20:41.436682+0000","last_active":"2026-03-21T15:20:41.436634+0000","last_peered":"2026-03-21T15:20:41.436634+0000","last_clean":"2026-03-21T15:20:41.436634+0000","last_became_active":"2026-03-21T15:20:39.429800+0000","last_became_peered":"2026-03-21T15:20:39.429800+0000","last_unstale":"2026-03-21T15:20:41.436634+0000","last_undegraded":"2026-03-21T15:20:41.436634+0000","last_fullsized":"2026-03-21T15:20:41.436634+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T16:30:57.190690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040179199999999999,"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-21T15:20:41.436274+0000","last_change":"2026-03-21T15:20:36.288878+0000","last_active":"2026-03-21T15:20:41.436274+0000","last_peered":"2026-03-21T15:20:41.436274+0000","last_clean":"2026-03-21T15:20:41.436274+0000","last_became_active":"2026-03-21T15:20:36.288786+0000","last_became_peered":"2026-03-21T15:20:36.288786+0000","last_unstale":"2026-03-21T15:20:41.436274+0000","last_undegraded":"2026-03-21T15:20:41.436274+0000","last_fullsized":"2026-03-21T15:20:41.436274+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-21T15:20:35.085518+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:35.085518+0000","last_clean_scrub_stamp":"2026-03-21T15:20:35.085518+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-22T19:33:42.547505+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":5424,"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":34359738372,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":26968,"kb_used_data":128,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344872,"statfs":{"total":96636764160,"available":96609148928,"internally_reserved":0,"allocated":131072,"data_stored":38269,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8121,"internal_metadata":27451463},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738372,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":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":2712,"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":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738372,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":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":2712,"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":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":2712,"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":2712,"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-21T15:20:45.173 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 pg dump --format=json 2026-03-21T15:20:45.329 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:45.329 INFO:teuthology.orchestra.run.vm03.stderr:dumped all 2026-03-21T15:20:45.343 INFO:teuthology.orchestra.run.vm03.stdout:{"pg_ready":true,"pg_map":{"version":18,"stamp":"2026-03-21T15:20:44.611932+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":81400,"kb_used_data":864,"kb_used_omap":24,"kb_used_meta":80423,"kb_avail":283034120,"statfs":{"total":289910292480,"available":289826938880,"internally_reserved":0,"allocated":884736,"data_stored":1033405,"data_compressed":5424,"data_compressed_allocated":442368,"data_compressed_original":884736,"omap_allocated":25013,"internal_metadata":82353739},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":19,"num_objects":2,"num_object_clones":0,"num_object_copies":4,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"5.186934"},"pg_stats":[{"pgid":"2.7","version":"0'0","reported_seq":20,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:41.436025+0000","last_change":"2026-03-21T15:20:41.436377+0000","last_active":"2026-03-21T15:20:41.436025+0000","last_peered":"2026-03-21T15:20:41.436025+0000","last_clean":"2026-03-21T15:20:41.436025+0000","last_became_active":"2026-03-21T15:20:39.430518+0000","last_became_peered":"2026-03-21T15:20:39.430518+0000","last_unstale":"2026-03-21T15:20:41.436025+0000","last_undegraded":"2026-03-21T15:20:41.436025+0000","last_fullsized":"2026-03-21T15:20:41.436025+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T22:10:50.394892+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00043042500000000001,"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-21T15:20:41.436093+0000","last_change":"2026-03-21T15:20:41.436397+0000","last_active":"2026-03-21T15:20:41.436093+0000","last_peered":"2026-03-21T15:20:41.436093+0000","last_clean":"2026-03-21T15:20:41.436093+0000","last_became_active":"2026-03-21T15:20:39.430514+0000","last_became_peered":"2026-03-21T15:20:39.430514+0000","last_unstale":"2026-03-21T15:20:41.436093+0000","last_undegraded":"2026-03-21T15:20:41.436093+0000","last_fullsized":"2026-03-21T15:20:41.436093+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T18:08:33.379669+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00036243799999999997,"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-21T15:20:41.436452+0000","last_change":"2026-03-21T15:20:41.436526+0000","last_active":"2026-03-21T15:20:41.436452+0000","last_peered":"2026-03-21T15:20:41.436452+0000","last_clean":"2026-03-21T15:20:41.436452+0000","last_became_active":"2026-03-21T15:20:39.430407+0000","last_became_peered":"2026-03-21T15:20:39.430407+0000","last_unstale":"2026-03-21T15:20:41.436452+0000","last_undegraded":"2026-03-21T15:20:41.436452+0000","last_fullsized":"2026-03-21T15:20:41.436452+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-23T00:14:34.343100+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040805300000000002,"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-21T15:20:41.436470+0000","last_change":"2026-03-21T15:20:41.436606+0000","last_active":"2026-03-21T15:20:41.436470+0000","last_peered":"2026-03-21T15:20:41.436470+0000","last_clean":"2026-03-21T15:20:41.436470+0000","last_became_active":"2026-03-21T15:20:39.430074+0000","last_became_peered":"2026-03-21T15:20:39.430074+0000","last_unstale":"2026-03-21T15:20:41.436470+0000","last_undegraded":"2026-03-21T15:20:41.436470+0000","last_fullsized":"2026-03-21T15:20:41.436470+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T16:54:23.368700+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00042298100000000001,"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-21T15:20:41.433650+0000","last_change":"2026-03-21T15:20:41.433650+0000","last_active":"2026-03-21T15:20:41.433650+0000","last_peered":"2026-03-21T15:20:41.433650+0000","last_clean":"2026-03-21T15:20:41.433650+0000","last_became_active":"2026-03-21T15:20:39.432587+0000","last_became_peered":"2026-03-21T15:20:39.432587+0000","last_unstale":"2026-03-21T15:20:41.433650+0000","last_undegraded":"2026-03-21T15:20:41.433650+0000","last_fullsized":"2026-03-21T15:20:41.433650+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T19:10:15.186950+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00025290300000000001,"stat_sum":{"num_bytes":19,"num_objects":1,"num_object_clones":0,"num_object_copies":2,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":1,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":2,"num_write_kb":2,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[0,1],"acting":[0,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":0,"acting_primary":0,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.1","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:41.454566+0000","last_change":"2026-03-21T15:20:41.454670+0000","last_active":"2026-03-21T15:20:41.454566+0000","last_peered":"2026-03-21T15:20:41.454566+0000","last_clean":"2026-03-21T15:20:41.454566+0000","last_became_active":"2026-03-21T15:20:39.429919+0000","last_became_peered":"2026-03-21T15:20:39.429919+0000","last_unstale":"2026-03-21T15:20:41.454566+0000","last_undegraded":"2026-03-21T15:20:41.454566+0000","last_fullsized":"2026-03-21T15:20:41.454566+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-23T03:05:54.055281+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00022882800000000001,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[2,1],"acting":[2,1],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":2,"acting_primary":2,"purged_snaps":[{"start":"2","length":"1"}]},{"pgid":"2.0","version":"0'0","reported_seq":18,"reported_epoch":15,"state":"active+clean","last_fresh":"2026-03-21T15:20:41.454796+0000","last_change":"2026-03-21T15:20:41.454861+0000","last_active":"2026-03-21T15:20:41.454796+0000","last_peered":"2026-03-21T15:20:41.454796+0000","last_clean":"2026-03-21T15:20:41.454796+0000","last_became_active":"2026-03-21T15:20:39.429931+0000","last_became_peered":"2026-03-21T15:20:39.429931+0000","last_unstale":"2026-03-21T15:20:41.454796+0000","last_undegraded":"2026-03-21T15:20:41.454796+0000","last_fullsized":"2026-03-21T15:20:41.454796+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T23:36:04.971819+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00030652300000000001,"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-21T15:20:41.436634+0000","last_change":"2026-03-21T15:20:41.436682+0000","last_active":"2026-03-21T15:20:41.436634+0000","last_peered":"2026-03-21T15:20:41.436634+0000","last_clean":"2026-03-21T15:20:41.436634+0000","last_became_active":"2026-03-21T15:20:39.429800+0000","last_became_peered":"2026-03-21T15:20:39.429800+0000","last_unstale":"2026-03-21T15:20:41.436634+0000","last_undegraded":"2026-03-21T15:20:41.436634+0000","last_fullsized":"2026-03-21T15:20:41.436634+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-21T15:20:38.255777+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:38.255777+0000","last_clean_scrub_stamp":"2026-03-21T15:20:38.255777+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-22T16:30:57.190690+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0.00040179199999999999,"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-21T15:20:41.436274+0000","last_change":"2026-03-21T15:20:36.288878+0000","last_active":"2026-03-21T15:20:41.436274+0000","last_peered":"2026-03-21T15:20:41.436274+0000","last_clean":"2026-03-21T15:20:41.436274+0000","last_became_active":"2026-03-21T15:20:36.288786+0000","last_became_peered":"2026-03-21T15:20:36.288786+0000","last_unstale":"2026-03-21T15:20:41.436274+0000","last_undegraded":"2026-03-21T15:20:41.436274+0000","last_fullsized":"2026-03-21T15:20:41.436274+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-21T15:20:35.085518+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-03-21T15:20:35.085518+0000","last_clean_scrub_stamp":"2026-03-21T15:20:35.085518+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-22T19:33:42.547505+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":5424,"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":34359738372,"num_pgs":3,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":26968,"kb_used_data":128,"kb_used_omap":7,"kb_used_meta":26808,"kb_avail":94344872,"statfs":{"total":96636764160,"available":96609148928,"internally_reserved":0,"allocated":131072,"data_stored":38269,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8121,"internal_metadata":27451463},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":8,"seq":34359738372,"num_pgs":9,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":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":2712,"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":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738372,"num_pgs":6,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":94371840,"kb_used":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":2712,"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":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":2712,"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":2712,"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-21T15:20:45.343 INFO:tasks.ceph.ceph_manager.cluster2:clean! 2026-03-21T15:20:45.343 INFO:tasks.ceph:Waiting until ceph cluster cluster2 is healthy... 2026-03-21T15:20:45.343 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy 2026-03-21T15:20:45.343 DEBUG:teuthology.orchestra.run.vm03:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster cluster2 health --format=json 2026-03-21T15:20:45.518 INFO:teuthology.orchestra.run.vm03.stdout: 2026-03-21T15:20:45.518 INFO:teuthology.orchestra.run.vm03.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-03-21T15:20:45.532 INFO:tasks.ceph.ceph_manager.cluster2:wait_until_healthy done 2026-03-21T15:20:45.532 INFO:teuthology.run_tasks:Running task exec... 2026-03-21T15:20:45.557 INFO:teuthology.task.exec:Executing custom commands... 2026-03-21T15:20:45.557 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm02.local 2026-03-21T15:20:45.557 DEBUG:teuthology.orchestra.run.vm02:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster1 osd pool create datapool 4' 2026-03-21T15:20:46.597 INFO:teuthology.orchestra.run.vm02.stderr:pool 'datapool' created 2026-03-21T15:20:46.614 DEBUG:teuthology.orchestra.run.vm02:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 pool init datapool' 2026-03-21T15:20:49.875 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@vm03.local 2026-03-21T15:20:49.876 DEBUG:teuthology.orchestra.run.vm03:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sudo ceph --cluster cluster2 osd pool create datapool 4' 2026-03-21T15:20:50.739 INFO:teuthology.orchestra.run.vm03.stderr:pool 'datapool' created 2026-03-21T15:20:50.758 DEBUG:teuthology.orchestra.run.vm03:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 pool init datapool' 2026-03-21T15:20:53.766 INFO:teuthology.run_tasks:Running task exec... 2026-03-21T15:20:53.768 INFO:teuthology.task.exec:Executing custom commands... 2026-03-21T15:20:53.768 INFO:teuthology.task.exec:Running commands on role cluster2.client.0 host ubuntu@vm03.local 2026-03-21T15:20:53.768 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:20:54.500 DEBUG:teuthology.orchestra.run.vm03:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration execute client.0.0' 2026-03-21T15:53:26.348 INFO:teuthology.orchestra.run.vm03.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-21T15:53:26.353 DEBUG:teuthology.orchestra.run.vm03:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 migration commit client.0.0' 2026-03-21T15:53:26.401 INFO:teuthology.orchestra.run.vm03.stderr: Commit image migration: 100% complete...done. 2026-03-21T15:53:26.405 DEBUG:teuthology.orchestra.run.vm03:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.0@snap' 2026-03-21T15:53:26.534 INFO:teuthology.orchestra.run.vm03.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-21T15:53:26.540 DEBUG:teuthology.orchestra.run.vm03:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.1' 2026-03-21T15:53:26.618 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:53:26.697 INFO:teuthology.orchestra.run.vm03.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2026-03-21T15:53:26.775 INFO:teuthology.orchestra.run.vm03.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-21T15:53:26.775 INFO:teuthology.orchestra.run.vm03.stdout:elapsed: 0 ops: 128 ops/sec: 1684.21 bytes/sec: 26 MiB/s 2026-03-21T15:53:26.784 DEBUG:teuthology.orchestra.run.vm03:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.1@snap' 2026-03-21T15:53:27.552 INFO:teuthology.orchestra.run.vm03.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-21T15:53:27.559 DEBUG:teuthology.orchestra.run.vm03:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 create --size 1G client.0.2' 2026-03-21T15:53:27.643 DEBUG:teuthology.orchestra.run.vm03:> 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-21T15:53:27.726 INFO:teuthology.orchestra.run.vm03.stdout:bench type write io_size 16384 io_threads 1 bytes 2097152 pattern random 2026-03-21T15:53:27.817 INFO:teuthology.orchestra.run.vm03.stdout: SEC OPS OPS/SEC BYTES/SEC 2026-03-21T15:53:27.817 INFO:teuthology.orchestra.run.vm03.stdout:elapsed: 0 ops: 128 ops/sec: 1454.54 bytes/sec: 23 MiB/s 2026-03-21T15:53:27.825 DEBUG:teuthology.orchestra.run.vm03:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster2 snap create client.0.2@snap' 2026-03-21T15:53:28.559 INFO:teuthology.orchestra.run.vm03.stderr: Creating snap: 10% complete... Creating snap: 100% complete...done. 2026-03-21T15:53:28.567 INFO:teuthology.run_tasks:Running task exec... 2026-03-21T15:53:28.570 INFO:teuthology.task.exec:Executing custom commands... 2026-03-21T15:53:28.570 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm02.local 2026-03-21T15:53:28.570 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:53:28.786 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:53:29.791 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:53:30.795 INFO:teuthology.run_tasks:Running task parallel... 2026-03-21T15:53:30.797 INFO:teuthology.task.parallel:starting parallel... 2026-03-21T15:53:30.797 INFO:teuthology.task.parallel:In parallel, running task sequential... 2026-03-21T15:53:30.798 INFO:teuthology.task.sequential:In sequential, running task qemu... 2026-03-21T15:53:30.803 DEBUG:teuthology.orchestra.run.vm02:> install -d -m0755 -- /home/ubuntu/cephtest/qemu /home/ubuntu/cephtest/archive/qemu 2026-03-21T15:53:30.803 INFO:teuthology.task.parallel:In parallel, running task sequential... 2026-03-21T15:53:30.803 INFO:teuthology.task.sequential:In sequential, running task exec... 2026-03-21T15:53:30.803 INFO:teuthology.task.exec:Executing custom commands... 2026-03-21T15:53:30.803 INFO:teuthology.task.exec:Running commands on role cluster1.client.0 host ubuntu@vm02.local 2026-03-21T15:53:30.803 DEBUG:teuthology.orchestra.run.vm02:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-21T15:53:30.806 INFO:teuthology.packaging:Installing package genisoimage on ubuntu@vm02.local 2026-03-21T15:53:30.807 DEBUG:teuthology.orchestra.run.vm02:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install genisoimage 2026-03-21T15:53:30.882 INFO:teuthology.orchestra.run.vm02.stdout:Reading package lists... 2026-03-21T15:53:31.106 INFO:teuthology.orchestra.run.vm02.stdout:Building dependency tree... 2026-03-21T15:53:31.107 INFO:teuthology.orchestra.run.vm02.stdout:Reading state information... 2026-03-21T15:53:31.319 INFO:teuthology.orchestra.run.vm02.stdout:genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2026-03-21T15:53:31.319 INFO:teuthology.orchestra.run.vm02.stdout:The following packages were automatically installed and are no longer required: 2026-03-21T15:53:31.319 INFO:teuthology.orchestra.run.vm02.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-21T15:53:31.320 INFO:teuthology.orchestra.run.vm02.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-21T15:53:31.320 INFO:teuthology.orchestra.run.vm02.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-21T15:53:31.343 INFO:teuthology.orchestra.run.vm02.stdout:0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded. 2026-03-21T15:53:31.343 INFO:teuthology.orchestra.run.vm02.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-21T15:53:31.344 INFO:teuthology.packaging:Installing package qemu-block-extra on ubuntu@vm02.local 2026-03-21T15:53:31.344 DEBUG:teuthology.orchestra.run.vm02:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install qemu-block-extra 2026-03-21T15:53:31.425 INFO:teuthology.orchestra.run.vm02.stdout:Reading package lists... 2026-03-21T15:53:31.651 INFO:teuthology.orchestra.run.vm02.stdout:Building dependency tree... 2026-03-21T15:53:31.652 INFO:teuthology.orchestra.run.vm02.stdout:Reading state information... 2026-03-21T15:53:31.816 INFO:teuthology.orchestra.run.vm02.stdout:qemu-block-extra is already the newest version (1:6.2+dfsg-2ubuntu6.28). 2026-03-21T15:53:31.816 INFO:teuthology.orchestra.run.vm02.stdout:qemu-block-extra set to manually installed. 2026-03-21T15:53:31.816 INFO:teuthology.orchestra.run.vm02.stdout:The following packages were automatically installed and are no longer required: 2026-03-21T15:53:31.816 INFO:teuthology.orchestra.run.vm02.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-21T15:53:31.816 INFO:teuthology.orchestra.run.vm02.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-21T15:53:31.816 INFO:teuthology.orchestra.run.vm02.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-21T15:53:31.844 INFO:teuthology.orchestra.run.vm02.stdout:0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded. 2026-03-21T15:53:31.844 INFO:teuthology.orchestra.run.vm02.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-21T15:53:31.845 INFO:teuthology.packaging:Installing package qemu-utils on ubuntu@vm02.local 2026-03-21T15:53:31.846 DEBUG:teuthology.orchestra.run.vm02:> DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y --force-yes install qemu-utils 2026-03-21T15:53:31.927 INFO:teuthology.orchestra.run.vm02.stdout:Reading package lists... 2026-03-21T15:53:32.155 INFO:teuthology.orchestra.run.vm02.stdout:Building dependency tree... 2026-03-21T15:53:32.156 INFO:teuthology.orchestra.run.vm02.stdout:Reading state information... 2026-03-21T15:53:32.342 INFO:teuthology.orchestra.run.vm02.stdout:qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.28). 2026-03-21T15:53:32.342 INFO:teuthology.orchestra.run.vm02.stdout:qemu-utils set to manually installed. 2026-03-21T15:53:32.342 INFO:teuthology.orchestra.run.vm02.stdout:The following packages were automatically installed and are no longer required: 2026-03-21T15:53:32.342 INFO:teuthology.orchestra.run.vm02.stdout: kpartx libboost-iostreams1.74.0 libboost-thread1.74.0 libpmemobj1 2026-03-21T15:53:32.343 INFO:teuthology.orchestra.run.vm02.stdout: libsgutils2-2 sg3-utils sg3-utils-udev 2026-03-21T15:53:32.343 INFO:teuthology.orchestra.run.vm02.stdout:Use 'sudo apt autoremove' to remove them. 2026-03-21T15:53:32.387 INFO:teuthology.orchestra.run.vm02.stdout:0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded. 2026-03-21T15:53:32.387 INFO:teuthology.orchestra.run.vm02.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2026-03-21T15:53:32.389 INFO:tasks.qemu:generating iso... 2026-03-21T15:53:32.389 INFO:tasks.qemu:Pulling tests from https://github.com/kshtsk/ceph.git ref 0392f78529848ec72469e8e431875cb98d3a5fb4 2026-03-21T15:53:32.389 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:53:32.437 INFO:teuthology.orchestra.run.vm02.stderr:Cloning into '/home/ubuntu/cephtest/qemu_clone.cluster1.client.0'... 2026-03-21T15:54:16.586 INFO:teuthology.orchestra.run.vm02.stderr:Updating files: 97% (13573/13988) Updating files: 98% (13709/13988) Updating files: 99% (13849/13988) Updating files: 100% (13988/13988) Updating files: 100% (13988/13988), done. 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr:Note: switching to '0392f78529848ec72469e8e431875cb98d3a5fb4'. 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr: 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr:changes and commit them, and you can discard any commits you make in this 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr:state without impacting any branches by switching back to a branch. 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr: 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr:If you want to create a new branch to retain commits you create, you may 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr:do so (now or later) by using -c with the switch command. Example: 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr: 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr: git switch -c 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr: 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr:Or undo this operation with: 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr: 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr: git switch - 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr: 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr: 2026-03-21T15:54:17.366 INFO:teuthology.orchestra.run.vm02.stderr:HEAD is now at 0392f785298 qa/tasks/keystone: restart mariadb for rocky and alma linux too 2026-03-21T15:54:17.374 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:54:17.374 DEBUG:teuthology.orchestra.run.vm02:> dd of=/home/ubuntu/cephtest/qemu/userdata.cluster1.client.0 2026-03-21T15:54:17.424 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-21T15:54:17.424 DEBUG:teuthology.orchestra.run.vm02:> dd of=/home/ubuntu/cephtest/qemu/metadata.cluster1.client.0 2026-03-21T15:54:17.471 INFO:tasks.qemu:fetching test qa/run_xfstests_qemu.sh for cluster1.client.0 2026-03-21T15:54:17.471 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:54:17.520 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:54:17.570 INFO:tasks.qemu:downloading base image 2026-03-21T15:54:17.570 DEBUG:teuthology.orchestra.run.vm02:> rbd --cluster cluster1 resize --size=10240M client.0.0 || true 2026-03-21T15:54:17.661 INFO:teuthology.orchestra.run.vm02.stderr: Resizing image: 100% complete...done. 2026-03-21T15:54:17.671 DEBUG:teuthology.orchestra.run.vm02:> rbd --cluster cluster1 resize --size=10240M client.0.1 || true 2026-03-21T15:54:17.719 INFO:teuthology.orchestra.run.vm02.stderr: Resizing image: 100% complete...done. 2026-03-21T15:54:17.728 DEBUG:teuthology.orchestra.run.vm02:> rbd --cluster cluster1 resize --size=10240M client.0.2 || true 2026-03-21T15:54:17.777 INFO:teuthology.orchestra.run.vm02.stderr: Resizing image: 100% complete...done. 2026-03-21T15:54:17.787 DEBUG:teuthology.orchestra.run.vm02:> mkdir /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 && sudo modprobe kvm 2026-03-21T15:54:17.798 INFO:tasks.qemu:Creating the nfs export directory... 2026-03-21T15:54:17.798 DEBUG:teuthology.orchestra.run.vm02:> sudo mkdir -p /export/cluster1.client.0 2026-03-21T15:54:17.850 INFO:tasks.qemu:Mounting the test directory... 2026-03-21T15:54:17.850 DEBUG:teuthology.orchestra.run.vm02:> sudo mount --bind /home/ubuntu/cephtest/archive/qemu/cluster1.client.0 /export/cluster1.client.0 2026-03-21T15:54:17.902 INFO:tasks.qemu:Adding mount to /etc/exports... 2026-03-21T15:54:17.902 INFO:tasks.qemu:Deleting export from /etc/exports... 2026-03-21T15:54:17.902 DEBUG:teuthology.orchestra.run.vm02:> sudo sed -i '\|/export/cluster1.client.0|d' /etc/exports 2026-03-21T15:54:17.953 DEBUG:teuthology.orchestra.run.vm02:> echo '/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure)' | sudo tee -a /etc/exports 2026-03-21T15:54:18.004 INFO:teuthology.orchestra.run.vm02.stdout:/export/cluster1.client.0 *(rw,no_root_squash,no_subtree_check,insecure) 2026-03-21T15:54:18.005 INFO:tasks.qemu:Restarting NFS... 2026-03-21T15:54:18.005 DEBUG:teuthology.orchestra.run.vm02:> sudo service nfs-kernel-server restart 2026-03-21T15:54:18.321 DEBUG:teuthology.orchestra.run.vm02:> sudo udevadm control --reload 2026-03-21T15:54:18.332 DEBUG:teuthology.orchestra.run.vm02:> sudo udevadm trigger /dev/kvm 2026-03-21T15:54:18.389 DEBUG:teuthology.orchestra.run.vm02:> ls -l /dev/kvm 2026-03-21T15:54:18.437 INFO:teuthology.orchestra.run.vm02.stdout:crw-rw---- 1 root kvm 10, 232 Mar 21 15:54 /dev/kvm 2026-03-21T15:54:18.437 INFO:tasks.qemu:starting qemu... 2026-03-21T15:54:18.437 DEBUG:teuthology.orchestra.run.vm02:> 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-21T15:54:18.481 INFO:tasks.qemu:waiting for qemu tests to finish... 2026-03-21T15:54:18.789 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:c[?7lSeaBIOS (version 1.15.0-1) 2026-03-21T15:54:18.789 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:18.789 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:18.795 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:iPXE (https://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+BFF8B380+BFECB380 CA00 2026-03-21T15:54:18.810 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Press Ctrl-B to configure iPXE (PCI 00:03.0)... 2026-03-21T15:54:18.810 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:18.810 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:19.010 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Booting from Hard Disk... 2026-03-21T15:54:19.379 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:GNU GRUB version 1.99-21ubuntu3.4┌──────────────────────────────────────────────────────────────────────────┐││││││││││││││││││││││││││└──────────────────────────────────────────────────────────────────────────┘ 2026-03-21T15:54:19.379 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:19.386 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: Use the ↑ and ↓ keys to select which entry is highlighted. 2026-03-21T15:54:19.393 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: Press enter to boot the selected OS, 'e' to edit the commands 2026-03-21T15:54:19.398 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: before booting or 'c' for a command-line. 2026-03-21T15:54:19.496 INFO:tasks.qemu.cluster1.client.0.vm02.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-21T15:54:19.496 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:19.496 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:19.496 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:19.496 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:19.496 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.319 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: The highlighted entry will be executed automatically in 5s.  2026-03-21T15:54:20.319 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:20.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: The highlighted entry will be executed automatically in 4s.  2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:21.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: The highlighted entry will be executed automatically in 3s.  2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.321 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:22.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: The highlighted entry will be executed automatically in 2s.  2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:23.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: The highlighted entry will be executed automatically in 1s.  2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.323 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.324 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:24.324 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:54:25.812 DEBUG:teuthology.orchestra.run.vm02:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.0' 2026-03-21T15:54:25.896 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: The highlighted entry will be executed automatically in 0s. [ 0.000000] Initializing cgroup subsys cpuset 2026-03-21T15:54:25.898 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Initializing cgroup subsys cpu 2026-03-21T15:54:25.907 INFO:tasks.qemu.cluster1.client.0.vm02.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-21T15:54:25.913 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2026-03-21T15:54:25.915 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] KERNEL supported cpus: 2026-03-21T15:54:25.916 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Intel GenuineIntel 2026-03-21T15:54:25.918 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] AMD AuthenticAMD 2026-03-21T15:54:25.920 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Centaur CentaurHauls 2026-03-21T15:54:25.922 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] BIOS-provided physical RAM map: 2026-03-21T15:54:25.931 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 2026-03-21T15:54:25.937 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 2026-03-21T15:54:25.955 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) 2026-03-21T15:54:25.959 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bffd7000 (usable) 2026-03-21T15:54:25.965 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] BIOS-e820: 00000000bffd7000 - 00000000c0000000 (reserved) 2026-03-21T15:54:25.972 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved) 2026-03-21T15:54:25.976 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 2026-03-21T15:54:25.979 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable) 2026-03-21T15:54:25.982 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] NX (Execute Disable) protection: active 2026-03-21T15:54:25.983 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] DMI 2.8 present. 2026-03-21T15:54:25.984 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] No AGP bridge found 2026-03-21T15:54:25.987 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000 2026-03-21T15:54:25.991 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 2026-03-21T15:54:26.024 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] last_pfn = 0xbffd7 max_arch_pfn = 0x400000000 2026-03-21T15:54:26.024 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] found SMP MP-table at [ffff8800000f5b80] f5b80 2026-03-21T15:54:26.024 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Using GB pages for direct mapping 2026-03-21T15:54:26.024 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] init_memory_mapping: 0000000000000000-00000000bffd7000 2026-03-21T15:54:26.025 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000 2026-03-21T15:54:26.025 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] RAMDISK: 37786000 - 37bbb000 2026-03-21T15:54:26.025 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: RSDP 00000000000f59a0 00014 (v00 BOCHS ) 2026-03-21T15:54:26.025 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: RSDT 00000000bffe191a 00034 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-21T15:54:26.028 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: FACP 00000000bffe17ce 00074 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-21T15:54:26.032 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: DSDT 00000000bffe0040 0178E (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-21T15:54:26.037 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: FACS 00000000bffe0000 00040 2026-03-21T15:54:26.041 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: APIC 00000000bffe1842 00078 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-21T15:54:26.045 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: HPET 00000000bffe18ba 00038 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-21T15:54:26.051 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: WAET 00000000bffe18f2 00028 (v01 BOCHS BXPC 00000001 BXPC 00000001) 2026-03-21T15:54:26.055 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] No NUMA configuration found 2026-03-21T15:54:26.059 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Faking a node at 0000000000000000-0000000140000000 2026-03-21T15:54:26.062 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000 2026-03-21T15:54:26.064 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff] 2026-03-21T15:54:26.067 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 2026-03-21T15:54:26.069 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] kvm-clock: cpu 0, msr 0:1cf6681, boot clock 2026-03-21T15:54:26.071 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Zone PFN ranges: 2026-03-21T15:54:26.073 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] DMA 0x00000010 -> 0x00001000 2026-03-21T15:54:26.076 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] DMA32 0x00001000 -> 0x00100000 2026-03-21T15:54:26.078 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Normal 0x00100000 -> 0x00140000 2026-03-21T15:54:26.081 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Movable zone start PFN for each node 2026-03-21T15:54:26.084 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] early_node_map[3] active PFN ranges 2026-03-21T15:54:26.086 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] 0: 0x00000010 -> 0x0000009f 2026-03-21T15:54:26.088 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] 0: 0x00000100 -> 0x000bffd7 2026-03-21T15:54:26.094 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] 0: 0x00100000 -> 0x00140000 2026-03-21T15:54:26.097 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: PM-Timer IO Port: 0x608 2026-03-21T15:54:26.114 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) 2026-03-21T15:54:26.118 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) 2026-03-21T15:54:26.121 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) 2026-03-21T15:54:26.125 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 2026-03-21T15:54:26.128 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 2026-03-21T15:54:26.131 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) 2026-03-21T15:54:26.135 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 2026-03-21T15:54:26.139 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) 2026-03-21T15:54:26.145 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) 2026-03-21T15:54:26.147 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Using ACPI (MADT) for SMP configuration information 2026-03-21T15:54:26.154 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 2026-03-21T15:54:26.156 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs 2026-03-21T15:54:26.182 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 2026-03-21T15:54:26.186 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 2026-03-21T15:54:26.189 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 2026-03-21T15:54:26.192 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] PM: Registered nosave memory: 00000000bffd7000 - 00000000c0000000 2026-03-21T15:54:26.209 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000feffc000 2026-03-21T15:54:26.215 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] PM: Registered nosave memory: 00000000feffc000 - 00000000ff000000 2026-03-21T15:54:26.221 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 00000000fffc0000 2026-03-21T15:54:26.232 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000 2026-03-21T15:54:26.238 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3effc000) 2026-03-21T15:54:26.242 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Booting paravirtualized kernel on KVM 2026-03-21T15:54:26.254 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 2026-03-21T15:54:26.262 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82880 r8192 d23616 u2097152 2026-03-21T15:54:26.269 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] kvm-clock: cpu 0, msr 1:3fc13681, primary cpu clock 2026-03-21T15:54:26.272 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] KVM setup async PF for cpu 0 2026-03-21T15:54:26.281 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0dd40 2026-03-21T15:54:26.288 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1027937 2026-03-21T15:54:26.291 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Policy zone: Normal 2026-03-21T15:54:26.299 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 2026-03-21T15:54:26.303 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 2026-03-21T15:54:26.310 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340 2026-03-21T15:54:26.312 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Checking aperture... 2026-03-21T15:54:26.314 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] No AGP bridge found 2026-03-21T15:54:26.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Memory: 4041884k/5242880k available (6532k kernel code, 1049192k absent, 151804k reserved, 6657k data, 924k init) 2026-03-21T15:54:26.324 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 2026-03-21T15:54:26.326 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Hierarchical RCU implementation. 2026-03-21T15:54:26.330 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. 2026-03-21T15:54:26.331 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] NR_IRQS:4352 nr_irqs:256 16 2026-03-21T15:54:26.333 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Console: colour VGA+ 80x25 2026-03-21T15:54:26.336 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] console [ttyS0] enabled 2026-03-21T15:54:26.441 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] allocated 33554432 bytes of page_cgroup 2026-03-21T15:54:26.446 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups 2026-03-21T15:54:26.449 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.000000] Detected 4192.140 MHz processor. 2026-03-21T15:54:26.454 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.008000] Calibrating delay loop (skipped) preset value.. 8384.28 BogoMIPS (lpj=16768560) 2026-03-21T15:54:26.456 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.009500] pid_max: default: 32768 minimum: 301 2026-03-21T15:54:26.458 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.012028] Security Framework initialized 2026-03-21T15:54:26.461 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.016020] AppArmor: AppArmor initialized 2026-03-21T15:54:26.462 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.018171] Yama: becoming mindful. 2026-03-21T15:54:26.469 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.023029] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) 2026-03-21T15:54:26.479 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.032095] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) 2026-03-21T15:54:26.482 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.036347] Mount-cache hash table entries: 256 2026-03-21T15:54:26.484 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.038862] Initializing cgroup subsys cpuacct 2026-03-21T15:54:26.487 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.040023] Initializing cgroup subsys memory 2026-03-21T15:54:26.489 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.044020] Initializing cgroup subsys devices 2026-03-21T15:54:26.492 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.046380] Initializing cgroup subsys freezer 2026-03-21T15:54:26.496 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.048015] Initializing cgroup subsys blkio 2026-03-21T15:54:26.499 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.052018] Initializing cgroup subsys perf_event 2026-03-21T15:54:26.504 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.057416] mce: CPU supports 10 MCE banks 2026-03-21T15:54:26.510 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.064882] SMP alternatives: switching to UP code 2026-03-21T15:54:26.644 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.199736] Freeing SMP alternatives: 24k freed 2026-03-21T15:54:26.646 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.200025] ACPI: Core revision 20110623 2026-03-21T15:54:26.650 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.204344] ftrace: allocating 27008 entries in 106 pages 2026-03-21T15:54:27.117 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.209204] Enabling x2apic 2026-03-21T15:54:27.118 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.212012] Enabled x2apic 2026-03-21T15:54:27.122 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.212025] Switched APIC routing to physical x2apic. 2026-03-21T15:54:27.130 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.221070] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 2026-03-21T15:54:27.134 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.224015] CPU0: AMD Ryzen 9 7950X3D 16-Core Processor stepping 02 2026-03-21T15:54:27.246 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.232013] Performance Events: no PMU driver, software events only. 2026-03-21T15:54:27.249 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.232013] NMI watchdog disabled (cpu0): hardware events not enabled 2026-03-21T15:54:27.251 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.232042] Brought up 1 CPUs 2026-03-21T15:54:27.254 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.236017] Total of 1 processors activated (8384.28 BogoMIPS). 2026-03-21T15:54:27.257 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.240542] devtmpfs: initialized 2026-03-21T15:54:27.259 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.242647] EVM: security.selinux 2026-03-21T15:54:27.260 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.244017] EVM: security.SMACK64 2026-03-21T15:54:27.262 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.245670] EVM: security.capability 2026-03-21T15:54:27.264 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.248160] print_constraints: dummy: 2026-03-21T15:54:27.267 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.250217] RTC time: 15:54:26, date: 03/21/26 2026-03-21T15:54:27.269 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.252054] NET: Registered protocol family 16 2026-03-21T15:54:27.275 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.256543] Extended Config Space enabled on 0 nodes 2026-03-21T15:54:27.277 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.260089] ACPI: bus type pci registered 2026-03-21T15:54:27.282 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.262366] PCI: Using configuration type 1 for base access 2026-03-21T15:54:27.286 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.264020] PCI: Using configuration type 1 for extended access 2026-03-21T15:54:27.288 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.268372] bio: create slab at 0 2026-03-21T15:54:27.291 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.272268] ACPI: Added _OSI(Module Device) 2026-03-21T15:54:27.293 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.276020] ACPI: Added _OSI(Processor Device) 2026-03-21T15:54:27.296 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.278346] ACPI: Added _OSI(3.0 _SCP Extensions) 2026-03-21T15:54:27.299 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.280019] ACPI: Added _OSI(Processor Aggregator Device) 2026-03-21T15:54:27.302 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.285305] ACPI: Interpreter enabled 2026-03-21T15:54:27.305 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.287403] ACPI: (supports S0 S3 S4 S5) 2026-03-21T15:54:27.307 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.288734] ACPI: Using IOAPIC for interrupt routing 2026-03-21T15:54:27.310 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.293203] ACPI: No dock devices found. 2026-03-21T15:54:27.312 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.296020] HEST: Table not found. 2026-03-21T15:54:27.318 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.297734] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 2026-03-21T15:54:27.320 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.300038] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) 2026-03-21T15:54:27.340 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.304066] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] 2026-03-21T15:54:27.340 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.308021] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] 2026-03-21T15:54:27.340 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.310877] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] 2026-03-21T15:54:27.340 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.312022] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] 2026-03-21T15:54:27.340 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.316020] pci_root PNP0A03:00: host bridge window [mem 0x140000000-0x1bfffffff] 2026-03-21T15:54:27.366 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.335414] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI 2026-03-21T15:54:27.369 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.336052] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB 2026-03-21T15:54:27.480 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.418287] pci0000:00: Requesting ACPI _OSC control (0x1d) 2026-03-21T15:54:27.487 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.420047] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d 2026-03-21T15:54:27.493 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.424029] ACPI _OSC control for PCIe not granted, disabling ASPM 2026-03-21T15:54:27.500 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.428812] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) 2026-03-21T15:54:27.505 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.433512] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) 2026-03-21T15:54:27.511 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.437442] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) 2026-03-21T15:54:27.516 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.444560] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) 2026-03-21T15:54:27.521 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.449566] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) 2026-03-21T15:54:27.529 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.453401] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none 2026-03-21T15:54:27.532 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.456032] vgaarb: loaded 2026-03-21T15:54:27.536 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.460030] vgaarb: bridge control possible 0000:00:02.0 2026-03-21T15:54:27.542 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.464125] i2c-core: driver [aat2870] using legacy suspend method 2026-03-21T15:54:27.546 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.468030] i2c-core: driver [aat2870] using legacy resume method 2026-03-21T15:54:27.549 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.472119] SCSI subsystem initialized 2026-03-21T15:54:27.552 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.476242] usbcore: registered new interface driver usbfs 2026-03-21T15:54:27.558 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.480054] usbcore: registered new interface driver hub 2026-03-21T15:54:27.565 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.485928] usbcore: registered new device driver usb 2026-03-21T15:54:27.567 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.488156] PCI: Using ACPI for IRQ routing 2026-03-21T15:54:27.570 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.492615] NetLabel: Initializing 2026-03-21T15:54:27.572 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.494622] NetLabel: domain hash size = 128 2026-03-21T15:54:27.575 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.496031] NetLabel: protocols = UNLABELED CIPSOv4 2026-03-21T15:54:27.578 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.500046] NetLabel: unlabeled traffic allowed by default 2026-03-21T15:54:27.581 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.503071] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 2026-03-21T15:54:27.584 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.504830] hpet0: 3 comparators, 64-bit 100.000000 MHz counter 2026-03-21T15:54:27.610 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.519215] Switching to clocksource kvm-clock 2026-03-21T15:54:27.631 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.523908] AppArmor: AppArmor Filesystem Enabled 2026-03-21T15:54:27.633 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.541772] pnp: PnP ACPI init 2026-03-21T15:54:27.636 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.543659] ACPI: bus type pnp registered 2026-03-21T15:54:27.639 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.546890] pnp: PnP ACPI: found 11 devices 2026-03-21T15:54:27.651 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.549237] ACPI: ACPI bus type pnp unregistered 2026-03-21T15:54:27.659 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.567009] NET: Registered protocol family 2 2026-03-21T15:54:27.666 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.569456] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) 2026-03-21T15:54:27.676 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.582075] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) 2026-03-21T15:54:27.703 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.609991] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 2026-03-21T15:54:27.718 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.613611] TCP: Hash tables configured (established 524288 bind 65536) 2026-03-21T15:54:27.720 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.628432] TCP reno registered 2026-03-21T15:54:27.723 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.629965] UDP hash table entries: 2048 (order: 4, 65536 bytes) 2026-03-21T15:54:27.726 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.632896] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) 2026-03-21T15:54:27.730 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.635962] NET: Registered protocol family 1 2026-03-21T15:54:27.740 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.640669] pci 0000:00:00.0: Limiting direct PCI/PCI transfers 2026-03-21T15:54:27.743 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.649896] pci 0000:00:01.0: PIIX3: Enabling Passive Release 2026-03-21T15:54:27.745 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.652557] pci 0000:00:01.0: Activating ISA DMA hang workarounds 2026-03-21T15:54:27.755 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.655541] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 2026-03-21T15:54:27.761 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.665301] Placing 64MB software IO TLB between ffff8800bbfd7000 - ffff8800bffd7000 2026-03-21T15:54:27.764 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.671060] software IO TLB at phys 0xbbfd7000 - 0xbffd7000 2026-03-21T15:54:27.767 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.674237] audit: initializing netlink socket (disabled) 2026-03-21T15:54:27.775 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.676981] type=2000 audit(1774108465.676:1): initialized 2026-03-21T15:54:27.796 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.703364] Trying to unpack rootfs image as initramfs... 2026-03-21T15:54:27.847 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.754778] HugeTLB registered 2 MB page size, pre-allocated 0 pages 2026-03-21T15:54:27.855 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.762933] VFS: Disk quotas dquot_6.5.2 2026-03-21T15:54:27.858 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.765178] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2026-03-21T15:54:27.864 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.772108] fuse init (API version 7.17) 2026-03-21T15:54:27.869 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.777717] msgmni has been set to 7894 2026-03-21T15:54:27.889 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.796204] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) 2026-03-21T15:54:27.906 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.804208] io scheduler noop registered 2026-03-21T15:54:27.908 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.816370] io scheduler deadline registered (default) 2026-03-21T15:54:27.911 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.818508] io scheduler cfq registered 2026-03-21T15:54:27.914 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.821377] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 2026-03-21T15:54:27.924 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.824251] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 2026-03-21T15:54:27.927 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.832866] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 2026-03-21T15:54:27.929 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.836965] ACPI: Power Button [PWRF] 2026-03-21T15:54:27.943 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.850533] Freeing initrd memory: 4308k freed 2026-03-21T15:54:27.945 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.853776] ERST: Table is not found! 2026-03-21T15:54:27.947 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.855568] GHES: HEST is not enabled! 2026-03-21T15:54:27.950 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.857937] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 2026-03-21T15:54:27.955 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.860755] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 2026-03-21T15:54:27.958 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.866087] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 2026-03-21T15:54:27.962 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.868664] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 2026-03-21T15:54:27.966 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.873748] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 2026-03-21T15:54:27.970 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.876489] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10 2026-03-21T15:54:27.974 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.880921] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 2026-03-21T15:54:28.002 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.909967] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2026-03-21T15:54:28.046 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.953867] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 2026-03-21T15:54:28.049 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.956905] Linux agpgart interface v0.103 2026-03-21T15:54:28.051 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.959849] brd: module loaded 2026-03-21T15:54:28.057 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.965349] loop: module loaded 2026-03-21T15:54:28.061 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.969869] vda: vda1 2026-03-21T15:54:28.071 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.975545] vdb: unknown partition table 2026-03-21T15:54:28.080 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.988004] vdc: unknown partition table 2026-03-21T15:54:28.088 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.996876] scsi0 : ata_piix 2026-03-21T15:54:28.093 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.998377] scsi1 : ata_piix 2026-03-21T15:54:28.095 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 0.999547] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc1c0 irq 14 2026-03-21T15:54:28.097 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.003877] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc1c8 irq 15 2026-03-21T15:54:28.100 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.007198] Fixed MDIO Bus: probed 2026-03-21T15:54:28.106 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.008816] tun: Universal TUN/TAP device driver, 1.6 2026-03-21T15:54:28.109 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.016553] tun: (C) 1999-2004 Max Krasnyansky 2026-03-21T15:54:28.128 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.022067] PPP generic driver version 2.4.2 2026-03-21T15:54:28.128 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.027682] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2026-03-21T15:54:28.128 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.032418] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2026-03-21T15:54:28.129 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.035939] uhci_hcd: USB Universal Host Controller Interface driver 2026-03-21T15:54:28.130 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.038285] usbcore: registered new interface driver libusual 2026-03-21T15:54:28.140 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.042247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 2026-03-21T15:54:28.145 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.053173] serio: i8042 KBD port at 0x60,0x64 irq 1 2026-03-21T15:54:28.149 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.055313] serio: i8042 AUX port at 0x60,0x64 irq 12 2026-03-21T15:54:28.152 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.059683] mousedev: PS/2 mouse device common for all mice 2026-03-21T15:54:28.157 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.062964] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 2026-03-21T15:54:28.160 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.067066] rtc_cmos 00:06: RTC can wake from S4 2026-03-21T15:54:28.166 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.070703] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 2026-03-21T15:54:28.169 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.076261] rtc0: alarms up to one day, y3k, 242 bytes nvram, hpet irqs 2026-03-21T15:54:28.171 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.079166] device-mapper: uevent: version 1.0.3 2026-03-21T15:54:28.174 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.081130] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com 2026-03-21T15:54:28.176 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.084730] cpuidle: using governor ladder 2026-03-21T15:54:28.178 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.086412] cpuidle: using governor menu 2026-03-21T15:54:28.180 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.088078] EFI Variables Facility v0.08 2004-May-17 2026-03-21T15:54:28.181 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.090317] TCP cubic registered 2026-03-21T15:54:28.183 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.091682] NET: Registered protocol family 10 2026-03-21T15:54:28.186 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.093938] NET: Registered protocol family 17 2026-03-21T15:54:28.188 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.095806] Registering the dns_resolver key type 2026-03-21T15:54:28.189 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.097901] registered taskstats version 1 2026-03-21T15:54:28.196 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.104564] Magic number: 2:43:943 2026-03-21T15:54:28.197 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.106133] tty tty0: hash matches 2026-03-21T15:54:28.200 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.107561] tty console: hash matches 2026-03-21T15:54:28.203 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.110016] rtc_cmos 00:06: setting system clock to 2026-03-21 15:54:27 UTC (1774108467) 2026-03-21T15:54:28.206 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.113515] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found 2026-03-21T15:54:28.208 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.116379] EDD information not available. 2026-03-21T15:54:28.273 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.179467] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 2026-03-21T15:54:28.277 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.184185] ata2.00: configured for MWDMA2 2026-03-21T15:54:28.293 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.190990] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 2026-03-21T15:54:28.297 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.204290] sr0: scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray 2026-03-21T15:54:28.305 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.207197] cdrom: Uniform CD-ROM driver Revision: 3.20 2026-03-21T15:54:28.305 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.211318] sr 1:0:0:0: Attached scsi generic sg0 type 5 2026-03-21T15:54:28.307 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.214590] Freeing unused kernel memory: 924k freed 2026-03-21T15:54:28.311 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.217215] Write protecting the kernel read-only data: 12288k 2026-03-21T15:54:28.322 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.223215] Freeing unused kernel memory: 1640k freed 2026-03-21T15:54:28.327 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.234558] Freeing unused kernel memory: 1200k freed 2026-03-21T15:54:28.344 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Loading, please wait... 2026-03-21T15:54:28.353 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Begin: Loading essential drivers ... done. 2026-03-21T15:54:28.366 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.273958] udevd[84]: starting version 175 2026-03-21T15:54:28.368 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Begin: Running /scripts/init-premount ... done. 2026-03-21T15:54:28.415 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. 2026-03-21T15:54:28.516 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.415821] Floppy drive(s): fd0 is 2.88M AMI BIOS 2026-03-21T15:54:28.527 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.434685] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI 2026-03-21T15:54:28.530 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.437672] e1000: Copyright (c) 1999-2006 Intel Corporation. 2026-03-21T15:54:28.557 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.464900] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 2026-03-21T15:54:28.561 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.467209] e1000 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11 2026-03-21T15:54:28.565 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 1.474105] FDC 0 is a S82078B 2026-03-21T15:54:29.129 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2.031731] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56 2026-03-21T15:54:29.135 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2.038901] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection 2026-03-21T15:54:30.318 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Begin: Running /scripts/local-premount ... done. 2026-03-21T15:54:30.324 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 3.231184] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2026-03-21T15:54:31.828 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Begin: Running /scripts/local-bottom ... [ 4.736067] vda: vda1 2026-03-21T15:54:31.848 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:GROWROOT: CHANGED: partition=1 start=16065 old: size=4176900 end=4192965 new: size=20948760,end=20964825 2026-03-21T15:54:32.042 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 4.948471] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) 2026-03-21T15:54:32.045 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:done. 2026-03-21T15:54:32.045 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:done. 2026-03-21T15:54:32.055 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Begin: Running /scripts/init-bottom ... done. 2026-03-21T15:54:43.130 INFO:teuthology.orchestra.run.vm02.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-21T15:54:43.139 DEBUG:teuthology.orchestra.run.vm02:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-21T15:54:43.261 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:cloud-init start-local running: Sat, 21 Mar 2026 15:54:42 +0000. up 16.14 seconds 2026-03-21T15:54:44.060 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:no instance data found in start-local 2026-03-21T15:54:44.177 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:ci-info: lo : 1 127.0.0.1 255.0.0.0 . 2026-03-21T15:54:44.185 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:ci-info: eth0 : 1 10.0.2.15 255.255.255.0 52:54:00:12:34:56 2026-03-21T15:54:44.194 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:ci-info: route-0: 0.0.0.0 10.0.2.2 0.0.0.0 eth0 UG 2026-03-21T15:54:44.194 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:ci-info: route-1: 10.0.2.0 0.0.0.0 255.255.255.0 eth0 U 2026-03-21T15:54:44.194 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:cloud-init start running: Sat, 21 Mar 2026 15:54:43 +0000. up 17.06 seconds 2026-03-21T15:54:44.511 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:found data source: DataSourceNoCloud [seed=/dev/sr0] 2026-03-21T15:54:47.337 INFO:tasks.qemu.cluster1.client.0.vm02.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-21T15:54:47.339 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Your identification has been saved in /etc/ssh/ssh_host_rsa_key. 2026-03-21T15:54:47.340 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. 2026-03-21T15:54:47.341 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:The key fingerprint is: 2026-03-21T15:54:47.342 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:2c:3f:bd:00:f4:0d:1f:cb:cc:2f:0c:46:5d:69:11:88 root@test 2026-03-21T15:54:47.343 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:The key's randomart image is: 2026-03-21T15:54:47.344 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:+--[ RSA 2048]----+ 2026-03-21T15:54:47.345 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . .++ | 2026-03-21T15:54:47.345 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| E...o | 2026-03-21T15:54:47.346 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . o o. | 2026-03-21T15:54:47.347 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . + B o | 2026-03-21T15:54:47.348 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| o S B | 2026-03-21T15:54:47.348 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| = + . | 2026-03-21T15:54:47.349 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| + + . | 2026-03-21T15:54:47.350 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| o o | 2026-03-21T15:54:47.350 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . | 2026-03-21T15:54:47.351 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:+-----------------+ 2026-03-21T15:54:47.390 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Generating public/private dsa key pair. 2026-03-21T15:54:47.391 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Your identification has been saved in /etc/ssh/ssh_host_dsa_key. 2026-03-21T15:54:47.392 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. 2026-03-21T15:54:47.393 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:The key fingerprint is: 2026-03-21T15:54:47.394 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:f5:5d:c1:1e:d0:5c:b0:fe:25:55:6e:97:a2:bc:df:55 root@test 2026-03-21T15:54:47.395 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:The key's randomart image is: 2026-03-21T15:54:47.396 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:+--[ DSA 1024]----+ 2026-03-21T15:54:47.396 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| .*o+| 2026-03-21T15:54:47.397 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| B+| 2026-03-21T15:54:47.397 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . .o.B| 2026-03-21T15:54:47.398 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| ....o.=.| 2026-03-21T15:54:47.399 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| S o. + E| 2026-03-21T15:54:47.399 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . oo| 2026-03-21T15:54:47.400 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . o| 2026-03-21T15:54:47.401 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . . .| 2026-03-21T15:54:47.402 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . . | 2026-03-21T15:54:47.404 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:+-----------------+ 2026-03-21T15:54:47.408 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Generating public/private ecdsa key pair. 2026-03-21T15:54:47.410 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. 2026-03-21T15:54:47.412 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. 2026-03-21T15:54:47.413 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:The key fingerprint is: 2026-03-21T15:54:47.414 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:9c:ac:54:2b:a3:89:9f:a5:56:3c:ad:f3:df:86:25:57 root@test 2026-03-21T15:54:47.415 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:The key's randomart image is: 2026-03-21T15:54:47.416 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:+--[ECDSA 256]---+ 2026-03-21T15:54:47.417 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| | 2026-03-21T15:54:47.418 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| | 2026-03-21T15:54:47.419 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . | 2026-03-21T15:54:47.419 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| + o E | 2026-03-21T15:54:47.420 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| .+.S . | 2026-03-21T15:54:47.421 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . +++. . o | 2026-03-21T15:54:47.422 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| . o.oo = | 2026-03-21T15:54:47.423 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| ..+o ... | 2026-03-21T15:54:47.423 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:| .+ o..... | 2026-03-21T15:54:47.424 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:+-----------------+ 2026-03-21T15:54:47.598 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd 2026-03-21T15:54:47.735 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Starting AppArmor profiles  [ OK ] 2026-03-21T15:54:47.771 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:landscape-client is not configured, please run landscape-config. 2026-03-21T15:54:47.797 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Stopping System V initialisation compatibility[ OK ] 2026-03-21T15:54:47.808 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Starting System V runlevel compatibility[ OK ] 2026-03-21T15:54:47.811 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Starting automatic crash report generation[ OK ] 2026-03-21T15:54:47.815 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Starting deferred execution scheduler[ OK ] 2026-03-21T15:54:47.818 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Starting regular background program processing daemon[ OK ] 2026-03-21T15:54:47.818 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Starting ACPI daemon[ OK ] 2026-03-21T15:54:47.819 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Starting save kernel messages[ OK ] 2026-03-21T15:54:47.834 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Starting CPU interrupts balancing daemon[ OK ] 2026-03-21T15:54:47.839 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Stopping save kernel messages[ OK ] 2026-03-21T15:54:47.884 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Stopping System V runlevel compatibility[ OK ] 2026-03-21T15:54:47.918 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: * Starting crash report submission daemon[ OK ] 2026-03-21T15:54:47.967 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Generating locales... 2026-03-21T15:54:48.549 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: en_US.UTF-8... done 2026-03-21T15:54:48.554 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Generation complete. 2026-03-21T15:54:48.867 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:passwd: password expiry information changed. 2026-03-21T15:54:49.779 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Ign http://old-releases.ubuntu.com precise InRelease 2026-03-21T15:54:49.821 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:1 http://old-releases.ubuntu.com precise-updates InRelease [55.7 kB] 2026-03-21T15:54:49.959 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:2 http://old-releases.ubuntu.com precise-security InRelease [55.7 kB] 2026-03-21T15:54:50.022 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:3 http://old-releases.ubuntu.com precise Release.gpg [198 B] 2026-03-21T15:54:50.061 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:4 http://old-releases.ubuntu.com precise-updates/main Sources [815 kB] 2026-03-21T15:54:50.254 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:5 http://old-releases.ubuntu.com precise-updates/universe Sources [208 kB] 2026-03-21T15:54:50.317 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:6 http://old-releases.ubuntu.com precise-updates/main amd64 Packages [1104 kB] 2026-03-21T15:54:50.415 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:7 http://old-releases.ubuntu.com precise-updates/universe amd64 Packages [406 kB] 2026-03-21T15:54:50.473 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:8 http://old-releases.ubuntu.com precise-updates/main i386 Packages [1111 kB] 2026-03-21T15:54:50.551 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:9 http://old-releases.ubuntu.com precise-updates/universe i386 Packages [422 kB] 2026-03-21T15:54:50.605 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:10 http://old-releases.ubuntu.com precise-updates/main TranslationIndex [208 B] 2026-03-21T15:54:50.644 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:11 http://old-releases.ubuntu.com precise-updates/universe TranslationIndex [205 B] 2026-03-21T15:54:50.686 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:12 http://old-releases.ubuntu.com precise-security/main Sources [242 kB] 2026-03-21T15:54:50.731 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:13 http://old-releases.ubuntu.com precise-security/universe Sources [88.1 kB] 2026-03-21T15:54:50.771 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:14 http://old-releases.ubuntu.com precise-security/main amd64 Packages [584 kB] 2026-03-21T15:54:50.834 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:15 http://old-releases.ubuntu.com precise-security/universe amd64 Packages [213 kB] 2026-03-21T15:54:50.884 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:16 http://old-releases.ubuntu.com precise-security/main i386 Packages [589 kB] 2026-03-21T15:54:50.958 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:17 http://old-releases.ubuntu.com precise-security/universe i386 Packages [228 kB] 2026-03-21T15:54:51.003 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:18 http://old-releases.ubuntu.com precise-security/main TranslationIndex [208 B] 2026-03-21T15:54:51.042 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:19 http://old-releases.ubuntu.com precise-security/universe TranslationIndex [205 B] 2026-03-21T15:54:51.082 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:20 http://old-releases.ubuntu.com precise Release [49.6 kB] 2026-03-21T15:54:51.126 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:21 http://old-releases.ubuntu.com precise-updates/main Translation-en [353 kB] 2026-03-21T15:54:51.183 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:22 http://old-releases.ubuntu.com precise-updates/universe Translation-en [176 kB] 2026-03-21T15:54:51.224 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:23 http://old-releases.ubuntu.com precise-security/main Translation-en [202 kB] 2026-03-21T15:54:51.269 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:24 http://old-releases.ubuntu.com precise-security/universe Translation-en [96.4 kB] 2026-03-21T15:54:51.316 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:25 http://old-releases.ubuntu.com precise/main Sources [934 kB] 2026-03-21T15:54:51.378 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:26 http://old-releases.ubuntu.com precise/universe Sources [5019 kB] 2026-03-21T15:54:51.593 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:27 http://old-releases.ubuntu.com precise/main amd64 Packages [1273 kB] 2026-03-21T15:54:51.672 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:28 http://old-releases.ubuntu.com precise/universe amd64 Packages [4786 kB] 2026-03-21T15:54:51.869 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:29 http://old-releases.ubuntu.com precise/main i386 Packages [1274 kB] 2026-03-21T15:54:51.957 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:30 http://old-releases.ubuntu.com precise/universe i386 Packages [4796 kB] 2026-03-21T15:54:52.908 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:31 http://old-releases.ubuntu.com precise/main TranslationIndex [3706 B] 2026-03-21T15:54:52.949 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:32 http://old-releases.ubuntu.com precise/universe TranslationIndex [2922 B] 2026-03-21T15:54:52.992 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:33 http://old-releases.ubuntu.com precise/main Translation-en [726 kB] 2026-03-21T15:54:53.057 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:34 http://old-releases.ubuntu.com precise/universe Translation-en [3341 kB] 2026-03-21T15:54:55.880 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Fetched 29.2 MB in 7s (3789 kB/s) 2026-03-21T15:54:59.413 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Reading package lists... 2026-03-21T15:54:59.418 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Reading package lists... 2026-03-21T15:54:59.602 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Building dependency tree... 2026-03-21T15:54:59.602 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Reading state information... 2026-03-21T15:54:59.704 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:The following packages will be upgraded: 2026-03-21T15:54:59.704 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: ca-certificates libssl1.0.0 2026-03-21T15:54:59.792 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:2 upgraded, 0 newly installed, 0 to remove and 226 not upgraded. 2026-03-21T15:54:59.795 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Need to get 1233 kB of archives. 2026-03-21T15:54:59.795 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:After this operation, 108 kB of additional disk space will be used. 2026-03-21T15:54:59.795 INFO:tasks.qemu.cluster1.client.0.vm02.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-21T15:55:00.097 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main ca-certificates all 20190110~12.04.1 [179 kB] 2026-03-21T15:55:00.171 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2026-03-21T15:55:00.185 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Fetched 1233 kB in 0s (3176 kB/s) 2026-03-21T15:55:00.593 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:(Reading database ... 36182 files and directories currently installed.) 2026-03-21T15:55:00.597 INFO:tasks.qemu.cluster1.client.0.vm02.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-21T15:55:00.646 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Unpacking replacement libssl1.0.0 ... 2026-03-21T15:55:00.853 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Setting up libssl1.0.0 (1.0.1-4ubuntu5.45) ... 2026-03-21T15:55:01.072 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Processing triggers for libc-bin ... 2026-03-21T15:55:01.082 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:ldconfig deferred processing now taking place 2026-03-21T15:55:01.338 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:(Reading database ... 36182 files and directories currently installed.) 2026-03-21T15:55:01.340 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Preparing to replace ca-certificates 20111211 (using .../ca-certificates_20190110~12.04.1_all.deb) ... 2026-03-21T15:55:01.368 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Unpacking replacement ca-certificates ... 2026-03-21T15:55:01.494 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Processing triggers for man-db ... 2026-03-21T15:55:02.060 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Setting up ca-certificates (20190110~12.04.1) ... 2026-03-21T15:55:04.126 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Updating certificates in /etc/ssl/certs... 73 added, 78 removed; done. 2026-03-21T15:55:04.128 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2026-03-21T15:55:06.008 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Updating certificates in /etc/ssl/certs... 0 added, 1 removed; done. 2026-03-21T15:55:06.009 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Running hooks in /etc/ca-certificates/update.d....done. 2026-03-21T15:55:06.015 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Reading package lists... 2026-03-21T15:55:06.213 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Building dependency tree... 2026-03-21T15:55:06.213 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Reading state information... 2026-03-21T15:55:06.337 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:The following extra packages will be installed: 2026-03-21T15:55:06.337 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: libgssglue1 libnfsidmap2 libtirpc1 rpcbind 2026-03-21T15:55:06.339 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:The following NEW packages will be installed: 2026-03-21T15:55:06.343 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: libgssglue1 libnfsidmap2 libtirpc1 nfs-common rpcbind 2026-03-21T15:55:06.717 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:0 upgraded, 5 newly installed, 0 to remove and 226 not upgraded. 2026-03-21T15:55:06.717 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Need to get 424 kB of archives. 2026-03-21T15:55:06.719 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:After this operation, 1326 kB of additional disk space will be used. 2026-03-21T15:55:06.721 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:1 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libgssglue1 amd64 0.3-4ubuntu0.1 [22.5 kB] 2026-03-21T15:55:06.945 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:2 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main libtirpc1 amd64 0.2.2-5ubuntu0.1 [85.0 kB] 2026-03-21T15:55:07.236 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:3 http://old-releases.ubuntu.com/ubuntu/ precise-updates/main rpcbind amd64 0.2.0-7ubuntu1.3 [43.1 kB] 2026-03-21T15:55:07.369 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Get:4 http://old-releases.ubuntu.com/ubuntu/ precise/main libnfsidmap2 amd64 0.25-1ubuntu2 [32.0 kB] 2026-03-21T15:55:07.495 INFO:tasks.qemu.cluster1.client.0.vm02.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-21T15:55:07.740 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:dpkg-preconfigure: unable to re-open stdin: No such file or directory 2026-03-21T15:55:07.750 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Fetched 424 kB in 1s (316 kB/s) 2026-03-21T15:55:07.819 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Selecting previously unselected package libgssglue1. 2026-03-21T15:55:07.827 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:(Reading database ... 36174 files and directories currently installed.) 2026-03-21T15:55:07.829 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Unpacking libgssglue1 (from .../libgssglue1_0.3-4ubuntu0.1_amd64.deb) ... 2026-03-21T15:55:07.912 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Selecting previously unselected package libtirpc1. 2026-03-21T15:55:07.916 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Unpacking libtirpc1 (from .../libtirpc1_0.2.2-5ubuntu0.1_amd64.deb) ... 2026-03-21T15:55:08.046 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Selecting previously unselected package rpcbind. 2026-03-21T15:55:08.046 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Unpacking rpcbind (from .../rpcbind_0.2.0-7ubuntu1.3_amd64.deb) ... 2026-03-21T15:55:08.176 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Selecting previously unselected package libnfsidmap2. 2026-03-21T15:55:08.180 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Unpacking libnfsidmap2 (from .../libnfsidmap2_0.25-1ubuntu2_amd64.deb) ... 2026-03-21T15:55:08.313 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Selecting previously unselected package nfs-common. 2026-03-21T15:55:08.318 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Unpacking nfs-common (from .../nfs-common_1%3a1.2.5-3ubuntu3.2_amd64.deb) ... 2026-03-21T15:55:08.442 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Processing triggers for man-db ... 2026-03-21T15:55:08.731 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Processing triggers for ureadahead ... 2026-03-21T15:55:08.801 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Setting up libgssglue1 (0.3-4ubuntu0.1) ... 2026-03-21T15:55:08.902 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Setting up libtirpc1 (0.2.2-5ubuntu0.1) ... 2026-03-21T15:55:08.979 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Setting up rpcbind (0.2.0-7ubuntu1.3) ... 2026-03-21T15:55:09.051 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: Removing any system startup links for /etc/init.d/rpcbind ... 2026-03-21T15:55:09.075 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:portmap start/running, process 8190 2026-03-21T15:55:09.093 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Setting up libnfsidmap2 (0.25-1ubuntu2) ... 2026-03-21T15:55:09.144 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Setting up nfs-common (1:1.2.5-3ubuntu3.2) ... 2026-03-21T15:55:09.302 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:55:09.302 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Creating config file /etc/idmapd.conf with new version 2026-03-21T15:55:09.463 INFO:tasks.qemu.cluster1.client.0.vm02.stdout: 2026-03-21T15:55:09.464 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Creating config file /etc/default/nfs-common with new version 2026-03-21T15:55:09.569 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Adding system user `statd' (UID 106) ... 2026-03-21T15:55:09.571 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Adding new user `statd' (UID 106) with group `nogroup' ... 2026-03-21T15:55:09.687 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Not creating home directory `/var/lib/nfs'. 2026-03-21T15:55:09.720 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:statd start/running, process 8424 2026-03-21T15:55:09.742 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:gssd stop/post-stop, process 8455 2026-03-21T15:55:10.075 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:idmapd start/running, process 8495 2026-03-21T15:55:10.093 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:Processing triggers for libc-bin ... 2026-03-21T15:55:10.101 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:ldconfig deferred processing now taking place 2026-03-21T15:55:11.126 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:mount.nfs: timeout set for Sat Mar 21 15:57:11 2026 2026-03-21T15:55:11.129 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:mount.nfs: trying text-based options 'proto=tcp,vers=4,addr=10.0.2.2,clientaddr=10.0.2.15' 2026-03-21T15:55:11.129 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:10.0.2.2:/export/cluster1.client.0 on /mnt/log type nfs (rw,proto=tcp) 2026-03-21T15:55:11.147 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:mount: block device /dev/sr0 is write-protected, mounting read-only 2026-03-21T16:03:49.211 DEBUG:teuthology.orchestra.run.vm02:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration commit client.0.0' 2026-03-21T16:03:49.463 INFO:teuthology.orchestra.run.vm02.stderr: Commit image migration: 100% complete...done. 2026-03-21T16:03:49.472 DEBUG:teuthology.orchestra.run.vm02:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'sleep $((RANDOM % 600))' 2026-03-21T16:10:41.487 DEBUG:teuthology.orchestra.run.vm02:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'rbd --cluster cluster1 migration execute client.0.1' 2026-03-21T16:10:44.930 INFO:teuthology.orchestra.run.vm02.stderr: 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: 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: 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: 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: 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-21T16:10:44.943 DEBUG:teuthology.parallel:result is None 2026-03-21T16:28:45.465 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr:2026-03-21T16:28:45.461+0000 7ff460c8d640 -1 bdev(0x5608c0b49400 /var/lib/ceph/osd/cluster1-2/block) _aio_thread got r=-28 ((28) No space left on device) 2026-03-21T16:28:45.471 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr:./src/blk/kernel/KernelDevice.cc: In function 'void KernelDevice::_aio_thread()' thread 7ff460c8d640 time 2026-03-21T16:28:45.466508+0000 2026-03-21T16:28:45.471 INFO:tasks.ceph.cluster1.osd.2.vm02.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-21T16:28:45.471 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-21T16:28:45.471 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xb6) [0x560887e036b0] 2026-03-21T16:28:45.471 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2: (KernelDevice::_aio_thread()+0xa22) [0x560888874a82] 2026-03-21T16:28:45.471 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 3: ceph-osd(+0xebb331) [0x560888875331] 2026-03-21T16:28:45.471 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 4: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7ff46b2f5ac3] 2026-03-21T16:28:45.471 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 5: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7ff46b3878d0] 2026-03-21T16:28:45.471 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr:*** Caught signal (Aborted) ** 2026-03-21T16:28:45.471 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: in thread 7ff460c8d640 thread_name:bstore_aio 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr:2026-03-21T16:28:45.469+0000 7ff460c8d640 -1 ./src/blk/kernel/KernelDevice.cc: In function 'void KernelDevice::_aio_thread()' thread 7ff460c8d640 time 2026-03-21T16:28:45.466508+0000 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.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-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xb6) [0x560887e036b0] 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2: (KernelDevice::_aio_thread()+0xa22) [0x560888874a82] 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 3: ceph-osd(+0xebb331) [0x560888875331] 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 4: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7ff46b2f5ac3] 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 5: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7ff46b3878d0] 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7ff46b2a3520] 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2: pthread_kill() 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 3: raise() 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 4: abort() 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x16e) [0x560887e03768] 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 6: (KernelDevice::_aio_thread()+0xa22) [0x560888874a82] 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 7: ceph-osd(+0xebb331) [0x560888875331] 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 8: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7ff46b2f5ac3] 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 9: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7ff46b3878d0] 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr:2026-03-21T16:28:45.469+0000 7ff460c8d640 -1 *** Caught signal (Aborted) ** 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: in thread 7ff460c8d640 thread_name:bstore_aio 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-21T16:28:45.472 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7ff46b2a3520] 2026-03-21T16:28:45.473 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2: pthread_kill() 2026-03-21T16:28:45.473 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 3: raise() 2026-03-21T16:28:45.473 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 4: abort() 2026-03-21T16:28:45.473 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x16e) [0x560887e03768] 2026-03-21T16:28:45.473 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 6: (KernelDevice::_aio_thread()+0xa22) [0x560888874a82] 2026-03-21T16:28:45.473 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 7: ceph-osd(+0xebb331) [0x560888875331] 2026-03-21T16:28:45.473 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 8: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7ff46b2f5ac3] 2026-03-21T16:28:45.473 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 9: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7ff46b3878d0] 2026-03-21T16:28:45.473 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-21T16:28:45.473 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: -4> 2026-03-21T16:28:45.461+0000 7ff460c8d640 -1 bdev(0x5608c0b49400 /var/lib/ceph/osd/cluster1-2/block) _aio_thread got r=-28 ((28) No space left on device) 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: -1> 2026-03-21T16:28:45.469+0000 7ff460c8d640 -1 ./src/blk/kernel/KernelDevice.cc: In function 'void KernelDevice::_aio_thread()' thread 7ff460c8d640 time 2026-03-21T16:28:45.466508+0000 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.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-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xb6) [0x560887e036b0] 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2: (KernelDevice::_aio_thread()+0xa22) [0x560888874a82] 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 3: ceph-osd(+0xebb331) [0x560888875331] 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 4: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7ff46b2f5ac3] 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 5: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7ff46b3878d0] 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 0> 2026-03-21T16:28:45.469+0000 7ff460c8d640 -1 *** Caught signal (Aborted) ** 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: in thread 7ff460c8d640 thread_name:bstore_aio 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7ff46b2a3520] 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2: pthread_kill() 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 3: raise() 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 4: abort() 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x16e) [0x560887e03768] 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 6: (KernelDevice::_aio_thread()+0xa22) [0x560888874a82] 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 7: ceph-osd(+0xebb331) [0x560888875331] 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 8: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7ff46b2f5ac3] 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 9: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7ff46b3878d0] 2026-03-21T16:28:45.482 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-21T16:28:45.483 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: -4> 2026-03-21T16:28:45.461+0000 7ff460c8d640 -1 bdev(0x5608c0b49400 /var/lib/ceph/osd/cluster1-2/block) _aio_thread got r=-28 ((28) No space left on device) 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: -1> 2026-03-21T16:28:45.469+0000 7ff460c8d640 -1 ./src/blk/kernel/KernelDevice.cc: In function 'void KernelDevice::_aio_thread()' thread 7ff460c8d640 time 2026-03-21T16:28:45.466508+0000 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.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-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 1: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0xb6) [0x560887e036b0] 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2: (KernelDevice::_aio_thread()+0xa22) [0x560888874a82] 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 3: ceph-osd(+0xebb331) [0x560888875331] 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 4: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7ff46b2f5ac3] 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 5: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7ff46b3878d0] 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 0> 2026-03-21T16:28:45.469+0000 7ff460c8d640 -1 *** Caught signal (Aborted) ** 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: in thread 7ff460c8d640 thread_name:bstore_aio 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: ceph version 20.2.0-712-g70f8415b (70f8415b300f041766fa27faf7d5472699e32388) tentacle (stable - None) 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 1: /lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7ff46b2a3520] 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2: pthread_kill() 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 3: raise() 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 4: abort() 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 5: (ceph::__ceph_abort(char const*, int, char const*, std::__cxx11::basic_string, std::allocator > const&)+0x16e) [0x560887e03768] 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 6: (KernelDevice::_aio_thread()+0xa22) [0x560888874a82] 2026-03-21T16:28:45.487 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 7: ceph-osd(+0xebb331) [0x560888875331] 2026-03-21T16:28:45.488 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 8: /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7ff46b2f5ac3] 2026-03-21T16:28:45.488 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 9: /lib/x86_64-linux-gnu/libc.so.6(+0x1268d0) [0x7ff46b3878d0] 2026-03-21T16:28:45.488 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: NOTE: a copy of the executable, or `objdump -rdS ` is needed to interpret this. 2026-03-21T16:28:45.488 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr: 2026-03-21T16:28:45.719 INFO:tasks.ceph.cluster1.osd.2.vm02.stderr:daemon-helper: command failed with exit status 5 2026-03-21T16:28:47.107 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~0s 2026-03-21T16:28:52.509 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~5s 2026-03-21T16:28:57.912 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~11s 2026-03-21T16:29:03.315 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~16s 2026-03-21T16:29:08.718 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~22s 2026-03-21T16:29:14.121 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~27s 2026-03-21T16:29:19.523 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~32s 2026-03-21T16:29:24.926 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~38s 2026-03-21T16:29:30.329 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~43s 2026-03-21T16:29:35.732 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~49s 2026-03-21T16:29:41.134 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~54s 2026-03-21T16:29:46.537 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~59s 2026-03-21T16:29:51.939 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~65s 2026-03-21T16:29:57.342 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~70s 2026-03-21T16:30:02.743 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~76s 2026-03-21T16:30:08.146 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~81s 2026-03-21T16:30:13.547 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~86s 2026-03-21T16:30:18.950 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~92s 2026-03-21T16:30:24.354 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~97s 2026-03-21T16:30:29.757 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~103s 2026-03-21T16:30:35.160 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~108s 2026-03-21T16:30:40.563 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~113s 2026-03-21T16:30:45.965 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~119s 2026-03-21T16:30:51.368 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~124s 2026-03-21T16:30:56.771 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~130s 2026-03-21T16:31:02.174 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~135s 2026-03-21T16:31:07.577 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~140s 2026-03-21T16:31:12.979 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~146s 2026-03-21T16:31:18.381 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~151s 2026-03-21T16:31:23.784 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~157s 2026-03-21T16:31:29.188 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~162s 2026-03-21T16:31:34.590 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~167s 2026-03-21T16:31:39.992 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~173s 2026-03-21T16:31:45.395 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~178s 2026-03-21T16:31:50.798 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~184s 2026-03-21T16:31:56.200 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~189s 2026-03-21T16:32:01.603 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~194s 2026-03-21T16:32:07.006 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~200s 2026-03-21T16:32:12.409 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~205s 2026-03-21T16:32:17.811 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~211s 2026-03-21T16:32:23.214 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~216s 2026-03-21T16:32:28.616 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~222s 2026-03-21T16:32:34.020 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~227s 2026-03-21T16:32:39.422 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~232s 2026-03-21T16:32:44.826 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~238s 2026-03-21T16:32:50.228 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~243s 2026-03-21T16:32:55.629 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~249s 2026-03-21T16:33:01.032 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~254s 2026-03-21T16:33:06.434 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~259s 2026-03-21T16:33:11.838 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~265s 2026-03-21T16:33:17.240 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~270s 2026-03-21T16:33:22.642 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~276s 2026-03-21T16:33:28.044 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~281s 2026-03-21T16:33:33.446 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~286s 2026-03-21T16:33:38.848 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~292s 2026-03-21T16:33:44.251 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~297s 2026-03-21T16:33:49.653 INFO:tasks.daemonwatchdog.daemon_watchdog:daemon cluster1.osd.2 is failed for ~303s 2026-03-21T16:33:49.653 INFO:tasks.daemonwatchdog.daemon_watchdog:BARK! unmounting mounts and killing all daemons 2026-03-21T16:33:50.055 INFO:tasks.ceph.cluster1.osd.0:Sent signal 15 2026-03-21T16:33:50.055 INFO:tasks.ceph.cluster1.osd.1:Sent signal 15 2026-03-21T16:33:50.055 INFO:tasks.ceph.cluster1.mon.a:Sent signal 15 2026-03-21T16:33:50.055 INFO:tasks.ceph.cluster1.mgr.x:Sent signal 15 2026-03-21T16:33:50.055 INFO:tasks.ceph.cluster1.osd.0.vm02.stderr:2026-03-21T16:33:50.053+0000 7f0e9e526640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-osd -f --cluster cluster1 -i 0 (PID: 22892) UID: 0 2026-03-21T16:33:50.055 INFO:tasks.ceph.cluster1.osd.0.vm02.stderr:2026-03-21T16:33:50.053+0000 7f0e9e526640 -1 osd.0 28 *** Got signal Terminated *** 2026-03-21T16:33:50.055 INFO:tasks.ceph.cluster1.osd.0.vm02.stderr:2026-03-21T16:33:50.053+0000 7f0e9e526640 -1 osd.0 28 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-21T16:33:50.056 INFO:tasks.ceph.cluster1.mon.a.vm02.stderr:2026-03-21T16:33:50.053+0000 7f1aceded640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-mon -f --cluster cluster1 -i a (PID: 22699) UID: 0 2026-03-21T16:33:50.056 INFO:tasks.ceph.cluster1.mon.a.vm02.stderr:2026-03-21T16:33:50.053+0000 7f1aceded640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-03-21T16:33:50.056 INFO:tasks.ceph.cluster1.osd.1.vm02.stderr:2026-03-21T16:33:50.053+0000 7f2c670cc640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-osd -f --cluster cluster1 -i 1 (PID: 22894) UID: 0 2026-03-21T16:33:50.056 INFO:tasks.ceph.cluster1.osd.1.vm02.stderr:2026-03-21T16:33:50.053+0000 7f2c670cc640 -1 osd.1 28 *** Got signal Terminated *** 2026-03-21T16:33:50.056 INFO:tasks.ceph.cluster1.osd.1.vm02.stderr:2026-03-21T16:33:50.053+0000 7f2c670cc640 -1 osd.1 28 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-03-21T16:33:50.056 INFO:tasks.ceph.cluster1.mgr.x.vm02.stderr:2026-03-21T16:33:50.053+0000 7fb5f2840640 -1 received signal: Terminated from /usr/bin/python3 /usr/bin/daemon-helper kill ceph-mgr -f --cluster cluster1 -i x (PID: 22702) UID: 0 2026-03-21T16:33:50.056 INFO:tasks.ceph.cluster1.mgr.x.vm02.stderr:2026-03-21T16:33:50.053+0000 7fb5f2840640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2026-03-21T16:36:27.849 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.752089] INFO: task kworker/0:5:2113 blocked for more than 120 seconds. 2026-03-21T16:36:27.852 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.755914] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-21T16:36:27.856 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.759848] INFO: task fsstress:1058 blocked for more than 120 seconds. 2026-03-21T16:36:27.860 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.763100] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-21T16:36:27.863 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.766994] INFO: task fsstress:1059 blocked for more than 120 seconds. 2026-03-21T16:36:27.867 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.770214] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-21T16:36:27.870 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.774094] INFO: task fsstress:1060 blocked for more than 120 seconds. 2026-03-21T16:36:27.874 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.777357] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-21T16:36:27.876 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.780872] INFO: task fsstress:1061 blocked for more than 120 seconds. 2026-03-21T16:36:27.879 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.783518] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-21T16:36:27.882 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.786499] INFO: task fsstress:1062 blocked for more than 120 seconds. 2026-03-21T16:36:27.885 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.788972] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-21T16:36:27.887 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.791977] INFO: task fsstress:1063 blocked for more than 120 seconds. 2026-03-21T16:36:27.890 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.794562] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-21T16:36:27.893 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.797684] INFO: task fsstress:1064 blocked for more than 120 seconds. 2026-03-21T16:36:27.896 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.800311] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-21T16:36:27.899 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.803333] INFO: task fsstress:1065 blocked for more than 120 seconds. 2026-03-21T16:36:27.902 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.805880] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-21T16:36:27.904 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.808916] INFO: task fsstress:1066 blocked for more than 120 seconds. 2026-03-21T16:36:27.907 INFO:tasks.qemu.cluster1.client.0.vm02.stdout:[ 2520.811422] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. 2026-03-21T17:16:20.271 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2026-03-21T17:16:20.271 DEBUG:teuthology.exit:Finished running handlers